@charset "UTF-8";
/*** 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.3;
  margin: 0px;
}

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

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

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

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

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

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

a {
  color: #263b7a;
  text-decoration: none;
}
a:hover {
  color: #485d9c;
}

ul {
  clear: left;
  list-style: circle;
}

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;
}

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

.clear {
  clear: both;
}

.container {
  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: #263b7a !important;
}

.secondary-color-text {
  color: #fec827 !important;
}

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

.centered-text {
  text-align: center;
}

aside.widget {
  clear: both;
}

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

.button, body.error404 .error-content a, .elementor-widget-button a.elementor-button {
  background-color: #fec827;
  border-radius: 30px !important;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald";
  font-weight: 500 !important;
  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: #ffd938;
  color: #000;
}
.button:hover *, body.error404 .error-content a:hover *, .elementor-widget-button a.elementor-button:hover * {
  color: #000;
  font-weight: 500;
}
.button *, body.error404 .error-content a *, .elementor-widget-button a.elementor-button * {
  color: #000;
  font-weight: 500;
}

.form-button, .contact-form input[type=button],
.contact-form input[type=submit] {
  background-color: #fec827 !important;
  border-radius: 30px !important;
  box-sizing: border-box;
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald";
  font-weight: 500 !important;
  letter-spacing: 1px;
  min-width: 150px;
  padding: unset;
  text-align: center;
  text-decoration: none;
}
.form-button:hover, .contact-form input[type=button]:hover,
.contact-form input[type=submit]:hover {
  background-color: #ffd938 !important;
  color: #000 !important;
}
.form-button:hover *, .contact-form input[type=button]:hover *,
.contact-form input[type=submit]:hover * {
  color: #000 !important;
  font-weight: 500;
}
.form-button *, .contact-form input[type=button] *,
.contact-form input[type=submit] * {
  color: #000 !important;
  font-weight: 500;
}
.form-button, .contact-form input[type=button],
.contact-form input[type=submit] {
  border: none !important;
  height: 50px !important;
  margin-top: 20px !important;
}

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

.elementor-widget-wrap {
  padding: 0px !important;
}

.elementor-widget-text-editor a {
  font-weight: 500;
}

.half-content-section {
  padding: 0px !important;
}
.half-content-section .image-block > .elementor-widget-wrap {
  background-position: center center;
  background-size: cover;
  min-height: 300px;
}
.half-content-section .content-block {
  padding: 30px 20px;
}
.half-content-section .content-block > .elementor-widget-wrap {
  margin: 0px auto;
  max-width: 560px;
  padding: 0px !important;
}

.blue-diagonal-section {
  background: #263b7a;
  position: relative;
}
.blue-diagonal-section * {
  color: #fff;
}
.blue-diagonal-section .elementor-heading-title {
  color: #fec827;
}
.blue-diagonal-section::before {
  border-right: 100vw solid #263b7a;
  border-top: 20px solid transparent;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
  width: 0px;
}
.blue-diagonal-section::after {
  border-right: 100vw solid transparent;
  border-top: 20px solid #263b7a;
  bottom: 0px;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  transform: translateY(100%);
  width: 0px;
}

.transparent-polygon-section::before {
  border-left: 100vw solid transparent;
  border-top: 20px solid #fff;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}
.transparent-polygon-section::after {
  border-right: 100vw solid #fff;
  border-top: 20px solid transparent;
  bottom: 0px;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
}

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

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

/*** CONTACT FORM ***/
.contact-form {
  background: #263b7a;
  border-radius: 30px 0px;
  color: #000;
  padding: 40px 20px 20px 20px !important;
}
.contact-form input[type=button],
.contact-form input[type=submit] {
  max-width: 300px;
  width: 100% !important;
}
.contact-form .error-msg {
  color: #fec827;
  margin-top: 5px;
}
.contact-form .hide,
.contact-form .hidden {
  display: none !important;
}
.contact-form .one-half {
  margin: 0px !important;
  width: 100% !important;
}
.contact-form ::-moz-placeholder {
  color: #3f3f3f;
  font-size: 16px !important;
}
.contact-form ::placeholder {
  color: #3f3f3f;
  font-size: 16px !important;
}
.contact-form nf-fields-wrap {
  display: inline-block;
  width: 100%;
}
.contact-form .nf-form-content {
  max-width: none;
  padding: 0px;
}
.contact-form .nf-field-container {
  margin-bottom: 15px !important;
}
.contact-form .nf-form-title {
  display: none;
}
.contact-form .nf-field-label {
  text-align: left;
}
.contact-form .nf-field-label * {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-form .nf-field-label * .note {
  display: block;
  font-size: 0.85em;
  text-transform: none;
}
.contact-form .nf-field-element {
  width: calc(100% - 80px);
}
.contact-form .nf-field-element h5,
.contact-form .nf-field-element .h5 {
  border-bottom: 1px solid #777;
  color: #263b7a;
  margin: 0px;
  padding: 20px 0px 10px 0px;
}
.contact-form .nf-field-element input.ninja-forms-field:not([type=button]):not([type=submit]) {
  background: #fff !important;
  border: 1px solid #777 !important;
  border-radius: 5px;
  color: #000 !important;
  font-family: "Lato";
  padding: 5px !important;
}
.contact-form .nf-field-element select.ninja-forms-field {
  background: #fff !important;
  border: 1px solid #777 !important;
  border-radius: 5px;
  color: #000 !important;
  font-family: "Lato";
  padding: 5px !important;
}
.contact-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 {
  background: transparent !important;
}
.contact-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 {
  background: #fff !important;
  border: 1px solid #777 !important;
  border-radius: 5px;
  color: #000 !important;
  font-family: "Lato";
  padding: 5px !important;
}
.contact-form .nf-error-msg {
  color: #fec827 !important;
}
.contact-form .nf-response-msg {
  margin-bottom: 20px;
}
.contact-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 {
  display: none;
}
.contact-form .submit-container {
  margin-bottom: 0px;
  text-align: center;
}
.contact-form .submit-container .nf-field-label {
  display: none;
}
.contact-form .submit-container .nf-field-element {
  width: 100%;
}

.contacts-block .widget-title {
  margin-bottom: 20px;
}

.contact-info > div {
  display: flex;
  margin-bottom: 5px;
}
.contact-info > div > .label {
  color: #fec827;
  text-transform: uppercase;
  width: 120px;
}
.contact-info > div > .contact {
  flex: 1;
}
.contact-info > div > .contact > *:not(:last-child) {
  display: block;
  margin-bottom: 5px;
}
.contact-info > div > .contact br {
  display: none !important;
}
.contact-info.email-info {
  margin-top: 40px;
}

/*** 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-stage {
  display: flex;
}
.owl-carousel .owl-nav {
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-carousel .owl-nav button[type=button] {
  background: #fec827;
  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 {
  border-radius: 5px 0px 0px 5px;
  float: left;
  margin-left: -15px;
}
.owl-carousel .owl-nav button[type=button].owl-next {
  border-radius: 0px 5px 5px 0px;
  float: right;
  margin-right: -15px;
}
.owl-carousel .owl-nav button[type=button]:hover {
  background: #ffd938;
}
.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;
}

/*** ICONS BLOCK ***/
.icons-block {
  text-align: center;
}
.icons-block .icon-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0px 0px 40px 0px;
}
.icons-block .icon-boxes .icon-box {
  border: 1px solid #777;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  width: calc(50% - 5px);
}
.icons-block .icon-boxes .icon-box .icon {
  font-size: 4em;
}
.icons-block .icon-boxes .icon-box .icon i {
  color: #263b7a;
}
.icons-block .icon-boxes .icon-box .title {
  font-size: 1em;
  margin-top: 10px;
}

