: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,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
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,
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.h2,
h2 {
font-size: 2rem;
}
}
.h3,
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
.h3,
h3 {
font-size: 1.75rem;
}
}
.h4,
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
.h4,
h4 {
font-size: 1.5rem;
}
}
.h5,
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;
}
ol,
ul {
padding-left: 2rem;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
.small,
small {
font-size: 0.875em;
}
.mark,
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
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,
kbd,
pre,
samp {
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;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
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;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.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 {
flex: 1 0 0%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
@media (min-width: 768px) {
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.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-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
}
@media (min-width: 1200px) {
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
}
.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 > thead {
vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled {
background-color: #e9ecef;
opacity: 1;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
textarea.form-control {
min-height: calc(1.5em + (0.75rem + 2px));
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.dropdown {
position: relative;
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.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;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.tooltip {
position: absolute;
z-index: 1080;
display: block;
margin: 0;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-16x9 {
--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.d-flex {
display: flex !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.flex-column {
flex-direction: column !important;
}
.justify-content-center {
justify-content: center !important;
}
.align-items-center {
align-items: center !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.text-center {
text-align: center !important;
}
.rounded {
border-radius: 0.25rem !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-pointer-events {
touch-action: pan-y;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-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-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: 50%;
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.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-fw {
width: 1.28571429em;
text-align: center;
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before {
content: "\f0e2";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-facebook:before {
content: "\f082";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
@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,
.fad,
.fal,
.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,
h2 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 25px;
}
.blog-items .left-big-item::before,
.icon-title-wrapper::before,
.img-abstract-4 .img-abstract-4-inner::after,
.img-abstract-4::after,
.img-abstract-4::before,
.training-overview-slider-wrapper .training-overview-slider::after,
.training-overview-slider-wrapper .training-overview-slider::before {
font-size: 2rem;
}
@media screen and (min-width: 1200px) {
.h2,
h2 {
font-size: 2.625rem;
}
.blog-items .left-big-item::before,
.icon-title-wrapper::before,
.img-abstract-4 .img-abstract-4-inner::after,
.img-abstract-4::after,
.img-abstract-4::before,
.training-overview-slider-wrapper .training-overview-slider::after,
.training-overview-slider-wrapper .training-overview-slider::before {
font-size: 2.625rem;
}
}
@media screen and (min-width: 1600px) {
.h2,
h2 {
font-size: 3.125rem;
}
.blog-items .left-big-item::before,
.icon-title-wrapper::before,
.img-abstract-4 .img-abstract-4-inner::after,
.img-abstract-4::after,
.img-abstract-4::before,
.training-overview-slider-wrapper .training-overview-slider::after,
.training-overview-slider-wrapper .training-overview-slider::before {
font-size: 3.125rem;
}
}
.h3,
h3 {
font-size: 1.625rem;
font-weight: 700;
margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.h3,
h3 {
font-size: 1.875rem;
}
}
.h4,
.training-overview-slider-wrapper .training-overview-slider .swiper-slide h3,
h4 {
font-family: Raleway, sans-serif;
font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
.h4,
.training-overview-slider-wrapper .training-overview-slider .swiper-slide h3,
h4 {
font-size: 1.375rem;
}
}
@media screen and (min-width: 1200px) {
.h4,
.training-overview-slider-wrapper .training-overview-slider .swiper-slide h3,
h4 {
font-size: 1.5625rem;
}
}
.blog-items .category-item-date,
.h5,
h5 {
font-family: Raleway, sans-serif;
font-weight: 700;
font-size: 1rem;
}
@media screen and (min-width: 992px) {
.blog-items .category-item-date,
.h5,
h5 {
font-size: 1.125rem;
}
}
@media screen and (min-width: 1200px) {
.blog-items .category-item-date,
.h5,
h5 {
font-size: 1.25rem;
}
}
.h6,
h6 {
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 {
width: 100%;
}
@media screen and (min-width: 576px) {
#exampleModal1,
.container {
max-width: 540px;
}
}
@media screen and (min-width: 768px) {
#exampleModal1,
.container {
max-width: 720px;
}
}
@media screen and (min-width: 992px) {
#exampleModal1,
.container {
max-width: 960px;
}
}
@media screen and (min-width: 1200px) {
.h6,
h6 {
font-size: 1.125rem;
}
#exampleModal1,
.container {
max-width: 1140px;
}
}
@media screen and (min-width: 1400px) {
#exampleModal1,
.container {
max-width: 1320px;
}
}
@media screen and (min-width: 1600px) {
#exampleModal1,
.container {
max-width: 1548px;
}
}
.home-blog .blog-items {
padding-top: 48px;
}
@media screen and (min-width: 768px) {
.home-blog .blog-items {
padding-top: 60px;
}
.about-us-sction,
.enterprise-offers,
.newsletter-section,
.trainings-outer {
padding-top: 60px;
}
}
@media screen and (min-width: 992px) {
.home-blog .blog-items {
padding-top: 80px;
}
}
.about-us-sction,
.enterprise-offers,
.newsletter-section,
.trainings-outer {
padding-top: 60px;
}
@media screen and (min-width: 992px) {
.about-us-sction,
.enterprise-offers,
.newsletter-section,
.trainings-outer {
padding-top: 80px;
}
}
@media screen and (min-width: 1200px) {
.home-blog .blog-items {
padding-top: 100px;
}
.about-us-sction,
.enterprise-offers,
.newsletter-section,
.trainings-outer {
padding-top: 100px;
}
}
.enterprise-offers,
.newsletter-section {
padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
.enterprise-offers,
.newsletter-section {
padding-bottom: 60px;
}
}
@media screen and (min-width: 992px) {
.enterprise-offers,
.newsletter-section {
padding-bottom: 90px;
}
}
.banner-section,
.training-overview-slider-wrapper {
padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
.banner-section,
.training-overview-slider-wrapper {
padding-bottom: 75px;
}
}
@media screen and (min-width: 992px) {
.banner-section,
.training-overview-slider-wrapper {
padding-bottom: 100px;
}
}
@media screen and (min-width: 1400px) {
.about-us-sction,
.enterprise-offers,
.newsletter-section,
.trainings-outer {
padding-top: 120px;
}
.banner-section,
.training-overview-slider-wrapper {
padding-bottom: 120px;
}
}
.home-blog,
.home-success-story,
.testimonials .text-image {
padding-bottom: 50px;
padding-top: 60px;
}
@media screen and (min-width: 768px) {
.home-blog,
.home-success-story,
.testimonials .text-image {
padding-top: 60px;
padding-bottom: 75px;
}
}
@media screen and (min-width: 992px) {
.home-blog,
.home-success-story,
.testimonials .text-image {
padding-bottom: 100px;
padding-top: 80px;
}
.max-right-676 {
max-width: 676px;
}
}
@media screen and (min-width: 1200px) {
.home-blog,
.home-success-story,
.testimonials .text-image {
padding-top: 100px;
}
}
.training-overview-slider-wrapper .training-overview-slider {
margin-top: 120px;
}
.title-type-1 h1 {
position: relative;
}
.title-type-1 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) {
.title-type-1 h1::before {
width: 3.9em;
height: 3.9em;
border: 1em solid var(--c-gray);
}
}
@media screen and (min-width: 1400px) {
.home-blog,
.home-success-story,
.testimonials .text-image {
padding-bottom: 120px;
padding-top: 120px;
}
.title-type-1 h1::before {
width: 195px;
height: 195px;
border-width: 50px;
}
}
.title-type-1 {
position: relative;
z-index: 1;
}
.title-type-1 h2 {
position: relative;
}
.title-type-1 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) {
.title-type-1 h2::before {
width: 3.9em;
height: 3.9em;
border: 1em solid var(--c-gray);
}
}
.title-type-1 p {
position: relative;
z-index: 1;
}
.title-type-1 h3,
.title-type-1 h4,
.title-type-1 h5,
.title-type-1 h6 {
position: relative;
z-index: 1;
}
.link-type-1 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;
}
@media screen and (min-width: 1400px) {
.title-type-1 h2::before {
width: 195px;
height: 195px;
border-width: 50px;
}
.link-type-1 a {
font-size: 17px;
}
}
.link-type-1 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-1 a span svg {
height: 1em;
width: auto;
display: block;
}
.link-type-1.type-main a::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%;
}
.link-type-1.type-main a::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-1 button {
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;
background-color: var(--c-blue);
color: var(--c-white);
padding: 0 0 0 30px;
border-radius: 0;
border: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
@media screen and (min-width: 1400px) {
.link-type-1 button {
font-size: 17px;
}
}
.link-type-1 button 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-1 button span svg {
height: 1em;
width: auto;
display: block;
}
.link-type-2 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;
background-color: var(--c-blue);
color: var(--c-white);
}
.link-type-2 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-2 a span svg {
height: 1em;
width: auto;
display: block;
}
.link-type-2 a:not([href]):not([class]),
.link-type-2 a:not([href]):not([class]):hover {
color: var(--c-white);
text-decoration: none;
}
.link-type-2.type-main a::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-blue);
border-radius: 75px 0 0 0;
top: 0;
right: 100%;
}
.link-type-2.type-main a::after {
content: "";
position: absolute;
width: 50vw;
height: 74px;
background: 0 0;
border-width: 0 52px 52px 0;
border-style: solid;
border-color: var(--c-blue);
border-radius: 0 0 75px 0;
top: calc(100% + 22px);
right: calc(100% + 38px);
}
#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;
}
@media screen and (min-width: 1400px) {
.link-type-2 a {
font-size: 17px;
}
#opendownloadpop {
font-size: 17px;
}
}
#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;
}
.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-right-676 {
width: 100%;
}
.img-abstract-4 {
position: relative;
}
.img-abstract-4::before {
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;
-webkit-transform: translate(-30%, 30%);
transform: translate(-30%, 30%);
}
.img-abstract-4::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(30%, 100%);
transform: translate(30%, 100%);
}
.img-abstract-4 .img-abstract-4-inner {
position: relative;
}
.img-abstract-4 .img-abstract-4-inner img {
width: 100%;
position: relative;
z-index: 1;
}
.img-abstract-4 .img-abstract-4-inner::before {
z-index: 2;
content: "";
width: 92px;
height: 92px;
border-width: 0 0 40px 40px;
border-style: solid;
border-color: var(--c-blue);
display: block;
position: absolute;
left: 0;
bottom: 0;
border-radius: 0 0 0 90px;
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.img-abstract-4 .img-abstract-4-inner::after {
content: "";
width: 3.9em;
height: 3.9em;
border-radius: 50%;
background-color: transparent;
border: 1em solid var(--c-gray);
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate(33%, -33%);
transform: translate(33%, -33%);
}
@media screen and (min-width: 1400px) {
.link-type-arrow a {
font-size: 17px;
}
.img-abstract-4::after {
max-width: 150px;
max-height: 150px;
}
.img-abstract-4 .img-abstract-4-inner::after {
width: 195px;
height: 195px;
border-width: 50px;
}
}
.home-success-story .stories-card-wrapper::after {
font-size: 130px;
}
@media screen and (min-width: 768px) {
.home-success-story .stories-card-wrapper::after {
font-size: 170px;
}
}
@media screen and (min-width: 1200px) {
.home-success-story .stories-card-wrapper::after {
font-size: 220px;
}
}
@media screen and (min-width: 1400px) {
.home-success-story .stories-card-wrapper::after {
font-size: 250px;
}
}
.about-us-sction .images::before,
.home-success-story .stories-card-wrapper::before {
font-size: 150px;
}
@media screen and (min-width: 768px) {
.about-us-sction .images::before,
.home-success-story .stories-card-wrapper::before {
font-size: 180px;
}
}
@media screen and (min-width: 1200px) {
.about-us-sction .images::before,
.home-success-story .stories-card-wrapper::before {
font-size: 210px;
}
}
@media screen and (min-width: 1400px) {
.about-us-sction .images::before,
.home-success-story .stories-card-wrapper::before {
font-size: 250px;
}
}
.icon-text-items .icon-text-item:first-child::before,
.icon-title::before {
font-size: 160px;
}
@media screen and (min-width: 768px) {
.icon-text-items .icon-text-item:first-child::before,
.icon-title::before {
font-size: 200px;
}
}
@media screen and (min-width: 1200px) {
.icon-text-items .icon-text-item:first-child::before,
.icon-title::before {
font-size: 240px;
}
}
@media screen and (min-width: 1400px) {
.icon-text-items .icon-text-item:first-child::before,
.icon-title::before {
font-size: 300px;
}
}
@media screen and (min-width: 1600px) {
.img-abstract-4 .img-abstract-4-inner::after {
min-width: 300px;
min-height: 300px;
border-width: 70px;
}
.about-us-sction .images::before,
.home-success-story .stories-card-wrapper::before {
font-size: 300px;
}
.icon-text-items .icon-text-item:first-child::before,
.icon-title::before {
font-size: 400px;
}
}
.page-content-wrapper {
overflow: hidden;
}
.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;
}
#exampleModal1 {
background-color: transparent;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
#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;
}
#loading-screen #loader {
width: 280px;
height: 280px;
}
#loading-screen #loader svg {
width: 280px;
height: 280px;
}
.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%;
}
.bottom-text {
padding-top: 10px;
}
.newsletter-section {
position: relative;
z-index: 1;
}
.hs_error_rollup {
display: none;
}
.header-outer {
position: relative;
min-height: 74px;
}
@media screen and (min-width: 992px) {
.max-right-676 {
max-width: 716px;
padding-left: 40px;
margin-left: auto;
}
.single-training .page-content-wrapper {
overflow: unset;
}
.header-outer {
min-height: 114px;
}
}
.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;
}
.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) {
.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;
}
@media screen and (min-width: 992px) {
.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;
}
.header .site-logo a {
max-height: 110px;
height: auto;
}
}
.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 .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) {
#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%;
}
}
@media screen and (min-width: 992px) {
.footer-top .footer_menu {
width: 20%;
}
}
@media screen and (min-width: 1200px) {
.footer-top .footer_menu {
width: 18%;
}
}
.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-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;
}
}
.footer-bottom .right-links a {
color: inherit;
font-size: 1em;
}
.swiper.employe-swiper {
margin-top: 70px;
}
.swiper.employe-swiper .swiper-slide {
height: auto;
}
.swiper.employe-swiper .bottom-center-controls {
padding-top: 70px;
}
.bottom-center-controls {
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;
}
.bottom-center-controls .swiper-pagination {
width: auto;
bottom: 0;
position: relative;
padding-left: 20px;
padding-right: 20px;
}
.bottom-center-controls .swiper-pagination .swiper-pagination-bullet {
width: 14px;
height: 14px;
margin-left: 5px;
margin-right: 5px;
border-radius: 50%;
background-color: transparent;
opacity: 1;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
border: 2px solid var(--c-secondary);
}
.controls-type-2 .bottom-center-controls .swiper-pagination .swiper-pagination-bullet {
background-color: var(--c-primary);
border: 2px solid var(--c-primary);
opacity: 0.2;
}
@media screen and (min-width: 992px) {
.footer-bottom {
padding-top: 0;
padding-bottom: 0;
line-height: 38px;
}
.bottom-center-controls .swiper-pagination {
padding-left: 40px;
padding-right: 40px;
}
.bottom-center-controls .swiper-pagination .swiper-pagination-bullet {
width: 18px;
height: 18px;
margin-left: 8px;
margin-right: 8px;
border: 3px solid var(--c-secondary);
}
.controls-type-2 .bottom-center-controls .swiper-pagination .swiper-pagination-bullet {
border: 3px solid var(--c-primary);
width: 16px;
height: 16px;
}
}
.bottom-center-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bottom-center-controls .swiper-pagination .swiper-pagination-bullet:hover {
background-color: var(--c-secondary);
opacity: 1;
}
.controls-type-2 .bottom-center-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.controls-type-2 .bottom-center-controls .swiper-pagination .swiper-pagination-bullet:hover {
background-color: var(--c-primary);
opacity: 1;
}
.bottom-center-controls .swiper-nav-left,
.bottom-center-controls .swiper-nav-right {
width: 40px;
height: 40px;
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);
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
color: var(--c-white);
}
.controls-type-2 .bottom-center-controls .swiper-nav-left,
.controls-type-2 .bottom-center-controls .swiper-nav-right {
display: none !important;
}
.bottom-center-controls .swiper-nav-left:hover,
.bottom-center-controls .swiper-nav-right:hover {
background-color: var(--c-blue);
}
.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 {
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 .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 .stories-card.visable {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.stories-card-inner::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 46, 181, 0.5);
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.stories-card-inner .date {
font-size: 18px;
margin-bottom: 10px;
}
.stories-card-inner .text {
font-weight: 500;
}
.stories-card-inner:hover::before {
background-color: rgba(0, 46, 181, 0.8);
}
.stories-card-inner:hover .stories-card {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.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-blue);
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;
}
.blog-items.row .blog-item {
width: calc(33.3333333333% - 10px);
margin-right: 15px;
margin-top: 60px;
}
}
@media screen and (min-width: 1400px) {
.right-blue-arc::before {
font-size: 110px;
}
}
.swiper.news-swiper {
padding-top: 60px;
}
.swiper.news-swiper .bottom-center-controls {
margin-top: 60px;
}
.blog-items.row .blog-item {
padding: 12px;
}
.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) {
.blog-items.row .blog-item {
width: calc(33.3333333333% - 16px);
margin-right: 24px;
margin-top: 80px;
}
.banner-image-bg::before {
padding-bottom: 23%;
}
}
@media screen and (min-width: 1400px) {
.blog-items.row .blog-item {
width: calc(33.3333333333% - 22px);
margin-right: 33px;
margin-top: 100px;
}
.banner-image-bg::before {
padding-bottom: 25%;
}
}
@media screen and (min-width: 1600px) {
.footer-bottom .right-links .link-item:not(:last-child) {
padding-right: 60px;
}
.right-blue-arc::before {
font-size: 135px;
}
.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) {
.blog-items.row .blog-item:nth-child(3n) {
margin-right: 0;
}
.calender-card {
position: relative;
z-index: 9;
}
.calender-card {
margin-top: 0;
padding: 20px 15px;
}
}
@media screen and (min-width: 1200px) {
.calender-card {
margin-top: 0;
padding: 20px;
}
}
.calender-card .link-type-1 {
padding-top: 25px;
}
.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);
}
.banner-section .text-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.banner-section h1:first-child {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.home .banner-section h1:first-child {
margin-bottom: 0;
}
.banner-section h1:first-child::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) {
.banner-section h1:first-child::before {
width: 3.9em;
height: 3.9em;
border: 1em solid var(--c-gray);
}
}
.banner-section h1 strong {
color: var(--c-secondary);
}
.banner-section h2 strong {
color: var(--c-secondary);
}
.banner-section .text-wrapper {
width: 100%;
padding-bottom: 20px;
}
.banner-section .text-wrapper .text-inner {
padding-top: 30px;
}
@media screen and (min-width: 992px) {
.banner-section .text-image {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.banner-section .text-wrapper .text-inner {
padding-top: 0;
padding-right: 30px;
}
}
@media screen and (min-width: 1400px) {
.calender-card {
margin-top: 0;
padding: 30px;
}
.banner-section h1:first-child::before {
width: 195px;
height: 195px;
border-width: 50px;
}
.banner-section .text-wrapper .text-inner {
padding-right: 60px;
}
}
.banner-section .image {
width: 100%;
}
.banner-section .image.video-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.banner-section .image.video-img::after {
content: "";
width: 1px;
margin-right: -1px;
padding: 0 0 56.25%;
}
.banner-section .image iframe,
.banner-section .image video {
width: 100%;
height: auto;
}
.banner-section .image video {
max-height: 535px;
}
.banner-section .image img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.banner-section .link-type-1 {
margin-top: 32px;
}
@media screen and (min-width: 1400px) {
.banner-section .link-type-1 {
margin-top: 42px;
}
}
@media screen and (min-width: 1600px) {
.banner-section .text-wrapper .text-inner {
padding-right: 90px;
}
.banner-section .link-type-1 {
margin-top: 54px;
}
}
.icon-text-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 30px;
}
@media screen and (min-width: 768px) {
.icon-text-items {
padding-top: 40px;
}
}
@media screen and (min-width: 992px) {
.banner-section .image {
width: 50%;
margin-left: -50%;
}
.banner-section .image img {
min-height: 535px;
}
.icon-text-items {
padding-top: 60px;
}
}
.icon-text-items .icon-text-item {
background-color: var(--c-gray);
padding: 25px 20px;
border-radius: 25px;
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;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
width: 100%;
margin-bottom: 24px;
position: relative;
}
.icon-text-items .icon-text-item:first-child::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-primary);
position: absolute;
-webkit-transform: translate(15%, 10%);
transform: translate(15%, 10%);
bottom: 0;
right: 100%;
z-index: -1;
}
@media screen and (min-width: 576px) {
.icon-text-items .icon-text-item {
width: calc(50% - 15px);
}
.about-us-sction .logos-items .logo-item {
max-width: 33.3333333333%;
}
}
@media screen and (min-width: 992px) {
.icon-text-items .icon-text-item {
width: calc(25% - 15px);
padding: 25px 20px;
max-height: 100px;
}
}
@media screen and (min-width: 1200px) {
.icon-text-items {
padding-top: 80px;
}
.icon-text-items .icon-text-item {
padding: 25px 30px;
max-height: 140px;
}
}
.icon-text-items .icon-text-item .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50px;
min-width: 50px;
height: 50px;
}
.icon-text-items .icon-text-item .icon img {
max-height: 50px;
width: auto;
display: block;
height: auto;
max-width: 50px;
margin-left: auto;
margin-right: auto;
}
.icon-text-items .icon-text-item .hover-icon {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
width: 100%;
height: auto;
margin-right: -100%;
}
.icon-text-items .icon-text-item .normal-icon {
width: 100%;
height: auto;
-webkit-transition: 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.icon-text-items .icon-text-item .title {
padding-left: 10px;
font-size: 16px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media screen and (min-width: 1400px) {
.icon-text-items .icon-text-item {
padding: 40px 50px;
max-height: 140px;
}
.icon-text-items .icon-text-item .title {
font-size: 20px;
padding-left: 15px;
}
}
.icon-text-items .icon-text-item .title a {
text-decoration: none;
color: var(--c-primary);
font-weight: 600;
-webkit-transition: 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.icon-text-items .icon-text-item .title a::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
border-radius: 25px;
top: 0;
}
.icon-text-items .icon-text-item:hover {
background-color: var(--c-blue);
}
.icon-text-items .icon-text-item:hover .hover-icon {
opacity: 1;
visibility: visible;
}
.icon-text-items .icon-text-item:hover .normal-icon {
opacity: 0;
visibility: hidden;
}
.icon-text-items .icon-text-item:hover a {
color: var(--c-white);
}
.about-us-sction {
padding-bottom: 70px;
background-color: var(--c-bg-color);
}
.about-us-sction .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 992px) {
.about-us-sction .images-outer {
max-width: 716px;
padding-right: 40px;
}
}
.about-us-sction .images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 2;
position: relative;
margin-left: -15px;
margin-right: -15px;
position: relative;
}
.about-us-sction .images::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-primary);
position: absolute;
-webkit-transform: translate(-25%, 20%);
transform: translate(-25%, 20%);
top: 0;
left: 60%;
z-index: -1;
}
.about-us-sction .images .image-wrapper {
padding: 15px;
position: relative;
}
.about-us-sction .images .image-wrapper img {
width: 100%;
height: auto;
display: block;
border-radius: 19px;
}
.about-us-sction .images .image-wrapper:first-child {
width: 60%;
}
.about-us-sction .images .image-wrapper:first-child::before {
content: "";
padding: 0 0 26%;
width: 25%;
border-radius: 50%;
background-color: var(--c-gray);
left: 0;
bottom: 0;
position: absolute;
-webkit-transform: translate(-15%, 15%);
transform: translate(-15%, 15%);
z-index: -1;
}
.about-us-sction .images .image-wrapper:nth-child(2) {
width: 40%;
margin-top: auto;
-webkit-transform: translateY(30%);
transform: translateY(30%);
}
.about-us-sction .images .image-wrapper:nth-child(2)::after {
content: "";
width: 90px;
height: 90x;
border-width: 0 0 40px 40px;
border-style: solid;
border-color: var(--c-blue);
display: block;
position: absolute;
left: 15px;
bottom: 15px;
border-radius: 0 0 0 90px;
-webkit-transform: translate(25%, 55%);
transform: translate(25%, 55%);
z-index: 2;
}
@media screen and (min-width: 1400px) {
.about-us-sction .images {
margin-left: -25px;
margin-right: -25px;
}
.about-us-sction .images .image-wrapper {
padding: 25px;
}
.about-us-sction .images .image-wrapper:nth-child(2)::after {
width: 121px;
border-width: 0 0 50px 50px;
height: 121px;
border-radius: 0 0 0 120px;
left: 25px;
bottom: 25px;
}
}
.about-us-sction .images .image-wrapper:nth-child(3) {
width: 33%;
margin-right: 38%;
margin-left: auto;
}
.about-us-sction .text h2 {
color: var(--c-primary);
position: relative;
}
.about-us-sction .text p {
margin-bottom: 25px;
z-index: 2;
position: relative;
}
.about-us-sction .logos-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-us-sction .logos-items .logo-item {
padding: 5px 10px;
}
.container.relative,
.relative#exampleModal1 {
position: relative;
}
.trainings-outer .link-type-1 {
margin-top: 20px;
}
@media screen and (min-width: 768px) {
.trainings-outer .link-type-1 {
margin-top: 30px;
}
}
.trainings-outer .text-link {
max-width: 740px;
}
.full-image img {
width: 100%;
height: auto;
}
.training-overview-slider-wrapper .training-overview-slider {
position: relative;
z-index: 1;
}
.training-overview-slider-wrapper .training-overview-slider::before {
content: "";
width: 3.9em;
height: 3.9em;
border-radius: 50%;
background-color: transparent;
border: 1em solid var(--c-gray);
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate(40%, -25%);
transform: translate(40%, -25%);
}
@media screen and (min-width: 1400px) {
.training-overview-slider-wrapper .training-overview-slider::before {
width: 195px;
height: 195px;
border-width: 50px;
}
}
.training-overview-slider-wrapper .training-overview-slider::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(-33%, 20%);
transform: translate(-33%, 20%);
}
.training-overview-slider-wrapper .training-overview-slider .swiper {
position: relative;
z-index: 1;
}
.training-overview-slider-wrapper .training-overview-slider .overlay-link {
border-radius: 17px;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide {
background-color: var(--c-bg-color);
border-radius: 17px;
padding: 40px 30px;
height: auto;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
}
.training-overview-slider-wrapper .training-overview-slider .container-image-button {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.training-overview-slider-wrapper .training-overview-slider .container-image-button img {
max-width: 100%;
}
.training-overview-slider-wrapper .training-overview-slider .container-info {
display: flex;
flex-direction: column;
gap: 1rem;
height: auto;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide h3 {
font-weight: 700;
padding-bottom: 15px;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .main-image {
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;
padding-bottom: 30px;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .main-image .image {
width: 100%;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .main-image .hover-image {
margin-left: -100%;
opacity: 0;
visibility: hidden;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item:not(:last-child) {
padding-right: 20px;
}
@media screen and (min-width: 1600px) {
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item:not(:last-child) {
padding-right: 35px;
}
.home-blog .blog-items .col-lg-6:first-child {
width: calc(50% - 30px);
}
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item:nth-child(3) {
display: none;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item .icon-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-right: 10px;
position: relative;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item .icon-wrapper .icon {
width: 100%;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .details .oict-item .icon-wrapper .hover-icon {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
padding-right: 10px;
width: 100%;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide .text {
margin-bottom: auto;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide:hover {
background-color: var(--c-blue);
color: var(--c-white);
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide:hover .hover-image {
opacity: 1;
visibility: visible;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide:hover .image {
opacity: 0;
visibility: visible;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide:hover .icon-wrapper .hover-icon {
opacity: 1 !important;
visibility: visible !important;
}
.training-overview-slider-wrapper .training-overview-slider .button.type-arrow {
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;
position: relative;
font-weight: 700;
-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;
cursor: pointer;
font-size: 15px;
padding: 0;
margin: 0;
margin-top: 25px;
}
.training-overview-slider-wrapper .training-overview-slider .button.type-arrow 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;
height: 52px;
margin-left: 20px;
background-color: var(--c-secondary);
color: var(--c-white);
}
.training-overview-slider-wrapper .training-overview-slider .button.type-arrow span svg {
height: 1em;
width: auto;
display: block;
}
.training-overview-slider-wrapper .training-overview-slider .button.type-arrow span {
margin: 0;
height: 42px;
}
.training-overview-slider-wrapper.no-rt-circle .training-overview-slider::before {
display: none;
}
.training-overview-slider-wrapper .bottom-center-controls {
padding-top: 34px;
}
.enterprise-offers {
background-color: var(--c-bg-color);
}
.enterprise-offers h5 {
color: var(--c-primary);
font-weight: 700;
z-index: 2;
position: relative;
}
.enterprise-offers .link-type-2 {
margin-top: 25px;
margin-bottom: 50px;
}
.enterprise-offers-inner .text-icontitle.row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.icon-title-wrapper {
padding-top: 30px;
position: relative;
}
@media screen and (min-width: 992px) {
.enterprise-offers .link-type-2 {
margin-top: 40px;
}
.enterprise-offers-inner .text-icontitle.row .title-type-1 h5 {
margin-bottom: 15px;
}
.icon-title-wrapper {
padding-left: 40px;
padding-top: 0;
}
}
.icon-title-wrapper::before {
content: "";
width: 3.9em;
height: 3.9em;
border-radius: 50%;
background-color: transparent;
border: 1em solid var(--c-gray);
position: absolute;
bottom: 0;
right: 0;
-webkit-transform: translate(56%, 35%);
transform: translate(56%, 35%);
}
@media screen and (min-width: 1400px) {
.training-overview-slider-wrapper .training-overview-slider .swiper-slide {
padding: 40px 50px;
}
.training-overview-slider-wrapper .training-overview-slider .button.type-arrow {
font-size: 17px;
}
.icon-title-wrapper::before {
width: 195px;
height: 195px;
border-width: 50px;
}
}
.icon-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.icon-title::after {
content: "";
width: 92px;
height: 92px;
border-width: 0 0 40px 40px;
border-style: solid;
border-color: var(--c-blue);
display: block;
position: absolute;
left: -46px;
bottom: -26px;
border-radius: 0 0 0 90px;
z-index: 2;
}
.icon-title::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-primary);
position: absolute;
-webkit-transform: translate(40%, -58%);
transform: translate(40%, -58%);
top: 50%;
right: 0;
}
.icon-title .icon-title-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--c-white);
width: 100%;
border-radius: 19px;
padding: 20px;
margin-bottom: 20px;
position: relative;
z-index: 1;
}
@media screen and (min-width: 576px) {
.icon-title .icon-title-item {
width: calc(50% - 20px);
}
}
.icon-title .icon-title-item .icon {
min-width: 52px;
height: auto;
}
.icon-title .icon-title-item .icon img {
width: auto;
height: 52px;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
}
.icon-title .icon-title-item .title {
padding-left: 30px;
}
.icon-title .icon-title-item .title h4 {
color: var(--c-primary);
font-weight: 700;
font-size: 20px;
}
@media screen and (min-width: 1400px) {
.icon-title .icon-title-item {
padding: 30px;
}
.icon-title .icon-title-item .title h4 {
font-size: 25px;
}
}
.innovations {
padding-top: 120px;
padding-bottom: 70px;
}
.innovations .text {
color: var(--c-primary);
}
.innovations .text ul {
padding: 0;
margin: 0;
padding-left: 1em;
}
.innovations .text ul li {
list-style: none;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 15px;
font-weight: 700;
color: inherit;
}
.innovations .text ul li::after {
content: "";
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: calc(50% - 8px);
-webkit-mask-image: url(https://login.daher.com/wp-content/themes/daher/images/arrow.svg);
mask-image: url(https://login.daher.com/wp-content/themes/daher/images/arrow.svg);
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
-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);
margin-left: -15px;
}
.innovations .ratio-16x9.ratio.iframe-section-wrap {
border-radius: 30px;
overflow: hidden;
}
.innovations-main {
padding-top: 30px;
position: relative;
overflow: hidden;
}
.innovations-main .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.innovations-main .cn canvas#c {
width: 100%;
height: auto;
}
.home-success-story {
background-color: var(--c-bg-color);
}
.home-success-story .link-type-2 {
margin-top: 24px;
}
@media screen and (min-width: 992px) {
.innovations-main .cn canvas#c {
width: calc(100% + 24px);
margin-right: -24px;
}
.home-success-story .link-type-2 {
padding-top: 40px;
}
}
.home-success-story .stories-card-wrapper {
position: relative;
z-index: 1;
}
.home-success-story .stories-card-wrapper .stories-card-inner {
position: relative;
z-index: 1;
}
.home-success-story .stories-card-wrapper::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-primary);
position: absolute;
-webkit-transform: translate(-10%, -30%);
transform: translate(-10%, -30%);
top: 0;
right: 0;
z-index: -1;
}
.home-success-story .stories-card-wrapper::after {
content: "";
width: 1em;
height: 1em;
border-width: 0.300030003em;
border-style: solid;
border-color: var(--c-gray);
border-radius: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
display: block;
z-index: -1;
margin-top: -0.6em;
margin-bottom: -40px;
}
.counter-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -12px;
margin-right: -12px;
padding-top: 15px;
}
.counter-wrapper .nt-item {
padding-left: 12px;
padding-right: 12px;
padding-top: 15px;
color: var(--c-primary);
max-width: 320px;
}
.counter-wrapper .nt-item span {
font-size: 35px;
color: inherit;
font-weight: 700;
}
.counter-wrapper .nt-item p {
color: inherit;
font-weight: 700;
}
.home-success-story .success-story {
padding-top: 40px;
}
@media screen and (min-width: 992px) {
.home-success-story .success-story {
padding-top: 0;
}
}
.success-story .stories-card-inner {
padding: 40px 60px;
color: var(--c-white);
border-radius: 17px;
position: relative;
}
.success-story .stories-card-inner .overlay-link {
z-index: 3;
}
@media screen and (min-width: 1400px) {
.counter-wrapper {
padding-top: 40px;
}
.success-story .stories-card-inner {
padding: 60px 80px;
}
}
.success-story .stories-card-inner::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--c-blue);
opacity: 50%;
border-radius: 17px;
}
.success-story .stories-card-inner .stories-card {
position: relative;
z-index: 2;
}
.success-story .stories-card-inner .stories-card h3 {
font-size: 30px;
font-weight: 700;
padding-bottom: 10px;
}
.success-story .stories-card-inner .stories-card .date {
font-size: 18px;
padding-bottom: 20px;
}
.success-story .button a {
padding: 0;
}
.success-story .button span {
padding: 0;
margin: 0 !important;
}
.ami {
padding-top: 120px;
padding-bottom: 120px;
}
.ami .text-image {
padding-top: 30px;
}
.ami .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ami .text-image .image {
padding-top: 30px;
}
.ami .text-image .image img {
max-width: 100%;
height: auto;
display: block;
margin: auto;
}
.ami .link-type-1 {
margin-top: 30px;
}
.ami-steps {
margin-top: 20px;
padding: 1em 0;
position: relative;
margin-left: auto;
max-width: calc(100% - 30px);
}
.ami-steps::before {
position: absolute;
left: 0;
top: 0;
content: " ";
display: block;
height: 100%;
margin-left: -1.5px;
border-right: 3px dotted var(--c-primary);
z-index: 5;
width: 3px;
}
.ami-steps .ami-step {
width: 100%;
position: relative;
padding-left: 30px;
}
@media screen and (min-width: 576px) {
.ami-steps .ami-step {
padding-left: 50px;
}
}
@media screen and (min-width: 768px) {
.ami .text-image .image {
padding-top: 0;
}
.ami-steps {
max-width: 100%;
}
.ami-steps::before {
left: 50%;
}
.ami-steps .ami-step {
padding-left: 0;
margin-bottom: -60px;
}
.ami-steps .ami-step:nth-child(odd) {
text-align: right;
}
}
.ami-steps .ami-step .step-text {
border-radius: 17px;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
padding: 25px 20px;
}
@media screen and (min-width: 576px) {
.ami-steps .ami-step .step-text {
padding: 30px;
}
}
.ami-steps .ami-step .step-text:hover {
-webkit-box-shadow: 0 15px 30px rgba(0, 46, 92, 0.0784313725);
box-shadow: 0 15px 30px rgba(0, 46, 92, 0.0784313725);
}
.ami-steps .ami-step:nth-child(odd) h3::before {
left: calc(0% - 20px);
}
.ami-steps .ami-step:nth-child(2n) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ami-steps .step-text {
color: var(--c-primary);
}
@media screen and (min-width: 768px) {
.ami-steps .ami-step:nth-child(odd) h3::before {
left: calc(50% - 20px);
}
.ami-steps .step-text {
width: calc(50% - 30px);
}
}
@media screen and (min-width: 992px) {
.ami-steps .ami-step .step-text {
padding: 32px 42px;
}
.ami-steps .step-text {
width: calc(50% - 60px);
}
}
@media screen and (min-width: 1200px) {
.home-success-story .stories-card-wrapper::after {
margin-bottom: -80px;
}
.ami-steps .step-text {
width: calc(50% - 110px);
}
}
.ami-steps .step-text::after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ami-steps .step-text h3 {
font-size: 25px;
padding-bottom: 15px;
position: static;
font-weight: 700;
}
.ami-steps .step-text h3::before {
position: absolute;
top: 30px;
content: " ";
display: block;
width: 40px;
height: 40px;
background: var(--c-secondary);
border-radius: 50%;
border: 10px solid var(--c-border-color);
z-index: 10;
left: calc(0% - 20px);
}
.ami-steps .step-text h5 {
font-size: 18px;
padding-bottom: 10px;
}
.testimonials {
background-color: #f3f3f3;
}
.testimonials .text-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.testimonials .swiper-arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 9;
width: 100%;
left: 0;
right: 0;
margin-left: auto;
top: 30px;
margin-right: auto;
}
@media screen and (max-width: 767px) {
#exampleModal1 {
max-width: 100%;
width: 100%;
}
.testimonials .swiper-arrows {
max-width: 540px;
padding-left: 12px;
padding-right: 12px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
top: 5px;
}
.testimonials .testi-pagination {
position: relative;
padding-top: 12px;
padding-bottom: 30px;
bottom: 0;
}
}
@media screen and (min-width: 768px) {
.ami-steps .step-text h3::before {
left: calc(50% - 20px);
}
.testimonials .swiper-arrows {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 10px;
}
}
@media screen and (min-width: 992px) {
.testimonials .swiper-arrows {
top: 10px;
}
}
.testimonials .swiper-arrows .testi-next,
.testimonials .swiper-arrows .testi-prev {
font-size: 20px;
color: var(--c-white);
fill: var(--c-white);
background: var(--c-secondary);
height: 40px;
width: 40px;
position: relative;
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;
margin-right: 10px;
}
.testimonials .swiper-arrows .testi-next::after,
.testimonials .swiper-arrows .testi-prev::after {
font-size: 15px;
}
.testimonials .testi-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
width: 100%;
}
@media screen and (min-width: 768px) {
.testimonials .testi-pagination {
width: 50%;
bottom: 75px;
}
}
.testimonials .testi-pagination span {
width: 16px;
height: 16px;
background-color: var(--c-primary);
opacity: 0.3;
}
.testimonials .testi-pagination .swiper-pagination-bullet-active {
background-color: var(--c-primary);
opacity: 1;
}
.testimonials .text {
width: 100%;
color: var(--c-primary);
position: relative;
z-index: 2;
padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
.testimonials .text {
width: 50%;
padding-bottom: 0;
margin-top: 6rem;
}
.testimonials .name-post {
margin-top: 3rem;
}
}
.testimonials .image {
width: 100%;
}
@media screen and (min-width: 1200px) {
.testimonials .swiper-arrows {
top: 30px;
}
.testimonials .image {
padding-right: 8.3333333333%;
}
}
@media screen and (min-width: 768px) {
.testimonials .image {
width: 50%;
padding-left: 100px;
}
}
.testimonials .image img {
border-radius: 17px;
}
.testimonials .name-post {
text-align: right;
padding-top: 15px;
}
.testimonials .post {
font-size: 25px;
font-weight: 700;
}
.testimonials .name {
color: var(--c-primary);
}
@media screen and (min-width: 1600px) {
.home-blog .blog-items .col-lg-6:nth-child(2) {
width: calc(50% + 30px);
}
}
.home-blog .link-type-1 {
margin-top: 20px;
}
.blog-items .blog-title-outer {
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
color: var(--c-primary);
}
.blog-items .left-big-item {
position: relative;
}
@media screen and (min-width: 992px) {
.testimonials .testi-pagination {
bottom: 100px;
}
.blog-items .left-big-item {
padding-right: 20px;
}
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
.blog-items .left-big-item {
padding-right: 34px;
}
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
.blog-items .left-big-item {
padding-right: 48px;
}
}
.blog-items .left-big-item::before {
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(-50%, 0);
transform: translate(-50%, 0);
}
.blog-items .left-big-item::after {
width: 70px;
height: 70px;
background-color: var(--c-gray);
border-radius: 50%;
content: "";
display: block;
position: relative;
z-index: -2;
}
.blog-items .left-big-item .image img {
width: 100%;
max-width: 100%;
height: 350px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
border-radius: 17px 17px 0 0;
}
.blog-items .left-big-item .text {
margin-bottom: 20px;
}
.blog-items .left-big-item .blog-title-outer {
background-color: var(--c-primary);
color: var(--c-white);
padding: 30px 50px;
border-radius: 17px;
border-top-left-radius: 0;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
border-top-right-radius: 0;
}
.blog-items .left-big-item .blog-inner:hover .blog-title-outer {
background-color: var(--c-blue);
}
.blog-items .blog-title h4 {
color: inherit;
font-weight: 700;
margin-bottom: 5px;
}
.blog-items .category-item-date {
font-weight: 700;
color: inherit;
margin-bottom: 10px;
}
.blog-items .right-blog-items .blog-title h4 {
font-size: 1.45rem !important;
}
.blog-items .button {
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;
position: relative;
font-weight: 700;
-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;
cursor: pointer;
font-size: 15px;
padding: 0;
}
.blog-items .button 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);
}
.blog-items .button span svg {
height: 1em;
width: auto;
display: block;
}
.blog-items .button span {
margin: 0;
}
.right-blog-items {
padding-top: 30px;
}
@media screen and (min-width: 992px) {
.blog-items .left-big-item::after {
width: 80px;
height: 80px;
}
.right-blog-items {
padding-top: 0;
}
}
.right-blog-items .blog-title-outer h4 {
font-weight: 700;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
color: var(--c-primary);
}
@media screen and (max-width: 479px) {
.right-blog-items .blog-item {
margin-top: 18px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
border-radius: 15px;
}
.right-blog-items .blog-item .blog-title-outer {
padding: 15px;
}
}
.right-blog-items .blog-item .blog-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-transition: 0.32s ease-in-out;
transition: all 0.32s ease-in-out;
border-radius: 15px;
}
.right-blog-items .blog-item .blog-inner > div {
width: 100%;
}
@media screen and (min-width: 480px) {
.right-blog-items .blog-item {
padding-bottom: 40px;
}
.right-blog-items .blog-item .blog-inner > div.blog-title-outer {
width: 60%;
}
.right-blog-items .blog-item .blog-inner > div.image {
padding-right: 20px;
width: 40%;
}
.right-blog-items .blog-item .blog-inner > div.blog-title-outer {
padding-left: 20px;
padding-right: 20px;
}
}
.right-blog-items .blog-item .blog-inner .image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
border-radius: 15px 15px 0 0;
min-height: 120px;
}
@media screen and (min-width: 480px) {
.right-blog-items .blog-item .blog-inner .image img {
border-radius: 17px;
}
}
.right-blog-items .blog-item .blog-inner .text {
display: none;
}
.right-blog-items .blog-item .blog-inner:hover {
background-color: var(--c-blue);
-webkit-box-shadow: 0 0 0 10px var(--c-blue);
box-shadow: 0 0 0 10px var(--c-blue);
color: var(--c-white);
}
.right-blog-items .blog-item .blog-inner:hover .blog-title-outer {
color: var(--c-white);
}
.right-blog-items .blog-item .blog-inner:hover .blog-title-outer h4 {
color: var(--c-white);
}
.newsletter-section {
background-color: white;
}
.newsletter-section .bottom-text a {
color: #002eb5;
}
.newsletter-section .bottom-text a:hover {
text-decoration: underline;
}
.grecaptcha-badge {
visibility: hidden;
}
@media screen and (min-width: 1400px) {
.testimonials .swiper-arrows {
top: 30px;
}
.testimonials .testi-pagination {
bottom: 120px;
}
.blog-items .left-big-item::after {
width: 100px;
height: 100px;
}
.blog-items .button {
font-size: 17px;
}
.right-blog-items .blog-item {
padding-bottom: 45px;
}
.right-blog-items .blog-item .blog-inner .image img {
height: 167px;
}
.blog-items .right-blog-items .blog-item .button a span {
width: 40px !important;
height: 40px !important;
}
}
.training-overview .swiper-wrapper {
flex-wrap: wrap;
gap: 0.5rem;
}
.training-overview .swiper-wrapper .swiper-slide {
width: calc((100% - 0.5rem) / 2) !important;
margin: 0 !important;
}
.training-overview .swiper-wrapper .swiper-slide .button span svg {
display: none;
}
.training-overview .swiper-wrapper .swiper-slide .button {
padding: 10px 40px;
background-color: #002eb5;
font-weight: initial;
}
.training-overview .swiper-wrapper .swiper-slide .button a {
color: #fff;
}
@media (max-width: 1199px) {
.training-overview-slider-wrapper .training-overview-slider .swiper-slide {
flex-direction: column;
position: relative;
padding: 40px 30px 120px;
width: calc((100% - 1rem) / 2) !important;
}
.training-overview-slider-wrapper .training-overview-slider .container-image-button {
height: auto;
}
.training-overview .swiper-wrapper .swiper-slide .button {
position: absolute;
bottom: 40px;
transform: translateX(-50%);
left: 50%;
}
.training-overview .swiper-wrapper {
gap: 1rem;
}
}
@media (max-width: 991px) {
.training-overview .swiper-wrapper .swiper-slide {
width: 100% !important;
}
.training-overview-slider-wrapper .training-overview-slider .container-info {
height: auto;
}
.training-overview-slider-wrapper .training-overview-slider .swiper-slide {
flex-direction: row;
position: initial;
padding: 40px 30px;
align-items: stretch;
}
.training-overview-slider-wrapper .training-overview-slider .container-image-button {
height: auto;
}
.training-overview .swiper-wrapper .swiper-slide .button {
position: initial;
bottom: 0;
transform: none;
left: 0;
}
.training-overview .swiper-wrapper {
gap: 2rem;
flex-direction: column;
flex-wrap: nowrap;
}
body {
overflow-x: hidden;
}
.header-inner {
justify-content: space-between;
}
}
@media (max-width: 767px) {
.training-overview-slider-wrapper .training-overview-slider .swiper-slide {
flex-direction: column;
position: relative;
padding: 40px 30px 120px;
}
.training-overview-slider-wrapper .training-overview-slider .container-image-button {
height: auto;
}
.training-overview .swiper-wrapper .swiper-slide .button {
position: absolute;
bottom: 40px;
transform: translateX(-50%);
left: 50%;
}
.footer-items {
flex-direction: column;
}
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
width: 18px;
height: 18px;
margin-left: 8px;
margin-right: 8px;
border: 3px solid var(--c-secondary);
background: 0 0;
opacity: 1;
}
.training-overview .swiper-wrapper .swiper-slide .button:hover,
.training-overview-slider-wrapper .training-overview-slider .swiper-slide:hover .button {
background-color: #fff;
}
.training-overview .swiper-wrapper .swiper-slide .button a:hover,
.training-overview-slider-wrapper .training-overview-slider .swiper-slide:hover .button a {
color: #002eb5;
}
.testimonials-inner h2 {
padding-top: 4rem;
}
.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;
}
ol,
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-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;
}
.popup-template .modal {
opacity: 0;
-webkit-transition: 250ms;
-o-transition: 250ms;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: 250ms;
-o-transition: 250ms;
transition: all 250ms ease;
}
.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");
}
.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;
}
:root {
--page-title-display: block;
}
.elementor-tab-title a {
color: inherit;
}
.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;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.reverse {
animation-direction: reverse;
animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
.animated {
animation: none;
}
}
.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-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-pagination-bullet {
width: 6px;
height: 6px;
display: inline-block;
border-radius: 50%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet-active {
opacity: 1;
}
.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;
}
.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: #002eb5;
--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;
}
.fa,
.fab,
.fad,
.fal,
.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-fw {
text-align: center;
width: 1.25em;
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-circle:before {
content: "\f111";
}
.fa-expand:before {
content: "\f065";
}
.fa-eye:before {
content: "\f06e";
}
.fa-layer-group:before {
content: "\f5fd";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-route:before {
content: "\f4d7";
}
.fa-times:before {
content: "\f00d";
}
.fa-user:before {
content: "\f007";
}
.fa-vr-cardboard:before {
content: "\f729";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
@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;
}
.fa.fa-map-marker:before {
content: "\f3c5";
}
.fa.fa-expand:before {
content: "\f424";
}
.fa.fa-eye {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.fa.fa-linkedin {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
.fa.fa-linkedin:before {
content: "\f0e1";
}
.fa.fa-rotate-left:before {
content: "\f0e2";
}
.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;
}
.typed-cursor {
opacity: 1;
}
.typed-cursor.typed-cursor--blink {
animation: 0.7s infinite typedjsBlink;
-webkit-animation: 0.7s infinite typedjsBlink;
animation: 0.7s infinite typedjsBlink;
}
@keyframes typedjsBlink {
50% {
opacity: 0;
}
}
@-webkit-keyframes typedjsBlink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}