/*** FONTS ***/
@font-face {
  font-family: "Lato";
  font-weight: 100;
  src: url("../webfonts/Lato-Thin.ttf");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  src: url("../webfonts/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  src: url("../webfonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  src: url("../webfonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  src: url("../webfonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Oswald";
  font-weight: 200;
  src: url("../webfonts/Oswald-ExtraLight.ttf");
}
@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: url("../webfonts/Oswald-Light.ttf");
}
@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url("../webfonts/Oswald-Regular.ttf");
}
@font-face {
  font-family: "Oswald";
  font-weight: 500;
  src: url("../webfonts/Oswald-Medium.ttf");
}
@font-face {
  font-family: "Oswald";
  font-weight: 600;
  src: url("../webfonts/Oswald-SemiBold.ttf");
}
@font-face {
  font-family: "Oswald";
  font-weight: 700;
  src: url("../webfonts/Oswald-Bold.ttf");
}
/*** MISC ***/
body {
  color: #555;
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.5;
  margin: 0px;
}

h1,
.h1 {
  color: #000;
  font-family: "Oswald";
  font-size: 1.9em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
}

h2,
.h2 {
  color: #000;
  font-family: "Oswald";
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
}

h3,
.h3,
.widget-title {
  color: #000;
  font-family: "Oswald";
  font-size: 1.45em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
}

h4,
.h4 {
  color: #000;
  font-family: "Oswald";
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
}

h5,
.h5 {
  color: #000;
  font-family: "Oswald";
  font-size: 1.15em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
}

h6,
.h6 {
  color: #000;
  font-family: "Oswald";
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px 0px 20px 0px;
}

a {
  color: #0a67da;
  text-decoration: none;
}
a:hover {
  color: #2c89fc;
}

ul {
  clear: left;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hidden {
  padding: 0px !important;
  position: relative !important;
  height: 0px !important;
  margin: 0px !important;
  opacity: 0 !important;
  width: 0px !important;
  z-index: -1 !important;
}

.not-displayed {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.container,
.e-con > .e-con-inner {
  box-sizing: border-box;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0px 20px;
}

.row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.row .col {
  flex: 1;
}

.primary-color-text {
  color: #101314 !important;
}
.primary-color-text * {
  color: #101314 !important;
}

.secondary-color-text {
  color: #0a67da !important;
}
.secondary-color-text * {
  color: #0a67da !important;
}

.light-grey-bg {
  background: #eee;
  color: #3f3f3f;
}

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

.padding-40 {
  padding: 40px;
}

.centered-text {
  text-align: center;
}
.centered-text h2::after {
  margin: 20px auto 0px auto;
}

.widget-title {
  display: block;
}

img.aligncenter,
img.alignleft,
img.alignright {
  display: block;
  margin: 0px auto 20px auto;
}

.button, body.error404 .error-content a, .elementor-widget-button a.elementor-button {
  background-color: #0a67da;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald";
  font-weight: 500;
  letter-spacing: 1px;
  min-width: 150px;
  padding: 17px 24px;
  text-align: center;
  text-decoration: none;
}
.button:hover, body.error404 .error-content a:hover, .elementor-widget-button a.elementor-button:hover {
  background-color: #2c89fc;
  color: #fff;
}
.button:hover *, body.error404 .error-content a:hover *, .elementor-widget-button a.elementor-button:hover * {
  color: #fff;
  font-weight: 500;
}
.button *, body.error404 .error-content a *, .elementor-widget-button a.elementor-button * {
  color: #fff;
  font-weight: 500;
}

.form-button, .contact-form input[type=button],
.contact-form input[type=submit],
.contact-us-form input[type=button],
.contact-us-form input[type=submit],
.application-form input[type=button],
.application-form input[type=submit] {
  background-color: #0a67da !important;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald";
  font-weight: 500;
  letter-spacing: 1px;
  min-width: 150px;
  padding: unset;
  text-align: center;
  text-decoration: none;
  border: none !important;
  height: 50px !important;
  margin-top: 20px !important;
  text-transform: uppercase;
  width: 100% !important;
}
.form-button:hover, .contact-form input[type=button]:hover,
.contact-form input[type=submit]:hover,
.contact-us-form input[type=button]:hover,
.contact-us-form input[type=submit]:hover,
.application-form input[type=button]:hover,
.application-form input[type=submit]:hover {
  background-color: #2c89fc !important;
  color: #fff !important;
}
.form-button:hover *, .contact-form input[type=button]:hover *,
.contact-form input[type=submit]:hover *,
.contact-us-form input[type=button]:hover *,
.contact-us-form input[type=submit]:hover *,
.application-form input[type=button]:hover *,
.application-form input[type=submit]:hover * {
  color: #fff !important;
  font-weight: 500;
}
.form-button *, .contact-form input[type=button] *,
.contact-form input[type=submit] *,
.contact-us-form input[type=button] *,
.contact-us-form input[type=submit] *,
.application-form input[type=button] *,
.application-form input[type=submit] * {
  color: #fff !important;
  font-weight: 500;
}

.elementor-heading-title {
  line-height: unset;
}

.elementor-widget-wrap,
.e-child,
.e-grid {
  padding: 0px !important;
}

.elementor-widget-text-editor a,
.elementor-widget-html a {
  font-weight: 500;
}
.elementor-widget-text-editor h1 + p,
.elementor-widget-text-editor h1 + ul,
.elementor-widget-text-editor h2 + p,
.elementor-widget-text-editor h2 + ul,
.elementor-widget-text-editor h3 + p,
.elementor-widget-text-editor h3 + ul,
.elementor-widget-text-editor h4 + p,
.elementor-widget-text-editor h4 + ul,
.elementor-widget-text-editor h5 + p,
.elementor-widget-text-editor h5 + ul,
.elementor-widget-text-editor h6 + p,
.elementor-widget-text-editor h6 + ul,
.elementor-widget-html h1 + p,
.elementor-widget-html h1 + ul,
.elementor-widget-html h2 + p,
.elementor-widget-html h2 + ul,
.elementor-widget-html h3 + p,
.elementor-widget-html h3 + ul,
.elementor-widget-html h4 + p,
.elementor-widget-html h4 + ul,
.elementor-widget-html h5 + p,
.elementor-widget-html h5 + ul,
.elementor-widget-html h6 + p,
.elementor-widget-html h6 + ul {
  margin-block-start: calc(1em + 20px);
}
.elementor-widget-text-editor p + h1,
.elementor-widget-text-editor p + h2,
.elementor-widget-text-editor p + h3,
.elementor-widget-text-editor p + h4,
.elementor-widget-text-editor p + h5,
.elementor-widget-text-editor p + h6,
.elementor-widget-text-editor ul + h1,
.elementor-widget-text-editor ul + h2,
.elementor-widget-text-editor ul + h3,
.elementor-widget-text-editor ul + h4,
.elementor-widget-text-editor ul + h5,
.elementor-widget-text-editor ul + h6,
.elementor-widget-html p + h1,
.elementor-widget-html p + h2,
.elementor-widget-html p + h3,
.elementor-widget-html p + h4,
.elementor-widget-html p + h5,
.elementor-widget-html p + h6,
.elementor-widget-html ul + h1,
.elementor-widget-html ul + h2,
.elementor-widget-html ul + h3,
.elementor-widget-html ul + h4,
.elementor-widget-html ul + h5,
.elementor-widget-html ul + h6 {
  margin-block-start: calc(1em + 20px);
}

.elementor-widget-image img {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title {
  border: 1px solid #ddd;
  flex-direction: row-reverse;
  padding: 20px;
}
.elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title .e-n-accordion-item-title-header {
  flex: 1;
}
.elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  background: #0a67da;
  padding: 10px;
}
.elementor-widget-n-accordion .e-n-accordion-item > .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #fff !important;
}
.elementor-widget-n-accordion .e-n-accordion-item > .e-con {
  border: 1px solid #ddd;
}

.underlined-header::after, body:not(.home) .inner-banner .container .row .col .page-title::after, body #main-content .page-content h2::after,
body #main-content .page-content .h2::after, #footer .widget-title::after {
  border-bottom: 3px solid #d70e25;
  content: "";
  display: block;
  margin-top: 20px;
  width: 40px;
}