/*** REVIEWS BLOCK ***/
.reviews-block {
  margin: 30px auto;
}
.reviews-block .owl-stage {
  display: flex;
}
.reviews-block .owl-stage .owl-item {
  background: #f9f9f9;
  border-radius: 30px 0px;
  padding: 30px 30px 50px 30px;
}
.reviews-block aside .widget-title {
  font-weight: 400;
}
.reviews-block aside .stars {
  color: #ffd938;
  margin: 20px 0px;
}

/*** PARTNERS BLOCK ***/
.partners-block {
  margin: 30px auto;
}
.partners-block.owl-carousel .gallery-item {
  margin: 0px;
}
.partners-block.owl-carousel .owl-stage {
  align-items: center;
  display: flex;
}
.partners-block.owl-carousel .owl-dots {
  margin-top: 10px;
}
.partners-block.owl-carousel .owl-dots button {
  background: #ddd;
  height: 10px;
  width: 10px;
  margin: 0px 5px;
}

/*** GALLERY BLOCK ***/
.gallery-block {
  margin: 30px auto;
}
.gallery-block .owl-stage {
  display: flex;
}
.gallery-block .owl-stage .owl-item img {
  border-radius: 30px;
}

/*** IMAGE CONTENT BOXES ***/
.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 a {
  font-weight: 400 !important;
}
.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 {
  margin: 0px !important;
  width: 100% !important;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-img img {
  border-radius: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content {
  background: #f9f9f9;
  border-radius: 30px 0px;
  box-shadow: 10px 10px 0px #fec827;
  box-sizing: border-box;
  flex: 1;
  margin: -50px auto 10px auto;
  padding: 30px 20px 120px 20px;
  position: relative;
  text-align: center;
  width: 90% !important;
  z-index: 2;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  color: #263b7a;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
  color: #555;
  margin: 0px;
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description .button, .image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description body.error404 .error-content a, body.error404 .error-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description a, .image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description .elementor-widget-button a.elementor-button, .elementor-widget-button .image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description a.elementor-button {
  bottom: 30px;
  color: #000;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description .read-more-link:not(.button) {
  bottom: 30px;
  color: #263b7a;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

/*** IMAGE HIGHLIGHT ***/
.image-highlight .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column !important;
  text-align: left;
}
.image-highlight .elementor-image-box-wrapper .elementor-image-box-img {
  margin: 20px 0px 50px 0px !important;
  width: 100% !important;
}
.image-highlight .elementor-image-box-wrapper .elementor-image-box-img img {
  border-radius: 30px;
  box-shadow: 10px 10px 0px #fec827;
  height: auto;
  max-width: 400px;
  width: 100%;
}
.image-highlight .elementor-image-box-wrapper .elementor-image-box-content {
  width: 100% !important;
}

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

/*** RECENT POSTS ***/
.recent-posts {
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}
.recent-posts .post-item {
  margin-bottom: 20px;
  width: 100%;
}
.recent-posts .post-item .post-thumbnail img {
  border-radius: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.recent-posts .post-item .post-content {
  background: #f9f9f9;
  border-radius: 30px 0px;
  box-shadow: #fec827 10px 10px 0px;
  box-sizing: border-box;
  margin: -50px auto 10px auto;
  padding: 30px 20px 120px 20px;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 2;
}
.recent-posts .post-item .post-content .post-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.recent-posts .post-item .post-content .post-title a {
  font-weight: 400 !important;
}
.recent-posts .post-item .post-content .read-more-link {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.recent-posts .post-item .post-content .read-more-link a {
  font-weight: 400 !important;
}
.recent-posts.columns .post-item {
  display: flex;
  flex-direction: column;
}
.recent-posts.columns .post-item .post-content {
  flex: 1;
  padding: 30px 20px;
}
.recent-posts.columns .post-item .post-content .post-title {
  font-size: 1em;
}
.recent-posts.columns .post-item .post-content .post-blurb,
.recent-posts.columns .post-item .post-content .read-more-link {
  display: none;
}

.pagination .pages {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.pagination .pages .page-numbers {
  background: #263b7a;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.pagination .pages .page-numbers.current {
  background: #fec827;
  color: #000;
}
.pagination .pages .page-numbers.prev, .pagination .pages .page-numbers.next {
  display: none;
}
.pagination .pages.first .page-numbers:first-child {
  background: #fec827;
  color: #000;
}

/*** COOKIE MESSAGE ***/
#cookie-message {
  background: #152a69;
  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: #263b7a;
}
#cookie-message .close-button {
  background: #fec827;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-left: 20px;
  padding: 2px 20px;
}
#cookie-message .close-button:hover {
  background: #ffd938;
}
#cookie-message.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*** SUBMISSIONS TABLE ***/
.post-password-form {
  margin: 50px auto;
  max-width: 1200px;
  padding: 0px 20px;
  text-align: center;
}
.post-password-form input {
  border: 1px solid #ddd;
  line-height: 1.714;
  margin: 0px 20px 0px 0px;
  padding: 12px 15px;
  text-transform: uppercase;
}
.post-password-form input[type=submit] {
  background: #fec827;
  border: none;
  color: #000;
  font-family: "Oswald";
  font-weight: 500;
  letter-spacing: 1px;
  min-width: 100px;
}

#submissions-table form {
  align-items: center;
  display: flex;
}
#submissions-table form > div {
  padding: 20px;
}
#submissions-table form label {
  margin: 0px 20px 0px 0px;
}
#submissions-table form input,
#submissions-table form select {
  border: 1px solid #ddd;
  line-height: 1.714;
  margin: 0px 20px 0px 0px;
  padding: 12px 15px;
}
#submissions-table form input[type=button] {
  background: #fec827;
  border: none;
  color: #000;
  font-family: "Oswald";
  font-weight: 500;
  letter-spacing: 1px;
  min-width: 100px;
}
#submissions-table .table-display {
  padding: 20px;
}
#submissions-table .table-display .table-header {
  float: left;
  font-weight: bold;
  margin: 20px 0px;
  text-transform: uppercase;
}
#submissions-table .table-display .export-button {
  color: #263b7a;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin: 20px 0px;
  min-width: 100px;
  padding: 10px 20px;
  text-align: center;
}
#submissions-table .table-display table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin-bottom: 20px;
  width: 100%;
}
#submissions-table .table-display table tr td {
  border: 1px solid #ddd;
  padding: 10px;
}
#submissions-table .table-display table tr td:first-child {
  text-align: center;
}
#submissions-table .table-display table tr td:not(:first-child) {
  min-width: 100px;
}
#submissions-table .table-display table tr:first-child td {
  background: #263b7a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#submissions-table .table-display #loader {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px;
  text-align: center;
}

