:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
::after,
::before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
.h1,
h1,
h2,
h3,
h4,
h5 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.h1,
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
.h1,
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
}
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
}
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.25rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ul {
padding-left: 2rem;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ul ul {
margin-bottom: 0;
}
b,
strong {
font-weight: bolder;
}
a {
color: #0d6efd;
text-decoration: underline;
}
a:hover {
color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
code,
pre {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
tbody,
th,
tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.container {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
.container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -0.5);
margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
@media (min-width: 768px) {
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
}
@media (min-width: 992px) {
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
#elementor-device-mode:after {
content: "desktop";
}
}
.table {
--bs-table-bg: transparent;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #212529;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #212529;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.dropdown {
position: relative;
}
.pagination {
display: flex;
padding-left: 0;
list-style: none;
}
.alert {
position: relative;
padding: 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.border {
border: 1px solid #dee2e6 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
:root {
--swiper-theme-color: #007aff;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.swiper-wrapper {
transform: translate3d(0, 0, 0);
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
:root {
--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
text-transform: none;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev {
left: 10px;
right: auto;
}
.swiper-button-prev:after {
content: "prev";
}
.swiper-button-next {
right: 10px;
left: auto;
}
.swiper-button-next:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 0.3s opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
animation: 1s linear infinite swiper-preloader-spin;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container a {
cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: 400;
color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}
.chosen-container-active .chosen-single {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
background-image: linear-gradient(#eee 20%, #fff 80%);
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.fa {
display: inline-block;
font: 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-youtube-play:before {
content: "\f16a";
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: Raleway;
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
--c-black: #000000;
--c-white: #ffffff;
--c-white-drak: #cacaca;
--c-primary: #002e5c;
--c-primary-light: #3c5a7b;
--c-secondary: #ff0033;
--c-secondary-dark: #da0026;
--c-blue: #3c5e82;
--c-body: #4f4f4f;
--c-bg-color: #f3f3f3;
--c-border-color: #ebeef2;
--c-gray: #ebebeb;
}
html {
font-family: Raleway, sans-serif;
font-size: 16px;
}
body {
padding: 0;
margin: 0;
font-family: Raleway, sans-serif;
font-size: 17px;
color: var(--c-primary);
}
.fab,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.far,
.fas {
font-family: "Font Awesome 5 Free";
}
.fas {
font-weight: 900;
}
.h1,
h1 {
font-size: 2.25rem;
font-family: Raleway, sans-serif;
font-weight: 700;
line-height: 1.1;
margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
.h1,
h1 {
font-size: 2.625rem;
}
}
@media screen and (min-width: 1400px) {
.h1,
h1 {
font-size: 3.25rem;
}
}
@media screen and (min-width: 1600px) {
.h1,
h1 {
font-size: 3.75rem;
}
}
h2 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
h2 {
font-size: 2.625rem;
}
}
.card-type-1-wrapper .elementor-container::before,
.card-type-icon-title-text-wrapper.circle-bl-border-tr::after,
.form-type1.bg-light::after {
font-size: 2rem;
}
@media screen and (min-width: 1200px) {
.card-type-1-wrapper .elementor-container::before,
.card-type-icon-title-text-wrapper.circle-bl-border-tr::after,
.form-type1.bg-light::after {
font-size: 2.625rem;
}
}
@media screen and (min-width: 1600px) {
h2 {
font-size: 3.125rem;
}
.card-type-1-wrapper .elementor-container::before,
.card-type-icon-title-text-wrapper.circle-bl-border-tr::after,
.form-type1.bg-light::after {
font-size: 3.125rem;
}
}
.form-type1.type-2 form h5,
h3 {
font-size: 1.625rem;
font-weight: 700;
margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.form-type1.type-2 form h5,
h3 {
font-size: 1.875rem;
}
}
h4 {
font-family: Raleway, sans-serif;
font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
h4 {
font-size: 1.375rem;
}
}
@media screen and (min-width: 1200px) {
h4 {
font-size: 1.5625rem;
}
}
h5 {
font-family: Raleway, sans-serif;
font-weight: 700;
font-size: 1rem;
}
p:last-child {
margin: 0;
}
a {
text-decoration: none;
}
input:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
width: 100%;
}
@media screen and (min-width: 576px) {
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 540px;
}
}
@media screen and (min-width: 768px) {
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 720px;
}
}
@media screen and (min-width: 992px) {
h5 {
font-size: 1.125rem;
}
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 960px;
}
.container-half-left > .elementor-widget-wrap.elementor-element-populated {
max-width: 480px;
padding-right: 30px;
}
}
@media screen and (min-width: 1200px) {
h5 {
font-size: 1.25rem;
}
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1140px;
}
}
@media screen and (min-width: 1400px) {
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1320px;
}
}
.container-half-left > .elementor-widget-wrap.elementor-element-populated {
width: 100%;
margin-left: auto;
}
@media screen and (min-width: 1200px) {
.container-half-left > .elementor-widget-wrap.elementor-element-populated {
max-width: 570px;
}
}
@media screen and (min-width: 1400px) {
.container-half-left > .elementor-widget-wrap.elementor-element-populated {
max-width: 660px;
}
}
body .elementor-section.elementor-section-boxed > .elementor-container {
padding-left: 2px;
padding-right: 2px;
}
body .elementor-section.elementor-section-boxed > .elementor-container .row {
margin-left: -2px;
margin-right: -2px;
}
.elementor-widget-text-editor h2 {
position: relative;
}
.elementor-widget-container h2::before,
.elementor-widget-text-editor h2::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3.25em;
height: 3.25em;
border: 0.8333333333em solid var(--c-gray);
border-radius: 50%;
background-color: transparent;
-webkit-transform: translate(-50%, -40%);
transform: translate(-50%, -40%);
z-index: -1;
}
@media screen and (min-width: 768px) {
.elementor-widget-container h2::before,
.elementor-widget-text-editor h2::before {
width: 3.9em;
height: 3.9em;
border: 1em solid var(--c-gray);
}
}
.elementor-widget-text-editor p {
position: relative;
z-index: 1;
}
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5 {
position: relative;
z-index: 1;
}
#opendownloadpop {
text-decoration: none;
color: var(--c-primary);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 600;
-webkit-transition: 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: var(--c-gray);
text-align: center;
padding-left: 20px;
position: relative;
cursor: pointer;
font-size: 15px;
position: relative;
}
#opendownloadpop span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 52px;
height: 52px;
margin-left: 20px;
background-color: var(--c-secondary);
color: var(--c-white);
}
#opendownloadpop span svg {
height: 1em;
width: auto;
display: block;
}
#opendownloadpop::before {
content: "";
position: absolute;
width: 90px;
height: 74px;
background: 0 0;
border-width: 52px 0 0 52px;
border-style: solid;
border-color: var(--c-gray);
border-radius: 75px 0 0 0;
top: 0;
right: 100%;
}
#opendownloadpop::after {
content: "";
position: absolute;
width: 50vw;
height: 74px;
background: 0 0;
border-width: 0 52px 52px 0;
border-style: solid;
border-color: var(--c-gray);
border-radius: 0 0 75px 0;
top: calc(100% + 22px);
right: calc(100% + 38px);
}
.link-type-arrow {
margin-top: 20px;
}
.link-type-arrow a {
text-decoration: none;
color: var(--c-primary);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 600;
-webkit-transition: 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: var(--c-gray);
text-align: center;
padding-left: 20px;
position: relative;
cursor: pointer;
font-size: 15px;
padding: 0;
}
@media screen and (min-width: 1400px) {
.elementor-widget-container h2::before,
.elementor-widget-text-editor h2::before {
width: 195px;
height: 195px;
border-width: 50px;
}
#opendownloadpop {
font-size: 17px;
}
.link-type-arrow a {
font-size: 17px;
}
}
.link-type-arrow a span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 52px;
height: 52px;
margin-left: 20px;
background-color: var(--c-secondary);
color: var(--c-white);
}
.link-type-arrow a span svg {
height: 1em;
width: auto;
display: block;
}
.link-type-arrow a span {
margin: 0;
width: 42px;
height: 42px;
}
.max-676 {
width: 100%;
}
.bg-light {
background-color: #f3f3f3;
}
.overflow-hide {
overflow: hidden;
}
body .elementor-button.elementor-size-sm {
padding: 0 72px 0 20px;
height: 52px;
line-height: 52px;
font-size: 15px;
font-weight: 600;
position: relative;
}
body .elementor-button.elementor-size-sm .elementor-button-icon {
width: 52px;
height: 52px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--c-secondary);
color: var(--c-white);
position: absolute;
right: 0;
font-size: 19px;
}
body .type-main .elementor-size-sm {
position: relative;
}
body .type-main .elementor-size-sm::before {
content: "";
position: absolute;
width: 90px;
height: 74px;
background: 0 0;
border-width: 52.3px 0 0 52.3px;
border-style: solid;
border-color: var(--c-gray);
border-radius: 75px 0 0 0;
top: 0;
right: 100%;
}
body .type-main .elementor-size-sm::after {
content: "";
position: absolute;
width: 50vw;
height: 74px;
background: 0 0;
border-width: 0 52px 52px 0;
border-style: solid;
border-color: var(--c-gray);
border-radius: 0 0 75px 0;
top: calc(100% + 22px);
right: calc(100% + 38px);
}
.bordered-circle-lb-300 > .elementor-widget-container::before,
.card-type-1-wrapper .elementor-container::after {
font-size: 150px;
}
@media screen and (min-width: 768px) {
.bordered-circle-lb-300 > .elementor-widget-container::before,
.card-type-1-wrapper .elementor-container::after {
font-size: 180px;
}
}
@media screen and (min-width: 1200px) {
body .elementor-button.elementor-size-sm {
font-size: 16px;
}
.bordered-circle-lb-300 > .elementor-widget-container::before,
.card-type-1-wrapper .elementor-container::after {
font-size: 210px;
}
}
@media screen and (min-width: 1400px) {
body .elementor-button.elementor-size-sm {
font-size: 17px;
}
.bordered-circle-lb-300 > .elementor-widget-container::before,
.card-type-1-wrapper .elementor-container::after {
font-size: 250px;
}
}
@media screen and (min-width: 1600px) {
#exampleModal1,
.container,
body .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1548px;
}
.container-half-left > .elementor-widget-wrap.elementor-element-populated {
max-width: 774px;
}
.bordered-circle-lb-300 > .elementor-widget-container::before,
.card-type-1-wrapper .elementor-container::after {
font-size: 300px;
}
}
.bordered-circle-lb > .elementor-container::before {
font-size: 160px;
}
@media screen and (min-width: 768px) {
.bordered-circle-lb > .elementor-container::before {
font-size: 200px;
}
}
@media screen and (min-width: 1200px) {
.bordered-circle-lb > .elementor-container::before {
font-size: 240px;
}
}
@media screen and (min-width: 1400px) {
.bordered-circle-lb > .elementor-container::before {
font-size: 300px;
}
}
@media screen and (min-width: 1600px) {
.bordered-circle-lb > .elementor-container::before {
font-size: 400px;
}
}
.card-type-icon-title-text-wrapper.circle-bl-border-tr::before,
.form-type1.type-circle-lt::before {
font-size: 75px;
}
@media screen and (min-width: 768px) {
.card-type-icon-title-text-wrapper.circle-bl-border-tr::before,
.form-type1.type-circle-lt::before {
font-size: 90px;
}
}
.page-content-wrapper {
overflow: hidden;
}
@media screen and (min-width: 992px) {
.max-676 {
max-width: 676px;
}
.max-676 {
max-width: 716px;
padding-right: 40px;
}
.round-bottom-left .elementor-widget-container img {
border-radius: 0 0 0 25px;
}
.single-training .page-content-wrapper {
overflow: unset;
}
}
.column-revert-lg > .elementor-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.overlay-over {
position: relative;
}
.overlay-over .overlay-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
font-size: 0;
opacity: 0;
color: transparent;
}
.z-index-1 {
z-index: 1;
}
.bordered-circle-lb {
position: relative;
overflow: hidden;
z-index: 1;
}
.bordered-circle-lb > .elementor-container {
position: relative;
}
.bordered-circle-lb > .elementor-container::before {
content: "";
position: absolute;
width: 1em;
height: 1em;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-blue);
left: 0;
bottom: 0;
z-index: -1;
-webkit-transform: translate(-80%, 40%);
transform: translate(-80%, 40%);
}
.bordered-circle-lb-300 {
position: relative;
z-index: 1;
}
.bordered-circle-lb-300 > .elementor-widget-container {
position: relative;
}
.bordered-circle-lb-300 > .elementor-widget-container::before {
content: "";
position: absolute;
width: 1em;
height: 1em;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-blue);
left: 0;
bottom: 0;
z-index: -1;
-webkit-transform: translate(-60%, 40%);
transform: translate(-60%, 40%);
}
#exampleModal1 {
background-color: transparent;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 767px) {
#exampleModal1 {
max-width: 100%;
width: 100%;
}
}
#back_top,
#back_top1 {
position: fixed;
left: auto;
right: 30px;
bottom: 20px;
z-index: 99;
background: var(--c-primary);
color: var(--c-white);
width: 40px;
height: 40px;
line-height: 40px;
cursor: pointer;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
text-align: center;
font-size: 20px;
}
#back_top1:hover,
#back_top:hover {
background-color: var(--c-blue);
}
#back_top1 {
z-index: -1;
opacity: 0;
visibility: hidden;
}
.bottom-reached #back_top {
opacity: 0;
visibility: hidden;
z-index: -1;
}
.bottom-reached #back_top1 {
visibility: visible;
z-index: 99;
opacity: 1;
}
#loading-screen {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
opacity: 1;
-webkit-transition: opacity 1s;
transition: 1s opacity;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.hbspt-form form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.hbspt-form form label {
display: none;
}
.hbspt-form form .inputs-list {
list-style: none;
padding-left: 0;
padding-top: 10px;
margin-right: -140px;
}
.hbspt-form form .inputs-list label {
font-size: 12px;
display: block;
}
.hbspt-form form .hs-form-field {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.hbspt-form form .input .hs-input {
height: 52px;
border: none;
background-color: #fff;
width: 100%;
padding-left: 22px;
padding-right: 15px;
}
.hbspt-form form .actions {
background-color: var(--c-secondary);
position: relative;
color: var(--c-white);
}
.hbspt-form form .actions .primary {
color: var(--c-white);
padding: 0 55px 0 20px;
line-height: 52px;
border: none;
border-radius: 0;
background-color: transparent;
position: relative;
z-index: 1;
}
.hbspt-form form .actions::before {
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
line-height: 52px;
right: 25px;
top: 0;
position: absolute;
height: 100%;
}
.hs_error_rollup {
display: none;
}
.header-outer {
position: relative;
min-height: 74px;
}
.header-wrapper {
z-index: 99;
-webkit-transition: 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: absolute;
width: 100%;
left: 0;
right: 0;
}
.header-fixed .header-wrapper {
top: 0;
position: fixed;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
-webkit-animation-name: header-fixed;
animation-name: header-fixed;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.header-top {
background-color: var(--c-bg-color);
line-height: 40px;
-webkit-transition: 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-top .social-media-links {
color: var(--c-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-right: 10px;
}
.header-top .social-media-links .link-item {
padding-right: 20px;
}
.header-top .social-media-links .link-item a {
text-decoration: none;
color: inherit;
font-size: 18px;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
display: block;
}
.header-top .social-media-links .link-item a:hover {
color: var(--c-blue);
}
.header-fixed .header-top {
visibility: hidden;
opacity: 0;
}
@media screen and (max-width: 991px) {
.header-top {
display: none;
}
}
.header-top .topmenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-top .topmenu ul {
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.header-top .topmenu ul li {
list-style: none;
}
.header-top .topmenu ul li:not(:last-child) {
padding-right: 30px;
}
.header-top .topmenu ul li a {
text-decoration: none;
color: var(--c-primary);
font-weight: 600;
padding: 0;
display: block;
line-height: 40px;
font-size: 15px;
-webkit-transition: 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-top .topmenu ul li a:hover {
color: var(--c-blue);
}
.header-top .lang-switcher {
position: relative;
padding-left: 15px;
z-index: 9999;
}
.lang-switcher.d-none-lg {
margin-left: auto;
}
@media screen and (min-width: 992px) {
.header-outer {
min-height: 114px;
}
.header-fixed .header-wrapper {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-animation-name: header-fixed-desktop;
animation-name: header-fixed-desktop;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.lang-switcher.d-none-lg {
display: none;
}
}
.lang-switcher {
position: relative;
padding-left: 15px;
z-index: 9999;
}
.lang-switcher .wpml-ls-legacy-dropdown {
width: auto;
}
.lang-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
border: none;
background-color: transparent;
font-family: Raleway, sans-serif;
font-weight: 600;
font-size: 15px;
color: var(--c-primary);
padding: 0 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 1600px) {
.header-top .topmenu ul li:not(:last-child) {
padding-right: 44px;
}
.header-top .topmenu ul li a {
font-size: 1.0625rem;
}
.lang-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
font-size: 1.0625rem;
}
}
.lang-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
all: unset;
content: "";
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-primary);
padding: 4px;
margin-left: 8px;
position: relative;
top: 2px;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border: none;
color: var(--c-white);
background-color: var(--c-blue);
border-radius: 4px;
overflow: hidden;
}
.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
width: 100%;
}
.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
color: var(--c-white);
background-color: var(--c-blue);
border: none;
font-size: 14px;
font-weight: 600;
padding: 0 10px;
}
.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover {
background-color: var(--c-secondary);
color: var(--c-white);
}
.header {
position: relative;
z-index: 999;
background-color: var(--c-white);
}
.header .site-logo {
width: 100%;
max-width: 200px;
}
@media screen and (min-width: 1200px) {
.card-type-icon-title-text-wrapper.circle-bl-border-tr::before,
.form-type1.type-circle-lt::before {
font-size: 100px;
}
.header-outer {
min-height: 150px;
}
.header .site-logo {
max-width: 255px;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
}
.header-fixed .header .site-logo {
max-width: 210px;
}
}
.header .site-logo a {
padding-top: 15px;
padding-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 74px;
}
.header .site-logo a span {
display: block;
}
.header .site-logo a span img {
width: 100%;
height: auto;
display: block;
}
.header .flex-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 992px) {
.header .site-logo a {
min-height: 74px;
height: auto;
}
.header .flex-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.main-navigation {
color: var(--c-primary);
}
.main-navigation ul.menu {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 0;
padding-left: 10px;
}
.main-navigation ul.menu > li {
padding: 0;
list-style: none;
position: relative;
}
.main-navigation ul.menu > li a {
display: block;
font-size: 0.9375rem;
line-height: 40px;
padding: 0 10px;
font-weight: 600;
text-decoration: none;
color: var(--c-primary);
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
cursor: pointer;
}
@media screen and (min-width: 992px) {
.main-navigation ul.menu > li a {
font-size: 0.8125rem;
}
}
@media screen and (min-width: 1200px) {
.main-navigation ul.menu > li a {
font-size: 0.9375rem;
padding: 0 15px;
}
}
@media screen and (min-width: 1400px) {
.card-type-icon-title-text-wrapper.circle-bl-border-tr::before,
.form-type1.type-circle-lt::before {
font-size: 120px;
}
#back_top,
#back_top1 {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 24px;
}
.main-navigation ul.menu > li a {
padding: 0 20px;
}
}
@media screen and (min-width: 1600px) {
.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
font-size: 15px;
}
.main-navigation ul.menu > li a {
padding: 0 30px;
font-size: 1.0625rem;
}
}
.main-navigation ul.menu > li a:focus,
.main-navigation ul.menu > li a:hover {
color: var(--c-primary-light);
}
.main-navigation ul.menu > li:last-child {
padding-left: 10px;
}
.main-navigation ul.menu > li:last-child > a {
background-color: var(--c-blue);
color: var(--c-white);
}
.main-navigation ul.menu > li:last-child > a:focus,
.main-navigation ul.menu > li:last-child > a:hover {
color: var(--c-white);
background-color: var(--c-secondary);
}
.main-navigation ul.menu > li.menu-item-has-children > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-navigation ul.menu > li.menu-item-has-children > a::after {
content: "";
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-primary);
padding: 4px;
margin-left: 8px;
position: relative;
top: 2px;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.main-navigation ul.menu > li.menu-item-has-children > a.active {
color: var(--c-primary);
}
.main-navigation ul.menu > li:hover > a {
color: var(--c-primary);
}
.main-navigation ul.menu > li:hover > a::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.main-navigation ul.menu > li > ul {
display: none;
opacity: 0;
display: none;
visibility: hidden;
position: absolute;
min-width: 0;
width: auto;
background-color: var(--c-white);
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 0 0 6px 6px;
border: none;
top: 100%;
left: 0;
padding: 10px;
list-style: none;
}
.main-navigation ul.menu > li > ul li a {
padding: 8px 15px;
border-radius: 5px;
line-height: 22px;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
white-space: nowrap;
}
.main-navigation ul.menu > li > ul li a.active,
.main-navigation ul.menu > li > ul li a:focus,
.main-navigation ul.menu > li > ul li a:hover {
background-color: #f4f9fa;
color: var(--c-primary);
}
.main-navigation ul.menu > li:hover ul {
opacity: 1;
visibility: visible;
-webkit-animation-name: oxy-menu-moveup;
animation-name: oxy-menu-moveup;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-transition: 0.25s;
transition: 0.25s;
display: block;
margin-top: 0;
}
@-webkit-keyframes oxy-menu-moveup {
from {
opacity: 0;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
display: none;
}
to {
opacity: 1;
display: block;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes oxy-menu-moveup {
from {
opacity: 0;
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
display: none;
}
to {
opacity: 1;
display: block;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.menu-toggle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent !important;
border: 0;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 1.3125rem;
width: 1.75rem;
height: 1.25rem;
padding: 0;
position: relative;
-webkit-transition: 0.3s;
transition: 0.3s ease;
margin-left: 24px;
z-index: 100;
}
.menu-toggle span {
display: block;
height: 0;
border-color: var(--c-primary);
border-style: solid;
border-width: 1px 0;
position: relative;
width: 100%;
-webkit-transition: 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
top: 50%;
margin-top: -1px;
}
.menu-toggle span:first-child {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.menu-toggle span:nth-child(3) {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
.menu-is-open {
overflow: hidden;
height: 100%;
}
.menu-is-open .menu-toggle span {
border-color: transparent;
}
.menu-is-open .menu-toggle span:first-child,
.menu-is-open .menu-toggle span:nth-child(3) {
border-color: var(--c-primary);
}
.menu-is-open .menu-toggle span:first-child {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-is-open .menu-toggle span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-menu-wrapper {
position: fixed;
right: 0;
width: 0;
overflow: hidden;
top: 0;
background-color: var(--c-blue);
z-index: 99;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: top right;
transform-origin: top right;
height: 100%;
padding-top: 74px;
}
.menu-is-open .mobile-menu-wrapper {
width: 100%;
max-width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
}
@media screen and (min-width: 576px) {
.menu-is-open .mobile-menu-wrapper {
width: 320px;
}
}
.mobile-menu-wrapper .mean-container *,
.mobile-menu-wrapper .mean-container ::after,
.mobile-menu-wrapper .mean-container ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mobile-menu-wrapper .mean-container a.meanmenu-reveal {
display: none !important;
}
.mobile-menu-wrapper .mean-container .mean-bar {
position: relative;
width: 100%;
left: 0;
top: 0;
background-color: var(--c-blue);
float: none;
min-height: 0;
height: 100%;
padding-bottom: 0 !important;
padding-left: 0;
padding-right: 0;
z-index: 98;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav {
width: 100%;
margin: 0;
background-color: transparent;
padding: 0;
float: none;
padding-top: 15px !important;
padding-bottom: 0 !important;
height: 100%;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu {
width: 100%;
padding: 0 !important;
float: none;
display: block !important;
height: 100% !important;
overflow: auto;
margin: 0;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li {
width: 100%;
padding: 0;
border: none;
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand) {
float: none;
text-align: left;
width: auto;
line-height: 1;
background-color: transparent;
letter-spacing: 1px;
font-weight: 400;
color: var(--c-white);
background: var(--c-blue);
text-transform: unset;
font-size: 1.125rem;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 12px 10px 12px 22px;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand) i {
display: none;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
position: relative;
padding: 12px 6px !important;
line-height: 1;
font-size: 0px !important;
height: auto;
background: 0 0;
border: none !important;
font-weight: 400;
width: 40px;
text-decoration: none;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand::after {
content: "";
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-secondary);
padding: 6px;
display: i;
position: relative;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand.mean-clicked::after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul {
width: 100%;
position: relative;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
border: none;
float: none;
padding: 10px 0;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul li {
width: 100%;
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul li a:not(.mean-expand) {
float: none;
text-align: left;
width: 100%;
line-height: 1;
background-color: transparent;
letter-spacing: 1px;
font-weight: 400;
color: var(--c-white);
text-transform: unset;
font-size: 1rem;
width: auto;
border: none;
opacity: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
text-align: center;
padding: 10px 22px;
border: none;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul li a:not(.mean-expand) i {
display: none;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul li a.mean-expand {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
position: relative;
padding: 12px 6px !important;
line-height: 1;
font-size: 0px !important;
height: auto;
background: 0 0;
border: none !important;
font-weight: 400;
width: 40px;
text-decoration: none;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul li a.mean-expand::after {
content: "";
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/caret.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-secondary);
padding: 6px;
display: i;
position: relative;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li ul li a.mean-expand.mean-clicked::after {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li:last-child {
padding-left: 22px;
padding-top: 12px;
padding-bottom: 12px;
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li:last-child > a {
background-color: var(--c-secondary);
color: var(--c-white);
}
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li:last-child > a:focus,
.mobile-menu-wrapper .mean-container .mean-bar .mean-nav > ul.menu > li:last-child > a:hover {
color: var(--c-blue);
background-color: var(--c-white);
}
.mobile-menu-wrapper .topmenu-mobile {
background-color: var(--c-blue);
}
.mobile-menu-wrapper .topmenu-mobile ul {
padding: 0;
margin: 0;
list-style: none;
}
.mobile-menu-wrapper .topmenu-mobile ul li a {
display: block;
text-decoration: none;
letter-spacing: 1px;
font-weight: 400;
line-height: 1;
color: var(--c-white);
font-size: 1.125rem;
padding: 12px 10px 12px 22px;
}
.page-content-wrapper {
position: relative;
}
.page-content-wrapper::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: 5;
background: #000;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.menu-is-open .page-content-wrapper::after {
opacity: 0.5;
visibility: visible;
}
@-webkit-keyframes header-fixed {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes header-fixed {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes header-fixed-desktop {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes header-fixed-desktop {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}
}
.footer-top {
padding-top: 70px;
padding-bottom: 60px;
background-color: var(--c-blue);
color: var(--c-white);
font-size: 0.875rem;
}
.footer-top .logo-section {
padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
.footer-top .logo-section {
padding-bottom: 0;
}
}
@media screen and (min-width: 992px) {
.menu-toggle {
display: none;
}
.mobile-menu-wrapper {
display: none !important;
}
.footer-top .logo-section {
width: 25%;
}
}
@media screen and (min-width: 1200px) {
.footer-top .logo-section {
width: 30%;
}
}
@media screen and (min-width: 992px) {
.footer-top .footer-newsletter {
width: 35%;
}
}
@media screen and (min-width: 1200px) {
.footer-top .footer-newsletter {
width: 34%;
}
}
.footer-top .logo {
max-width: 150px;
padding-bottom: 25px;
}
@media screen and (min-width: 1400px) {
.footer-top {
font-size: 1rem;
}
.footer-top .logo {
max-width: 190px;
}
}
.footer-top .logo img {
width: auto;
height: 70px;
}
.footer-top .detail-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 12px;
}
.footer-top .detail-item span {
margin-right: 10px;
}
.footer-top .detail-item a {
text-decoration: none;
color: var(--c-white);
font-weight: 600;
font-size: 1rem;
}
.footer-top .detail-item p {
color: var(--c-white);
font-weight: 600;
font-size: 1rem;
}
.footer-top ul {
padding: 0;
margin: 0;
}
.footer-top ul li {
padding: 0;
list-style: none;
padding-bottom: 20px;
}
.footer-top ul li a,
.footer-top ul li p {
text-decoration: none;
color: var(--c-white);
font-weight: 400;
font-size: 16px;
}
.footer-newsletter {
padding-top: 30px;
}
@media screen and (min-width: 992px) {
.footer-top .footer_menu {
width: 20%;
}
.footer-newsletter {
padding-top: 0;
}
}
.footer-newsletter h3 {
font-size: 18px;
font-weight: 600;
padding-bottom: 20px;
margin: 0;
}
.footer-newsletter .social-media-links {
color: var(--c-white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 20px;
}
.footer-newsletter .social-media-links .link-item {
padding-right: 20px;
}
.footer-newsletter .social-media-links .link-item a {
text-decoration: none;
color: inherit;
font-size: 18px;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.footer-newsletter .social-media-links .link-item a:hover {
color: rgba(255, 255, 255, 0.8);
}
.footer-bottom {
background-color: var(--c-secondary);
padding-top: 10px;
padding-bottom: 10px;
line-height: 1.5;
color: var(--c-white);
font-size: 16px;
}
.footer-bottom .row {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.footer-bottom .left-text {
font-size: 1em;
text-align: center;
padding-top: 6px;
padding-bottom: 6px;
}
.footer-bottom .left-text a {
color: inherit;
text-decoration: none;
}
.footer-bottom .right-links {
padding-top: 6px;
padding-bottom: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--c-white);
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-bottom .right-links .link-item {
width: 100%;
text-align: center;
}
@media screen and (min-width: 576px) {
.footer-bottom .right-links .link-item {
width: auto;
}
.footer-bottom .right-links .link-item:not(:last-child) {
padding-right: 40px;
}
}
@media screen and (min-width: 1400px) {
.footer-bottom .right-links .link-item:not(:last-child) {
padding-right: 50px;
}
}
@media screen and (min-width: 1600px) {
.footer-bottom .right-links .link-item:not(:last-child) {
padding-right: 60px;
}
}
.footer-bottom .right-links a {
color: inherit;
font-size: 1em;
}
.elementor-widget-text-editor {
position: relative;
z-index: 1;
}
.elementor-widget-text-editor h1 {
position: relative;
}
.elementor-widget-text-editor h1::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3.25em;
height: 3.25em;
border: 0.8333333333em solid var(--c-gray);
border-radius: 50%;
background-color: transparent;
-webkit-transform: translate(-50%, -40%);
transform: translate(-50%, -40%);
z-index: -1;
}
@media screen and (min-width: 768px) {
.elementor-widget-text-editor h1::before {
width: 3.9em;
height: 3.9em;
border: 1em solid var(--c-gray);
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-25 {
max-width: calc(50% - 15px);
}
}
.card-type-1-wrapper .elementor-container {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
}
.card-type-1-wrapper .elementor-container::before {
position: absolute;
right: 0;
top: 0;
-webkit-transform: translate(50%, -35%);
transform: translate(50%, -35%);
content: "";
width: 3.9em;
height: 3.9em;
border-radius: 50%;
background-color: transparent;
border: 1em solid var(--c-gray);
}
@media screen and (min-width: 1400px) {
.elementor-widget-text-editor h1::before {
width: 195px;
height: 195px;
border-width: 50px;
}
.card-type-1-wrapper .elementor-container::before {
width: 195px;
height: 195px;
border-width: 50px;
}
}
@media screen and (min-width: 1200px) {
.footer-top .footer_menu {
width: 18%;
}
.card-type-1-wrapper .elementor-container::before {
-webkit-transform: translate(65%, -40%);
transform: translate(65%, -40%);
}
}
.card-type-1-wrapper .elementor-container::after {
content: "";
position: absolute;
width: 1em;
height: 1em;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-primary);
position: absolute;
-webkit-transform: translate(-33%, 25%);
transform: translate(-33%, 25%);
bottom: 0;
left: 0;
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-25 {
margin-top: 25px;
background-color: var(--c-white);
padding: 50px 15px;
border-radius: 19px;
position: relative;
z-index: 1;
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-25 .elementor-widget-image {
margin-bottom: 25px;
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-25 h5 {
margin-bottom: 20px;
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-33 {
margin-top: 25px;
background-color: var(--c-white);
padding: 30px 40px;
border-radius: 19px;
position: relative;
z-index: 1;
}
@media screen and (min-width: 992px) {
.footer-bottom {
padding-top: 0;
padding-bottom: 0;
line-height: 38px;
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-25 {
max-width: calc(25% - 13.5px);
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-33 {
max-width: calc(33.3333333333% - 20px);
}
}
@media screen and (min-width: 1200px) {
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-33 {
max-width: calc(33.3333333333% - 25px);
}
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-33 .elementor-widget-image {
margin-bottom: 25px;
}
.card-type-1-wrapper .elementor-container .elementor-column.elementor-col-33 h5 {
margin-bottom: 20px;
}
.swiper.employe-swiper {
margin-top: 70px;
}
.swiper.employe-swiper .swiper-slide {
height: auto;
}
.stories-card.col-lg-4 {
padding: 12px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
.stories-card.col-lg-4 {
width: 50%;
}
}
@media screen and (min-width: 992px) {
.stories-card.col-lg-4 {
width: 33.3333333333%;
}
.stories-card-inner .body-max {
max-width: 340px;
}
}
.stories-card {
height: 350px;
}
.stories-card-inner {
height: 100%;
border-radius: 25px;
overflow: hidden;
padding: 50px 30px;
background-size: cover;
background-position: center;
position: relative;
color: var(--c-white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.stories-card-inner .normal-title {
width: 100%;
margin-right: -100%;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
text-align: center;
}
.stories-card-inner .normal-title .circle-icon {
width: 100px;
height: 100px;
border-radius: 50%;
border: 7px solid var(--c-white);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 25px;
}
.stories-card-inner .stories-card {
width: 100%;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
}
.stories-card-inner::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.50);
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.stories-card-inner .body-max {
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}
.stories-card-inner .date {
font-size: 18px;
margin-bottom: 10px;
}
.stories-card-inner .text {
font-weight: 500;
}
.right-blue-arc {
position: relative;
}
.right-blue-arc::before {
font-size: 48px;
content: "";
position: absolute;
top: 0;
right: 0;
border-style: solid;
border-color: var(--c-secondary);
border-width: 0 0 1em 1em;
height: 1.896em;
width: 3.222em;
border-radius: 0 0 0 1.7037em;
}
@media screen and (min-width: 576px) {
.right-blue-arc::before {
font-size: 55px;
}
.right-blue-arc::before {
font-size: 75px;
}
}
@media screen and (min-width: 992px) {
.right-blue-arc::before {
font-size: 90px;
}
}
@media screen and (min-width: 1400px) {
.right-blue-arc::before {
font-size: 110px;
}
}
@media screen and (min-width: 1600px) {
.right-blue-arc::before {
font-size: 135px;
}
}
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-33 {
margin-top: 25px;
background-color: var(--c-white);
padding: 30px 10px;
border-radius: 19px;
position: relative;
z-index: 1;
}
@media screen and (min-width: 576px) {
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-33 {
padding: 40px;
}
}
@media screen and (min-width: 992px) {
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-33 {
max-width: calc(33.3333333333% - 20px);
padding: 40px 30px;
}
}
@media screen and (min-width: 1200px) {
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-33 {
padding: 40px;
max-width: calc(33.3333333333% - 25px);
}
}
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-50 {
margin-top: 25px;
background-color: var(--c-white);
border-radius: 19px;
position: relative;
z-index: 1;
padding: 40px 20px;
}
@media screen and (min-width: 768px) {
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-50 {
padding: 40px 30px;
max-width: calc(50% - 20px);
}
}
.card-type-icon-title-text-wrapper.type-2 > .elementor-container.elementor-column-gap-default .elementor-col-33,
.card-type-icon-title-text-wrapper.type-2 > .elementor-container.elementor-column-gap-default .elementor-col-50 {
background-color: #f3f3f3;
}
.card-type-icon-title-text-wrapper.circle-bl-border-tr {
position: relative;
}
.card-type-icon-title-text-wrapper.circle-bl-border-tr::before {
width: 1em;
height: 1em;
content: "";
margin-left: auto;
background-color: var(--c-gray);
border-radius: 50%;
position: absolute;
-webkit-transform: translate(-40%, 40%);
transform: translate(-40%, 40%);
left: 0;
bottom: 0;
}
.card-type-icon-title-text-wrapper.circle-bl-border-tr::after {
content: "";
position: absolute;
width: 3.9em;
height: 3.9em;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-blue);
top: 0;
right: 0;
-webkit-transform: translate(40%, -40%);
transform: translate(40%, -40%);
}
.circle-icon .elementor-icon {
width: 50px;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 18px;
border: 3px solid var(--c-secondary);
border-radius: 50%;
}
.elementor {
position: relative;
z-index: 1;
}
.form-type1 {
background-color: var(--c-white);
border-radius: 25px;
color: var(--c-primary);
padding: 30px 15px;
}
@media screen and (min-width: 576px) {
.form-type1 {
padding: 30px 20px;
}
}
.form-type1::after {
content: "";
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-white);
right: 0;
top: 0;
z-index: -1;
-webkit-transform: translate(25%, -20%);
transform: translate(25%, -20%);
}
.form-type1.type-circle-lt::after {
content: "";
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-blue);
left: 0;
top: 0;
right: auto;
z-index: -1;
-webkit-transform: translate(-30%, -30%);
transform: translate(-30%, -30%);
}
.form-type1.type-circle-lt::before {
width: 1em;
height: 1em;
content: "";
margin-left: auto;
background-color: var(--c-gray);
border-radius: 50%;
position: absolute;
-webkit-transform: translate(40%, 50%);
transform: translate(40%, 50%);
right: 0;
bottom: 0;
z-index: -1;
}
.form-type1 p {
margin: 0;
}
.form-type1 .wpcf7-form {
margin-left: auto;
margin-right: auto;
max-width: 482px;
}
.form-type1 .wpcf7-form .form-text h3 {
color: var(--c-primary);
margin-top: 0;
margin-bottom: 40px;
}
.form-type1 .wpcf7-form .form-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.form-type1 .wpcf7-form .form-items .form-item {
width: 100%;
margin-bottom: 15px;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control {
height: 36px;
padding: 6px 6px 6px 15px;
border-radius: 18px;
border: 1px solid var(--c-blue);
font-size: 15px;
font-weight: 400;
font-family: Raleway, sans-serif;
color: var(--c-primary);
width: 100%;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control::-webkit-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control::-moz-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control:-ms-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control::-ms-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control::placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control [type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.form-type1 .wpcf7-form .full-item {
margin-bottom: 15px;
}
.form-type1 .wpcf7-form .full-item input.wpcf7-form-control {
height: 36px;
padding: 6px 6px 6px 15px;
border-radius: 18px;
border: 1px solid var(--c-blue);
color: var(--c-primary);
font-size: 16px;
font-weight: 400;
font-family: Raleway, sans-serif;
width: 100%;
}
.form-type1 .wpcf7-form .full-item input.wpcf7-form-control::-webkit-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .full-item input.wpcf7-form-control::-moz-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .full-item input.wpcf7-form-control:-ms-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .full-item input.wpcf7-form-control::-ms-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .full-item input.wpcf7-form-control::placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form textarea.wpcf7-form-control {
padding: 12px 15px;
border-radius: 27px;
color: var(--c-primary);
border: 1px solid var(--c-blue);
font-size: 15px;
font-weight: 400;
font-family: Raleway, sans-serif;
width: 100%;
}
.form-type1 .wpcf7-form textarea.wpcf7-form-control::-webkit-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form textarea.wpcf7-form-control::-moz-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form textarea.wpcf7-form-control:-ms-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form textarea.wpcf7-form-control::-ms-input-placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form textarea.wpcf7-form-control::placeholder {
color: var(--c-primary);
opacity: 0.5;
}
.form-type1 .wpcf7-form .checkbox-item {
margin-bottom: 15px;
}
.form-type1 .wpcf7-form .checkbox-item span {
display: block;
margin: 0;
padding: 0;
}
.form-type1 .wpcf7-form .checkbox-item label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.form-type1 .wpcf7-form .checkbox-item label input {
margin-bottom: auto;
margin-top: 4px;
}
.form-type1 .wpcf7-form .checkbox-item label .wpcf7-list-item-label {
padding-left: 10px;
font-size: 13px;
}
.form-type1 .wpcf7-form .submit {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--c-gray);
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
margin-top: 10px;
}
.form-type1 .wpcf7-form .submit input.wpcf7-submit {
padding: 0 80px 0 30px;
border: none;
border-radius: 0;
height: 52px;
line-height: 52px;
font-size: 16px;
font-weight: 600;
color: var(--c-primary);
background-color: transparent;
position: relative;
z-index: 1;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.form-type1 .wpcf7-form .submit .wpcf7-spinner {
display: none;
}
.form-type1 .wpcf7-form .submit i.fas {
width: 52px;
height: 54px;
line-height: 52px;
margin-left: -52px;
font-size: 18px;
background-color: var(--c-secondary);
color: var(--c-white);
text-align: center;
}
.form-type1 .wpcf7-form .submit:hover {
background-color: var(--c-blue);
}
.form-type1 .wpcf7-form .submit:hover input.wpcf7-submit {
color: var(--c-white);
}
.form-type1.bg-light {
position: relative;
}
.form-type1.bg-light::before {
content: "";
width: 92px;
height: 92px;
border-width: 0 0 40px 40px;
border-style: solid;
border-color: var(--c-blue);
display: block;
position: absolute;
right: 0;
top: 0;
border-radius: 0 0 0 90px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.form-type1.bg-light::after {
content: "";
position: absolute;
width: 3.9em;
height: 3.9em;
border-radius: 50%;
display: block;
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/dotated-circle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-color: var(--c-blue);
left: 0;
bottom: 0;
z-index: -1;
-webkit-transform: translate(-30%, 30%);
transform: translate(-30%, 30%);
top: auto;
}
.form-type1.bg-light .wpcf7-form .form-text h5 {
color: var(--c-primary);
margin-top: 0;
margin-bottom: 25px;
font-weight: 600;
}
.form-type1.bg-light .wpcf7-form .submit {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--c-blue);
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
margin-top: 15px;
}
.form-type1.bg-light .wpcf7-form .submit input.wpcf7-submit {
padding: 0 65px 0 20px;
border: none;
border-radius: 0;
height: 52px;
line-height: 52px;
font-size: 16px;
font-weight: 600;
color: var(--c-white);
background-color: transparent;
position: relative;
z-index: 1;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 992px) {
.form-type1 {
padding: 40px 15px;
}
.form-type1 .wpcf7-form .form-items .form-item {
width: calc(50% - 8px);
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control [type="number"] {
font-size: 13px;
}
.form-type1.bg-light .wpcf7-form .submit input.wpcf7-submit {
padding: 0 80px 0 40px;
}
.calender-card {
position: relative;
z-index: 9;
}
}
.form-type1.bg-light .wpcf7-form .submit .wpcf7-spinner {
display: none;
}
.form-type1.bg-light .wpcf7-form .submit i.fas {
width: 52px;
height: 52px;
line-height: 52px;
display: block;
margin-left: -52px;
font-size: 18px;
background-color: var(--c-secondary);
color: var(--c-white);
text-align: center;
}
.form-type1.bg-light .wpcf7-form .submit:hover {
background-color: var(--c-primary);
}
.form-type1.bg-light .wpcf7-form .submit:hover input.wpcf7-submit {
color: var(--c-white);
}
.form-type1.type-2::after {
display: none;
}
.form-type1.type-2 form {
max-width: 500px;
}
.form-type1.type-2 form h5 {
font-weight: 600;
color: var(--c-primary);
margin-bottom: 20px;
}
.contact-links i {
color: var(--c-secondary);
}
.text-left .elementor-counter .elementor-counter-number-wrapper {
text-align: left;
}
.text-left .elementor-counter .elementor-counter-title {
text-align: left;
}
.text-left .elementor-counter .elementor-counter-number-prefix,
.text-left .elementor-counter .elementor-counter-number-suffix {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.button--inline .elementor-widget-wrap.elementor-element-populated {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.button--inline .elementor-widget-wrap.elementor-element-populated .elementor-widget-button {
display: inline-block;
width: auto;
margin-right: 50px;
}
.button--inline .elementor-widget-wrap.elementor-element-populated .elementor-widget-button:last-child {
margin-right: 0;
}
.swiper.news-swiper {
padding-top: 60px;
}
.banner-image-bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 25px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: var(--c-white);
}
.banner-image-bg::before {
content: "";
width: 100%;
margin-right: -100%;
border-radius: 25px;
background-image: linear-gradient(116deg, rgba(0, 46, 92, 0.7490196078) 0, rgba(0, 46, 92, 0) 100%);
min-height: 250px;
padding-bottom: 31.5%;
}
@media screen and (min-width: 1200px) {
.card-type-icon-title-text-wrapper > .elementor-container.elementor-column-gap-default .elementor-col-50 {
max-width: calc(50% - 25px);
}
.form-type1 {
padding: 50px 30px;
}
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control [type="number"] {
font-size: 14px;
}
.form-type1 .wpcf7-form .submit input.wpcf7-submit {
padding-right: 90px;
padding-left: 40px;
}
.banner-image-bg::before {
padding-bottom: 23%;
}
}
@media screen and (min-width: 1400px) {
.form-type1 .wpcf7-form .form-items .form-item input.wpcf7-form-control [type="number"] {
font-size: 15px;
}
.banner-image-bg::before {
padding-bottom: 25%;
}
}
@media screen and (min-width: 1600px) {
.banner-image-bg::before {
padding-bottom: 31.5%;
}
}
.calender-card {
background-color: #f3f3f3;
border-radius: 15px;
padding: 20px 16px;
text-align: center;
margin-top: 30px;
}
@media screen and (min-width: 400px) {
.calender-card {
padding: 30px;
}
}
@media screen and (min-width: 992px) {
.calender-card {
margin-top: 0;
padding: 20px 15px;
}
}
@media screen and (min-width: 1200px) {
.calender-card {
margin-top: 0;
padding: 20px;
}
}
@media screen and (min-width: 1400px) {
.calender-card {
margin-top: 0;
padding: 30px;
}
}
.participents .fields .field-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -8px;
margin-right: -8px;
}
.participents .fields .field-items .form-item,
.participents .fields .field-items .form-item-full {
padding: 8px;
}
@media screen and (min-width: 768px) {
.participents .fields .field-items .form-item,
.participents .fields .field-items .form-item-full {
width: 50%;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
}
.participents .fields .field-items .form-item input[type="email"],
.participents .fields .field-items .form-item input[type="text"],
.participents .fields .field-items .form-item-full input[type="email"],
.participents .fields .field-items .form-item-full input[type="text"] {
height: 36px;
padding: 6px 15px;
border-radius: 18px;
border: 1px solid var(--c-blue);
font-size: 16px;
font-weight: 400;
font-family: Raleway, sans-serif;
width: 100%;
background-color: var(--c-white);
color: var(--c-primary);
}
.container.relative,
.relative#exampleModal1 {
position: relative;
}
.grecaptcha-badge {
visibility: hidden;
}
@media (max-width: 991px) {
body {
overflow: hidden;
}
html,
main {
overflow-x: hidden;
}
.header-inner {
justify-content: space-between;
}
}
@media (max-width: 767px) {
.footer-items {
flex-direction: column;
}
}
.carousel-temoignage .temoignage .elementor-testimonial-image {
position: absolute;
top: 0;
transform: translate(-50%, -50%);
left: 50%;
}
.carousel-temoignage .swiper-wrapper {
flex-wrap: nowrap;
}
.carousel-temoignage .temoignage .elementor-widget-container {
position: relative;
padding: 75px 50px 50px;
height: calc(100% - 100px);
}
.carousel-temoignage .temoignage {
height: auto;
}
.carousel-temoignage .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
width: 125px;
height: 125px;
}
.container-temoignage {
padding-bottom: 50px;
}
.lang-switcher.d-none-lg {
display: none;
}
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: 0 0 !important;
padding: 0 !important;
}
:where(.wp-block-button__link) {
border-radius: 9999px;
box-shadow: none;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-decoration: none;
}
:where(.wp-block-calendar table:not(.has-background) th) {
background: #ddd;
}
:where(.wp-block-columns.has-background) {
padding: 1.25em 2.375em;
}
:where(.wp-block-post-comments input[type="submit"]) {
border: none;
}
:where(.wp-block-file__button) {
border-radius: 2em;
padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
box-shadow: none;
color: #fff;
opacity: 0.85;
text-decoration: none;
}
ul {
box-sizing: border-box;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
padding: 0.5em 1em;
}
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
padding: 0.5em 1em;
}
:where(p.has-text-color:not(.has-link-color)) a {
color: inherit;
}
:where(.wp-block-search__button) {
border: 1px solid #ccc;
padding: 0.375em 0.625em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border: 1px solid #949494;
padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
border: none;
border-radius: 0;
padding: 0 0 0 0.25em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
outline: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
padding: 0.125em 0.5em;
}
:where(pre.wp-block-verse) {
font-family: inherit;
}
:root {
--wp--preset--font-size--normal: 16px;
--wp--preset--font-size--huge: 42px;
}
html :where(.has-border-color) {
border-style: solid;
}
html :where([style*="border-top-color"]) {
border-top-style: solid;
}
html :where([style*="border-right-color"]) {
border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
border-left-style: solid;
}
html :where([style*="border-width"]) {
border-style: solid;
}
html :where([style*="border-top-width"]) {
border-top-style: solid;
}
html :where([style*="border-right-width"]) {
border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
height: auto;
max-width: 100%;
}
figure {
margin: 0 0 1em;
}
html :where(.is-position-sticky) {
--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 600px) {
html :where(.is-position-sticky) {
--wp-admin--admin-bar--position-offset: 0px;
}
}
body {
--wp--preset--color--black: #000000;
--wp--preset--color--cyan-bluish-gray: #abb8c3;
--wp--preset--color--white: #ffffff;
--wp--preset--color--pale-pink: #f78da7;
--wp--preset--color--vivid-red: #cf2e2e;
--wp--preset--color--luminous-vivid-orange: #ff6900;
--wp--preset--color--luminous-vivid-amber: #fcb900;
--wp--preset--color--light-green-cyan: #7bdcb5;
--wp--preset--color--vivid-green-cyan: #00d084;
--wp--preset--color--pale-cyan-blue: #8ed1fc;
--wp--preset--color--vivid-cyan-blue: #0693e3;
--wp--preset--color--vivid-purple: #9b51e0;
--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
--wp--preset--duotone--dark-grayscale: url(#wp-duotone-dark-grayscale);
--wp--preset--duotone--grayscale: url(#wp-duotone-grayscale);
--wp--preset--duotone--purple-yellow: url(#wp-duotone-purple-yellow);
--wp--preset--duotone--blue-red: url(#wp-duotone-blue-red);
--wp--preset--duotone--midnight: url(#wp-duotone-midnight);
--wp--preset--duotone--magenta-yellow: url(#wp-duotone-magenta-yellow);
--wp--preset--duotone--purple-green: url(#wp-duotone-purple-green);
--wp--preset--duotone--blue-orange: url(#wp-duotone-blue-orange);
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 20px;
--wp--preset--font-size--large: 36px;
--wp--preset--font-size--x-large: 42px;
--wp--preset--spacing--20: 0.44rem;
--wp--preset--spacing--30: 0.67rem;
--wp--preset--spacing--40: 1rem;
--wp--preset--spacing--50: 1.5rem;
--wp--preset--spacing--60: 2.25rem;
--wp--preset--spacing--70: 3.38rem;
--wp--preset--spacing--80: 5.06rem;
--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
gap: 0.5em;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #ffb900;
}
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: 400;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: 0.2em 0.8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d;
opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: "";
position: absolute;
background-color: #fbfbfc;
top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2s;
}
}
@keyframes spin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {
direction: ltr;
}
.wpml-ls-legacy-dropdown {
width: 15.5em;
max-width: 100%;
}
.wpml-ls-legacy-dropdown > ul {
position: relative;
padding: 0;
margin: 0 !important;
list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
padding: 0;
margin: 0;
list-style-type: none;
}
.wpml-ls-legacy-dropdown a {
display: block;
text-decoration: none;
color: #444;
border: 1px solid #cdcdcd;
background-color: #fff;
padding: 5px 10px;
line-height: 1;
}
.wpml-ls-legacy-dropdown a span {
vertical-align: middle;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
position: relative;
padding-right: calc(10px + 1.4em);
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
padding-right: 10px;
padding-left: calc(10px + 1.4em);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: "";
vertical-align: middle;
display: inline-block;
border: 0.35em solid transparent;
border-top: 0.5em solid;
position: absolute;
right: 10px;
top: calc(50% - 0.175em);
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
right: auto;
left: 10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
color: #000;
background: #eee;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
visibility: hidden;
position: absolute;
top: 100%;
right: 0;
left: 0;
border-top: 1px solid #cdcdcd;
padding: 0;
margin: 0;
list-style-type: none;
z-index: 101;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
border-width: 0 1px 1px;
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot);
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot);
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2) format("woff2"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf) format("truetype"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot);
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
font-display: swap;
font-family: eicons;
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.20.0);
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.20.0#iefix) format("embedded-opentype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.20.0) format("woff2"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.20.0) format("woff"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.20.0) format("truetype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.20.0#eicon) format("svg");
font-weight: 400;
font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
display: inline-block;
font-family: eicons;
font-size: inherit;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.eicon-chevron-right:before {
content: "\e87d";
}
.eicon-chevron-left:before {
content: "\e87e";
}
.dialog-widget-content {
background-color: var(--e-a-bg-default);
position: absolute;
border-radius: 3px;
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.dialog-message {
line-height: 1.5;
box-sizing: border-box;
}
.dialog-close-button {
cursor: pointer;
position: absolute;
margin-top: 15px;
right: 15px;
color: var(--e-a-color-txt);
font-size: 15px;
line-height: 1;
transition: var(--e-a-transition-hover);
}
.dialog-close-button:hover {
color: var(--e-a-color-txt-hover);
}
.dialog-prevent-scroll {
overflow: hidden;
max-height: 100vh;
}
.dialog-type-lightbox {
position: fixed;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.elementor-screen-only {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.elementor *,
.elementor :after,
.elementor :before {
box-sizing: border-box;
}
.elementor a {
box-shadow: none;
text-decoration: none;
}
.elementor hr {
margin: 0;
background-color: transparent;
}
.elementor img {
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
box-shadow: none;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
}
.elementor .elementor-background-video-container {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
overflow: hidden;
z-index: 0;
direction: ltr;
}
.elementor .elementor-background-video-container {
transition: opacity 1s;
pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
opacity: 0;
}
.elementor .elementor-background-video-embed {
max-width: none;
}
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}
.elementor .elementor-background-slideshow {
z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
width: 100%;
height: 100%;
background-position: 50%;
background-size: cover;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
max-width: 100%;
}
.elementor-element {
--flex-direction: initial;
--flex-wrap: initial;
--justify-content: initial;
--align-items: initial;
--align-content: initial;
--gap: initial;
--flex-basis: initial;
--flex-grow: initial;
--flex-shrink: initial;
--order: initial;
--align-self: initial;
flex-basis: var(--flex-basis);
flex-grow: var(--flex-grow);
flex-shrink: var(--flex-shrink);
order: var(--order);
align-self: var(--align-self);
}
.elementor-element:where(.e-con-full, .elementor-widget) {
flex-direction: var(--flex-direction);
flex-wrap: var(--flex-wrap);
justify-content: var(--justify-content);
align-items: var(--align-items);
align-content: var(--align-content);
gap: var(--gap);
}
.elementor-invisible {
visibility: hidden;
}
.elementor-align-center {
text-align: center;
}
.elementor-align-center .elementor-button {
width: auto;
}
.elementor-align-left {
text-align: left;
}
.elementor-align-left .elementor-button {
width: auto;
}
.elementor-ken-burns {
transition-property: transform;
transition-duration: 10s;
transition-timing-function: linear;
}
.elementor-ken-burns--out {
transform: scale(1.3);
}
.elementor-ken-burns--active {
transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
transform: scale(1.3);
}
:root {
--page-title-display: block;
}
.elementor-section {
position: relative;
}
.elementor-section .elementor-container {
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
}
@media (max-width: 991px) {
.elementor-section .elementor-container {
flex-wrap: wrap;
}
}
.elementor-section.elementor-section-stretched {
position: relative;
width: 100%;
}
.elementor-widget-wrap {
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
display: flex;
}
.elementor-widget-wrap > .elementor-element {
width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}
.elementor-widget {
position: relative;
}
.elementor-widget:not(:last-child).elementor-widget__width-initial {
margin-bottom: 0;
}
.elementor-column {
position: relative;
min-height: 1px;
display: flex;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
padding: 10px;
}
@media (min-width: 768px) {
.elementor-column.elementor-col-25 {
width: 25%;
}
.elementor-column.elementor-col-33 {
width: 33.333%;
}
.elementor-column.elementor-col-50 {
width: 50%;
}
.elementor-column.elementor-col-100 {
width: 100%;
}
}
.elementor-grid {
display: grid;
grid-column-gap: var(--grid-column-gap);
grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
min-width: 0;
}
.elementor-grid-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word;
}
@media (min-width: 1399px) {
#elementor-device-mode:after {
content: "widescreen";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "laptop";
}
#elementor-device-mode:after {
content: "tablet_extra";
}
}
@media (max-width: 991px) {
#elementor-device-mode:after {
content: "tablet";
}
}
@media (max-width: -1) {
#elementor-device-mode:after {
content: "mobile_extra";
}
}
@media (max-width: 767px) {
.elementor-column {
width: 100%;
}
#elementor-device-mode:after {
content: "mobile";
}
}
.e-con {
--border-radius: 0;
--border-width-top: 0px;
--border-width-right: 0px;
--border-width-bottom: 0px;
--border-width-left: 0px;
--border-style: initial;
--border-color: initial;
--container-widget-width: 100%;
--container-widget-height: initial;
--container-widget-flex-grow: 0;
--container-widget-align-self: initial;
--content-width: Min(100%, var(--container-max-width, 1140px));
--width: 100%;
--min-height: initial;
--height: auto;
--text-align: initial;
--margin-top: 0;
--margin-right: 0;
--margin-bottom: 0;
--margin-left: 0;
--padding-top: var(--container-default-padding-top, 10px);
--padding-right: var(--container-default-padding-right, 10px);
--padding-bottom: var(--container-default-padding-bottom, 10px);
--padding-left: var(--container-default-padding-left, 10px);
--position: relative;
--z-index: revert;
--overflow: visible;
--gap: var(--widgets-spacing, 20px);
--overlay-mix-blend-mode: initial;
--overlay-opacity: 1;
--overlay-transition: 0.3s;
--e-con-grid-template-columns: repeat(3, 1fr);
--e-con-grid-template-rows: repeat(2, 1fr);
position: var(--position);
width: var(--width);
min-width: 0;
min-height: var(--min-height);
height: var(--height);
border-radius: var(--border-radius);
margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
padding-left: var(--padding-left);
padding-right: var(--padding-right);
z-index: var(--z-index);
overflow: var(--overflow);
transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con {
display: var(--display);
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
--margin-right: auto;
--margin-left: auto;
max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
margin-bottom: 0;
}
.e-con:before,
.e-con > .elementor-background-slideshow:before,
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container:before {
content: var(--background-overlay);
display: block;
position: absolute;
mix-blend-mode: var(--overlay-mix-blend-mode);
opacity: var(--overlay-opacity);
transition: var(--overlay-transition, 0.3s);
border-radius: var(--border-radius);
border-top: var(--border-width-top) var(--border-style) var(--border-color);
border-right: var(--border-width-right) var(--border-style) var(--border-color);
border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
border-left: var(--border-width-left) var(--border-style) var(--border-color);
top: calc(0px - var(--border-width-top));
left: calc(0px - var(--border-width-left));
width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%);
}
.e-con:before {
transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow,
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
border-radius: var(--border-radius);
border-top: var(--border-width-top) var(--border-style) var(--border-color);
border-right: var(--border-width-right) var(--border-style) var(--border-color);
border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
border-left: var(--border-width-left) var(--border-style) var(--border-color);
top: calc(0px - var(--border-width-top));
left: calc(0px - var(--border-width-left));
width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%);
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container:before {
z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow:before {
z-index: 2;
}
.e-con .elementor-widget {
min-width: 0;
}
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget.e-widget-swiper {
width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container {
height: 100%;
}
.elementor.elementor .e-con > .elementor-widget {
max-width: 100%;
}
.elementor-element .elementor-widget-container {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.elementor-button {
display: inline-block;
line-height: 1;
background-color: #69727d;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
color: #fff;
}
.elementor-button-content-wrapper {
display: flex;
justify-content: center;
}
.elementor-button-icon {
flex-grow: 0;
order: 5;
}
.elementor-button-icon svg {
width: 1em;
height: auto;
}
.elementor-button-text {
flex-grow: 1;
order: 10;
display: inline-block;
}
.elementor-button.elementor-size-md {
font-size: 16px;
padding: 15px 30px;
border-radius: 4px;
}
.elementor-button .elementor-align-icon-right {
margin-left: 5px;
order: 15;
}
.elementor-button .elementor-align-icon-left {
margin-right: 5px;
order: 5;
}
.elementor-button span {
text-decoration: inherit;
text-align: left;
}
.elementor-tab-title a {
color: inherit;
}
.elementor-icon {
display: inline-block;
line-height: 1;
transition: all 0.3s;
color: #69727d;
font-size: 50px;
text-align: center;
}
.elementor-icon:hover {
color: #69727d;
}
.elementor-icon i,
.elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.elementor-element {
--swiper-theme-color: #000;
--swiper-navigation-size: 44px;
--swiper-pagination-bullet-size: 6px;
--swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .swiper-slide figure {
line-height: 0;
}
.elementor-element .swiper .elementor-swiper-button {
position: absolute;
display: inline-flex;
z-index: 1;
cursor: pointer;
font-size: 25px;
color: hsla(0, 0%, 93.3%, 0.9);
top: 50%;
transform: translateY(-50%);
}
.elementor-element .swiper .elementor-swiper-button svg {
fill: hsla(0, 0%, 93.3%, 0.9);
height: 1em;
width: 1em;
}
.elementor-element .swiper .elementor-swiper-button-prev {
left: 10px;
}
.elementor-element .swiper .elementor-swiper-button-next {
right: 10px;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled {
opacity: 0.3;
}
.elementor-element.elementor-pagination-position-outside .swiper {
padding-bottom: 30px;
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button {
top: calc(50% - 30px / 2);
}
.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
text-align: center;
}
.elementor-lightbox .dialog-header {
display: none;
}
.elementor-lightbox .dialog-widget-content {
background: 0 0;
box-shadow: none;
width: 100%;
height: 100%;
}
.elementor-lightbox .dialog-message {
animation-duration: 0.3s;
}
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
cursor: pointer;
position: absolute;
font-size: var(--lightbox-header-icons-size);
right: 0.75em;
margin-top: 13px;
padding: 0.25em;
z-index: 2;
line-height: 1;
display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
height: 1em;
width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button {
color: var(--lightbox-ui-color);
transition: all 0.3s;
opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover {
color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg {
fill: var(--lightbox-ui-color-hover);
}
.animated {
animation-duration: 1.25s;
}
@media (prefers-reduced-motion: reduce) {
.animated {
animation: none;
}
}
#wpadminbar * {
font-style: normal;
}
@media (max-width: 767px) {
.elementor .elementor-hidden-mobile {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.elementor .elementor-hidden-tablet {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1398px) {
.elementor .elementor-hidden-desktop {
display: none;
}
}
@media (min-width: 1399px) {
.elementor .elementor-hidden-widescreen {
display: none;
}
}
:is(.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title, .elementor
.elementor-element.elementor-widget-n-tabs
> .elementor-widget-container
> .e-n-tabs
> .e-n-tabs-content
.e-n-tab-title).e-active {
background-color: var(--n-tabs-title-background-color-active);
background-image: none;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-container .swiper-slide figure {
line-height: 0;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-wrapper {
transform: translateZ(0);
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background: 50% no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
left: 10px;
right: auto;
}
.swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
right: 10px;
left: auto;
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 0.3s;
transform: translateZ(0);
z-index: 10;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.elementor-pagination-position-outside .swiper-container {
padding-bottom: 30px;
}
.elementor-pagination-position-outside .elementor-swiper-button {
top: calc(50% - 30px / 2);
}
.elementor-swiper-button {
position: absolute;
display: inline-flex;
z-index: 1;
cursor: pointer;
font-size: 25px;
color: hsla(0, 0%, 93.3%, 0.9);
top: 50%;
transform: translateY(-50%);
}
.elementor-swiper-button svg {
fill: hsla(0, 0%, 93.3%, 0.9);
height: 1em;
width: 1em;
}
.elementor-swiper-button-prev {
left: 10px;
}
.elementor-swiper-button-next {
right: 10px;
}
.elementor-swiper-button.swiper-button-disabled {
opacity: 0.3;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
animation: 1s steps(12) infinite swiper-preloader-spin;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-size: 100%;
background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
50% no-repeat;
}
@keyframes swiper-preloader-spin {
to {
transform: rotate(1turn);
}
}
.elementor-kit-31 {
--e-global-color-primary: #002e5c;
--e-global-color-secondary: #54595f;
--e-global-color-text: #002e5c;
--e-global-color-accent: #61ce70;
--e-global-color-70d946f: #ff0033;
--e-global-color-b68a33e: #ebebeb;
--e-global-color-4beef9e: #f3f3f3;
--e-global-color-2ea4eaf: #3c5e82;
--e-global-color-dab2ab5: #ffffff;
--e-global-typography-primary-font-family: "Raleway";
--e-global-typography-primary-font-weight: 600;
--e-global-typography-secondary-font-family: "Raleway";
--e-global-typography-secondary-font-weight: 400;
--e-global-typography-text-font-family: "Raleway";
--e-global-typography-text-font-weight: 400;
--e-global-typography-accent-font-family: "Raleway";
--e-global-typography-accent-font-weight: 500;
--e-global-typography-893ec30-font-family: "Raleway";
--e-global-typography-893ec30-font-size: 17px;
--e-global-typography-893ec30-font-weight: 700;
--e-global-typography-893ec30-line-height: 27px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1140px;
}
.e-con {
--container-max-width: 1140px;
}
.elementor-widget:not(:last-child) {
margin-bottom: 20px;
}
.elementor-element {
--widgets-spacing: 20px;
}
@media (min-width: 1399px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1320px;
}
.e-con {
--container-max-width: 1320px;
}
}
@media (max-width: 991px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 720px;
}
.e-con {
--container-max-width: 720px;
}
}
@media (max-width: 767px) {
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 520px;
}
.e-con {
--container-max-width: 520px;
}
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab,
.far {
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),
url(https://login.daher.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
font-weight: 900;
}
.elementor-widget-heading .elementor-heading-title {
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-text-editor {
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family), Sans-serif;
font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-widget-button .elementor-button {
font-family: var(--e-global-typography-accent-font-family), Sans-serif;
font-weight: var(--e-global-typography-accent-font-weight);
background-color: var(--e-global-color-accent);
}
.elementor-widget-divider {
--divider-color: var(--e-global-color-secondary);
}
.elementor-widget-divider.elementor-view-default .elementor-icon {
color: var(--e-global-color-secondary);
border-color: var(--e-global-color-secondary);
}
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
fill: var(--e-global-color-secondary);
}
.elementor-widget-icon.elementor-view-default .elementor-icon {
color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
fill: var(--e-global-color-primary);
}
.elementor-widget-counter .elementor-counter-number-wrapper {
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-counter .elementor-counter-title {
color: var(--e-global-color-secondary);
font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
font-weight: var(--e-global-typography-secondary-font-weight);
}
.elementor-widget-testimonial .elementor-testimonial-content {
color: var(--e-global-color-text);
font-family: var(--e-global-typography-text-font-family), Sans-serif;
font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-widget-testimonial .elementor-testimonial-name {
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-378 .elementor-element.elementor-element-47b56e1:not(.elementor-motion-effects-element-type-background) {
background-color: var(--e-global-color-4beef9e);
}
.elementor-378 .elementor-element.elementor-element-47b56e1 {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-47b56e1 > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-957aaaf > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-acb18ff > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button .elementor-align-icon-right {
margin-left: 0;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button .elementor-align-icon-left {
margin-right: 0;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button {
fill: #ffffff;
color: #fff;
background-color: #3c5e82;
border-radius: 0 0 0 0;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button:focus,
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button:hover {
color: var(--e-global-color-primary);
background-color: var(--e-global-color-b68a33e);
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button:focus svg,
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button:hover svg {
fill: var(--e-global-color-primary);
}
.elementor-378 .elementor-element.elementor-element-f24de4f {
padding: 80px 0 0;
}
.elementor-378 .elementor-element.elementor-element-6373834 {
padding: 30px 0;
}
.elementor-378 .elementor-element.elementor-element-5321d5d .elementor-counter-number-wrapper {
color: var(--e-global-color-70d946f);
font-size: 35px;
font-weight: 700;
}
.elementor-378 .elementor-element.elementor-element-5321d5d .elementor-counter-title {
color: var(--e-global-color-primary);
font-size: 18px;
font-weight: 700;
line-height: 27px;
}
.elementor-378 .elementor-element.elementor-element-5f3384a .elementor-counter-number-wrapper {
color: var(--e-global-color-70d946f);
font-size: 35px;
font-weight: 700;
}
.elementor-378 .elementor-element.elementor-element-5f3384a .elementor-counter-title {
color: var(--e-global-color-primary);
font-size: 18px;
font-weight: 700;
line-height: 27px;
}
.elementor-378 .elementor-element.elementor-element-075cc73 .elementor-counter-number-wrapper {
color: var(--e-global-color-70d946f);
font-size: 35px;
font-weight: 700;
}
.elementor-378 .elementor-element.elementor-element-075cc73 .elementor-counter-title {
color: var(--e-global-color-primary);
font-size: 18px;
font-weight: 700;
line-height: 27px;
}
.elementor-378 .elementor-element.elementor-element-e38269a:not(.elementor-motion-effects-element-type-background) {
background-color: var(--e-global-color-4beef9e);
}
.elementor-378 .elementor-element.elementor-element-e38269a {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-378 .elementor-element.elementor-element-e38269a > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-f9b53a8 > .elementor-element-populated {
padding: 10px 10px 140px;
}
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button .elementor-align-icon-right {
margin-left: 0;
}
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button .elementor-align-icon-left {
margin-right: 0;
}
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button {
fill: #ffffff;
color: #fff;
background-color: #3c5e82;
border-radius: 0 0 0 0;
}
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button:focus,
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button:hover {
color: var(--e-global-color-primary);
background-color: var(--e-global-color-b68a33e);
}
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button:focus svg,
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button:hover svg {
fill: var(--e-global-color-primary);
}
.elementor-378 .elementor-element.elementor-element-385b96e {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 110px 0 140px;
}
.elementor-378 .elementor-element.elementor-element-385b96e > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-da721fa > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-69b6e65 {
color: var(--e-global-color-text);
}
.elementor-378 .elementor-element.elementor-element-69b6e65 > .elementor-widget-container {
padding: 0 0 20px;
}
.elementor-378 .elementor-element.elementor-element-8d99c2b {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-6233130 .elementor-icon-wrapper {
text-align: left;
}
.elementor-378 .elementor-element.elementor-element-6233130.elementor-view-default .elementor-icon {
color: var(--e-global-color-70d946f);
border-color: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-6233130.elementor-view-default .elementor-icon svg {
fill: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-01ba96c .elementor-icon-wrapper {
text-align: left;
}
.elementor-378 .elementor-element.elementor-element-01ba96c.elementor-view-default .elementor-icon {
color: var(--e-global-color-70d946f);
border-color: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-01ba96c.elementor-view-default .elementor-icon svg {
fill: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-6a5fc10 .elementor-icon-wrapper {
text-align: left;
}
.elementor-378 .elementor-element.elementor-element-6a5fc10.elementor-view-default .elementor-icon {
color: var(--e-global-color-70d946f);
border-color: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-6a5fc10.elementor-view-default .elementor-icon svg {
fill: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-bcba904 .elementor-heading-title {
font-family: Raleway, Sans-serif;
font-weight: 700;
}
.elementor-378 .elementor-element.elementor-element-bcba904 > .elementor-widget-container {
margin: 0 0 40px;
}
.elementor-378 .elementor-element.elementor-element-360623d4 {
--divider-border-style: solid;
--divider-color: #ffffff00;
--divider-border-width: 1px;
}
.elementor-378 .elementor-element.elementor-element-360623d4 .elementor-divider-separator {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-360623d4 .elementor-divider {
padding-top: 10px;
padding-bottom: 10px;
}
.elementor-378 .elementor-element.elementor-element-3263c1c {
--e-image-carousel-slides-to-show: 3;
}
.elementor-378 .elementor-element.elementor-element-3263c1c .elementor-swiper-button.elementor-swiper-button-next,
.elementor-378 .elementor-element.elementor-element-3263c1c .elementor-swiper-button.elementor-swiper-button-prev {
font-size: 24px;
color: #3029c6;
}
.elementor-378 .elementor-element.elementor-element-3263c1c .elementor-swiper-button.elementor-swiper-button-next svg,
.elementor-378 .elementor-element.elementor-element-3263c1c .elementor-swiper-button.elementor-swiper-button-prev svg {
fill: #3029c6;
}
.elementor-378 .elementor-element.elementor-element-23807c47 {
--divider-border-style: solid;
--divider-color: #ffffff00;
--divider-border-width: 1px;
}
.elementor-378 .elementor-element.elementor-element-23807c47 .elementor-divider-separator {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-23807c47 .elementor-divider {
padding-top: 23px;
padding-bottom: 23px;
}
.elementor-378 .elementor-element.elementor-element-2fc1f80:not(.elementor-motion-effects-element-type-background) {
background-color: #fff;
}
.elementor-378 .elementor-element.elementor-element-2fc1f80 {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 140px 0;
}
.elementor-378 .elementor-element.elementor-element-2fc1f80 > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-62f1fbd {
color: var(--e-global-color-text);
}
.elementor-378 .elementor-element.elementor-element-012e310 {
--spacer-size: 17px;
}
.elementor-378 .elementor-element.elementor-element-75e1c3f {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-6109086 > .elementor-widget-container {
margin: 4px 0 0;
padding: 0 0 10px;
}
.elementor-378 .elementor-element.elementor-element-9081edc {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-9e5e9f6 {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-227646e > .elementor-element-populated {
margin: 0;
--e-column-margin-right: 0px;
--e-column-margin-left: 0px;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-859b49b > .elementor-widget-container {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-1c7ebe5 {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-1c7ebe5 > .elementor-widget-container {
margin: -3px 0 0;
}
.elementor-378 .elementor-element.elementor-element-87fc31a .elementor-button {
background-color: #3c5e82;
padding: 0 20px;
}
.elementor-378 .elementor-element.elementor-element-87fc31a > .elementor-widget-container {
margin: 40px;
}
.elementor-378 .elementor-element.elementor-element-b0bdac7 {
padding: 100px 0 140px;
}
.elementor-378 .elementor-element.elementor-element-c164bb4 > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-300efc5 {
--spacer-size: 10px;
}
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button .elementor-align-icon-right {
margin-left: 0;
}
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button .elementor-align-icon-left {
margin-right: 0;
}
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button {
fill: var(--e-global-color-primary);
color: var(--e-global-color-primary);
background-color: var(--e-global-color-b68a33e);
border-radius: 0 0 0 0;
}
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button:focus,
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button:hover {
color: var(--e-global-color-primary);
background-color: var(--e-global-color-b68a33e);
}
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button:focus svg,
.elementor-378 .elementor-element.elementor-element-1106ecd .elementor-button:hover svg {
fill: var(--e-global-color-primary);
}
.elementor-378 .elementor-element.elementor-element-3cb04794:not(.elementor-motion-effects-element-type-background) {
background-color: #f3f3f3;
}
.elementor-378 .elementor-element.elementor-element-3cb04794 {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 100px 0 50px;
}
.elementor-378 .elementor-element.elementor-element-3cb04794 > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-6142cd6a .elementor-heading-title {
font-family: Raleway, Sans-serif;
font-weight: 700;
}
.elementor-378 .elementor-element.elementor-element-1248b4aa .elementor-testimonial-wrapper {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-1248b4aa .elementor-testimonial-content {
font-family: Raleway, Sans-serif;
font-size: 16px;
font-weight: 400;
}
.elementor-378 .elementor-element.elementor-element-1248b4aa > .elementor-widget-container {
margin: 65px 10px 0;
padding: 75px 50px 50px;
background-color: #fff;
border-radius: 20px 20px 20px 20px;
}
.elementor-378 .elementor-element.elementor-element-4f46d5c1 .elementor-testimonial-wrapper {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-4f46d5c1 .elementor-testimonial-content {
font-family: Raleway, Sans-serif;
font-size: 16px;
font-weight: 400;
}
.elementor-378 .elementor-element.elementor-element-4f46d5c1 > .elementor-widget-container {
margin: 65px 10px 0;
padding: 75px 50px 50px;
background-color: #fff;
border-radius: 20px 20px 20px 20px;
}
.elementor-378 .elementor-element.elementor-element-8fde4f1 .elementor-testimonial-wrapper {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-8fde4f1 .elementor-testimonial-content {
font-family: Raleway, Sans-serif;
font-size: 16px;
font-weight: 400;
}
.elementor-378 .elementor-element.elementor-element-8fde4f1 > .elementor-widget-container {
margin: 65px 10px 0;
padding: 75px 50px 50px;
background-color: #fff;
border-radius: 20px 20px 20px 20px;
}
.elementor-378 .elementor-element.elementor-element-1bca82d {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: -35px;
margin-bottom: 0;
padding: 30px;
}
.elementor-378 .elementor-element.elementor-element-1bca82d > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-70ccb95 {
--spacer-size: 122px;
}
.elementor-378 .elementor-element.elementor-element-eb4baae:not(.elementor-motion-effects-element-type-background) {
background-color: #f3f3f3;
}
.elementor-378 .elementor-element.elementor-element-eb4baae {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 110px 0 140px;
}
.elementor-378 .elementor-element.elementor-element-eb4baae > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-2c50939 > .elementor-element-populated {
padding: 0 0 32px;
}
.elementor-378 .elementor-element.elementor-element-1ec4a5d > .elementor-widget-container {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-326d137 > .elementor-element-populated {
padding: 0 0 32px;
}
.elementor-378 .elementor-element.elementor-element-4460e29 {
padding: 0 0 30px;
}
.elementor-378 .elementor-element.elementor-element-f7b62a8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
margin-bottom: 10px;
}
.elementor-378 .elementor-element.elementor-element-f7b62a8 > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-a97e943 .elementor-button .elementor-align-icon-right {
margin-left: 17px;
}
.elementor-378 .elementor-element.elementor-element-a97e943 .elementor-button .elementor-align-icon-left {
margin-right: 17px;
}
.elementor-378 .elementor-element.elementor-element-a97e943 .elementor-button {
fill: #002e5c;
color: #002e5c;
background-color: #002e5c00;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-7e58432 .elementor-button .elementor-align-icon-right {
margin-left: 17px;
}
.elementor-378 .elementor-element.elementor-element-7e58432 .elementor-button .elementor-align-icon-left {
margin-right: 17px;
}
.elementor-378 .elementor-element.elementor-element-7e58432 .elementor-button {
fill: #002e5c;
color: #002e5c;
background-color: #002e5c00;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-8a648d0 .elementor-button .elementor-align-icon-right {
margin-left: 17px;
}
.elementor-378 .elementor-element.elementor-element-8a648d0 .elementor-button .elementor-align-icon-left {
margin-right: 17px;
}
.elementor-378 .elementor-element.elementor-element-8a648d0 .elementor-button {
fill: #002e5c;
color: #002e5c;
background-color: #002e5c00;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-5f30715 {
--grid-template-columns: repeat(0, auto);
--icon-size: 18px;
--grid-column-gap: 0px;
--grid-row-gap: 0px;
}
.elementor-378 .elementor-element.elementor-element-5f30715 .elementor-widget-container {
text-align: left;
}
.elementor-378 .elementor-element.elementor-element-5f30715 .elementor-social-icon {
background-color: #002e5c00;
}
.elementor-378 .elementor-element.elementor-element-5f30715 .elementor-social-icon i {
color: #f03;
}
.elementor-378 .elementor-element.elementor-element-5f30715 .elementor-social-icon svg {
fill: #ff0033;
}
.elementor-378 .elementor-element.elementor-element-fc2de76 > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-76726b4 > .elementor-widget-container {
margin: 0 69px 0 0;
border-radius: 43px 43px 43px 43px;
}
.elementor-378 .elementor-element.elementor-element-76726b4 {
width: var(--container-widget-width, 97%);
max-width: 97%;
--container-widget-width: 97%;
--container-widget-flex-grow: 0;
}
.elementor-378 .elementor-element.elementor-element-606a203:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
background-color: #2f2f2f00;
}
.elementor-378 .elementor-element.elementor-element-606a203 > .elementor-element-populated > .elementor-background-overlay {
opacity: 0.5;
}
.elementor-378 .elementor-element.elementor-element-606a203 > .elementor-element-populated {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-378 .elementor-element.elementor-element-606a203 > .elementor-element-populated > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-1bf667d {
padding: 0 0 30px;
}
.elementor-378 .elementor-element.elementor-element-58c54d4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
margin-bottom: 10px;
}
.elementor-378 .elementor-element.elementor-element-58c54d4 > .elementor-element-populated {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-7cdcd72 .elementor-button .elementor-align-icon-right {
margin-left: 17px;
}
.elementor-378 .elementor-element.elementor-element-7cdcd72 .elementor-button .elementor-align-icon-left {
margin-right: 17px;
}
.elementor-378 .elementor-element.elementor-element-7cdcd72 .elementor-button {
fill: #002e5c;
color: #002e5c;
background-color: #002e5c00;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-8e282a8 .elementor-button .elementor-align-icon-right {
margin-left: 17px;
}
.elementor-378 .elementor-element.elementor-element-8e282a8 .elementor-button .elementor-align-icon-left {
margin-right: 17px;
}
.elementor-378 .elementor-element.elementor-element-8e282a8 .elementor-button {
fill: #002e5c;
color: #002e5c;
background-color: #002e5c00;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-6215de5 .elementor-button .elementor-align-icon-right {
margin-left: 17px;
}
.elementor-378 .elementor-element.elementor-element-6215de5 .elementor-button .elementor-align-icon-left {
margin-right: 17px;
}
.elementor-378 .elementor-element.elementor-element-6215de5 .elementor-button {
fill: #002e5c;
color: #002e5c;
background-color: #002e5c00;
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 {
--grid-template-columns: repeat(0, auto);
--icon-size: 18px;
--grid-column-gap: 0px;
--grid-row-gap: 0px;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 .elementor-widget-container {
text-align: center;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 .elementor-social-icon {
background-color: #002e5c00;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 .elementor-social-icon i {
color: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-65e7a65 .elementor-social-icon svg {
fill: var(--e-global-color-70d946f);
}
.elementor-378 .elementor-element.elementor-element-75892aa:not(.elementor-motion-effects-element-type-background) {
background-color: #fff;
}
.elementor-378 .elementor-element.elementor-element-75892aa {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 15px;
margin-bottom: 15px;
padding: 30px;
}
.elementor-378 .elementor-element.elementor-element-75892aa > .elementor-background-overlay {
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-378 .elementor-element.elementor-element-6d06694 img {
width: 38%;
max-width: 55%;
}
.elementor-378 .elementor-element.elementor-element-6d06694 > .elementor-widget-container {
margin: 0;
padding: 15px 0 0;
}
.elementor-378 .elementor-element.elementor-element-f777eef > .elementor-widget-container {
margin: 22px;
}
@media (min-width: 768px) {
.elementor-378 .elementor-element.elementor-element-91033ca {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-ecfeddc {
width: 53.91%;
}
.elementor-378 .elementor-element.elementor-element-606a203 {
width: 46.09%;
}
}
@media (max-width: 991px) {
.elementor-378 .elementor-element.elementor-element-47b56e1 {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button {
padding: 0 20px;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 > .elementor-widget-container {
padding: 40px 0 0;
}
.elementor-378 .elementor-element.elementor-element-f24de4f {
padding: 80px 0 0;
}
.elementor-378 .elementor-element.elementor-element-f9b53a8 > .elementor-element-populated {
padding: 10px 10px 80px;
}
.elementor-378 .elementor-element.elementor-element-e2dba16 .elementor-button {
padding: 0 20px;
}
.elementor-378 .elementor-element.elementor-element-385b96e {
padding: 80px 0;
}
.elementor-378 .elementor-element.elementor-element-2fc1f80 {
padding: 100px 0;
}
.elementor-378 .elementor-element.elementor-element-b0bdac7 {
padding: 80px 0 100px;
}
.elementor-378 .elementor-element.elementor-element-1248b4aa > .elementor-widget-container {
padding: 70px 30px 40px;
}
.elementor-378 .elementor-element.elementor-element-4f46d5c1 > .elementor-widget-container {
padding: 70px 30px 40px;
}
.elementor-378 .elementor-element.elementor-element-8fde4f1 > .elementor-widget-container {
padding: 70px 30px 40px;
}
.elementor-378 .elementor-element.elementor-element-eb4baae {
padding: 90px 12px 100px;
}
}
@media (max-width: 767px) {
.elementor-378 .elementor-element.elementor-element-47b56e1 {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 .elementor-button {
padding: 0 80px 0 20px;
}
.elementor-378 .elementor-element.elementor-element-3e375c5 > .elementor-widget-container {
padding: 40px 0 0;
}
.elementor-378 .elementor-element.elementor-element-f24de4f {
padding: 60px 0 0;
}
.elementor-378 .elementor-element.elementor-element-f9b53a8 > .elementor-element-populated {
padding: 10px 10px 50px;
}
.elementor-378 .elementor-element.elementor-element-385b96e {
padding: 60px 0;
}
.elementor-378 .elementor-element.elementor-element-2fc1f80 {
padding: 80px 0 50px;
}
.elementor-378 .elementor-element.elementor-element-b0bdac7 {
padding: 60px 0;
}
.elementor-378 .elementor-element.elementor-element-c1a9a0b > .elementor-widget-container {
padding: 30px 0 0;
}
.elementor-378 .elementor-element.elementor-element-1248b4aa > .elementor-widget-container {
padding: 70px 15px 30px;
}
.elementor-378 .elementor-element.elementor-element-4f46d5c1 > .elementor-widget-container {
padding: 70px 15px 30px;
}
.elementor-378 .elementor-element.elementor-element-8fde4f1 > .elementor-widget-container {
padding: 70px 15px 30px;
}
.elementor-378 .elementor-element.elementor-element-eb4baae {
padding: 60px 12px;
}
.elementor-378 .elementor-element.elementor-element-1bf667d {
margin-top: 30px;
margin-bottom: 0;
padding: 0;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.elementor-378 .elementor-element.elementor-element-957aaaf {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-acb18ff {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-16e4c88 {
width: 48%;
}
.elementor-378 .elementor-element.elementor-element-faef31a {
width: 48%;
}
.elementor-378 .elementor-element.elementor-element-2a54b68 {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-ecfeddc {
width: 100%;
}
.elementor-378 .elementor-element.elementor-element-606a203 {
width: 100%;
}
}
@media (min-width: 1399px) {
.elementor-378 .elementor-element.elementor-element-47b56e1 {
padding: 0;
}
.elementor-378 .elementor-element.elementor-element-f9b53a8 > .elementor-element-populated {
padding: 10px 10px 160px;
}
.elementor-378 .elementor-element.elementor-element-385b96e {
padding: 140px 0 170px;
}
.elementor-378 .elementor-element.elementor-element-2fc1f80 {
padding: 160px 0;
}
.elementor-378 .elementor-element.elementor-element-b0bdac7 {
padding: 120px 0 160px;
}
.elementor-378 .elementor-element.elementor-element-eb4baae {
padding: 140px 0 160px;
}
.elementor-378 .elementor-element.elementor-element-5f30715 {
--icon-size: 21px;
--grid-column-gap: 12px;
}
.elementor-378 .elementor-element.elementor-element-5f30715 .elementor-social-icon {
--icon-padding: 0px;
}
.elementor-378 .elementor-element.elementor-element-5f30715 > .elementor-widget-container {
margin: 0 0 -9px;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 {
--icon-size: 21px;
--grid-column-gap: 12px;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 .elementor-social-icon {
--icon-padding: 0px;
}
.elementor-378 .elementor-element.elementor-element-65e7a65 > .elementor-widget-container {
margin: 0 0 -9px;
}
}
.fa.fa-map-marker:before {
content: "\f3c5";
}
.fa.fa-linkedin {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
.fa.fa-linkedin:before {
content: "\f0e1";
}
.fa.fa-youtube,
.fa.fa-youtube-play {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
.fa.fa-youtube-play:before {
content: "\f167";
}
.fa.fa-envelope-o {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.fa.fa-envelope-o:before {
content: "\f0e0";
}
@font-face {
font-family: FontAwesome;
font-display: swap;
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff) format("woff"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
font-family: FontAwesome;
font-display: swap;
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff) format("woff"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
font-family: FontAwesome;
font-display: swap;
src: url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff) format("woff"),
url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg");
unicode-range: U+F004-F005, U+F007, U+F017, U+F022, U+F024, U+F02E, U+F03E, U+F044, U+F057-F059, U+F06E, U+F070, U+F075, U+F07B-F07C, U+F080, U+F086, U+F089, U+F094, U+F09D, U+F0A0, U+F0A4-F0A7, U+F0C5, U+F0C7-F0C8, U+F0E0,
U+F0EB, U+F0F3, U+F0F8, U+F0FE, U+F111, U+F118-F11A, U+F11C, U+F133, U+F144, U+F146, U+F14A, U+F14D-F14E, U+F150-F152, U+F15B-F15C, U+F164-F165, U+F185-F186, U+F191-F192, U+F1AD, U+F1C1-F1C9, U+F1CD, U+F1D8, U+F1E3,
U+F1EA, U+F1F6, U+F1F9, U+F20A, U+F247-F249, U+F24D, U+F254-F25B, U+F25D, U+F267, U+F271-F274, U+F279, U+F28B, U+F28D, U+F2B5-F2B6, U+F2B9, U+F2BB, U+F2BD, U+F2C1-F2C2, U+F2D0, U+F2D2, U+F2DC, U+F2ED, U+F328, U+F358-F35B,
U+F3A5, U+F3D1, U+F410, U+F4AD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 200;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 200;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 600;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 600;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 800;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 800;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-display: swap;
font-family: Raleway;
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.fa,
.fab,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-phone:before {
content: "\f095";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-users:before {
content: "\f0c0";
}
.fa-youtube:before {
content: "\f167";
}
.fa-facebook:before{
content: "\f082";
}
.fa,
.fas {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.fab {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
@media (max-width: 1440px) and (max-height: 800px) and (min-width: 992px) {
.page-content .elementor-container .elementor-column .elementor-section.h1-home {
padding: 20px 0 0;
}
}
.elementor-widget-image {
text-align: center;
}
.elementor-widget-image a {
display: inline-block;
}
.elementor-widget-image a img[src$=".svg"] {
width: 48px;
}
.elementor-widget-image img {
vertical-align: middle;
display: inline-block;
}
.elementor-counter .elementor-counter-number-wrapper {
display: flex;
font-size: 69px;
font-weight: 600;
line-height: 1;
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
flex-grow: 1;
white-space: pre-wrap;
}
.elementor-counter .elementor-counter-number-prefix {
text-align: right;
}
.elementor-counter .elementor-counter-number-suffix {
text-align: left;
}
.elementor-counter .elementor-counter-title {
text-align: center;
font-size: 19px;
font-weight: 400;
line-height: 2.5;
}
.elementor-heading-title {
padding: 0;
margin: 0;
line-height: 1;
}
.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
color: inherit;
font-size: inherit;
line-height: inherit;
}
.elementor-widget-divider {
--divider-border-style: none;
--divider-border-width: 1px;
--divider-color: #0c0d0e;
--divider-icon-size: 20px;
--divider-element-spacing: 10px;
--divider-pattern-height: 24px;
--divider-pattern-size: 20px;
--divider-pattern-url: none;
--divider-pattern-repeat: repeat-x;
}
.elementor-widget-divider .elementor-divider {
display: flex;
}
.elementor-widget-divider .elementor-icon {
font-size: var(--divider-icon-size);
}
.elementor-widget-divider .elementor-divider-separator {
display: flex;
margin: 0;
direction: ltr;
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}
.e-con > .elementor-widget-divider {
width: var(--container-widget-width, 100%);
--flex-grow: var(--container-widget-flex-grow);
}
.elementor-widget-image-carousel .swiper,
.elementor-widget-image-carousel .swiper-container {
position: static;
}
.elementor-widget-image-carousel .swiper .swiper-slide figure,
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
line-height: inherit;
}
.elementor-widget-image-carousel .swiper-slide {
text-align: center;
}
.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}
.elementor-column .elementor-spacer-inner {
height: var(--spacer-size);
}
.e-con {
--container-widget-width: 100%;
}
.e-con > .elementor-widget-spacer {
width: var(--container-widget-width, var(--spacer-size));
--align-self: var(--container-widget-align-self, initial);
--flex-shrink: 0;
}
.e-con > .elementor-widget-spacer > .elementor-widget-container,
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer {
height: 100%;
}
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
height: var(--container-widget-height, var(--spacer-size));
}
.elementor-testimonial-wrapper {
overflow: hidden;
text-align: center;
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
font-size: 1.3em;
margin-bottom: 20px;
}
.elementor-testimonial-wrapper .elementor-testimonial-name {
line-height: 1.5;
display: block;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta {
width: 100%;
line-height: 1;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
display: inline-block;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
display: table-cell;
vertical-align: middle;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
width: 60px;
height: 60px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
max-width: none;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
display: block;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
margin-bottom: 20px;
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container {
line-height: 1;
font-size: 0;
}
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
display: inline-grid;
}
.elementor-widget-social-icons .elementor-grid {
grid-column-gap: var(--grid-column-gap, 5px);
grid-row-gap: var(--grid-row-gap, 5px);
grid-template-columns: var(--grid-template-columns);
justify-content: var(--justify-content, center);
justify-items: var(--justify-content, center);
}
.elementor-icon.elementor-social-icon {
font-size: var(--icon-size, 25px);
line-height: var(--icon-size, 25px);
width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em)));
height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em)));
}
.elementor-social-icon {
--e-social-icon-icon-color: #fff;
display: inline-flex;
background-color: #69727d;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
}
.elementor-social-icon i {
color: var(--e-social-icon-icon-color);
}
.elementor-social-icon svg {
fill: var(--e-social-icon-icon-color);
}
.elementor-social-icon:last-child {
margin: 0;
}
.elementor-social-icon:hover {
opacity: 0.9;
color: #fff;
}
.elementor-social-icon-linkedin {
background-color: #0077b5;
}
.elementor-social-icon-youtube {
background-color: #cd201f;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
border-radius: 10%;
}
.elementor-widget-google_maps .elementor-widget-container {
overflow: hidden;
}
.elementor-widget-google_maps .elementor-custom-embed {
line-height: 0;
}
.elementor-widget-google_maps iframe {
height: 300px;
}
.success-story-overview{
margin-top: 100px;
}
.lang-item a{
text-transform: uppercase;
}