.full-content-section {
  padding: 0px !important;
}
.full-content-section .e-con-inner {
  max-width: 100%;
  padding: 0px;
  width: 100%;
}

.half-content-section {
  padding-bottom: 0px !important;
  position: relative;
}
.half-content-section .e-con-inner {
  flex-direction: column !important;
}
.half-content-section .image-block {
  padding: 40px 0px !important;
  position: relative;
}
.half-content-section .image-block::before {
  left: 50%;
  position: absolute;
  top: 0px;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  z-index: -1;
}

.desktop-row-invert-section {
  flex-direction: row-reverse !important;
}

/*** LANGUAGE ***/
html[lang=en-CA] .fr {
  display: none !important;
}

html[lang=fr-CA] .en {
  display: none !important;
}

/*** CONTACT FORM ***/
.contact-form,
.contact-us-form,
.application-form {
  background: #ddd;
  color: #000;
  padding: 40px 20px 20px 20px !important;
}
.contact-form input[type=button],
.contact-form input[type=submit],
.contact-us-form input[type=button],
.contact-us-form input[type=submit],
.application-form input[type=button],
.application-form input[type=submit] {
  max-width: 300px;
  width: 100% !important;
}
.contact-form .error-msg,
.contact-us-form .error-msg,
.application-form .error-msg {
  color: #0a67da;
  margin-top: 5px;
}
.contact-form .hide,
.contact-form .hidden,
.contact-us-form .hide,
.contact-us-form .hidden,
.application-form .hide,
.application-form .hidden {
  display: none !important;
}
.contact-form .one-half,
.contact-us-form .one-half,
.application-form .one-half {
  margin: 0px !important;
  width: 100% !important;
}
.contact-form ::-moz-placeholder, .contact-us-form ::-moz-placeholder, .application-form ::-moz-placeholder {
  color: #3f3f3f;
  font-size: 16px !important;
}
.contact-form ::placeholder,
.contact-us-form ::placeholder,
.application-form ::placeholder {
  color: #3f3f3f;
  font-size: 16px !important;
}
.contact-form nf-fields-wrap,
.contact-us-form nf-fields-wrap,
.application-form nf-fields-wrap {
  display: inline-block;
  width: 100%;
}
.contact-form .nf-form-content,
.contact-us-form .nf-form-content,
.application-form .nf-form-content {
  max-width: none;
  padding: 0px;
}
.contact-form .nf-field-container,
.contact-us-form .nf-field-container,
.application-form .nf-field-container {
  margin-bottom: 15px !important;
}
.contact-form .nf-form-title,
.contact-us-form .nf-form-title,
.application-form .nf-form-title {
  display: none;
}
.contact-form .nf-field-label,
.contact-us-form .nf-field-label,
.application-form .nf-field-label {
  text-align: left;
}
.contact-form .nf-field-label *,
.contact-us-form .nf-field-label *,
.application-form .nf-field-label * {
  color: #555;
  font-size: 0.95em;
  font-weight: 400;
}
.contact-form .nf-field-label * .note,
.contact-us-form .nf-field-label * .note,
.application-form .nf-field-label * .note {
  display: block;
  font-size: 0.85em;
  text-transform: none;
}
.contact-form .nf-field-element,
.contact-us-form .nf-field-element,
.application-form .nf-field-element {
  width: calc(100% - 80px);
}
.contact-form .nf-field-element h5,
.contact-form .nf-field-element .h5,
.contact-us-form .nf-field-element h5,
.contact-us-form .nf-field-element .h5,
.application-form .nf-field-element h5,
.application-form .nf-field-element .h5 {
  border-bottom: 1px solid #777;
  color: #101314;
  margin: 0px;
  padding: 20px 0px 10px 0px;
}
.contact-form .nf-field-element input.ninja-forms-field:not([type=button]):not([type=submit]),
.contact-us-form .nf-field-element input.ninja-forms-field:not([type=button]):not([type=submit]),
.application-form .nf-field-element input.ninja-forms-field:not([type=button]):not([type=submit]) {
  background: #fff !important;
  border: 1px solid #777 !important;
  color: #000 !important;
  font-family: "Lato";
  padding: 5px !important;
}
.contact-form .nf-field-element select.ninja-forms-field,
.contact-us-form .nf-field-element select.ninja-forms-field,
.application-form .nf-field-element select.ninja-forms-field {
  background: #fff !important;
  border: 1px solid #777 !important;
  color: #000 !important;
  font-family: "Lato";
  padding: 5px !important;
}
.contact-form .nf-field-element select.ninja-forms-field option,
.contact-us-form .nf-field-element select.ninja-forms-field option,
.application-form .nf-field-element select.ninja-forms-field option {
  background: rgba(170, 170, 170, 0.5) !important;
  color: #555 !important;
}
.contact-form .nf-field-element select.ninja-forms-field + div,
.contact-us-form .nf-field-element select.ninja-forms-field + div,
.application-form .nf-field-element select.ninja-forms-field + div {
  background: transparent !important;
}
.contact-form .nf-field-element select.ninja-forms-field + div::after,
.contact-us-form .nf-field-element select.ninja-forms-field + div::after,
.application-form .nf-field-element select.ninja-forms-field + div::after {
  bottom: 50%;
  height: auto;
  font-size: 12px;
  line-height: unset;
}
.contact-form .nf-field-element textarea.ninja-forms-field,
.contact-us-form .nf-field-element textarea.ninja-forms-field,
.application-form .nf-field-element textarea.ninja-forms-field {
  background: #fff !important;
  border: 1px solid #777 !important;
  color: #000 !important;
  font-family: "Lato";
  padding: 5px !important;
}
.contact-form .nf-error-msg,
.contact-us-form .nf-error-msg,
.application-form .nf-error-msg {
  color: #0a67da !important;
}
.contact-form .nf-error-field-errors,
.contact-us-form .nf-error-field-errors,
.application-form .nf-error-field-errors {
  margin-bottom: 20px;
}
.contact-form .nf-pass.field-wrap .nf-field-element:after,
.contact-form .nf-error.field-wrap .nf-field-element:after,
.contact-form .nf-input-limit,
.contact-us-form .nf-pass.field-wrap .nf-field-element:after,
.contact-us-form .nf-error.field-wrap .nf-field-element:after,
.contact-us-form .nf-input-limit,
.application-form .nf-pass.field-wrap .nf-field-element:after,
.application-form .nf-error.field-wrap .nf-field-element:after,
.application-form .nf-input-limit {
  display: none;
}
.contact-form .submit-container,
.contact-us-form .submit-container,
.application-form .submit-container {
  margin-bottom: 0px;
  text-align: center;
}
.contact-form .submit-container .nf-field-label,
.contact-us-form .submit-container .nf-field-label,
.application-form .submit-container .nf-field-label {
  display: none;
}
.contact-form .submit-container .nf-field-element,
.contact-us-form .submit-container .nf-field-element,
.application-form .submit-container .nf-field-element {
  width: 100%;
}