/*** OLD TEMPLATE ELEMENTS ***/
.locations-content {
  width: 100% !important;
}
.locations-content + .elementor-column {
  display: none;
}

/*** HEADER ***/
#header {
  background: #263b7a;
}
#header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#header .container .row {
  align-items: center;
  flex-direction: row;
}
#header .header-top {
  background: #fec827;
  bottom: 0px;
  font-family: "Oswald";
  left: 0px;
  letter-spacing: 1px;
  opacity: 0;
  position: fixed;
  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 i {
  color: #263b7a;
}
#header .header-top .header-block .note {
  display: none;
  font-size: 0.9em;
}
#header .header-top .header-block .phone-section > div {
  display: flex;
  font-size: 0.9em;
}
#header .header-top .header-block .phone-section > div i {
  color: #000;
  margin-right: 5px;
}
#header .header-top .header-block .phone-section > div .label {
  color: #000;
}
#header .header-top .header-block .phone-section > div:not(:last-child) {
  margin-bottom: 5px;
}
#header .header-top .header-block .social {
  display: none;
}
#header .header-top .get-a-quote-link {
  background: #263b7a;
  border-radius: 30px;
  color: #fff;
  font-size: 0.8em;
  margin-left: 20px;
  padding: 7px 20px;
  text-transform: uppercase;
}
#header .header-top .get-a-quote-link:hover {
  background: #485d9c;
}
#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: 50px !important;
  width: auto !important;
}
#header .header-bottom #site-navigation {
  background: #fec827;
  box-shadow: 0px 2px 2px #000;
  box-sizing: border-box;
  height: 100%;
  left: 0px;
  max-width: 500px;
  opacity: 0;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  top: 0px;
  transition: opacity 500ms ease, right 700ms ease;
  visibility: hidden;
  width: 100%;
}
#header .header-bottom #site-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #dca605;
}
#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: #000;
  display: inline-block;
  font-family: "Oswald";
  letter-spacing: 1px;
  width: 100%;
}
#header .header-bottom #site-navigation ul.main-menu > li a:hover {
  background: #ffd938;
}
#header .header-bottom #site-navigation ul.main-menu > li > a {
  padding: 20px;
  text-transform: uppercase;
}
#header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu {
  background: #263b7a;
  display: none;
}
#header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li a {
  color: #fff;
  padding: 15px 20px;
}
#header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li a:hover {
  background: #485d9c;
}
#header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li:not(:last-child) {
  border-color: #485d9c;
}
#header .header-bottom #site-navigation ul.main-menu > li > .toggle {
  color: #000;
  line-height: 60.8px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 30px;
}
#header .header-bottom #site-navigation ul.main-menu > li > .toggle::after {
  content: "▼";
}
#header .header-bottom #site-navigation ul.main-menu > li > .toggle.open::after {
  content: "▲";
}
#header .header-bottom #mobile-menu-close {
  cursor: pointer;
  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 .header-bottom .menu-section {
  margin-top: 40px;
}
#header .search-section i {
  color: #fec827;
  font-size: 1.2em;
}
#header .search-section .searchform {
  background: #fec827;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #000;
  top: 100%;
  box-sizing: border-box;
  display: none;
  margin: 0px 20px;
  max-width: 400px;
  padding: 5px;
  position: absolute;
  right: 0px;
  width: calc(100% - 40px);
  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;
  border-radius: 5px 0px 0px 5px;
  flex: 1;
  padding: 10px;
}
#header .search-section .searchform > div button {
  background: #263b7a;
  border: none;
  border-radius: 0px 5px 5px 0px;
  padding: 10px 20px;
}
#header #mobile-menu {
  cursor: pointer;
  float: right;
  height: 40px;
  margin-left: 20px;
  position: relative;
  width: 40px;
}
#header #mobile-menu .mobile-icon {
  border-top: 4px solid #fec827;
  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: 4px solid #fec827;
  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: 4px solid #fec827;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  width: 26px;
}
#header::after {
  border-right: 100vw solid transparent;
  border-top: 20px solid #263b7a;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
  z-index: 2;
}

body.nav-open #header .header-bottom #site-navigation {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/*** FOOTER ***/
#footer {
  background: #263b7a;
  color: #fff;
  padding-bottom: 72px;
}
#footer a {
  color: #fec827;
}
#footer a:hover {
  color: #ffd938;
}
#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 .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: #fec827;
}
#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 {
  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: #fec827;
}
#sidebar-right .sidebar-content > aside {
  background: #263b7a;
  border-radius: 30px 0px;
  box-sizing: border-box;
  margin: 0px auto 30px auto;
  padding: 40px 30px;
}
#sidebar-right .sidebar-content > aside > .widget-title {
  background: #fec827;
  border-radius: 15px 0px 0px 0px;
  color: #000;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0px -30px 40px 0px;
  padding: 15px 30px 15px 10px;
  text-align: center;
}
#sidebar-right .sidebar-content > aside h5,
#sidebar-right .sidebar-content > aside .h5 {
  border-bottom: 1px solid #fec827;
  color: #fec827;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#sidebar-right .sidebar-content > aside .contact-form {
  background: transparent;
  border-radius: 0px;
  margin-top: -20px;
  padding: 0px !important;
}
#sidebar-right .sidebar-content > aside .contact-form h3 {
  display: none;
}
#sidebar-right .sidebar-content > aside .contact-info {
  margin: 30px 0px;
}
#sidebar-right .sidebar-content > aside .contact-info > div {
  align-items: center;
}
#sidebar-right .sidebar-content > aside .contact-info .widget-title {
  color: #fff;
  font-size: 1.4em;
}
#sidebar-right .sidebar-content > aside .contact-info .label {
  color: #fec827;
}
#sidebar-right .sidebar-content > aside .contact-info .label i {
  font-size: 1.8em;
  margin: 0px 20px;
}
#sidebar-right .sidebar-content > aside .contact-info .label span {
  display: none;
}
#sidebar-right .sidebar-content > aside .map {
  margin: 30px 0px;
}
#sidebar-right .sidebar-content > aside .map iframe {
  border-radius: 5px;
  margin: 0px -15px;
  width: calc(100% + 30px);
}
#sidebar-right .sidebar-content > aside .service-areas {
  margin: 30px 0px;
}