/*** CONTACTS BLOCK ***/
.contacts-block .widget-title {
  margin-bottom: 20px;
}

/*** CONTACT INFO ***/
.contact-info > div:not(.widget-title) {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.contact-info > div:not(.widget-title) i {
  color: #000;
  margin-right: 20px;
}
.contact-info > div:not(.widget-title) .label {
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  width: 100px;
}
.contact-info > div:not(.widget-title) .contact {
  flex: 1;
}
.contact-info.email-info {
  margin-top: 40px;
}
.contact-info.social-info {
  margin-top: 40px;
}
.contact-info.social-info i {
  background: #0a67da;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4em;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

/*** HIGHLIGHT BLOCK ***/
.highlight-block {
  background: #101314;
  color: #fff;
  padding: 30px;
}
.highlight-block h2 {
  color: #0a67da;
  padding-bottom: 20px;
}
.highlight-block h2::after {
  display: none !important;
}
.highlight-block h3 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 300;
  text-transform: unset !important;
}
.highlight-block p {
  font-size: 1.4em;
  font-weight: 300;
}

/*** CAROUSEL ***/
.owl-carousel {
  display: grid !important;
  margin: 0px auto 20px auto;
  width: calc(100% - 30px);
}
.owl-carousel > aside,
.owl-carousel .elementor-widget-wrap {
  display: none !important;
}
.owl-carousel .owl-nav {
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-carousel .owl-nav button[type=button] {
  background: #0a67da;
  box-shadow: 0px 0px 5px #3f3f3f;
  font-size: 30px;
  line-height: 80px;
  outline: none;
  padding: 5px !important;
  width: 20px;
}
.owl-carousel .owl-nav button[type=button] span {
  color: #000;
}
.owl-carousel .owl-nav button[type=button].owl-prev {
  float: left;
  margin-left: -15px;
}
.owl-carousel .owl-nav button[type=button].owl-next {
  float: right;
  margin-right: -15px;
}
.owl-carousel .owl-nav button[type=button]:hover {
  background: #2c89fc;
}
.owl-carousel .owl-nav button[type=button]:hover span {
  color: #000;
}
.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-carousel .owl-dots button {
  background: #ddd;
  height: 10px;
  width: 10px;
  margin: 0px 5px;
}

/*** REVIEW BLOCK ***/
.reviews-block .owl-stage {
  display: flex;
}
.reviews-block .owl-stage .owl-item {
  background: #101314;
  padding: 30px 30px 50px 30px;
}
.reviews-block aside .stars {
  color: #2c89fc;
  margin: 20px 0px;
}
.reviews-block .elementor-widget-testimonial .elementor-testimonial-content {
  background: #0a67da;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0px;
  padding: 40px;
  font-style: italic;
}
.reviews-block .elementor-widget-testimonial .elementor-testimonial-meta {
  background: #ddd;
  padding: 20px 40px;
}
.reviews-block .elementor-widget-testimonial .elementor-testimonial-meta .elementor-testimonial-name {
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
}

/*** IMAGE CONTENT BOXES ***/
.image-content-boxes {
  gap: 20px 40px;
}
.image-content-boxes .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}
.image-content-boxes .elementor-container > .elementor-column {
  margin-bottom: 20px;
  width: 100%;
}
.image-content-boxes .elementor-widget-image-box {
  height: 100%;
}
.image-content-boxes .elementor-widget-image-box .elementor-widget-container {
  height: 100%;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-img img {
  margin: 0px auto;
  max-width: 100%;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content {
  background: #eee;
  flex: 1;
  padding: 30px 20px 30px 20px;
  position: relative;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content a {
  font-weight: 700;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description .read-more-link {
  bottom: 30px;
  color: #0a67da;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.image-content-boxes.v2 .elementor-widget-image-box:not(:last-child) .elementor-image-box-content {
  border-bottom: 1px solid #ddd;
}

/*** IMAGE CAROUSEL ***/
.image-carousel .gallery img {
  border: none !important;
}

/*** COOKIE MESSAGE ***/
#cookie-message {
  background: #3f3f3f;
  bottom: 0px;
  color: #fff;
  font-size: 12px;
  left: 0px;
  opacity: 0;
  padding: 15px 0px;
  position: fixed;
  text-align: left;
  transform: translateY(100%);
  transition: all ease 700ms;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
#cookie-message .container {
  align-items: center;
  display: flex !important;
  justify-content: center;
}
#cookie-message a {
  color: #101314;
}
#cookie-message .close-button {
  background: #0a67da;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 20px;
}
#cookie-message .close-button:hover {
  background: #2c89fc;
}
#cookie-message.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*** TIMELINE ***/
ul.timeline-year {
  display: flex;
  flex-direction: column-reverse;
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
ul.timeline-year li {
  margin-bottom: 30px;
}
ul.timeline-year li .num {
  background: #0a67da;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  height: 70px;
  padding-top: 23px;
  position: absolute;
  text-align: center;
  width: 70px;
}
ul.timeline-year li .post {
  margin-bottom: 20px;
  padding-left: 90px;
}
ul.timeline-year::before {
  background-color: #0a67da;
  bottom: 0;
  content: "";
  left: 35px;
  position: absolute;
  top: 0;
  width: 1px;
}

/*** HEADER ***/
#header {
  background: #101314;
}
#header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#header .container .row {
  align-items: center;
  flex-direction: row;
}
#header .header-top {
  background: #0a67da;
  font-family: "Oswald";
  left: 0px;
  letter-spacing: 1px;
  opacity: 0;
  position: fixed;
  top: 63.2px;
  visibility: hidden;
  width: 100%;
}
#header .header-top .container {
  padding: 12px 20px;
}
#header .header-top .container > .row > .col:last-child {
  flex: none;
}
#header .header-top .header-block {
  color: #fff;
}
#header .header-top .header-block * {
  color: #fff;
}
#header .header-top .header-block i {
  margin-right: 5px;
}
#header .header-top .header-block .label {
  display: none;
  margin-right: 10px;
}
#header .header-top .header-block .note {
  display: none;
  font-weight: 700;
}
#header .header-top .header-block .phone-block {
  align-items: center;
  display: flex;
}
#header .header-top .get-a-quote-link {
  background: #d70e25;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  padding: 5px 10px;
  text-transform: uppercase;
}
#header .header-top .get-a-quote-link:hover {
  background: #323536;
}
#header .header-bottom .container {
  padding: 10px 20px;
  position: relative;
}
#header .header-bottom .container .row {
  align-items: center;
}
#header .header-bottom .container .row .col:last-child {
  align-items: center;
  display: flex;
  justify-content: right;
}
#header .header-bottom #site-logo img {
  height: 40px !important;
  width: auto !important;
}
#header .header-bottom #site-navigation {
  background: #000;
  box-shadow: 0px 2px 2px #000;
  box-sizing: border-box;
  left: 0px;
  max-height: calc(100% - 63.2px);
  opacity: 0;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  top: 113.2px;
  transition: top 500ms ease, opacity 500ms ease;
  visibility: hidden;
  width: 100%;
}
#header .header-bottom #site-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #3f3f3f;
}
#header .header-bottom #site-navigation ul.main-menu > li {
  position: relative;
}
#header .header-bottom #site-navigation ul.main-menu > li a {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "Oswald";
  letter-spacing: 1px;
  padding: 10px 20px;
  width: 100%;
}
#header .header-bottom #site-navigation ul.main-menu > li > a {
  text-transform: uppercase;
}
#header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu {
  background: #101314;
  display: none;
}
#header .header-bottom #site-navigation ul.main-menu > li > .toggle {
  color: #fff;
  line-height: 44px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 50px;
}
#header .header-bottom #site-navigation ul.main-menu > li > .toggle i {
  font-size: 0.8em;
}
#header .header-bottom #mobile-menu-close {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  z-index: 3;
}
#header .header-bottom #mobile-menu-close::before {
  border-top: 4px solid #000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
#header .header-bottom #mobile-menu-close::after {
  border-top: 4px solid #000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}
#header .language-switcher {
  margin-right: 20px;
}
#header .language-switcher a {
  color: #fff;
}
#header .search-section {
  margin-right: 5px;
}
#header .search-section i {
  color: #fff;
}
#header .search-section .searchform {
  background: #0a67da;
  box-shadow: 0px 0px 2px #000;
  top: 100%;
  box-sizing: border-box;
  display: none;
  max-width: 400px;
  padding: 20px;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 3;
}
#header .search-section .searchform > div {
  display: flex;
}
#header .search-section .searchform > div label {
  display: none;
}
#header .search-section .searchform > div input[type=text] {
  border: 1px solid #ddd;
  flex: 1;
  padding: 5px;
}
#header .search-section .searchform > div button {
  background: #101314;
  border: none;
  padding: 10px 20px;
}
#header .search-section .searchform > div button i {
  font-size: 1.6em;
}
#header #mobile-menu {
  cursor: pointer;
  float: right;
  height: 40px;
  margin-left: 10px;
  position: relative;
  width: 40px;
}
#header #mobile-menu .mobile-icon {
  border-top: 3px solid #fff;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  width: 26px;
}
#header #mobile-menu::before {
  border-top: 3px solid #fff;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  width: 26px;
}
#header #mobile-menu::after {
  border-top: 3px solid #fff;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  width: 26px;
}