/*** MAIN CONTENT ***/
body #main-content {
  overflow: hidden;
}
body #main-content .page-content > div > .elementor-section {
  padding: 30px 0px;
}
body #main-content .page-content > div > .elementor-section ul,
body #main-content .page-content > div > .elementor-section ol {
  text-align: left;
}
body #main-content .page-content > div > .elementor-section ul li,
body #main-content .page-content > div > .elementor-section ol li {
  margin-bottom: 10px;
}
body #main-content .page-content > div > .elementor-section .elementor-widget-text-editor > .elementor-widget-container > h3:not(:first-child) {
  margin-top: 40px;
}

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 .home-banner-section {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 400px;
}
body.home .home-banner-section > .elementor-container {
  align-items: center;
  width: 100%;
}
body.home .home-banner-section > .elementor-container > .elementor-column {
  width: auto;
}
body.home .home-banner-section .form-block {
  display: none;
}
body.home .home-banner-section .form-block .home-banner-form {
  width: 400px;
}
body.home .home-banner-section .form-block .home-banner-form .contact-form h3,
body.home .home-banner-section .form-block .home-banner-form .contact-form .h3 {
  color: #fec827;
  font-weight: 700;
}
body.home .home-banner-section .form-block .home-banner-form .contact-form .nf-form-content label {
  display: none;
}
body.home .home-banner-section .content-block {
  color: #fff;
  flex: 1;
  text-align: center;
}
body.home .home-banner-section .content-block * {
  color: #fff;
}
body.home .home-banner-section .content-block p {
  margin: 20px auto;
  max-width: 400px;
}
body.home .home-banner-section .content-block a {
  color: #fec827;
  font-weight: 700;
}
body.home .about-section .image-block {
  margin-top: -20px;
}
body.home .about-section .image-block img {
  border-radius: 30px;
}
body.home .why-section {
  padding-top: 0px !important;
  text-align: center;
}
body.home .why-section .icons-block .icon-boxes .icon-box .icon i {
  color: #fff;
}
body.home .truck-section {
  padding: 50px 0px !important;
}
body.home .truck-section .image-block {
  display: none;
}
body.home .truck-section .content-block {
  margin: 0px 0px 60px 0px;
}
body.home .services-section {
  padding-bottom: 60px !important;
}
body.home .services-section .image-content-boxes {
  margin-top: -80px;
}
body.home .partners-section .star-image {
  display: block;
  margin: -83px 0px 0px auto;
  max-width: unset;
  transform: rotate(7.2deg);
  width: 300px;
}
body.home .reviews-section {
  color: #000;
  padding: 50px 0px !important;
}
body.home .reviews-section .elementor-background-overlay {
  background: #fff;
}
body.home .reviews-section .elementor-heading-title,
body.home .reviews-section .elementor-widget-text-editor,
body.home .reviews-section .elementor-widget-button {
  text-align: center;
}
body.home .reviews-section .reviews-block .owl-stage .owl-item {
  background: #263b7a;
  border-radius: 30px 0px;
  color: #fff;
}
body.home .reviews-section .reviews-block aside .widget-title {
  color: #fec827;
}
body.home .training-section .content-block {
  background: #263b7a;
  color: #fff;
}
body.home .training-section .content-block .elementor-heading-title {
  color: #fec827;
}
body.home .training-section .content-block::before {
  border-right: 100vw solid #263b7a;
  border-top: 20px solid transparent;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
  width: 0px;
}
body.home .training-section .content-block::after {
  bottom: 0px;
  border-right: 100vw solid transparent;
  border-top: 20px solid #263b7a;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  transform: translateY(100%);
  width: 0px;
}
body.home .book-section {
  padding: 50px 0px !important;
}
body.home .book-section .elementor-heading-title {
  text-align: center;
}
body.home .book-section .image-boxes {
  margin: 20px 0px 40px 0px;
}
body.home .book-section .image-boxes .elementor-container {
  flex-direction: row;
  gap: 20px;
}
body.home .book-section .image-boxes .elementor-container > .elementor-column {
  padding: 10px;
  width: 100%;
}
body.home .book-section .image-boxes .elementor-widget-image-box .elementor-image-box-img {
  width: 100%;
}
body.home .book-section .image-boxes .elementor-widget-image-box .elementor-image-box-img img {
  border-radius: 50%;
  border: 10px solid #263b7a;
  height: 200px;
  margin: 0px auto;
  width: 200px;
}
body.home .book-section .image-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  font-weight: 400;
}
body.home .book-section .cta-block .content-block {
  padding: 20px 0px;
}
body.home .book-section .cta-block .buttons-block > div {
  flex-direction: row;
}
body.home .book-section .cta-block .buttons-block > div > div {
  flex: 1;
}
body.home .locations-section .elementor-widget-button {
  margin-bottom: 10px;
}
body.home .locations-section .content-block {
  background: #263b7a;
  color: #fff;
}
body.home .locations-section .content-block .elementor-heading-title {
  color: #fec827;
}
body.home .locations-section .content-block a {
  color: #fec827;
}
body.home .locations-section .content-block a:hover {
  color: #fff;
}
body.home .locations-section .content-block h5 {
  color: #fff;
}
body.home .locations-section .content-block::before {
  border-left: 100vw solid #263b7a;
  border-top: 20px solid transparent;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
  width: 0px;
}
body.home .locations-section .content-block::after {
  bottom: 0px;
  border-left: 100vw solid transparent;
  border-top: 20px solid #263b7a;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  transform: translateY(100%);
  width: 0px;
}
body.home .locations-section .image-block {
  z-index: 2;
}
body.home .blogs-section .elementor-heading-title,
body.home .blogs-section .elementor-widget-button {
  text-align: center;
}
body.home .faq-section .elementor-heading-title,
body.home .faq-section .elementor-widget-button {
  text-align: center;
}

/*** INNER PAGES ***/
body:not(.home) .inner-banner {
  background-position: center bottom;
  background-size: cover;
  height: 300px;
  position: relative;
}
body:not(.home) .inner-banner .overlay {
  background: #000;
  height: 100%;
  opacity: 0.4;
}
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 {
  animation: fadeInDown 2s ease;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.home) section.content {
  position: relative;
}
body:not(.home) section.content::before {
  border-left: 100vw solid #fff;
  border-top: 20px solid transparent;
  bottom: 0px;
  content: "";
  display: none;
  height: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
  width: 0px;
  z-index: 2;
}
body:not(.home) section.content .page-content a {
  font-weight: 700;
}
body:not(.home) section.content .page-content ul,
body:not(.home) section.content .page-content ol {
  padding: 15px;
  text-align: left;
}
body:not(.home) section.content .page-content h1,
body:not(.home) section.content .page-content .h1,
body:not(.home) section.content .page-content h2,
body:not(.home) section.content .page-content .h2,
body:not(.home) section.content .page-content h3,
body:not(.home) section.content .page-content .h3 {
  text-transform: capitalize;
}