body.nav-open #header .header-bottom #site-navigation {
  opacity: 1;
  top: 63.2px;
  visibility: visible;
  z-index: 10;
}
body.nav-open #header .header-bottom #mobile-menu.open .mobile-icon {
  display: none;
}
body.nav-open #header .header-bottom #mobile-menu.open::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.nav-open #header .header-bottom #mobile-menu.open::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*** FOOTER ***/
#footer {
  background: #101314;
  color: #fff;
}
#footer a {
  color: #2c89fc;
}
#footer a:hover {
  color: #0a67da;
}
#footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer ul li {
  margin-bottom: 5px;
}
#footer .widget-title {
  color: #fff;
}
#footer .footer-top {
  padding: 50px 0px;
}
#footer .footer-top .container > .row > .col aside {
  margin-bottom: 30px;
}
#footer .footer-top .container > .row > .col aside img {
  max-width: 100%;
}
#footer .footer-top .container > .row > .col .widget-title {
  margin-bottom: 20px;
}
#footer .footer-top .container > .row > .col .contact-info a {
  color: #fff;
}
#footer .footer-top .container > .row > .col .contact-info a:hover {
  color: #0a67da;
}
#footer .footer-top .container > .row > .col .contact-info i {
  color: #fff;
}
#footer .footer-top .container > .row > .col .contact-info.email-info {
  display: none;
}
#footer .footer-top .container > .row > .col ul.social {
  display: flex;
  margin-top: 20px;
}
#footer .footer-top .container > .row > .col ul.social li {
  margin-right: 20px;
}
#footer .footer-top .container > .row > .col ul.social li i {
  font-size: 1.4em;
}
#footer .footer-bottom {
  text-align: center;
}
#footer .footer-bottom .container {
  padding: 20px;
}
#footer .footer-bottom .cgc-note {
  margin-top: 10px;
}
#footer .footer-bottom .cgc-note a {
  font-size: 0.8em;
}

/*** SIDEBAR ***/
#sidebar-right .sidebar-content {
  text-align: left;
  width: 100%;
}
#sidebar-right .sidebar-content p,
#sidebar-right .sidebar-content div {
  color: #fff;
}
#sidebar-right .sidebar-content ul {
  color: #fff;
  margin-bottom: 30px;
}
#sidebar-right .sidebar-content ul li {
  margin: 0px 10px 10px 10px;
}
#sidebar-right .sidebar-content a {
  color: #fff;
}
#sidebar-right .sidebar-content a:hover {
  color: #0a67da;
}
#sidebar-right .sidebar-content > aside {
  background: #101314;
  box-sizing: border-box;
  margin: 0px auto 30px auto;
  padding: 30px 20px;
}
#sidebar-right .sidebar-content > aside > .widget-title {
  background: #0a67da;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0px 0px 40px 0px;
  padding: 10px;
  text-align: center;
}

/*** MAIN CONTENT ***/
body #main-content {
  overflow: hidden;
}
body #main-content .page-content > div > .elementor-section,
body #main-content .page-content > div > .e-con {
  padding: 40px 0px;
}
body #main-content .page-content ul,
body #main-content .page-content ol {
  padding: 0px 15px;
  text-align: left;
}
body #main-content .page-content h1,
body #main-content .page-content .h1,
body #main-content .page-content h2,
body #main-content .page-content .h2,
body #main-content .page-content h3,
body #main-content .page-content .h3,
body #main-content .page-content .widget-title {
  text-transform: uppercase;
}
body.page-template-default .page-content > div > .elementor-section-stretched {
  left: 0px !important;
  width: 100% !important;
}

body.page-template-page-fullwidth.elementor-page .content .container {
  max-width: 100%;
  padding: 0px;
}
body.page-template-page-fullwidth.elementor-page .page-content > div > .elementor-section.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container {
  padding: 0px 20px;
}

/*** HOME PAGE ***/
body.home #main-content {
  text-align: center;
}
body.home .contact-section {
  background: #101314;
  display: none;
  padding: 20px 0px !important;
}
body.home .contact-section .elementor-widget-icon-box .elementor-icon-box-wrapper {
  flex-direction: row;
}
body.home .contact-section .elementor-widget-icon-box .elementor-icon-box-icon svg {
  fill: #0a67da;
}
body.home .contact-section .elementor-widget-icon-box .elementor-icon-box-content {
  text-align: left;
}
body.home .contact-section .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff;
  font-size: 1.2em;
  margin: 0px;
}
body.home .contact-section .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  color: #ddd;
  font-size: 1em;
}
body.home .contact-section > .e-con-inner {
  gap: 40px 15%;
}
body.home .contact-section > .e-con-inner .e-con:first-child .elementor-widget-icon-box {
  margin: 0px 0px 0px auto;
}
body.home .contact-section > .e-con-inner .e-con:nth-child(2) .elementor-widget-icon-box {
  margin: 0px auto;
}
body.home .services-section {
  border-top: 10px solid #0a67da;
}
body.home .services-section .elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
}
body.home .services-section .elementor-widget-image-box .elementor-image-box-content {
  padding-bottom: 50px;
}
body.home .about-section * {
  color: #fff;
}
body.home .partners-section {
  background: #101314;
  padding: 30px 0px !important;
}
body.home .partners-section .partners-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.home .partners-section .partners-block aside {
  flex-basis: calc((100% - 40px) / 3);
}
body.home .partners-section .partners-block aside > div {
  width: unset !important;
}
body.home .partners-section .partners-block img {
  display: block;
  margin: 0px auto;
}
body.home .partners-section .partners-block .wp-caption-text {
  display: none;
}
body.home .more-about-section .elementor-widget-icon-box .elementor-icon-box-wrapper {
  flex-direction: row;
  gap: 30px;
  text-align: left;
}
body.home .more-about-section .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  background: #0a67da;
  border-radius: 5px;
  padding: 10px;
}
body.home .more-about-section .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon svg {
  fill: #fff;
}
body.home .more-about-section .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  font-size: 1.2em;
}
body.home .cta-section {
  background: #0a67da;
  padding: 20px 0px !important;
  text-align: center;
}
body.home .cta-section * {
  color: #fff;
}
body.home .cta-section .e-con-inner {
  align-items: center;
}
body.home .cta-section .elementor-heading-title {
  font-size: 1.3em;
}
body.home .cta-section .elementor-button {
  border: 1px solid #fff;
}
body.home .reviews-section * {
  color: #fff;
}
body.home .reviews-section .elementor-widget-button {
  text-align: center;
}

/*** INNER PAGES ***/
body:not(.home) .inner-banner {
  background-position: center center;
  background-size: cover;
  height: 250px;
  position: relative;
}
body:not(.home) .inner-banner .overlay {
  background: #000;
  height: 100%;
  opacity: 0.5;
}
body:not(.home) .inner-banner .container {
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 2;
}
body:not(.home) .inner-banner .container .row {
  height: 100%;
}
body:not(.home) .inner-banner .container .row .col .page-title {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.home) .inner-banner .container .row .col .page-title::after {
  margin-left: auto;
  margin-right: auto;
}
body:not(.home) section.content {
  position: relative;
}

/*** CAREERS PAGE ***/
.careers-content {
  padding-bottom: 40px !important;
}
.careers-content .image-block {
  display: none;
}

/*** SEARCH PAGE ***/
body.search .search-content {
  padding: 40px 0px;
}
body.search .search-content .search-title {
  color: #101314;
}
body.search .search-content .search-items {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 20px;
}
body.search .search-content .search-item {
  background: #ddd;
  padding: 30px 20px 30px 20px;
}
body.search .search-content .search-item a {
  text-decoration: none;
}
body.search .search-content .search-item .post-thumbnail {
  background: #ddd;
  display: none;
  height: 200px;
  margin: 0px auto 20px auto;
  text-align: center;
  width: 100%;
}
body.search .search-content .search-item .post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.search .search-content .search-item .post-thumbnail .no-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
body.search .search-content .search-item .post-details {
  padding-bottom: 20px;
  position: relative;
}
body.search .search-content .search-item .post-details .post-title {
  margin-bottom: 10px;
}
body.search .search-content .search-item .post-details .post-content {
  margin-bottom: 20px;
}
body.search .search-content .search-item .post-details .post-link {
  bottom: 0px;
  left: 0px;
  position: absolute;
}