/*** ABOUT US PAGE ***/
.about-us-content .image-boxes {
  margin: 20px 0px;
}
.about-us-content .image-boxes > .elementor-container > .elementor-column > div {
  gap: 10px;
}
.about-us-content .image-boxes .elementor-widget-image-box {
  margin-bottom: 20px;
}
.about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
}
.about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-img img {
  border: 10px solid #263b7a;
  border-radius: 50%;
  height: 200px;
  margin: 0px auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 200px;
}
.about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-content {
  background: #fec827;
  border-radius: 30px;
  margin-top: -115px;
  padding: 115px 30px 30px 30px;
}
.about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  font-weight: 400;
  margin-bottom: 10px;
}

/*** SERVICES AND LOCATIONS PAGE ***/
.services-content .image-content-boxes,
.locations-content .image-content-boxes {
  margin: 20px 0px;
}
.services-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content,
.locations-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content {
  padding: 30px 20px 30px 20px;
}
.services-content .image-boxes,
.locations-content .image-boxes {
  margin: 20px 0px 40px 0px;
}
.services-content .image-boxes .elementor-container,
.locations-content .image-boxes .elementor-container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.services-content .image-boxes .elementor-container > .elementor-column,
.locations-content .image-boxes .elementor-container > .elementor-column {
  padding: 10px;
  width: 100%;
}
.services-content .image-boxes .elementor-widget-image-box .elementor-image-box-img,
.locations-content .image-boxes .elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
}
.services-content .image-boxes .elementor-widget-image-box .elementor-image-box-img img,
.locations-content .image-boxes .elementor-widget-image-box .elementor-image-box-img img {
  border-radius: 30px;
  border: 10px solid #263b7a;
  height: 200px;
  margin: 0px auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
}
.services-content .image-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.locations-content .image-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  font-weight: 700;
}
.services-content .steps-boxes,
.locations-content .steps-boxes {
  margin: 20px 0px 40px 0px;
}
.services-content .steps-boxes .elementor-container,
.locations-content .steps-boxes .elementor-container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.services-content .steps-boxes .elementor-container > .elementor-column,
.locations-content .steps-boxes .elementor-container > .elementor-column {
  padding: 10px;
  width: 100%;
}
.services-content .steps-boxes .elementor-widget-image-box .elementor-image-box-img,
.locations-content .steps-boxes .elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
}
.services-content .steps-boxes .elementor-widget-image-box .elementor-image-box-img img,
.locations-content .steps-boxes .elementor-widget-image-box .elementor-image-box-img img {
  border-radius: 50%;
  border: 10px solid #263b7a;
  height: 200px;
  margin: 0px auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 200px;
}
.services-content .steps-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.locations-content .steps-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  font-weight: 400;
}
.services-content .elementor-widget-accordion,
.locations-content .elementor-widget-accordion {
  margin: 20px 0px 40px 0px;
}

/*** REVIEWS PAGE ***/
.reviews-content ul {
  list-style: none;
  margin-bottom: 30px;
  padding: 0px !important;
}
.reviews-content ul li {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
}
.reviews-content ul li i {
  color: #fec827;
  font-size: 2em;
  margin-right: 10px;
}
.reviews-content ul li strong {
  display: block;
  margin-top: 30px;
}
.reviews-content ul li:nth-child(odd) {
  background: #263b7a;
  color: #fff;
}

/*** CONTACT US PAGE ***/
.contact-us-content .contact-form {
  margin-bottom: 30px;
}
.contact-us-content .contact-info > div {
  align-items: center;
  margin-bottom: 20px;
}
.contact-us-content .contact-info > div > .label {
  background: #fec827;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  margin-right: 20px;
  padding: 15px;
  text-align: center;
  width: 150px;
}
.contact-us-content .contact-info > div .contact {
  text-align: left;
}
.contact-us-content .contact-info > div .contact a {
  margin-bottom: 10px;
}
.contact-us-content .elementor-accordion .elementor-tab-title {
  text-transform: uppercase;
}
.contact-us-content .elementor-accordion .elementor-accordion-icon {
  float: right !important;
}
.contact-us-content .elementor-accordion .elementor-tab-content h4,
.contact-us-content .elementor-accordion .elementor-tab-content .h4 {
  margin-bottom: 20px;
}

/*** LOCATION PAGE ***/
.page-template-page-location .location-content-block {
  margin-top: 20px;
}
.page-template-page-location .location-content-block aside {
  margin-bottom: 20px;
}
.page-template-page-location .sidebar-content .contact-info > div > .label {
  width: 80px;
}

/*** CITY PAGE ***/
.page-template-page-city .city-content-widget-block {
  margin: -10px 0px 30px 0px;
}
.page-template-page-city .city-content-widget-block > aside > .widget-title,
.page-template-page-city .city-content-widget-block > aside .widget-title ~ div,
.page-template-page-city .city-content-widget-block > aside .elementor-widget,
.page-template-page-city .city-content-widget-block > aside .image-content-boxes {
  display: grid;
  margin-block-end: 20px;
}
.page-template-page-city .city-content-widget-block > aside .location-content-block {
  display: grid;
  margin-top: 20px;
}
.page-template-page-city #sidebar-right .sidebar-content > aside .contact-info > div {
  margin-bottom: 20px;
}
.page-template-page-city #sidebar-right .sidebar-content > aside .contact-info > div .contact .label {
  display: none;
}

/*** POST PAGE ***/
body.single .post .entry-image {
  display: none;
  padding-top: 30px;
}
body.single .post .entry-image img {
  border-radius: 30px;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}
body.single .post .post-info {
  margin-top: 60px;
  text-align: center;
}
body.single .post .post-info > div {
  margin-bottom: 5px;
}
body.single .post .entry-content > div > .elementor-section {
  padding-top: 30px !important;
}
body.single .post .entry-content .blog-content-block > aside:first-child {
  border-top: 3px solid #ddd;
  margin: 30px 0px 30px 0px;
  padding-top: 60px;
}
body.single .post .post-navigation {
  display: none;
  margin: 20px 0px;
}
body.single .post .post-navigation .nav-links {
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}
body.single .post .post-navigation .nav-links .nav-previous {
  float: left;
}
body.single .post .post-navigation .nav-links .nav-next {
  float: right;
}