/*** 404 PAGE ***/
body.error404 .content {
  align-items: center;
  background-size: cover;
  background-position: center center;
  display: flex;
  min-height: 100vh;
}
body.error404 .content::before {
  background: rgba(255, 255, 255, 0.75);
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
body.error404 .error-content {
  color: #000;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 2;
}
body.error404 .error-content h1,
body.error404 .error-content .h1 {
  color: #0a67da;
  font-size: 5em;
}
body.error404 .error-content h2,
body.error404 .error-content .h2 {
  color: #101314;
  font-size: 2em;
}
/*** SCROLLED ***/
body.scrolled #header {
  box-shadow: 0px 1px 5px #000;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 3;
}
body.scrolled #header .header-top {
  box-shadow: 0px -1px 5px #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms ease;
}
body.scrolled #main-content {
  margin-top: 63.2px;
}

/*** RESPONSIVE ***/
@media screen and (min-width: 768px) {
  /*** MISC ***/
  h1,
  .h1 {
    font-size: 2.3em;
  }
  h2,
  .h2 {
    font-size: 1.8em;
  }
  h3,
  .h3,
  .widget-title {
    font-size: 1.6em;
  }
  h4,
  .h4 {
    font-size: 1.4em;
  }
  h5,
  .h5 {
    font-size: 1.2em;
  }
  .row {
    flex-direction: row;
  }
  .e-grid {
    gap: 20px 40px !important;
  }
  .half-content-section {
    padding-bottom: 60px !important;
  }
  .half-content-section .e-con-inner {
    flex-direction: row !important;
  }
  .half-content-section .content-block {
    padding: 0px 10px 0px 0px !important;
  }
  .half-content-section .image-block {
    padding: 0px 0px 0px 10px !important;
    position: static;
  }
  .half-content-section .image-block::before {
    left: 50%;
    transform: unset;
    width: 50%;
  }
  /*** REVIEW BLOCK ***/
  .reviews-block .elementor-widget-testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .reviews-block .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content {
    flex: 1;
  }
  .reviews-block .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 250px;
  }
  /*** IMAGE CONTENT BOXES ***/
  .image-content-boxes.v1 .elementor-container > .elementor-column {
    width: 33.333%;
  }
  .image-content-boxes.v1 .elementor-widget-image-box {
    margin: 0px 10px;
  }
  .image-content-boxes.v2 .elementor-image-box-wrapper {
    align-items: center;
    flex-direction: row;
    gap: 20px 40px;
  }
  .image-content-boxes.v2 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20% !important;
  }
  .image-content-boxes.v2 .elementor-image-box-wrapper .elementor-image-box-content {
    text-align: left;
    width: 80% !important;
  }
  /*** FOOTER ***/
  #footer .footer-top {
    padding: 80px 0px;
  }
  #footer .footer-top .container .row {
    flex-wrap: wrap;
  }
  #footer .footer-top .container .row .col {
    flex: none;
    width: 50%;
  }
  #footer .footer-top .container .row .col:first-child {
    width: 100%;
  }
  /*** SIDEBAR ***/
  #sidebar-right {
    flex: none;
    margin: 60px 0px 60px 30px;
    width: 320px;
  }
  /*** MAIN CONTENT ***/
  body #main-content .page-content > div > .elementor-section,
  body #main-content .page-content > div > .e-con {
    padding: 60px 0px;
  }
  body #main-content .page-content > div > .e-con > .e-con-inner > .e-con {
    gap: 20px 40px;
  }
  /*** HOME PAGE ***/
  body.home #main-content {
    text-align: left;
  }
  body.home .services-section .e-con-inner .e-con:first-child {
    animation-fill-mode: backwards;
  }
  body.home .services-section .e-con-inner .e-con:nth-child(2) {
    animation-fill-mode: backwards;
    animation-delay: 500ms;
  }
  body.home .services-section .e-con-inner .e-con:last-child {
    animation-fill-mode: backwards;
    animation-delay: 1000ms;
  }
  body.home .partners-section .partners-block aside {
    flex: 1;
  }
  body.home .cta-section {
    text-align: left;
  }
  body.home .cta-section .e-con-inner > .e-con:last-child {
    text-align: right;
  }
  /*** CAREERS PAGE ***/
  .careers-content .image-block {
    display: block;
  }
  .careers-content .careers-form-header {
    text-align: center;
  }
  .careers-content .careers-form-header h2::after {
    margin: 20px auto 0px auto;
  }
  /*** SEARCH PAGE ***/
  body.search .search-content {
    padding: 60px 0px;
  }
  body.search .search-content .search-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.search .search-content .search-item {
    box-sizing: border-box;
    display: flex;
    width: calc(50% - 10px);
  }
  body.search .search-content .search-item .post-thumbnail {
    margin-bottom: 0px;
    width: 25%;
  }
  body.search .search-content .search-item .post-details {
    flex: 1;
  }
  /*** 404 PAGE ***/
  body.error404 .error-content {
    padding: 100px;
  }
  body.error404 .error-content h1 {
    font-size: 8em;
  }
}
@media screen and (min-width: 1024px) {
  /*** MISC ***/
  h1,
  .h1 {
    font-size: 2.6em;
  }
  h2,
  .h2 {
    font-size: 2em;
  }
  h3,
  .h3,
  .widget-title {
    font-size: 1.8em;
  }
  h4,
  .h4 {
    font-size: 1.6em;
  }
  h5,
  .h5 {
    font-size: 1.4em;
  }
  h6,
  .h6 {
    font-size: 1.2em;
  }
  img.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
  }
  img.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
  }
  /*** CONTACT FORM ***/
  .contact-form,
  .contact-us-form,
  .application-form {
    padding: 40px 40px 20px 40px !important;
  }
  .contact-form input[type=button],
  .contact-form input[type=submit],
  .contact-us-form input[type=button],
  .contact-us-form input[type=submit],
  .application-form input[type=button],
  .application-form input[type=submit] {
    width: 70% !important;
  }
  .contact-form .one-half,
  .contact-us-form .one-half,
  .application-form .one-half {
    float: left;
    width: calc(50% - 10px) !important;
  }
  .contact-form .one-half.first,
  .contact-us-form .one-half.first,
  .application-form .one-half.first {
    clear: both;
    margin-right: 10px !important;
  }
  .contact-form .one-half:not(.first),
  .contact-us-form .one-half:not(.first),
  .application-form .one-half:not(.first) {
    clear: none;
    margin-left: 10px !important;
  }
  /*** HIGHLIGHT BLOCK ***/
  .highlight-block {
    padding: 40px;
  }
  .highlight-block h3 {
    font-size: 1.4em;
  }
  .highlight-block p {
    font-size: 1.6em;
  }
  /*** HEADER ***/
  #header .header-top {
    box-shadow: none !important;
    opacity: 1;
    visibility: visible;
    position: static;
    transition: none;
  }
  #header .header-top .container {
    padding: 7px 20px;
  }
  #header .header-top .header-block {
    display: flex;
    justify-content: right;
  }
  #header .header-top .header-block aside {
    margin-left: 20px;
  }
  #header .header-top .header-block aside:first-child {
    flex: 1;
  }
  #header .header-top .header-block aside:first-child > div {
    display: flex;
  }
  #header .header-top .header-block .label,
  #header .header-top .header-block .note {
    display: inline-block;
  }
  #header .header-bottom .container {
    padding: 10px 20px;
  }
  #header .header-bottom .container .row .col:first-child {
    flex: none;
  }
  #header .header-bottom #site-logo img {
    height: 60px !important;
  }
  #header .header-bottom #site-navigation {
    background: none;
    box-shadow: none;
    opacity: 1;
    overflow-y: unset;
    position: static;
    visibility: visible;
    width: auto;
  }
  #header .header-bottom #site-navigation ul.main-menu {
    display: flex;
  }
  #header .header-bottom #site-navigation ul.main-menu > li {
    border: none;
  }
  #header .header-bottom #site-navigation ul.main-menu > li a {
    color: #fff;
    padding: 10px 25px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu {
    box-shadow: -1px 1px 1px #3f3f3f;
    display: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    z-index: 3;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li a {
    padding: 8px 20px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li:not(:last-child) {
    border-color: #2c89fc;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > .toggle {
    color: #fff;
    height: 100%;
    line-height: 38px;
    pointer-events: none;
    right: 5px;
    width: auto;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > .toggle::after {
    font-size: 10px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > .toggle.open {
    background: transparent;
    transform: rotate(180deg) translateY(2px);
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover a {
    background: #0a67da !important;
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover > ul.sub-menu {
    display: block !important;
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover > ul.sub-menu > li:hover a {
    background-color: #2c89fc !important;
    color: #000;
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover > .toggle {
    display: none;
  }
  #header .header-bottom #site-navigation ul.main-menu > li.get-a-quote-link a {
    background: #0a67da;
    color: #000;
  }
  #header .header-bottom #site-navigation ul.main-menu > li.get-a-quote-link:hover a {
    background: #2c89fc !important;
  }
  #header .header-bottom #site-navigation #mobile-menu-close {
    display: none;
  }
  #header .header-bottom #site-navigation .menu-section {
    margin-top: 0px;
  }
  #header .header-bottom .language-switcher {
    margin: 0px 0px 0px 20px;
  }
  #header .header-bottom .search-section {
    margin: 0px 0px 0px 40px;
  }
  #header .header-bottom #mobile-menu {
    display: none;
  }
  #header:after {
    border-top: 40px solid #101314;
  }
  /*** FOOTER ***/
  #footer {
    padding-bottom: 0px;
  }
  #footer .footer-top .container .row .col {
    flex: 1;
    width: unset !important;
  }
  #footer .footer-top .container .row .col:not(:first-child) {
    padding-left: 30px;
  }
  /*** HOME PAGE ***/
  body.home .contact-section {
    display: block;
  }
  /*** INNER PAGES ***/
  body:not(.home) .inner-banner .container .row .col .page-title {
    font-size: 3.2em;
  }
  body:not(.home) section.content::before {
    border-top: 40px solid transparent;
  }
  /*** SCROLLED ***/
  body.scrolled #header {
    margin-top: 0px;
    transition: margin-top 700ms ease;
  }
  body.scrolled #main-content {
    margin-top: 147.2px;
  }
}
@media screen and (min-width: 1200px) {
  /*** FOOTER ***/
  #footer .footer-top .container .row .col .contact-info > div {
    flex-direction: row;
  }
}
/*** ANIMATION ***/
.fade-in.activate {
  animation: fadeIn 2s ease;
}

.fade-in-up.activate {
  animation: fadeInUp 2s ease;
}

.fade-in-down.activate {
  animation: fadeInDown 2s ease;
}

.elementor-editor-active {
  /*** MISC ***/
  /*** IMAGE CONTENT BOXES ***/
  /*** HEADER **/
  /*** MAIN CONTENT ***/
}
.elementor-editor-active .owl-carousel {
  display: block;
}
.elementor-editor-active .owl-carousel .elementor-widget-wrap {
  display: block !important;
}
.elementor-editor-active .image-content-boxes .elementor-container > .elementor-column {
  width: 33.333%;
}
.elementor-editor-active #header {
  position: static !important;
}
.elementor-editor-active #main-content {
  margin-top: unset !important;
}