/*** SEARCH PAGE ***/
body.search .search-content {
  padding: 30px 0px;
}
body.search .search-content .search-title {
  color: #263b7a;
}
body.search .search-content .search-item {
  padding: 30px 0px;
}
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 .post-title {
  margin-bottom: 10px;
}
body.search .search-content .search-item .post-details .post-content {
  margin-bottom: 20px;
}
body.search .search-content .search-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/*** 404 PAGE ***/
body.error404 .content {
  align-items: center;
  background-size: cover;
  background-position: center center;
  display: flex;
  min-height: 100vh;
}
body.error404 .error-content {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px;
  text-align: center;
}
body.error404 .error-content h1,
body.error404 .error-content .h1 {
  color: #fff;
  font-size: 4em;
}
body.error404 .error-content h2,
body.error404 .error-content .h2 {
  color: #fec827;
  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 #header::after {
  display: none;
}
body.scrolled #main-content {
  margin-top: 73.2px;
}

/*** RESPONSIVE ***/
@media screen and (min-width: 768px) {
  /*** MISC ***/
  h1,
  .h1 {
    font-size: 2.3em;
  }
  h2,
  .h2 {
    font-size: 1.8em;
  }
  h3,
  .h3 {
    font-size: 1.6em;
  }
  h4,
  .h4 {
    font-size: 1.4em;
  }
  h5,
  .h5 {
    font-size: 1.2em;
  }
  .row {
    flex-direction: row;
  }
  .two-column-section > .elementor-container > .elementor-column:first-child {
    padding-right: 10px;
  }
  .two-column-section > .elementor-container > .elementor-column:last-child {
    padding-left: 10px;
  }
  .half-content-section .content-block > .elementor-widget-wrap {
    max-width: 560px;
  }
  .blue-diagonal-section::before, .blue-diagonal-section::after {
    display: block;
  }
  .transparent-polygon-section::before, .transparent-polygon-section:after {
    display: block;
  }
  /*** IMAGE CONTENT BOXES ***/
  .image-content-boxes .elementor-container > .elementor-column {
    width: 50%;
  }
  .image-content-boxes .elementor-widget-image-box {
    margin: 0px 10px;
  }
  /*** RECENT POSTS ***/
  .recent-posts.full-width .post-item {
    display: flex;
    margin-bottom: 30px;
  }
  .recent-posts.full-width .post-item .post-thumbnail {
    flex: 1;
    margin-bottom: 30px;
  }
  .recent-posts.full-width .post-item .post-thumbnail img {
    border: 10px solid #f9f9f9;
    border-radius: 30px 0px 0px 30px;
  }
  .recent-posts.full-width .post-item .post-content {
    border-radius: 0px 0px 30px 0px;
    flex: 2;
    margin: 0px 10px 0px 0px;
    padding: 30px;
    text-align: left;
  }
  .recent-posts.full-width .post-item .post-content .post-title {
    margin-bottom: 20px;
  }
  .recent-posts.full-width .post-item .post-content .post-blurb {
    margin-bottom: 40px;
  }
  .recent-posts.full-width .post-item .post-content .read-more-link {
    position: static;
    transform: none;
  }
  .recent-posts.columns {
    flex-direction: row;
    gap: 20px;
  }
  .recent-posts.columns .post-item.width-1-3 {
    width: calc(33.333% - 13.3333333333px);
  }
  /*** HEADER ***/
  #header::after {
    display: block;
  }
  /*** FOOTER ***/
  #footer .footer-top {
    padding: 80px 0px;
  }
  #footer .footer-top .container .row .col .contact-info > div {
    flex-direction: column;
  }
  #footer .footer-top .container .row .col:first-child {
    flex: 1.5;
    padding-right: 40px;
  }
  #footer .footer-top .container .row .col:nth-child(2) {
    padding-right: 10px;
  }
  /*** SIDEBAR ***/
  #sidebar-right {
    flex: none;
    margin: 60px 0px 60px 30px;
    width: 320px;
  }
  /*** MAIN CONTENT ***/
  body #main-content .page-content > div > .elementor-section {
    padding: 60px 0px;
  }
  /*** FULL WIDTH PAGE ***/
  body.page-template-page-fullwidth .icons-block .icon-boxes .icon-box {
    width: calc(25% - 7.5px);
  }
  body.page-template-page-fullwidth .image-highlight .elementor-image-box-wrapper {
    flex-direction: row-reverse !important;
    text-align: left;
  }
  body.page-template-page-fullwidth .image-highlight .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0px 0px 0px 20px !important;
    width: 40% !important;
  }
  body.page-template-page-fullwidth .image-highlight .elementor-image-box-wrapper .elementor-image-box-content {
    width: 60% !important;
  }
  /*** NOT FULL WIDTH PAGE ***/
  body:not(.page-template-page-fullwidth) .recent-posts.columns {
    flex-direction: column;
    gap: 30px;
  }
  /*** HOME PAGE ***/
  body.home #main-content {
    text-align: left;
  }
  body.home .about-section .content-block {
    padding-right: 20px;
  }
  body.home .about-section .image-block {
    margin-top: 50px;
  }
  body.home .truck-section {
    padding: 80px 0px !important;
  }
  body.home .truck-section .image-block {
    display: block;
    margin-top: -50px;
    position: relative;
    z-index: 2;
  }
  body.home .truck-section .content-block {
    margin: 0px 0px 30px 0px;
  }
  body.home .services-section {
    padding-bottom: 100px !important;
  }
  body.home .services-section .image-content-boxes {
    margin-top: -120px;
  }
  body.home .partners-section .elementor-widget-heading {
    margin-top: -80px;
  }
  body.home .partners-section .star-image {
    margin: -150px 0px 0px auto;
    max-width: 100%;
    transform: rotate(2.4deg);
    width: 500px;
  }
  body.home .reviews-section {
    padding: 80px 0px !important;
  }
  body.home .training-section {
    padding: 60px 0px 110px 0px !important;
  }
  body.home .training-section .content-block {
    padding: 80px 20px;
    width: 50vw;
  }
  body.home .training-section .content-block > .elementor-widget-wrap {
    margin: 0px 20px 0px auto;
  }
  body.home .training-section .content-block::before {
    border-right: 50vw solid #263b7a;
    display: block;
  }
  body.home .training-section .content-block::after {
    border-left: 50vw solid transparent;
    border-right: none;
    display: block;
  }
  body.home .training-section .image-block {
    flex: 1;
    margin: 0px 0px -50px -100px;
    position: relative;
    width: unset;
    z-index: -1;
  }
  body.home .book-section {
    padding: 60px 0px 80px 0px !important;
  }
  body.home .book-section .image-boxes .elementor-container > .elementor-column {
    width: calc(33.333% - 13.3333333333px);
  }
  body.home .book-section .cta-block .content-block {
    flex: 1;
  }
  body.home .book-section .cta-block .buttons-block {
    width: unset;
  }
  body.home .book-section .cta-block .buttons-block .elementor-widget-button {
    margin-left: 20px;
  }
  body.home .locations-section {
    padding: 60px 0px 110px 0px !important;
  }
  body.home .locations-section .content-block {
    padding: 80px 20px;
    width: 50vw;
  }
  body.home .locations-section .content-block > .elementor-widget-wrap {
    margin: 0px auto 0px 20px;
  }
  body.home .locations-section .content-block::before {
    border-left: 50vw solid #263b7a;
    display: block;
  }
  body.home .locations-section .content-block::after {
    border-right: 50vw solid transparent;
    border-left: none;
    display: block;
  }
  body.home .locations-section .image-block {
    flex: 1;
    margin: 0px -100px -50px 0px;
    position: relative;
    width: unset;
    z-index: -1;
  }
  body.home .faq-section {
    padding: 60px 0px 80px 0px !important;
  }
  /*** INNER PAGES ***/
  body:not(.home) section.content::before {
    display: block;
  }
  /*** SERVICES AND LOCATIONS PAGE ***/
  .services-content .image-content-boxes,
  .locations-content .image-content-boxes {
    margin: 20px 0px;
  }
  .services-content .image-content-boxes .elementor-container > .elementor-column,
  .locations-content .image-content-boxes .elementor-container > .elementor-column {
    width: 100%;
  }
  .services-content .image-boxes .elementor-container > .elementor-column,
  .locations-content .image-boxes .elementor-container > .elementor-column {
    width: calc(50% - 10px);
  }
  .services-content .image-boxes .elementor-widget-image-box .elementor-image-box-img img,
  .locations-content .image-boxes .elementor-widget-image-box .elementor-image-box-img img {
    height: 150px;
    width: 150px;
  }
  /*** CONTACT US PAGE ***/
  .contact-us-content > .elementor-container {
    flex-direction: row-reverse;
  }
  .contact-us-content > .elementor-container > .elementor-column:first-child {
    padding-left: 10px;
  }
  .contact-us-content > .elementor-container > .elementor-column:last-child {
    padding-right: 10px;
  }
  /*** CITY PAGE ***/
  .page-template-page-city .city-content-widget-block {
    margin: -40px 0px 60px 0px;
  }
  /*** POST PAGE ***/
  body.single .post .entry-image {
    padding-top: 60px;
  }
  body.single .post .entry-content .blog-content-block > aside:first-child {
    margin: 0px 0px 60px 0px;
  }
  /*** SEARCH PAGE ***/
  body.search .search-content {
    padding: 60px 0px;
  }
  body.search .search-content .search-item {
    display: flex;
  }
  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: 6em;
  }
}
@media screen and (min-width: 1024px) {
  /*** MISC ***/
  h1,
  .h1 {
    font-size: 2.6em;
  }
  h2,
  .h2 {
    font-size: 2em;
  }
  h3,
  .h3 {
    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;
  }
  .blue-diagonal-section::before {
    border-top: 40px solid transparent;
  }
  .blue-diagonal-section::after {
    border-top: 40px solid #263b7a;
  }
  .transparent-polygon-section::before {
    border-top: 40px solid #fff;
  }
  .transparent-polygon-section::after {
    border-top: 40px solid transparent;
  }
  /*** CONTACT FORM ***/
  .contact-form {
    padding: 40px 40px 20px 40px !important;
  }
  .contact-form input[type=button],
  .contact-form input[type=submit] {
    width: 70% !important;
  }
  .contact-form .one-half {
    float: left;
    width: calc(50% - 10px) !important;
  }
  .contact-form .one-half.first {
    clear: both;
    margin-right: 10px !important;
  }
  .contact-form .one-half:not(.first) {
    clear: none;
    margin-left: 10px !important;
  }
  /*** HEADER ***/
  #header {
    margin-top: -40px;
  }
  #header .header-top {
    box-shadow: none !important;
    opacity: 1;
    visibility: visible;
    position: static;
    transition: none;
  }
  #header .header-top .container {
    padding: 8px 20px;
  }
  #header .header-top .header-block {
    align-items: center;
    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 .note {
    display: block;
  }
  #header .header-top .header-block .phone-section {
    align-items: center;
    display: flex;
    margin-left: auto;
  }
  #header .header-top .header-block .phone-section > div:not(:last-child) {
    margin: 0px 20px 0px 0px !important;
  }
  #header .header-top .header-block .social {
    display: flex;
  }
  #header .header-top .header-block .social li {
    margin-left: 20px;
  }
  #header .header-top .get-a-quote-link {
    display: none;
  }
  #header .header-bottom .container {
    padding: 20px;
  }
  #header .header-bottom .container .row .col:first-child {
    flex: none;
  }
  #header .header-bottom #site-logo img {
    height: 70px !important;
  }
  #header .header-bottom .search-section i {
    font-size: 1.8em;
  }
  #header:after {
    border-top: 40px solid #263b7a;
  }
  /*** FOOTER ***/
  #footer {
    padding-bottom: 0px;
  }
  /*** NOT FULL WIDTH PAGE ***/
  body:not(.page-template-page-fullwidth) .icons-block .icon-boxes .icon-box {
    width: calc(25% - 7.5px);
  }
  body:not(.page-template-page-fullwidth) .image-highlight .elementor-image-box-wrapper {
    flex-direction: row-reverse !important;
    text-align: left;
  }
  body:not(.page-template-page-fullwidth) .image-highlight .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0px 0px 50px 20px !important;
    width: 40% !important;
  }
  body:not(.page-template-page-fullwidth) .image-highlight .elementor-image-box-wrapper .elementor-image-box-content {
    width: 60% !important;
  }
  body:not(.page-template-page-fullwidth) .recent-posts.columns {
    flex-direction: row;
    gap: 20px;
  }
  /*** HOME PAGE ***/
  body.home .home-banner-section {
    min-height: 600px;
  }
  body.home .home-banner-section .form-block {
    display: block;
  }
  body.home .home-banner-section .content-block {
    padding: 10px 10px 10px 40px;
    text-align: left;
  }
  body.home .home-banner-section .content-block h1 {
    font-size: 3em;
  }
  body.home .home-banner-section .content-block p {
    margin: 20px 0px;
  }
  body.home .about-section .image-block {
    margin-top: -60px;
  }
  body.home .truck-section .image-block {
    margin-top: -120px;
  }
  /*** INNER PAGES ***/
  body:not(.home) .inner-banner {
    background-position: 50% 30%;
    height: 400px;
  }
  body:not(.home) section.content::before {
    border-top: 40px solid transparent;
  }
  /*** ABOUT US PAGE ***/
  .about-us-content .image-boxes .elementor-widget-image-box {
    width: calc(50% - 5px);
  }
  /*** ABOUT US PAGE ***/
  .about-us-content .image-boxes .elementor-widget-image-box {
    margin-bottom: 30px;
    width: 100%;
  }
  .about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-wrapper {
    align-items: center;
    display: flex;
    position: relative;
  }
  .about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-img {
    width: 75px !important;
  }
  .about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-img img {
    left: 0px;
    height: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    z-index: 2;
  }
  .about-us-content .image-boxes .elementor-widget-image-box .elementor-image-box-content {
    margin-top: 0px;
    padding: 20px 30px 20px 105px;
    text-align: left;
    width: calc(100% - 75px) !important;
  }
  /*** SERVICES PAGE ***/
  .services-content .image-content-boxes,
  .locations-content .image-content-boxes {
    margin: 20px 0px;
  }
  .services-content .image-content-boxes .elementor-container > .elementor-column,
  .locations-content .image-content-boxes .elementor-container > .elementor-column {
    margin-bottom: 30px;
    width: 100% !important;
  }
  .services-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-wrapper,
  .locations-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-wrapper {
    flex-direction: row;
  }
  .services-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-img,
  .locations-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-img {
    width: 30% !important;
  }
  .services-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-img img,
  .locations-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-img img {
    border-radius: 30px 0px 0px 30px;
  }
  .services-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content,
  .locations-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content {
    border-radius: 0px 0px 30px 0px;
    display: block;
    margin: 0px;
    padding: 30px 20px 30px 20px;
    text-align: left;
    width: 70% !important;
  }
  .services-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
  .locations-content .image-content-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-size: 1.4em;
  }
  .services-content .image-boxes .elementor-container > .elementor-column,
  .locations-content .image-boxes .elementor-container > .elementor-column {
    width: calc(33.333% - 13.3333333333px);
  }
  .services-content .steps-boxes .elementor-container > .elementor-column,
  .locations-content .steps-boxes .elementor-container > .elementor-column {
    width: calc(33.333% - 13.3333333333px);
  }
  .services-content .steps-boxes .elementor-widget-image-box .elementor-image-box-img img,
  .locations-content .steps-boxes .elementor-widget-image-box .elementor-image-box-img img {
    height: 150px;
    width: 150px;
  }
  .services-content .steps-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
  .locations-content .steps-boxes .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-size: 1.4em;
  }
  /*** POST PAGE ***/
  body.single .post .entry-image img {
    max-width: 70%;
  }
  body.single .post .post-info {
    text-align: left;
  }
  body.single .post .post-info > div {
    display: inline-block;
  }
  body.single .post .post-info > div.entry-author {
    border-right: 1px solid #555;
    margin-right: 15px;
    padding-right: 15px;
  }
  /*** SCROLLED ***/
  body.scrolled #header {
    margin-top: 0px;
    transition: margin-top 700ms ease;
  }
  body.scrolled #main-content {
    margin-top: 124px;
  }
}
@media screen and (min-width: 1200px) {
  h2.elementor-heading-title {
    font-size: 2.5em;
  }
  /*** ICONS BLOCK ***/
  .icons-block .icon-boxes .icon-box .title {
    font-size: 1.2em;
  }
  /*** PARTNERS BLOCK ***/
  .partners-block .owl-dots {
    display: none;
  }
  /*** IMAGE CONTENT BOXES ***/
  .image-content-boxes .elementor-container > .elementor-column {
    width: 33.333%;
  }
  /*** RECENT POSTS ***/
  .recent-posts.columns .post-item.width-1-3 {
    width: calc(33.333% - 20px);
  }
  /*** HEADER ***/
  #header .header-bottom #site-navigation {
    background: none;
    box-shadow: none;
    max-width: 100%;
    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 {
    border-radius: 5px;
    box-shadow: -1px 1px 1px #3f3f3f;
    display: none !important;
    position: absolute;
    left: 0px;
    width: 350px;
    z-index: 3;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li a {
    color: #000;
    padding: 10px 20px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > ul.sub-menu > li:not(:last-child) {
    border-color: #dca605;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > .toggle {
    color: #fff;
    height: 100%;
    line-height: 38px;
    pointer-events: none;
    right: 10px;
    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;
  }
  #header .header-bottom #site-navigation ul.main-menu > li > .toggle.open::after {
    content: "▼";
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover a {
    background: #ffd938 !important;
    color: #000 !important;
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover > a {
    border-radius: 5px;
  }
  #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:first-child a {
    border-radius: 5px 5px 0px 0px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover > ul.sub-menu > li:last-child a {
    border-radius: 0px 0px 5px 5px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li:hover > ul.sub-menu > li:hover a {
    background-color: #fec827 !important;
  }
  #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 {
    margin-left: 20px;
  }
  #header .header-bottom #site-navigation ul.main-menu > li.get-a-quote-link a {
    background: #fec827;
    border-radius: 30px;
    color: #000;
  }
  #header .header-bottom #site-navigation ul.main-menu > li.get-a-quote-link:hover a {
    background: #ffd938 !important;
  }
  #header .header-bottom #site-navigation #mobile-menu-close {
    display: none;
  }
  #header .header-bottom #site-navigation .menu-section {
    margin-top: 0px;
  }
  #header .header-bottom #mobile-menu {
    display: none;
  }
  /*** FOOTER ***/
  #footer .footer-top .container .row .col .contact-info > div {
    flex-direction: row;
  }
  /*** NOT FULL WIDTH PAGE ***/
  body:not(.page-template-page-fullwidth) .icons-block .icon-boxes .icon-box {
    width: calc(25% - 7.5px);
  }
  body:not(.page-template-page-fullwidth) .icons-block.three-col .icon-boxes .icon-box {
    width: calc(33.333% - 13.3333333333px);
  }
  /*** HOME PAGE ***/
  body.home .home-banner-section .content-block {
    padding: 10px 10px 10px 80px;
  }
  body.home .home-banner-section .content-block h1 {
    font-size: 3.4em;
  }
  body.home .services-section {
    padding-bottom: 180px !important;
  }
  body.home .partners-section .star-image {
    margin: -199px 0px 0px auto;
    transform: rotate(3.8deg);
    width: 800px;
  }
  body.home .partners-section .elementor-widget-heading {
    margin-top: -320px;
  }
  body.home .partners-section .elementor-widget-heading .elementor-heading-title {
    color: #fff;
  }
  body.home .partners-section .partners-block {
    margin: -160px auto 0px 0px;
    width: calc(100% - 200px);
  }
  body.home .partners-section .partners-block .owl-dots {
    display: none;
  }
}
/*** ANIMATION ***/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    margin-left: -30px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 30px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes slideMenu {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
.elementor-editor-active {
  /*** MISC ***/
}
.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-editor-active .image-content-boxes .elementor-container > .elementor-column {
  width: 33.333%;
}
.elementor-editor-active {
  /*** HEADER **/
}
.elementor-editor-active #header {
  position: static !important;
}
.elementor-editor-active {
  /*** MAIN CONTENT ***/
}
.elementor-editor-active #main-content {
  margin-top: unset !important;
}