/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    /* background-image: url('/wp-content/uploads/2026/03/pattern.jpg'); */
    background-repeat: repeat;
    background-position: center center;
    color: #4c4c4c;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
  color: #e62129;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 40px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding: 23px 15px 24px;
    line-height: 1.5;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

select {
    text-indent: 1px;
    padding-right: 35px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #242424 50%), linear-gradient(135deg, #242424 50%, transparent 50%), linear-gradient(to right, #242424, #242424);
    background-position: calc(100% - 20px) calc(1.1em + 3px), calc(100% - 15px) calc(1.1em + 3px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}

select:hover,
select:focus {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #000, #000);
    border: 1px solid #000;
}

select::-ms-expand {
    display: none;  
}

input:focus,
textarea:focus {
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

::placeholder {
    color: #333333;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #1f6294;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.wpcf7 .form-field .recaptcha-note,
.wpcf7 .form-field .acceptance-note {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}
.wpcf7 .form-field .recaptcha-note a,
.wpcf7 .form-field .acceptance-note a {
    color: #fff;
}    
.wpcf7 .form-field .recaptcha-note .wpcf7-list-item span,
.wpcf7 .form-field .acceptance-note .wpcf7-list-item span {
    display: initial;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.wpcf7 .form-field .wpcf7-submit {
    background: #e62129 !important;
    text-align: center;
    max-width: 210px;
    color: #fff !important;
    font-weight: 700;
    padding: 26px 15px;
    width: 100%;
    transition: none;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    line-height: 1;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}
.wpcf7 .form-field .wpcf7-spinner {
    margin: 0 auto;
    display: block;
}
.wpcf7 .form-field .wpcf7-not-valid-tip {
    z-index: 2;
    text-align: center;
    right: 0;
    left: unset;
    width: auto;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    padding: 2px 5px;
    font-size: 11px !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .10);
    font-weight: 400 !important;
    text-transform: none !important;
    background: #dc3232;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    bottom: -20px;
    background: red;
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #cd0000 !important;
    background: red;
    color: #fff;
    margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green;
    background: green;
    color: #fff;
    margin: 0 auto;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

/* Seperator Mask
--------------------------------------------- */
.separator-mask {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff;
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    -webkit-transform: scale(1.014);
    -ms-transform: scale(1.014);
    transform: scale(1.014);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.separator-mask.mask-top {
    top: 0;
    border-top-width: 0px;
    border-bottom-width: 70px;
    border-color: #fff;
    border-left-width: 50vw;
    border-right-width: 50vw;
}

.separator-mask.mask-bottom {
    bottom: 0;
    border-bottom-width: 0px;
    border-top-width: 70px;
    border-color: #fff;
    border-left-width: 50vw;
    border-right-width: 50vw;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.entry-title {
    font-size: 50px;
    margin: 0 0 30px;
}
.archive-description .entry-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #1f6294;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: 0;
}



/* ------------------------------------------------------ Structure and Layout ------------------------------------------------------ */
/* ------------------------------ Top Header -----------------------------  */
.top-header-wrapper {
    line-height: 1;
    padding: 8px 15px 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    max-width: 1785px;
    margin: 0 auto;
}
.admin-bar .top-header-wrapper {
    top: 32px;
}
.top-header-wrapper.sticky-head {
    display: none;
}
.top-header-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.header-social {
    font-size: 0;
}
.header-social .social-media {
    display: inline-block;
}
.social-media {
    font-size: 0;
}
.social-media li {
    display: inline-block;
    margin: 0 8px 0 0;
}
.social-media li a {
    height: 35px;
    width: 60px;
    background-image: url('/wp-content/uploads/2026/03/spritesheet.png') !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    background-color: transparent;
    transition: none;
    border: solid 1px rgba(250, 252, 255, .20);
    border-radius: 4px;
}
.social-media .gmb a {
    background-position: -70px 0px;
}
.social-media li.fb a:hover {
    background-color: #fff;
    background-position: 0 -36px;
}
.social-media li.gmb a:hover {
    background-color: #fff;
    background-position: -70px -36px;
}
.top-header-right {
    display: flex;
    align-items: center;
    column-gap: 40px;
    font-size: 16px;
    color: #f7f7f7;
}
.top-header-right i {
    margin-right: 13px;
}
.top-header-right a {
    color: #f7f7f7;
}
.top-header-email.mobile-email {
    display: none;
}

/* -------------- Logo -------------- */
.admin-bar .site-header {
    top: 82px;
}
.site-header {
    position: absolute;
    z-index: 9;
    font-size: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
    top: 50px;
    max-width: 1785px;
    padding: 0 15px;
    background: transparent;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.site-header > .wrap {
    position: relative;
    background: #f7f7f7;
    border-radius: 7px;
}
.title-area {
    padding: 0 !important;
    max-width: 438px !important;
    position: absolute;
    top: -19px;
    float: none;
}
.title-area img {
    width: 100%;
}
.header-right-container {
    margin-top: 20px;
}
.tracking-number {
    float: right;
    position: relative;
    display: inline-flex;
    margin-top: 13px;
    align-items: center;
}
.tracking-container {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    margin-left: 16px;
}
.tracking-number i {
    font-size: 22px;
    color: #1e07b5;
    background: #e6e6e6;
    border: 1px solid #1e07b5;
    padding: 15px;
    border-radius: 40px;
    display: inline-block;
} 
.tracking-number span {
    font-size: 16px;
    display: block;
    color: #333333;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    margin-bottom: 2px;
}
.tracking-number a {
    color: #0c0347;
    font-weight: 900;
    font-size: 28px;
    font-family: "Mulish", sans-serif;
}
.header-cta-button {
    font-size: 20px;
    background: #e62129;
    background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
    float: right;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding: 30px 10px;
    margin-bottom: 20px;
    margin-left: 45px;
    margin-right: 20px;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
    width: 305px;
    border-radius: 50px;
}
.header-cta-button:hover {
    background: #1e07b5;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .20);
}  

/* --------------- Sticky Header ---------------  */
.admin-bar .site-header.sticky-head {
    top: 32px;
}
.site-header.sticky-head {
    top: 0;
    position: fixed;
}
.site-header > .wrap {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}
.sticky-head .title-area {
    max-width: 270px !important;
    top: 3px;
}
.header-right-container {
    margin-top: 15px;
}
.sticky-head .header-cta-button {
    margin-top: 0;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.sticky-head .tracking-number {
    margin-top: 0;
}
.sticky-head .genesis-nav-menu a {
    padding: 27px 15px !important;
}

/* --------------------------- Navigation Menu ---------------------------  */
.menu-item-has-children a span i {
    font-size: 14px;
}
.genesis-responsive-menu {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    clear: both;
    float: none;
    background: #d60f0f;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#menu-main-menu .menu-item-home {
    font-size: 0;
    background: url('/wp-content/uploads/2026/03/home-sprite.png') no-repeat center center;
}
#menu-main-menu .menu-item-home a {
    padding: 30px 15px 24px !important;
}
#menu-main-menu .menu-item-home span {
    font-size: 0;
    height: 16px;
    width: 35px;
    display: block;
}
.genesis-nav-menu > .menu-item {
    vertical-align: top;
    margin: 0 20px;
}
.genesis-nav-menu > .menu-item.current-menu-item > a:after,
.genesis-nav-menu > .menu-item > a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 5px;
    right: 0;
    left: 0;
    background: #1e07b5;
    border-radius: 15px 15px 0 0;
}
.genesis-nav-menu > .menu-item:hover:before,
.genesis-nav-menu > .menu-item:hover:after,
.genesis-nav-menu > .menu-item.current-menu-item:before,
.genesis-nav-menu > .menu-item.current-menu-item:after  {
    display: block;
} 
.genesis-nav-menu a {
    font-size: 16px;
    padding: 30px 15px 24px !important;
    text-transform: uppercase;
    color: #f7f7f7;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
    color: #fff;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
    background: #edefef;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
    background: #edefef;
    color: #000;
}
.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    z-index: 99;
    border-top: 1px solid #c20303;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 270px;
    background: #d60f0f;
}
.genesis-nav-menu .sub-menu a {
    background: #d60f0f;
    font-size: 16px;
    position: relative;
    word-wrap: break-word;
    width: 270px;
    border: 1px solid #c20303;
    border-top: 0;
    border-radius: 0;
    padding: 15px 10px !important;
    text-align: left;
    line-height: 1.2;
}
.sticky-head .genesis-nav-menu .sub-menu a {
    padding: 15px 10px !important; 
}    
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
}
.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}
.genesis-nav-menu .menu-item.menu-item-has-children > a > span:after {
    content: '\f107';
    display: inline-block;
    color: #ee8d8d;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 16px;
    margin-left: 6px;
}

/* --------------------------- Hero Slider ---------------------------  */
.hero-wrapper {
    position: relative;
    font-size: 0;
}
.home-slider-wrapper {
    background-size: cover !important;
    width: 100%;
    display: inline-block;
    position: relative;
}
.home-slider-wrapper .home-slider {
  z-index: 1;
}
.home-slide {
    height: 1090px !important;
    background-size: cover !important;
}
.home-slide-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.home-slide-wrap:before {
    content: '';
    background: linear-gradient(180deg, rgba(6, 3, 26, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-slide-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 1340px;
    padding: 0 60px;
    width: 100%;
}
.home-slide-wrapper .small-header {
    color: #d9d9d9;
    font-size: 25px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
}
.home-slide-wrapper .header {
    color: #f7f7f7;
    font-size: 71px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}
.home-slide-wrap .content {
    color: #d9d9d9;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
}
.hero-buttons span a {
    display: inline-block;
    color: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 275px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.hero-buttons .sec-button a {
    background: #d60f0f;
    margin-left: 30px;
}
.home-slider-wrapper ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 310px;
    transform: translateX(-50%);
}
.home-slider-wrapper ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.home-slider-wrapper ul.slick-dots li button {
    font-size: 0;
    height: 5px;
    width: 60px;
    padding: 0;
    background: #cccccc;
}
.home-slider-wrapper ul.slick-dots li.slick-active button,
.home-slider-wrapper ul.slick-dots li button:hover{
    background: #d60f0f;
}
.home-slider-wrapper .slick-arrow {
    padding: 8px 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    background: rgba(12, 3, 71, .40);
    line-height: 1;
    border-radius: 5px;
}
.home-slider-wrapper .slick-arrow:hover {
    background: rgba(214, 15, 15, .70);
}
.home-slider-wrapper .slider-slick-prev.slick-arrow {
    left: 75px;
}
.home-slider-wrapper .slider-slick-next.slick-arrow {
    right: 75px;
}
.hero-boxes {
    width: 100%;
    max-width: 1800px;
    padding: 0 15px;
    display: flex;
    align-items: stretch;
    column-gap: 20px;
    bottom: 150px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hero-boxes-wrap {
    width: 20%;
    padding: 20px 30px;
    background: rgba(214, 15, 15, .60);
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    color: #f7f7f7;
    border-radius: 5px;
    border: dashed #f7f7f7 1px;
}
.hero-boxes-wrap:hover {
    background: #fff;
}
.hero-box-icon {
    min-width: 70px;
}
.hero-box-icon img {
    filter: brightness(0) invert(1);
}
.hero-boxes-wrap:hover .hero-box-icon img {
    filter: none;
}
.hero-box-label {
    color: #f7f7f7;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    width: 100%;
}
.hero-boxes-wrap:hover .hero-box-label {
    color: #0c0347;
}

/* --------------------------- Content Section ---------------------------  */
.site-inner {
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}
.site-inner .content-sidebar-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    background-image: url('/wp-content/uploads/2026/03/content-background.png');
}
.site-inner .content-sidebar-wrap .content {
    width: 100%;
}
.home .site-inner .content-sidebar-wrap article {
    padding: 120px 30px 90px;
}
.site-inner .content-sidebar-wrap article {
    margin: 0 auto;
    max-width: 1460px;
    padding: 100px 30px 50px;
    position: relative;
}
.site-inner .entry-content {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.home .site-inner .wp-block-columns.home-content-column {
    column-gap: 60px;
    margin-bottom: 0;
}
.content-small-header {
    color: #d60f0f;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
    font-style: italic;
    font-family: "Mulish", sans-serif;
}
.home .site-inner .content .wp-block-image {
    margin-bottom: 70px;
    display: inline-block;
    padding: 30px;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23D60F0FFF' stroke-width='4' stroke-dasharray='9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
    margin-left: 75px;
}
.home .site-inner .content .wp-block-image:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: -75px;
    width: 300px;
    height: 300px;
    background: #efefef;
    border-radius: 20px;
}
.home .site-inner .content .wp-block-image:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: -75px;
    width: 285px;
    height: 285px;
    background: url('/wp-content/uploads/2026/03/small-content-img.jpg') no-repeat center center;
    border-radius: 20px;
}
.site-inner .content .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    box-shadow: -15px 15px 60px 0 rgba(2, 2, 2, .14);
    border-radius: 20px;
}
.hp-tab {
    overflow: hidden;
    display: flex;
    column-gap: 20px;
}
.hp-tab button {
    outline: none;
    cursor: pointer;
    padding: 15px;
    transition: 0.3s;
    width: 100%;
    border-bottom: 3px solid #d9d9d9;
    border-radius: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 900;
    color: #8c8c8c;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
}
.hp-tab button:hover {
    border-bottom: 3px solid #222236;
    color: #222236;
}
.hp-tab button.active {
    border-bottom: 3px solid #222236;
    color: #222236;
}
.tabcontent {
  display: none;
  padding: 30px 0;
}
.home-content-buttons {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.home-read-more a {
    display: inline-block;
    color: #f7f7f7;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 170px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.home-content-number {
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
}
.home-content-icon i {
    color: #f7f7f7;
    background: #d60f0f;
    padding: 18px;
    border-radius: 50px;
}
.home-content-phone {
    line-height: 1;
}
.home-content-phone span {
    display: block;
    line-height: 1;
    font-size: 20px;
}
.home-content-phone a {
    color: #0a1e47;
    font-weight: 900;
    font-size: 25px;
    font-family: "Mulish", sans-serif;
}
.home-content-mobile-accordion {
    display: none;
}    
.two-col-group {
    margin-bottom: 40px;
}
.two-col-group ul {
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.two-col-list {
  column-count: 2;
}
.three-col-list {
  column-count: 3;
}

/* --------------------------- Products Section ---------------------------  */
.products-section {
    padding: 145px 30px 150px;
}
.products-section-wrap {
    text-align: center;
    max-width: 1620px;
    margin: 0 auto 120px;
}
.products-small-header {
    color: #e62129;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1;
    font-style: italic;
}
.products-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 900;
    line-height: 1.2;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.products-box-list {
    display: flex;
    column-gap: 30px;
}
.products-box-list-item {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 60px rgba(2, 2, 2, .14);
}
.products-box-list-item:hover {
    background: #d60f0f;
    color: #fff;
}
.products-box-list-item a {
    padding: 30px 30px 60px;
    display: block;
}
.products-box-image {
    width: 100%;
    height: 370px;
    background-size: cover !important;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
}
.products-box-title {
    color: #0c0347;
    font-size: 30px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}
.products-box-list-item:hover .products-box-title {
    color: #f7f7f7;
}
.products-box-content {
    color: #4c4c4c;
    line-height: 1.4;
}
.products-box-list-item:hover .products-box-content {
    color: #f7f7f7;
}
.products-box-button {
    position: absolute;
    bottom: -28px;
    left: 50%;
    translate: -50%;
    background: #1e07b5;
    border-radius: 40px;
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 900;
    padding: 15px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    max-width: 350px;
    width: 100%;
}
.products-cta {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23D60F0FFF' stroke-width='4' stroke-dasharray='9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 2px;
}
.products-cta-wrap {
    background-size: cover !important;
    display: flex;
    justify-content: space-between;
    padding: 90px 100px;
    border-radius: 15px;
    background-size: cover !important;
    align-items: center;
    column-gap: 20px;
}
.products-cta .header {
    font-size: 50px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 900;
    line-height: 1.2;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.products-cta .snippet a {
    color: #d60f0f;
    font-weight: 700;
}
.products-cta .cta-right {
    min-width: 325px; 
}    
.products-cta .cta-button {
    display: block;
    color: #f7f7f7;
    padding: 20px 39px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    background: #B90707;
    background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
    position: relative;
    box-shadow: 0 10px 20px rgb(214 15 15 / 10%);
}
.products-cta .cta-button:hover {
    background: #1e07b3;
    transition: none;
}

/* --------------------------- Service Section ---------------------------  */
.services-section {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #0C1E38;
    background: linear-gradient(0deg, rgba(12, 30, 56, 1) 0%, rgba(214, 15, 15, 1) 100%);
}
.services-section-wrap {
    max-width: 1920px;
    width: 100%;
    padding: 150px 30px;
    margin: 0 auto;
    text-align: center;
}
.services-small-header {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    font-style: italic;
}
.services-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    font-family: "Mulish", sans-serif;
}
.services-content {
    color: #cccccc;
    max-width: 1200px;
    margin: 0 auto 50px;
}
.services-section .services-box-list {
    padding: 0 120px;
}
.services-section .slick-track {
    padding: 20px 0 76px;
}
.services-box-list-item {
    display: inline-block;
    width: 23%;
    margin: 0 15px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 50px;
}
.services-box-list-item .services-box-list-item-wrap {
    padding: 30px;
    min-height: 505px;
    box-sizing: border-box;
    height: 100%;
    background-size: cover !important;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.services-box-list-item .service-box-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0 10px 10px rgba(12, 3, 71, .15);
    border-radius: 100px;
}
.services-box-list-item-container {
    background: #f7f7f7;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    padding: 23px 15px;
    border-radius: 5px;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.services-box-list-item:hover .services-box-list-item-container {
    top: 30px;
    padding: 80px 40px 50px;
    background: rgba(255, 255, 255, .90);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-box-list-item .service-box-title {
    color: #1e07b5;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    font-family: "Mulish", sans-serif;
    display: inline-flex;
    align-items: center;
}
.services-box-list-item:hover .service-box-title {
    color: #0c0347;
    margin-bottom: 15px;
}
.services-box-list-item .service-box-content {
    display: none;
}
.services-box-list-item:hover .service-box-content {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 15px;
}
.services-box-list-item .service-box-button {
    transition: none;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    font-family: "Mulish", sans-serif;
    display: inline-block;
    position: absolute;
    bottom: -75px;
    color: #fff;
}
.services-box-list-item:hover .service-box-button {
    color: #1e07b5;
    position: unset;
}
.services-box-list-item a.service-box-list-cta {
    top: -120px;
    position: relative;
    display: block;
    color: #fff;
    background: #d60f0f;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    padding: 45px 15px 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.services-box-list-item:hover a.service-box-list-cta {
    top: -15px;
    transition: top 1s;
}
.services-section .slick-slider .slick-arrow {
    padding: 8px 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    background: rgba(12, 3, 71, .40);
    line-height: 1;
    border-radius: 5px;
}
.service-slider-prev.slick-arrow {
    left: 30px;
}
.service-slider-next.slick-arrow {
    right: 30px;
}
.services-accordion {
    display: none;
}

/* --------------------------- Permalink Section ---------------------------  */
.permaliner-section {
    padding: 60px 150px 60px;
    position: relative;
}
.permaliner-section-video {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.permaliner-section-video iframe {
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: none;
}
.permaliner-section-wrap {
    max-width: 1620px;
    min-height: 935px;
}
.permaliner-section-wrapper {
    width: 50%;
}
.permaliner-section-wrap .permaliner-small-header {
    color: #e62129;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-style: italic;
}
.permaliner-section-wrap .permaliner-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    font-family: "Mulish", sans-serif;
}
.permaliner-section-wrap .permaliner-content {
    font-size: 16px;
    margin-bottom: 40px;
    color: #cccccc;
    position: relative;
}
.perma-buttons {
    position: relative;
}
.perma-first-button a {
    display: inline-block;
    color: #f7f7f7;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    width: 170px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}
.perma-sec-button a {
    display: inline-block;
    color: #f7f7f7;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    background: #d60f0f;
    width: 170px;
}

/* --------------------------- Counter Section ---------------------------  */
.counter-section {
    padding: 150px 30px;
}
.counter-list {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
    justify-content: center;
}
.counter-list-item {
    box-shadow: 0 0 20px rgba(2, 2, 2, .15);
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 70px 15px;
    width: 25%;
}
.counter-list-item:hover {
    background: #d60f0f;
}
.counter-list-item-number {
    color: #d60f0f;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    font-family: "Mulish", sans-serif;
}
.counter-list-item:hover .counter-list-item-number {
    color: #fff;
}
.counter-list-item-number {
    color: #d60f0f;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
}
.counter-list-item-label {
    color: #0c0347;
    font-size: 20px;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
}
.counter-list-item:hover .counter-list-item-label {
    color: #fff;
}
.counter-section.inner-counter {
    padding: 50px 30px 0;
}

/* --------------------------- Promo Section ---------------------------  */
.promo-section {
    padding: 150px 30px 300px;
    background-size: cover !important;
    position: relative;
}
.promo-section:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    background: #440202;
    background: linear-gradient(0deg, rgba(68, 2, 2, 0.88) 0%, rgba(194, 2, 2, 0.88) 100%);
}
.promo-section-wrap {
    position: relative;
    z-index: 1;
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    column-gap: 60px;
}
.promo-section-left {
    width: 70%;
}
.promo-section .small-header {
    color: #f7f7f7;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    font-style: italic;
}
.promo-section .header {
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1;
    color: #f7f7f7;
    font-family: "Mulish", sans-serif;
}
.promo-section .description {
    color: #cccccc;
}
.promo-section-right {
    width: 30%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: end;
}
.promo-section-right > div {
    max-width: 300px;
    width: 100%;
}
.promo-section-right .promo-button {
    color: #f7f7f7;
    padding: 20px 39px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    background: #B90707;
    background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
    position: relative;
    box-shadow: 0 10px 20px rgba(214, 15, 15, .10);
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}
.promo-section-right .promo-button:hover {
    color: #d60f0f;
    background: #fff;
}
.promo-section-right .promo-number {
    color: #f7f7f7;
    padding: 20px 39px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border: 1px dashed #fff;
    transition: background .5s, border .5s, color .5s;
}
.promo-section-right .promo-number:hover {
    color: #d60f0f;
    border: 1px solid #fff;
    background: #fff;
}
.promo-section-right .promo-number a {
    color: #f7f7f7;
    transition: color .5s;
}
.promo-section-right .promo-number:hover a {
    color: #d60f0f;
}

/* --------------------------- Gallery Section ---------------------------  */
.gallery-section {
    position: relative;
    padding-left: 150px;
}
.gallery-section-wrap {
    background: #f7f7f7;
    position: relative;
    top: -150px;
    padding: 150px 75px 85px 111px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 0 60px rgba(2, 2, 2, .15);
    overflow: hidden;
}
.gallery-section-container {
    display: flex;
    margin-bottom: 55px;
    justify-content: space-between;
    align-items: end;
    column-gap: 10%;
}
.gallery-small-header {
    color: #e62129;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-style: italic;
}
.gallery-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.gallery-section-right {
    padding-right: 75px;
    min-width: 376px;
}
.gallery-section-right a {
    display: inline-block;
    color: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 300px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.gallery-section-right a:hover {
    color: #fff;
    background: #d60f0f;
}
.gallery-section .gallery-list .gallery-image {
    height: 350px;
    border-radius: 15px;
    margin-right: 30px;
    background-size: cover !important;
}
.gallery-section .gallery-list ul.slick-dots {
    font-size: 0;
    margin-top: 60px;
}
.gallery-section .gallery-list ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.gallery-section .gallery-list ul.slick-dots li button {
    font-size: 0;
    height: 5px;
    width: 60px;
    padding: 0;
    background: #cccccc;
}
.gallery-section .gallery-list ul.slick-dots li.slick-active button,
.gallery-section .gallery-list ul.slick-dots li button:hover {
    background: #d60f0f;
}

/* --------------------------- Areas Section ---------------------------  */
.areas-section {
    padding: 10px 30px 150px;
}
.areas-section-wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    column-gap: 60px;
    justify-content: space-between;
}
.areas-small-header {
    color: #e62129;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-style: italic;
    text-align: center;
}
.areas-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
    text-align: center;
}
.areas-section-wrap .areas-section-left {
    width: 50%;
}
.areas-section-wrap .areas-section-left .areas-list {
    column-count: 2;
    margin-bottom: 25px;
}
.areas-section-wrap .areas-section-left .areas-list .areas-list-item {
    background: #fff;
    margin-bottom: 7px;
    padding: 19px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(2, 27, 18, .14);
}
.areas-section-wrap .areas-section-left .areas-list .areas-list-item:hover {
    background: #d60f0f;
    color: #f7f7f7;
}    
.areas-section-wrap .areas-section-left .areas-list .areas-list-item i {
    color: #d60f0f;
    margin-right: 20px;
}
.areas-section-wrap .areas-section-left .areas-list .areas-list-item:hover i {
    color: #f7f7f7;
}
.areas-section-wrap .areas-section-left .areas-button {
    display: block;
    color: #fff;
    padding: 26px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 100%;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.areas-section-wrap .areas-section-left .areas-button:hover {
    background: #d60f0f;
}    
.areas-section-wrap .areas-section-right {
    width: 50%;
}
.areas-section-wrap .areas-section-right .areas-section-map {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

/* --------------------------- Testimonials Section ---------------------------  */
.testimonials-section {
    padding: 50px 30px 150px;
    box-sizing: border-box;
    background-size: cover !important;
    position: relative;
}
.home .testimonials-section,
.page-id-232 .testimonials-section {
    padding: 150px 30px;
}
.page-id-194 .testimonials-section {
    padding: 50px 30px 250px;
}
.testimonials-wrapper {
    margin: 0 auto;
    max-width: 1700px;
    width: 100%;
    text-align: center;
}
.testimonials-small-header {
    color: #e62129;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-style: italic;
}
.testimonials-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.testimonials-content {
    margin-bottom: 50px;
}
.testimonials-section .reviews-slider {
    margin-bottom: 60px;
    padding: 0 41px;
}
.testimonials-section .reviews-slider-wrap .slick-list {
    max-width: 1430px;
    margin: 0 auto;
}
.testimonials-section .reviews-slider .review-slide {
    margin: 0 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .14);
    background: rgba(255, 255, 255, .85);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
}
.testimonials-section .reviews-slider .review-slide:hover {
    background: rgba(214, 15, 15, .80);
}
.testimonials-section .reviews-slider .review-slide .review-content {
    font-style: italic;
    margin-bottom: 25px;
}
.testimonials-section .reviews-slider .review-slide:hover .review-content {
    color: #fff;
}
.testimonials-section .review-meta {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.testimonials-section .review-meta > div:first-child {
    background-size: contain !important;
    width: 80px;
    min-height: 73px;
}
.testimonials-section .review-meta .review-name {
    color: #1e07b5;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
}
.testimonials-section .review-slide:hover .review-meta .review-name {
    color: #fff;
}
.testimonials-section .review-meta .review-rating {
    line-height: 1;
    text-align: left;
}
.testimonials-section .reviews-slider .review-rating i {
    color: #d60f0f;
    padding: 0;
    font-size: 16px;
}
.testimonials-section .review-slide:hover .review-rating i {
    color: #fff;
}
.testimonials-section .reviews-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 8px 13px;
    font-size: 24px;
    background: rgba(12, 3, 71, .40);
    border-radius: 5px;
}
.testimonials-section .reviews-slider .slick-arrow:hover {
    background: rgba(214, 15, 15, .70);
}
.testimonials-section .reviews-slider .reviews-slider-prev {
    left: 0;
}
.testimonials-section .reviews-slider .reviews-slider-next {
    right: 0;
}
.testimonials-buttons a {
    margin: 0 15px;
    display: inline-block;
    color: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 250px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    border: 1px solid #1e07b5;
}
.testimonials-buttons a:last-child {
    color: #1e07b5;
    background: transparent;
    border: 1px dashed #1e07b5;
}    
.testimonials-buttons a:hover {
    color: #fff !important;
    background: #d60f0f !important;
    border: 1px solid #d60f0f !important;
} 

/* --------------------------- CTA Section ---------------------------  */
.cta-section {
    background-size: cover !important;
    padding: 110px 60px 250px;
    position: relative;
}
.cta-section:before {
    background: linear-gradient(0deg, rgba(68, 2, 2, 0.88) 0%, rgba(194, 2, 2, 0.88) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}
.cta-section .cta-wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.cta-section .cta-small-header {
    color: #f7f7f7;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
    font-style: italic;
}
.cta-section .cta-header {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 900;
    line-height: 1;
    color: #f7f7f7;
    font-family: "Mulish", sans-serif;
}
.cta-section .cta-content {
    font-size: 26px;
    color: #f7f7f7;
    margin-bottom: 55px;
}
.cta-section .cta-button {
    color: #f7f7f7;
    padding: 34px 39px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    background: #B90707;
    background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
    position: relative;
    box-shadow: 0 10px 20px rgba(214, 15, 15, .10);
    display: inline-block;
    width: 100%;
    max-width: 450px;
    transition: none;
}
.cta-section .cta-button:hover {
    background: #1e07b5;
}

/* --------------------------- Blog Section ---------------------------  */
.blog-section {
    padding: 150px 30px 350px;
    box-sizing: border-box;
    background-size: cover !important;
    position: relative;
    display: none !important;
}
.blog-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(247, 247, 247, .88);
}
.blog-section-wrapper {
    margin: 0 auto;
    max-width: 1700px;
    width: 100%;
    padding: 0 41px;
}
.blog-header-wrap {
    position: relative;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-section-small-header {
    color: #e62129;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1;
    font-family: "Mulish", sans-serif;
    font-style: italic;
}
.blog-section-header {
    font-size: 50px;
    position: relative;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.blog-link-wrap {
    display: block;
    transition: none;
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 230px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}
.blog-link-wrap:hover {
    background: #d60f0f;
    color: #fff;
}
.blog-section .slick-list {
    max-width: 1430px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
}
.blog-posts-article {
    vertical-align: top;
    margin: 0 15px 25px;
    display: inline-block;
    position: relative;
    top: 0;
    transition: top .5s;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(2, 2, 2, .14);
    background: #fff;
}
.blog-posts-article:hover {
    top: -30px;
    background: #d60f0f;
}
.blog-posts-article-image {
    height: 265px;
    background-size: cover !important;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-posts-article-image .blog-date {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 16px 30px 0;
    border-top-right-radius: 20px;
    color: #7f807f;
    line-height: 1;
    font-size: 14px;
}
.blog-posts-article:hover .blog-posts-article-image .blog-date {
    background: #d60f0f;
    color: #f7f7f7;
}
.blog-posts-article .blog-article-info {
    padding: 30px 30px 50px;
    box-sizing: border-box;
    text-align: left;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog-posts-article:hover .blog-article-info {
    background: #d60f0f;
}
.blog-posts-article .blog-title {
    font-size: 22px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
    text-align: left;
}
.blog-posts-article:hover .blog-title {
    color: #fff;
}
.blog-article-info .blog-post-author {
    color: #737373;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    text-align: left;
}
.blog-posts-article:hover .blog-post-author {
    color: #fff;
}
.blog-posts-article .blog-post-author i {
    color: #d60f0f;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.blog-posts-article:hover .blog-post-author i {
    color: #fff;
}
.blog-posts-article .blog-snippet {
    padding: 5px 0 0;
    border-top: 2px solid #e6e6e6;
    text-align: left;
}
.blog-posts-article:hover .blog-snippet {
    border-top: 2px solid rgba(255, 255, 255, .40);
}
.blog-posts-article .blog-snippet p {
    margin-bottom: 0;
    color: #404040;
    font-size: 16px;
}
.blog-posts-article:hover .blog-snippet p {
    color: #f7f7f7;
}
.blog-posts-article .blog-read {
    position: absolute;
    bottom: -22px;
    left: 50%;
    translate: -50%;
    background: #1e07b5;
    border-radius: 40px;
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 900;
    padding: 11px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    max-width: 210px;
    width: 100%;
    text-align: center;
}
.blog-section-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 8px 13px;
    font-size: 24px;
    background: rgba(12, 3, 71, .40);
    border-radius: 5px;
}
.blog-section-slider .slick-arrow:hover {
    background: rgba(255, 0, 0, .7);
}
.blog-section-slider .blog-slider-prev {
    left: -41px;
}
.blog-section-slider .blog-slider-next {
    right: -41px;
}

/* --------------------------- Footer Section ---------------------------  */
.site-footer {
    box-sizing: border-box;
    position: relative;
    padding: 320px 30px 150px;
    border: 0;
    font-size: 16px;
    line-height: 1.625;
    color: #404040;
    background-size: cover !important;
    background-color: #000 !important;
}
footer.site-footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}
.site-footer .footer-wrap {
    position: relative;
    top: 0;
    z-index: 2;
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}
.footer-top-wrap {
    background: #f7f7f7;
    border-radius: 20px;
    position: absolute;
    top: -490px;
    width: 100%;
    padding: 60px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .14);
}
.footer-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.footer-company-name {
    font-size: 50px;
    position: relative;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.footer-logo img {
    max-height: 110px;
}
.footer-top-info {
    display: flex;
    column-gap: 15px;
    text-align: left;
}
.footer-top-info-wrap {
    width: 20%;
    display: flex;
    column-gap: 15px;
}
.footer-top-info-wrap div {
    line-height: 1.2;
}
.footer-top-info-wrap > div:first-child {
    min-height: 72px;
    min-width: 72px;
    box-shadow: 0 0 10px rgba(2, 27, 18, .20);
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
}
.footer-top-info-wrap:hover > div:first-child {
    background: #d60f0f;
}
.footer-top-info-wrap div i {
    color: #d60f0f;
    font-size: 24px;
}
.footer-top-info-wrap:hover div i {
    color: #f7f7f7;
}
.footer-top-info-wrap div span {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #1e07b5;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-top-info-wrap div a {
    color: #404040;
}
.footer-top-info-wrap div a:hover {
    color: #d60f0f;
}
.footer-top-info-wrap div a.phone-click {
    font-size: 22px;
    color: #d60f0f;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
}
.footer-form-wrap {
    max-width: 1400px;
    margin: 0 auto 30px;
}
.footer-form-wrap form {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 20px;
}
.footer-form-container {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.footer-form-container > div {
    width: 50%;
}
.footer-form-left-header {
    color: #f7f7f7;
    font-size: 40px;
    font-weight: 900;
    text-align: left;
    font-family: "Mulish", sans-serif;
}
.footer-form-left-snippet {
    color: #f7f7f7;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}
.footer-form-right-wrap {
    display: flex;
    margin-bottom: 10px;
}
.footer-form-right span.wpcf7-form-control-wrap {
    width: 100%;
}
.footer-form-right-wrap span.wpcf7-form-control-wrap input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f7f7f7;
    border: 0;
    padding: 24px 15px 25px;
}
.footer-form-right-wrap span.wpcf7-form-control-wrap input:active,
.footer-form-right-wrap span.wpcf7-form-control-wrap input:focus {
    color: #737373;
}
.footer-form-right-wrap span.wpcf7-form-control-wrap input:active::placeholder,
.footer-form-right-wrap span.wpcf7-form-control-wrap input:focus::placeholder {
    color: #737373;
}
.footer-form-right .submit-btn {
    min-width: 195px;
}
.footer-form-right .submit-btn button {
    display: block;
    color: rgb(247, 247, 247);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    font-family: Mulish, sans-serif;
    text-transform: uppercase;
    position: relative;
    box-shadow: rgba(214, 15, 15, 0.1) 0px 10px 20px;
    width: 100%;
    padding: 28px 15px;
    background: #d60f0f;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.footer-form-right .submit-btn button:hover {
    color: #f7f7f7;
    background: #1e07b5;
}
.footer-form-right .submit-btn .wpcf7-spinner {
    display: none;
}
.footer-form-container .recaptcha-note {
    text-align: left;
    color: #f7f7f7;
    margin-bottom: 5px;
    font-size: 12px;
}
.footer-form-container .recaptcha-note span.wpcf7-list-item {
    margin-bottom: 0;
}
.footer-form-container .recaptcha-note span.wpcf7-list-item a:hover {
    color: #fff;
}  
.footer-form-wrap .use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: auto;
    font-size: 14px;
}
.footer-form-wrap .wpcf7 form .wpcf7-response-output {
    bottom: 0;
    width: 49%;
    right: 0;
}
.footer-columns {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
    margin-bottom: 80px;
    text-align: left;
}
.footer-column {
    width: 20%;
}
.footer-column .footer-header {
    font-size: 18px;
    color: #f7f7f7;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, .10);
    margin-bottom: 10px;
}
.footer-column .footer-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 30px;
    background: #d60f0f;
}
.footer-column ul li {
    margin-bottom: 7px;
    display: block;
}
.footer-column ul li a {
    display: block;
    padding: 2px 5px 2px 25px;
    transition: .2s ease-in;
    position: relative;
    box-sizing: border-box;
    color: #ccc;
    font-size: 14px;
}
.footer-column ul li a:hover {
    padding: 2px 10px 2px 45px;
    background: #ffffff;
    color: #1e07b5;
    font-weight: 700;
    border-radius: 20px;
}
.footer-column ul li a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    transition: .2s ease-in;
    color: #d60f0f;
}
.footer-column ul li a:hover:before {
    left: 20px;
}
.footer-social-media {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, .10);
}
.footer-social-media .social-media li a {
    height: 35px;
    width: 60px;
    background-color: #fafcff !important;
    padding: 0 !important;
    background-position: 0 -36px;
    border-radius: 4px !important;
}
.footer-social-media .social-media li.gmb a {
    background-position: -72px -37px;
}
.footer-column ul.social-media li a:before {
    display: none;
}
.fourth-column-subheader {
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
}
.fourth-column-snippet {
    color: #bfbfbf;
    font-size: 14px;
}
.fourth-column-btn {
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    border: 2px dashed #1e07b5;
    padding: 7px 10px;
    width: 200px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-top: 25px;
}
.fourth-column-btn:hover {
    background: #1e07b5;
    border: 2px solid #1e07b5;
    color: #f7f7f7;
}
.footer-links {
    display: none;
}    
.footer-cta {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .14);
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.footer-cta .footer-header {
    font-size: 30px;
    position: relative;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
    margin-bottom: 3px;
    text-transform: unset;
}
.footer-snippet {
    font-size: 18px;
    color: #262626;
}
.footer-cta-right a {
    display: block;
    color: #f7f7f7;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    background: #B90707;
    background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
    position: relative;
    box-shadow: 0 10px 20px rgba(214, 15, 15, .10);
    width: 300px;
    transition: none;
}
.footer-cta-right a:hover {
    background: #1e07b5;
}
.footer-copyright {
    font-size: 14px;
    color: #f7f7f7;
    background: #B90707;
    background: linear-gradient(0deg, rgba(165, 5, 5, 1) 0%, rgba(214, 15, 15, 1) 100%);
    padding: 45px 30px;
}
.footer-copyright-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-copyright br {
    display: none;
}
.footer-copyright a {
    color: #f7f7f7;
}
.footer-copyright a:hover {
    color: #fff;
}
.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 70px;
    display: none;
    cursor: pointer;
    z-index: 5;
    color: #f7f7f7;
    font-size: 14px;
    line-height: 1;
    padding: 12px 14px 11px;
    border: 1px solid rgba(247, 247, 247, .4);
    background: #0C0347;
    background: linear-gradient(0deg, rgba(12, 3, 71, 0.85) 0%, rgba(30, 7, 181, 0.85) 100%);
    border-radius: 5px;
}





.floating-cta-btn {
    position: fixed;
    left: 50%;
    bottom: -100px;
    z-index: 2;
    display: none;
    transform: translateX(-50%);
    width: auto;
}
#mobile-company-info {
    display: none;
}
.mobile-company-container {
    display: none;  
}
#xapp-widget .xapp-chat-button {
    bottom: 25px !important;
}
#xapp-widget .widget-container.visible {
    z-index: 99999 !important;
}
.grecaptcha-badge {
    right: -99999px !important;
}
button.xapp-chat-button {
    z-index: 99;
}











/* --------------------------- Generic Page ---------------------------  */
/* ----------------- Inner Banner -----------------  */
.inner-banner {
    position: relative;
    height: 710px !important;
    background-size: cover !important;
    font-family: "Mulish", sans-serif;
}
.inner-banner:before {
    content: '';
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-banner-wrap {
    max-width: 1920px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1;
}
.inner-banner-header {
    color: #f7f7f7;
    font-size: 71px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    margin-bottom: 15px;
    font-family: "Mulish", sans-serif;
}
.breadcrumb {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    font-size: 14px;
}
.inner-breadcrumbs {
    color: #f7f7f7;
    font-size: 16px;
    text-transform: uppercase;
}
.breadcrumb span.separator {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb .breadcrumb-link-wrap a {
    color: #fff;
    padding: 7px 23px;
    font-size: 14px;
}
.breadcrumb .bc-wrap .breadcrumb-link-wrap a,
.breadcrumb .breadcrumb-link-wrap a:hover {
    background: #d60f0f;
    border-radius: 20px;
    font-weight: 900;
}

/* ----------------- Inner Content -----------------  */
.featured-boxes {
    width: 100%;
    max-width: 1920px;
    display: flex;
    align-items: stretch;
    column-gap: 20px;
    margin: 25px auto;
}
.featured-boxes-wrap {
    width: 20%;
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    color: #0c0347;
    padding: 30px 30px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(3, 3, 3, .15);
}
.featured-boxes-wrap:hover {
    background: #d60f0f;
    box-shadow: none;
}
.featured-boxes-wrap:hover .featured-box-icon img {
    filter: brightness(0) invert(1);
}
.featured-box-label {
    color: #0c0347;
    font-style: italic;
    font-weight: 900;
    font-size: 20px;
    font-family: "Mulish", sans-serif;
    line-height: 1.2;
}
.featured-boxes-wrap:hover .featured-box-label {
    color: #f7f7f7;
}
.inner-cta-section {
    padding: 100px 30px;
    text-align: center;
}
.inner-cta-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}
.inner-cta-header {
    font-size: 40px;
    position: relative;
    font-weight: 900;
    line-height: 1;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
    margin-bottom: 35px;
}
.inner-cta-snippet {
    color: #4c4c4c;
    margin-bottom: 45px;
}
.inner-cta-buttons {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    font-weight: 900;
}
.inner-cta-buttons > a {
    font-size: 16px;
    color: #d60f0f;
    text-transform: uppercase;
    padding: 14px 15px;
    border-radius: 40px;
    border: 1px dashed #d60f0f;
    font-family: "Mulish", sans-serif;
    min-width: 300px;
}
.inner-cta-buttons > a:hover {
    color: #fff;
    background: #d60f0f;
    border: 1px solid #d60f0f;
}
.inner-cta-buttons > a.inner-cta-button {
    color: #fff;
    background: #d60f0f;
    border: 1px solid #d60f0f;
}
.site-inner .content .wp-block-image > figure {
    margin: 0 auto 40px;
    padding: 30px;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23D60F0FFF' stroke-width='4' stroke-dasharray='9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
}
.site-inner .content .wp-block-image:before {
    display: none;
}
.page-id-232 .promo-section {
    padding: 150px 30px;
    background-size: cover !important;
    position: relative;
}
.slmp-faqs.faqs-layout-1 .slmp-faq-listing {
    padding: 0 !important;
    background-color: transparent !important;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-count {
    display: none !important;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question {
    padding: 18px 40px 18px 20px !important;
    font-weight: 900 !important;
    width: 100% !important;
    color: #222236;
    font-family: Mulish, sans-serif;
}
.slmp-faqs .slmp-faq-item .slmp-faq-answer {
    background-color: transparent !important;
}
.slmp-faq-item.relative {
    margin-bottom: 30px;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question:before {
    border-radius: 30px;
    padding: 8px 8px;
    font-size: 24px !important;
    line-height: 1;
    background: #d60f0f;
    color: #f7f7f7;
}
.slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question:before,
.slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question:before {
    background: #fafcff;
    color: #d60f0f;
}
.site-inner .entry-content ul {
    padding-left: 0;
    margin-bottom: 40px;
}
.site-inner .entry-content ul > li {
    position: relative;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 5px; 
    break-inside: avoid-column;
    vertical-align: top;    
}
.site-inner .entry-content ul > li:before {
    content: "\f058";
    color: #d60f0f;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
}
.page-id-194 .promo-section {
    display: none;
}
.page-id-194 .site-inner .content-sidebar-wrap article {
    padding-bottom: 200px;
}

/* --------------------------- Services Page ---------------------------  */
.inner-services-section {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.inner-services-header {
    font-size: 50px;
    position: relative;
    margin-bottom: 60px;
    font-weight: 900;
    line-height: 1.2;
    color: #0c0347;
    font-family: "Mulish", sans-serif;
}
.inner-services-box-list-item {
    border-radius: 19px;
    display: flex;
    column-gap: 15px;
    justify-content: space-between;
    background: #f7f7f7;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    margin-bottom: 60px;
}
.inner-services-box-list-item:hover {
    box-shadow: 0 0 0px 10px #d60f0f;
    background: #d60f0f;
    color: #d9d9d9;
}
.inner-services-box-list-item > div {
    width: 50%;
}
.inner-services-box-list-item-image {
    background-size: cover !important;
    min-height: 385px;
    position: relative;
    border-radius: 20px;
}
.inner-service-box-list-cta {
    display: none;
}
.inner-services-box-list-item:hover .inner-service-box-list-cta {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f7f7f7 !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    background: #d60f0f;
    padding: 22px 15px;
    border-radius: 35px;
    width: 375px;
    text-align: center;
}
.inner-services-box-list-item-wrapper {
    padding: 55px 30px;
}
.inner-services-box-list-item-container {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 25px;
}
.inner-service-box-title {
    font-family: "Mulish", sans-serif;
    font-size: 30px;
    color: #0c0347;
    font-weight: 900;
}
.inner-services-box-list-item:hover .inner-service-box-title {
    color: #f7f7f7;
}
.inner-service-box-icon {
    background-size: cover !important;
    border-radius: 50px;
    height: 100px;
    min-width: 100px;
    width: 100px;
    border: 2px solid #1e07b5;
}
.inner-services-box-list-item:hover .inner-service-box-icon {
    border: 2px solid transparent;
    box-shadow: 0 10px 15px rgba(12, 3, 71, .15);
}
.inner-service-box-button {
    background: #1e07b5;
    border-radius: 40px;
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 900;
    padding: 12px 15px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    display: inline-block;
    margin-top: 25px;
    width: 200px;
    text-align: center;
    transition: none;
}
.inner-services-box-list-item:hover a.inner-service-box-button {
    background: #f7f7f7;
    color: #1e07b5;
}

/* --------------------------- Gallery Page ---------------------------  */
.page-id-232 .slmp-gallery {
    margin-bottom: 40px;
}
.page-id-232 .slmp-gallery .slmp-display-image {
    justify-content: center;
}
.slmp-gallery .slmp-image-item .slmp-image {
    display: block;
    position: relative;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover:before {
    width: 90% !important;
    height: 90% !important;
    background-color: rgba(156, 25, 30, .80) !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.slmp-image .slmp-grid-image.slmp-text-center.slmp-relative img {
    width: 100%;
    border-radius: 20px;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
    width: auto !important;
    height: auto !important;
    background: none;
    right: unset !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon:before {
    content: '\f055';
    display: block;
    font-family: "Font Awesome 6 Free";
    color: #ffff;
    font-weight: 900;
    text-align: center;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 10px;
}
.slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon:after {
    content: "view large image" !important;
    color: #fafcff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Mulish", sans-serif;
}



.slmp-category-navigation {
    padding-bottom: 45px;
}
.slmp-category-navigation .slmp-cat-title {
    padding: 0 !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    background: none !important;
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 700;
}
.slmp-category-navigation .slmp-cat-title.active,
.slmp-category-navigation .slmp-cat-title:hover {
    color: #e62129 !important;
}
.slmp-gallery .slmp-gallery-load-more button {
    color: #fafcff !important;
    margin: 0 auto;
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: 250px;
    text-align: center;
    background: #1e07b5;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
}

/* --------------------------- Reviews Page ---------------------------  */
.yext-reviews {
    margin-bottom: 40px !important; 
}    
.yext-widget .yext-widget-empty {
    margin-bottom: 40px !important;
    display: block;
}
nav.navigation.pagination {
    text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 15px 18px !important;
    line-height: 1 !important;
    font-weight: 700;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    min-width: 50px;
    text-align: center;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links span.page-numbers.current {
    background-color: #000 !important;
    color: #fff;
}
.nav-links .page-numbers .dashicons {
    font-size: 18px;
}
.navigation.pagination .nav-links .next.page-numbers {
    padding: 14px 14px !important;
}
.site-inner .content-sidebar-wrap .sfs_reviews {
    margin-bottom: 30px;
}

/* --------------------------- Blog Page ---------------------------  */
.blog-posts-article-list-wrap {
    display: flex;
    column-gap: 25px;
    margin: 0 auto 60px;
    justify-content: center;
}
.blog-posts-article-list-wrap .blog-posts-article {
    width: 33.33%;
    margin: 0;
}
.single h1.entry-title {
    font-size: 45px;
    margin-bottom: 50px;
}
.entry-author {
    text-transform: capitalize;
}
.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.entry-categories,
.entry-tags {
    display: block;
}
#blog-widget {
    font-size: 0;
    margin-bottom: 20px;
}
#blog-widget section {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
}
#blog-widget section:last-child {
    margin-right: 0;
}
#rpdropdown option:nth-child(2) {
    display: none;
}
#blog-widget .widget-wrap {
    position: relative;
}
#blog-widget > .wrap > section select {
    padding: 16px 15px;
    background: #fff;
    color: #222236;
    border: 0;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#blog-widget > .wrap > section select:hover {
    background-color: #d60f0f;
    color: #f7f7f7;
}
#blog-widget .widget-wrap:after {
    color: #1e07b5;
    content: '\f107';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    pointer-events: none;
}
#blog-widget .widget-wrap:hover:after {
    color: #f7f7f7;
}
.pagination {
    clear: both;
    margin: 40px auto 25px;
    text-align: center; 
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
    padding: 0;
    font-weight: 900;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    color: #0c0347;
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #d60f0f;
    color: #f7f7f7;
    box-shadow: none;
} 
.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
    width: auto;
    padding: 0 20px;
}
.page-id-209 .blog-section,
.single-post .blog-section,
.archive .blog-section {
    display: none;
}
.page-id-209 .cta-section,
.single-post .cta-section,
.archive .cta-section {
    padding: 110px 60px 270px;
}
.single .site-inner .content-sidebar-wrap article {
    padding: 100px 30px;
    max-width: 1300px;
}
.archive h1.category-title span {
    text-transform: capitalize;
}

/* --------------------------- Contact Us Form ---------------------------  */
#contactus-form {
    max-width: 600px;
    margin: 0 auto 60px;
    position: relative;
}
#contactus-form .form-field > div {
    margin-bottom: 5px;
}
#contactus-form .form-field input,
#contactus-form .form-field select,
#contactus-form .form-field textarea {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
}
.contactus-nap {
    text-align: center;
    margin-bottom: 40px;
}
.contactus-map {
    text-align: center;
    margin-bottom: 15px;
}
.recaptcha-note span.wpcf7-list-item {
    margin: 0 0 10px;
}
#contactus-form .recaptcha-note span.wpcf7-list-item {
    text-align: left;
    color: #000;
}
#contactus-form .wpcf7 .form-field .recaptcha-note,
#contactus-form .wpcf7 .form-field .recaptcha-note a,
#contactus-form .wpcf7 .form-field .acceptance-note {
    color: #000;
}
#contactus-form .wpcf7 .form-field select {
    background-position: calc(100% - 20px) calc(1.1em + 14px), calc(100% - 15px) calc(1.1em + 14px), calc(100% - 2.5em) 0.5em;
}
#contactus-form span.wpcf7-form-control-wrap input:active,
#contactus-form span.wpcf7-form-control-wrap input:focus {
    color: #737373;
}
#contactus-form span.wpcf7-form-control-wrap input:active::placeholder,
#contactus-form span.wpcf7-form-control-wrap input:focus::placeholder {
    color: #737373;
}

/* --------------------------- Modal Form ---------------------------  */
#modal-form {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.modal-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0 30px;
}
#modal-form .wpcf7 {
    background: #e62129;
    background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
}
.modal-container span.close-modal {
    position: absolute;
    right: 0;
    font-size: 26px;
    color: #f7f7f7;
    cursor: pointer;
    line-height: 1;
    padding: 0 5px 5px;
}
.modal-container span.close-modal:hover {
    color: #000;
}
.modal-container .form-title {
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    padding: 20px 15px 0;
    text-transform: uppercase;
}
.modal-container .form-field {
    padding: 20px 15px 15px;
    box-sizing: border-box;
}
#modal-form .wpcf7 .form-field .col-1 span,
#modal-form .wpcf7 .form-field .col-2 span {
    color: #fff;
    font-size: 14px;
}
.modal-container .wpcf7 .form-field .col-2 > div {
    width: 50%;
}
.modal-container .form-field input,
.modal-container .form-field textarea,
.modal-container .form-field select {
    padding: 10px;
}
#modal-form .wpcf7-response-output {
    position: relative;
    bottom: 25px;
}
.modal-container .wpcf7 .form-field .col-1 {
    margin-bottom: 5px;  
}    
.modal-container .wpcf7 .form-field .col-2 {
    column-gap: 10px;
    display: flex;
    margin-bottom: 5px;
}
#modal-form .wpcf7 .form-field .wpcf7-submit {
    max-width: 190px;
    padding: 20px 15px;
    border-radius: 20px;
    background: #1e07b5 !important;
}
#modal-form .wpcf7 .form-field .recaptcha-note,
#modal-form .wpcf7 .form-field .acceptance-note {
    font-size: 12px;
    margin-bottom: 10px;
}
#modal-form .wpcf7 .form-field .recaptcha-note .wpcf7-list-item span,
#modal-form .wpcf7 .form-field .acceptance-note .wpcf7-list-item span {
    font-size: 12px;
}

/* --------------------------- Sitemap Page ---------------------------  */
.site-inner .entry-content .html-sitemap,
.site-inner .entry-content .html-sitemap .children {
    margin-bottom: 0;
}
.site-inner .entry-content .html-sitemap > li,
.site-inner .entry-content .html-sitemap > li .children li {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 0;
}

/* --------------------------- Search Page ---------------------------  */
.site-inner .search-form {
    width: 100%;
}
.search-form .search-field {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
}
.site-inner .search-form .search-submit {
    background: #e62129 !important;
    text-align: center;
    max-width: 175px;
    color: #fff !important;
    font-weight: 700;
    padding: 20px 15px;
    width: 100%;
    transition: none;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    line-height: 1;
    display: block;
    border-radius: 15px;
}
.error404 .site-inner .entry-content ul .children {
    margin-bottom: 0;
}
.error404 .site-inner .entry-content ul > li,
.error404 .site-inner .entry-content ul > li .children li {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 0;
}
.error404 .archive-page {
  margin-bottom: 40px;
}
.error404 .site-inner h4 {
  margin-bottom: 15px;
}
.search-result-title.bold {
    font-size: 24px;
    font-weight: 600;
}
.error404 #genesis-content .post.hentry {
    max-width: 1360px;
    margin: 0 auto;
    padding: 150px 30px;
}
.search #genesis-content .search-content {
    max-width: 1360px;
    margin: 0 auto;
    padding: 150px 30px;
}
.search .site-inner .content-sidebar-wrap article {
    padding: 0;
}


/* --------------------------- Codes From Baseline ---------------------------  */
.entry-content ol {
    margin-bottom: 30px;
    padding-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
}
.entry-content ol ul > li {
    list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
  margin-bottom: 60px;
}

/* --------------------------- Media Queries ---------------------------  */
@media only screen and (max-width:1860px) { 

}
@media only screen and (max-width:1800px) { 
    .services-section .services-box-list {
        padding: 0 100px;
    }
    .service-slider-prev.slick-arrow {
        left: 0;
    }
    .service-slider-next.slick-arrow {
        right: 0;
    }
    .services-box-list-item:hover .services-box-list-item-container {
        padding: 80px 30px 30px;
    }
}

@media only screen and (max-width:1740px) { 
    .services-box-list-item:hover .services-box-list-item-container {
        padding: 70px 30px 30px;
    }
}

@media only screen and (max-width:1690px) { 
    .services-section .services-box-list {
        padding: 0 75px;
    }
}

@media only screen and (max-width:1600px) {
    .services-section .services-box-list {
        padding: 0 50px;
    }
    .services-box-list-item:hover .services-box-list-item-container {
        top: 30px;
        padding: 65px 15px 30px;
        background: rgba(255, 255, 255, .90);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (max-width:1520px) {
    .products-cta-wrap {
        padding: 90px 50px;
    }
    .services-box-list-item .services-box-list-item-wrap {
        padding: 30px 15px;
    }
    .services-box-list-item-container {
        right: 15px;
        left: 15px;
    }
    .services-box-list-item:hover .service-box-content {
        font-size: 15px;
        line-height: 1.5;
    }
    .services-section .services-box-list {
        padding: 0 30px;
    }
    .gallery-section {
        padding-left: 120px;
    }
    .gallery-section-wrap {
        padding: 150px 40px 85px 80px;
    }
    .gallery-section-container {
        column-gap: 7%;
    }
    .gallery-section .gallery-list .gallery-image {
        margin-right: 20px;
    }
    .gallery-section-right {
        padding-right: 60px;
        min-width: 360px;
    }
    .footer-top-info-wrap div span {
        margin-top: 5px;
    }
    .footer-top-info-wrap div a.phone-click {
        font-size: 20px;
    }
}

@media only screen and (max-width:1440px) {
    .header-cta-button {
        margin-left: 20px;
        margin-right: 15px;
        width: 275px;
    }
    .home-slider-wrapper .slider-slick-prev.slick-arrow {
        left: 30px;
    }
    .home-slider-wrapper .slider-slick-next.slick-arrow {
        right: 30px;
    }
    .footer-top-info-wrap {
        column-gap: 10px;
    }
    .footer-top-info {
        column-gap: 10px;
    }
}

@media only screen and (max-width:1366px) {
    .tracking-container {
        margin-left: 10px;
    }
    .tracking-number span {
        font-size: 14px;
    }
    .tracking-number a {
        font-size: 26px;
    }
    .genesis-nav-menu > .menu-item {
        margin: 0 15px;
    }
    .home .site-inner .wp-block-columns.home-content-column {
        column-gap: 30px;
    }
    .home .site-inner .content .wp-block-image:before {
        width: 260px;
        height: 260px;
    }
    .home .site-inner .content .wp-block-image:after {
        width: 245px;
        height: 245px;
    }
    .products-box-list {
        column-gap: 15px;
    }
    .products-box-list-item a {
        padding: 30px 20px 60px;
    }
    .products-box-button {
        max-width: 260px;
    }
    .products-cta-wrap {
        padding: 90px 20px;
    }
    .services-section .services-box-list {
        padding: 0 15px;
    }
    .permaliner-section {
        padding: 60px 100px 60px;
    }
    .gallery-section {
        padding-left: 100px;
    }
    .gallery-section-wrap {
        padding: 150px 35px 85px 60px;
    }
    .gallery-section-container {
        column-gap: 6%;
    }
    .gallery-section .gallery-list .gallery-image {
        margin-right: 15px;
    }
    .gallery-section-right {
        padding-right: 45px;
        min-width: 345px;
    }
    .site-footer {
        padding: 320px 15px 150px;
    }
    .footer-top-info-wrap > div:first-child {
        min-width: 65px;
    }
    .footer-top-info-wrap div a.phone-click {
        font-size: 18px;
    }
}

@media only screen and (max-width:1280px) {
    .title-area {
        max-width: 405px !important;
        top: -13px;
    }
    .header-cta-button {
        margin-left: 15px;
        margin-right: 10px;
        font-size: 16px;
        width: 250px;
        padding: 32px 10px;
    }
    .genesis-nav-menu > .menu-item {
        margin: 0 10px;
    }
    .hero-boxes-wrap {
        padding: 20px 15px;
        column-gap: 10px;
    }
    .header-right-container {
        margin-top: 17px;
    }
    .sticky-head .header-cta-button {
        margin-bottom: 17px;
    }
    .services-section-wrap {
        padding: 150px 15px;
    }
    .services-box-list-item {
        margin: 0 10px;
    }
    .permaliner-section {
        padding: 60px 75px 60px;
    }
    .counter-list {
        column-gap: 15px;
    }
    .footer-top-info-wrap div span {
        font-size: 14px;
    }
    .footer-top-info-wrap:nth-child(4) > div:last-child {
        font-size: 14px;
    }
    .footer-top-info-wrap div a.phone-click {
        font-size: 16px;
    }
}

@media only screen and (max-width:1200px) {
    .header-cta-button {
        width: 220px;
    }
    .genesis-nav-menu > .menu-item {
        margin: 0 5px;
    }
    .home-slider-wrapper .slider-slick-prev.slick-arrow {
        left: 15px;
    }
    .home-slider-wrapper .slider-slick-next.slick-arrow {
        right: 15px;
    }
    .services-box-list-item:hover .service-box-content {
        font-size: 14px;
    }
    .services-box-list-item:hover .service-box-title {
        margin-bottom: 10px;
    }
    .services-box-list-item .service-box-title {
        font-size: 20px;
    }
    .permaliner-section {
        padding: 60px 50px 60px;
    }
    .areas-section-wrap {
        column-gap: 30px;
    }
    .footer-top-wrap {
        padding: 60px 15px;
    }
    .footer-top-info-wrap > div:first-child {
        min-width: 50px;
    }
    .footer-form-right .submit-btn {
        min-width: 160px;
    }
    .home .site-inner .content .wp-block-image:before {
        width: 215px;
        height: 215px;
    }
    .home .site-inner .content .wp-block-image:after {
        width: 200px;
        height: 200px;
    }
    .featured-boxes {
        column-gap: 10px;
    }
    .featured-boxes-wrap {
        column-gap: 10px;
        padding: 30px 10px;
    }
}

@media only screen and (max-width:1140px) {
    .title-area {
        max-width: 370px !important;
        top: -7px;
    }
    .genesis-nav-menu a {
        padding: 30px 12px 24px !important;
    }
    .sticky-head .genesis-nav-menu a {
        padding: 27px 12px !important;
    }
    .hero-boxes {
        column-gap: 10px;
    }
    .hero-boxes-wrap {
        padding: 20px 10px;
        column-gap: 8px;
    }
    .hero-box-icon {
        min-width: 60px;
    }
    .services-box-list-item {
        margin: 0 8px;
    }
    .gallery-section {
        padding-left: 50px;
    }
    .gallery-section-wrap {
        padding: 150px 15px 85px 30px;
    }
    .gallery-section-container {
        column-gap: 4%;
    }
    .gallery-section .gallery-list .gallery-image {
        margin-right: 15px;
    }
    .gallery-section-right {
        padding-right: 15px;
        min-width: 315px;
    }
    .footer-top-info {
        column-gap: 5px;
    }
    .footer-top-info-wrap > div:first-child {
        min-width: 45px;
    }
    .footer-top-info-wrap div i {
        font-size: 20px;
    }
}

@media only screen and (max-width:1080px) {
    .genesis-nav-menu a {
        padding: 30px 8px 24px !important;
    }   
    .sticky-head .genesis-nav-menu a {
        padding: 27px 8px !important;
    }
    .permaliner-section {
        padding: 60px 30px 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-slide {
        height: 910px !important;
    }
    .home-slide-wrapper {
        top: 47%;
    }
    .home-slide-wrapper .small-header {
        font-size: 20px;
    }
    .home-slide-wrapper .header {
        font-size: 45px;
    }
    .home-slide-wrap .content {
        font-size: 20px;
    }
    .hero-box-label {
        font-size: 15px;
    }
    .hero-box-icon {
        min-width: 45px;
    }
}

@media only screen and (max-width: 1023px) {
    .top-header-wrapper {
        padding: 22px 15px 21px;
        text-align: center;
        z-index: 1005;
    }
    .top-header-wrap .header-social {
        display: none;
    }
    .top-header-location,
    .top-header-email {
        display: none;
    }
    .top-header-email.mobile-email {
        display: block;
    }
    .admin-bar .site-header {
        top: 92px !important;
    }
    .site-header {
        top: 60px !important;
        z-index: 1005;
        padding: 0;
    }
    .site-header.sticky-head {
        top: 0 !important;
    }
    .admin-bar .site-header.sticky-head {
        top: 32px !important;
    }
    .site-header > .wrap {
        border-radius: 0;
        padding: 5px 0;
    }
    .sticky-head.top-header-wrapper {
        padding: 0;
    }
    .title-area {
        float: none;
        bottom: initial;
        left: initial;
        text-align: center;
        box-shadow: none;
        position: relative;
        max-width: initial !important;
        top: unset !important;
    }
    .sticky-head .title-area {
        max-width: initial !important;
    }
    .title-area img {
        width: auto;
        height: 80px;
        padding: 0;
    }
    .sticky-head .title-area img {
        padding: 0 !important;
        height: 40px;
    }
    .header-right-container {
        margin-top: 0;
    }
    .header-cta-button {
        display: none;
    }
    .tracking-number {
        top: -52px;
        margin-top: 0;
        float: none;
        position: absolute;
        right: 15px !important;
    }
    .sticky-head .tracking-number {
        display: none;
    }
    .tracking-number i {
        font-size: 14px;
        border: 2px solid #1e07b5;
        padding: 12px;
    }
    .tracking-number span {
        font-size: 11px;
        color: #fff;
    }
    .tracking-number a {
        color: #fff;
        font-size: 18px;
    }
    #mobile-company-info {
        display: block;
        position: fixed;
        top: 90px;
        left: 15px;
        z-index: 9999;
        color: #1e08b3;
        cursor: pointer;
        transition: none !important;
    }
    .admin-bar #mobile-company-info {
        top: 125px;
    }
    #mobile-company-info.sticky-head {
        top: 10px;
    }
    .admin-bar #mobile-company-info.sticky-head {
        top: 40px;
    }
    .mobile-company-container {
        position: fixed;
        padding: 10px 10px 10px 40px;
        box-sizing: border-box;
        background: #e62129;
        color: #fff;
        font-weight: 500;
        display: none;
        top: 150px;
        z-index: 9999;
        transition: none;
        width: 100%;
    }
    .admin-bar .mobile-company-container {
        top: 182px;
    }
    .mobile-company-container.active-info {
        display: block;
    }
    .admn-bar .mobile-company-container.sticky-head.active-info {
        top: 82px;
    }
    .mobile-company-container.sticky-head.active-info {
        top: 50px;
    }
    .mobile-company-container > div {
        position: relative;
        margin-bottom: 10px;
    }
    .mobile-company-container i {
        position: absolute;
        left: -25px;
        top: 5px;
        color: #fff;
    }
    .mobile-company-container > div a {
        color: #fff;
    }
    .mobile-social-media .social-media li a:hover {
        background-color: #fff;
    }
    .three-col-list {
        column-count: 2;
    }
    .genesis-nav-menu .menu-item.menu-item-has-children > a > span:after {
        display: none;
    }
    .menu-toggle,
    .sub-menu-toggle {
        background-color: transparent;
        border-width: 0;
        color: #d60f0f !important;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .menu-toggle {
        padding: 0;
        z-index: 1000;
        float: none;
        position: absolute;
        right: 15px;
        top: 33px;
        transition: none;
    }
    .sticky-head .menu-toggle {
        top: 12px;
    }
    .menu-toggle.activated::before {
        content: "\f335";
    }
    .site-header .menu-toggle::before {
        font-size: 25px;
        height: 25px;
        width: 25px;
        margin-right: 0;
    }
    #menu-main-menu .menu-item-home {
        background-image: none;
    }
    nav,
    .genesis-responsive-menu {
        display: none;
        position: relative;
        padding: 0;
        height: 100vh;
        padding-bottom: 200px;
        overflow: scroll;
        background: #d60f0f;
        text-align: left;
    }
    .genesis-nav-menu {
        display: block;
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a {
        background: #950000 !important;
    }
    .genesis-nav-menu > .menu-item.current-menu-item > a:before,
    .genesis-nav-menu > .menu-item > a:hover:before {
        display: none;
    }
    .genesis-nav-menu > .menu-item.current-menu-item > a:after,
    .genesis-nav-menu > .menu-item > a:hover:after {
        display: none;
    }
    #menu-main-menu .menu-item-home a,
    .sticky-head #menu-main-menu .menu-item-home a {
        padding: 15px 15px !important;
        font-size: 16px;
    }
    #menu-main-menu .menu-item-home span,
    .sticky-head #menu-main-menu span {
        width: auto;
        font-size: 16px;
        height: auto;
    }
    .genesis-nav-menu > li > a,
    .sticky-head .genesis-nav-menu > li > a {
        padding: 15px 15px !important;
        margin-right: 0;
        font-size: 16px;
    }
    .genesis-nav-menu .sub-menu a,
    .sticky-head .genesis-nav-menu .sub-menu a {
        padding: 15px 30px !important;
    }
    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        color: #fff;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu .sub-menu a {
        font-size: 16px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #d7d7d7;
        line-height: 1;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        background: #d60f0f;
    } 
    .genesis-nav-menu .menu-item {
        display: block;
        margin: 0;
        position: relative !important;
    }
    .genesis-nav-menu > .menu-item:after {
        display: none !important;
    }
    .genesis-nav-menu .sub-menu {
        position: relative;
        opacity: 1;
        left: auto;
        border-top: 0;
        padding-left: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a,
    .sticky-head .genesis-nav-menu .sub-menu .sub-menu a {
        padding: 15px 15px 15px 45px !important;
    }
    .genesis-nav-menu .sub-menu .current-menu-item > a {
        color: #fff;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
        display: none;
    }
    .sub-menu-toggle {
        float: right;
        padding: 14px 10px 13px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .sub-menu .sub-menu-toggle {
        padding: 14px 10px;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        transform: rotate(0);
        transition: transform 0.25s ease-in-out;
        color: #fff;
    }
    .sub-menu-toggle.activated::before {
        transform: rotate(180deg);
    }
    .genesis-nav-menu .menu-item-has-children > a:after {
        display: none !important;
    }
    .home-slide {
        height: 720px !important;
        background-size: cover !important;
    }
    .home-slide-wrapper {
        padding: 0 15px;
        top: 58%;
    }
    .home-slide-wrapper .small-header {
        font-size: 16px;
    } 
    .home-slide-wrapper .header {
        font-size: 35px;
    }
    .home-slide-wrap .content {
        font-size: 16px;
    }
    .home-slider-wrapper .slick-arrow {
        display: none !important;
    }
    .home-slider-wrapper ul.slick-dots {
        display: none !important;
    }
    .hero-buttons span a {
        padding: 15px 15px;
        font-size: 12px;
        width: 210px;
        margin-bottom: 10px;
    }   
    .hero-buttons .sec-button a {
        margin-left: 5px;
    }   
    .hero-boxes {
        padding: 20px 20px;
        column-gap: 8px;
        bottom: unset;
        position: relative;
        left: unset;
        right: unset;
        flex-flow: wrap;
        justify-content: center;
        row-gap: 8px;
    }   
    .hero-boxes-wrap {
        width: 32%; 
        padding: 15px 15px;
    }
    .hero-box-label {
        font-size: 20px;
    }
    .hero-box-icon {
        min-width: 70px;
    }
    .home .site-inner .content-sidebar-wrap article {
        padding: 40px 15px 85px;
    }
    .home .site-inner .wp-block-columns.home-content-column {
        column-gap: 0;
        flex-flow: column;
        row-gap: 30px;
    }
    .content-small-header {
        font-size: 16px;
    } 
    .home .entry-content h1.wp-block-heading {
        margin-bottom: 20px;
    }   
    .hp-tab {
        display: none;
    }
    #About.tabcontent,
    #Why.tabcontent {
        display: none !important;
    }
    .home .site-inner .content .entry-content .wp-block-columns > .wp-block-column:last-child {
        text-align: center;
    }  
    .home-content-mobile-accordion {
        display: block;
    }   
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question {
        background: transparent;
        border-bottom: 3px solid #d9d9d9;
    }  
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question.active,
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question:hover {
        border-bottom: 3px solid #0c0347;
    }    
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question {
        padding: 15px 0 !important;
        background-color: transparent;
    }
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question span {
        color: #8c8c8c;
        text-transform: uppercase;
    } 
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question span,
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question:hover .faq-question span {
        color: #0c0347;
    }     
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question .faq-question:before {
        content: "\F0D7";
        border-radius: 0;
        padding: 0;
        font-size: 20px !important;
        line-height: 1;
        background: transparent;
        color: #1e07b5;
        font-family: "Font Awesome 6 Free";
        transform: none;
        right: 0;
        top: 16px;
    }
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-question.active .faq-question:before {
        transform: rotate(-180deg) !important;
    }
    .home-content-mobile-accordion .slmp-faqs .slmp-faq-item .slmp-faq-answer {
        font-size: 16px;
        padding: 30px 0;
    }  
    .home-content-buttons {
        column-gap: 0;
        align-items: start;
        flex-direction: column;
        row-gap: 10px;
    }
    .products-section {
        padding: 95px 15px;
    }  
    .products-section-wrap {
        margin: 0 auto 60px;
    } 
    .products-small-header {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .products-header {
        font-size: 25px;
        margin-bottom: 0;
        color: #fff;
        background: #d60f0f;
        padding: 20px 10px;
        text-transform: uppercase;
        border-radius: 20px 20px 0 0;
    } 
    .products-box-list-wrap {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .10%);
        border-radius: 0 0 20px 20px;
    }
    .products-box-list {
        column-gap: 0;
        flex-direction: column;
        background: #fff;
        padding-bottom: 20px;
        border-radius: 0 0 20px 20px;
    }
    .products-box-list-item {
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #f4f4f4;
        position: relative;
    }
    .products-box-list-item:hover {
        background: #fff;
        color: #fff;
    }
    .products-box-list-item a {
        padding: 18px 15px 18px 80px;
    }
    .products-box-list-item a:before {
        position: absolute;
        color: #1e07b5;
        font-size: 22px;
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        line-height: 1;
        padding: 19px 23px;
        top: 0px;
        left: 0;
        border-right: 1px solid #f7f7f7;
    } 
    .products-box-list-item .products-box-title {
        font-size: 20px;
        margin-bottom: 0;
        text-align: left;
    }
    .products-box-list-item:hover .products-box-title {
        color: #0c0347;
    }
    .products-box-image {
        display: none;
    }  
    .products-box-content {
        display: none;
    } 
    .products-box-button {
        display: none;
    }  
    .products-cta {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%231E07B5FF' stroke-width='3' stroke-dasharray='9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    }
    .products-cta-wrap {
        padding: 45px 20px;
        column-gap: 0;
        row-gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .products-cta .header {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .products-cta .snippet {
        font-size: 16px;
    }
    .products-cta .cta-right {
        min-width: initial;
    }
    .products-cta .cta-right .cta-button {
        padding: 16px 20px;
        font-size: 14px;
    }
    .services-section-wrap {
        padding: 100px 15px 50px;
    }
    .services-small-header {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .services-header {
        font-size: 35px;
        margin-bottom: 15px;
    } 
    .services-content {
        font-size: 16px;
    }
    .services-box-list-wrap {
        display: none;
    }    
    .services-accordion {
        display: block;
    }  
    .services-accordion-item {
        margin-bottom: 20px;
    }    
    .services-accordion-title-wrap {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .service-accordion-icon {
        width: 85px;
        height: 85px;
        background-size: cover !important;
        margin-right: 15px;
    }    
    .services-accordion-title-wrap .services-accordion-title {
        color: #f4f4f4;
        font-size: 16px;
        font-weight: 900;
        font-family: "Mulish", sans-serif;
    }
    .services-accordion-title-wrap i {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }
    .service-accordion-content-wrap {
        padding: 20px 30px 50px;
        background: rgba(247, 247, 247, .90);
        border-radius: 20px;
        position: relative;
        display: none;
    }   
    .service-accordion-content {
        font-size: 16px;
    }
    .service-accordion-button {
        display: inline-block;
        color: #1e07b5;
        font-size: 14px;
        font-weight: 900;
        font-family: "Mulish", sans-serif;
        text-transform: uppercase;
    }   
    .service-accordion-button i {
        font-size: 12px;
    }   
    .service-accordion-cta {
        color: #f7f7f7;
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        border-radius: 50px;
        font-family: "Mulish", sans-serif;
        text-transform: uppercase;
        background: #d60f0f;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
    }
    .service-accordion-cta:hover {
        background: #1e07b5;
        color: #fff;
    } 
    .permaliner-section {
        padding: 50px 15px 60px;
    }
    .permaliner-section-wrapper {
        width: 100%;
    }
    .permaliner-section-wrap .permaliner-small-header {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .permaliner-section-wrap .permaliner-header {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .permaliner-section-wrap .permaliner-content {
        margin-bottom: 30px;
    }
    .counter-section {
        padding: 100px 15px;
    }
    .counter-list {
        column-gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
    }
    .counter-list-item {
        padding: 40px 15px;
        width: calc(50% - 5px);
    }
    .counter-list-item-number {
        color: #d60f0f;
        font-size: 38px;
        font-weight: 900;
        line-height: 1;
        margin-bottom: 5px;
    }
    .counter-list-item-label {
        font-size: 12px;
    }
     .promo-section {
        padding: 100px 15px 200px;
        background-size: cover !important;
        position: relative;
    }
    .promo-section-wrap {
        column-gap: 0;
        flex-direction: column;
        row-gap: 30px;
    }    
    .promo-section-left {
        width: 100%;
    }    
    .promo-section .small-header {
        font-size: 16px;;
    }
    .promo-section .header {
        font-size: 35px;
        margin-bottom: 20px;
    }  
    .promo-section-right {
        width: 100%;
        align-items: start;
    }   
    .gallery-section {
        padding-left: 40px;
    }  
    .gallery-section-wrap {
        top: -100px;
        padding: 100px 15px 190px 15px;
    }
    .gallery-section-container {
        display: block;
    } 
    .gallery-small-header {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .gallery-header {
        font-size: 30px;
        position: relative;
        margin-bottom: 20px;
    }  
    .gallery-content {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .gallery-section-right {
        position: absolute;
        bottom: 90px;
        padding-right: 0;
        min-width: initial;
    }
    .gallery-section-right a {
        padding: 20px 15px;
        font-size: 14px;
        max-width: 300px;
        width: 100%;
        min-width: 240px;
    } 
    .areas-section {
        padding: 50px 15px 100px;
    }
    .areas-small-header {
        font-size: 16px;
    }
    .areas-header {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .areas-section-wrap {
        flex-direction: column-reverse;
        row-gap: 60px;
        column-gap: 0;
        align-items: center;
        max-width: 600px;
    }
    .areas-section-wrap .areas-section-left {
        width: 100%;
    }
    .areas-section-wrap .areas-section-right {
        width: 100%;
    }
    .areas-section-wrap .areas-section-right .areas-section-map {
        min-height: 470px;
    }
    .areas-section-wrap .areas-section-left .areas-list .areas-list-item {
        padding: 19px 15px;
        font-size: 16px;
    }
    .home .testimonials-section,
    .page-id-232 .testimonials-section,
    .testimonials-section {
        padding: 100px 15px;
    }
    .page-id-194 .testimonials-section {
        padding: 50px 30px 180px;
    }
    .testimonials-small-header {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .testimonials-header {
        font-size: 35px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .testimonials-content {
        margin-bottom: 125px;
        font-size: 16px;
        padding: 0 15px;
    }
    .testimonials-section .reviews-slider {
        margin-bottom: 25px;
        padding: 0;
    }  
    .testimonials-section .reviews-slider .reviews-slider-prev {
        left: calc(50% - 30px);
        transform: translateX(-50%);
        top: -80px;
        right: initial;
    }
    .testimonials-section .reviews-slider .reviews-slider-next {
        left: calc(50% + 30px);
        top: -80px;
        transform: translateX(-50%);
        right: initial;
    }
    .testimonials-section .reviews-slider .review-slide {
        margin: 15px;
        padding: 25px 20px 35px;
        background: rgba(247, 247, 247, .5);
    }
    .testimonials-section .reviews-slider .review-slide .review-content {
        font-size: 16px;
    }
    .testimonials-section .review-meta .review-name {
        font-size: 16px;
    }
    .testimonials-buttons a {
        margin: 0 auto 10px !important;
        display: block;
    }
    .cta-section {
        padding: 100px 15px 180px;
    }
    .cta-section .cta-small-header {
        font-size: 16px;
        margin-bottom: 10px;
    } 
    .cta-section .cta-header {
        font-size: 35px;
        margin-bottom: 20px;
    }  
    .cta-section .cta-content {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .cta-section .cta-button {
        padding: 27px 15px;
        font-size: 16px;
        width: 100%;
        max-width: 320px;
    }  
    .blog-section {
        padding: 100px 15px 320px;
        box-sizing: border-box;
        background-size: cover !important;
        position: relative;
    }  
    .blog-section-wrapper {
        padding: 0;
    }
    .blog-section-wrap {
        position: relative;
    }
    .blog-header-wrap {
        position: unset;
        padding: 0 100px 0 0;
    }
    .blog-section-small-header {
        font-size: 16px;
    }
    .blog-section-header {
        font-size: 35px;
    }
    .blog-section-slider .slick-arrow {
        top: -45px;
        transform: translateX(-50%);
        padding: 8px 15px;
    }
    .blog-section-slider .blog-slider-prev {
        right: 45px !important;
        left: unset;
    }
    .blog-section-slider .blog-slider-next {
        right: 0;
    }
    .blog-section-slider .slick-arrow i {
        font-size: 16px;
    }
    .blog-posts-article:hover {
        top: 0;
    }
    .blog-posts-article .blog-title {
        font-size: 20px;
    }
    .blog-posts-article .blog-article-info {
        padding: 20px 20px 40px;
    }
    .blog-link-wrap {
        top: initial;
        bottom: -100px;
        left: 0;
        margin: 0 auto;
        width: 220px;
    }
    .blog-section .slick-list {
        max-width: 600px;
        padding-top: 30px;
    }
    .site-footer {
        padding: 600px 15px 100px;
    }
    .footer-top-wrap {
        top: -700px;
        padding: 90px 15px;
    }
    .footer-top-wrapper {
        margin-bottom: 30px;
        flex-direction: column-reverse;
        row-gap: 10px;
    }
    .footer-logo img {
        max-height: 107px;
    }
    .footer-company-name {
        font-size: 35px;
    }
    .footer-top-info {
        column-gap: 0;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .footer-top-info-wrap {
        column-gap: 15px;
        width: 50%;
    }
    .footer-top-info-wrap > div:first-child {
        min-width: 72px;
    }
    .footer-top-info-wrap div i {
        font-size: 24px;
    }
    .footer-top-info-wrap div span {
        font-size: 16px;
    }
    .footer-form-container {
        column-gap: 0;
        flex-direction: column;
        row-gap: 20px;
    }
    .footer-form-container > div {
        width: 100%;
    }  
    .footer-form-left-header {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 5px;
    } 
    .footer-form-left-snippet {
        font-size: 16px;
    }  
    .footer-form-right-wrap {
        flex-direction: column;
        row-gap: 4px;
    }
    .footer-form-right-wrap span.wpcf7-form-control-wrap input {
        border-radius: 20px;
    }
    .footer-form-right .submit-btn button {
        border-radius: 20px;
    }
    .footer-form-container .recaptcha-note {
        text-align: center;
    } 
    .footer-columns {
        column-gap: 0;
        flex-direction: column;
        row-gap: 30px;
    }  
    .footer-column {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: none;
    }
    .footer-columns .footer-column:first-child {
        display: block;
    }
    .footer-column.show-footer-links {
        display: block;
    }
    .footer-column ul li a {
        padding: 4px 5px 4px 25px;
    }  
    .footer-column ul li a:hover {
        padding: 4px 10px 4px 45px;
    }  
    .footer-links {
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-family: "Mulish", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
        border-top: 2px solid rgba(246, 242, 231, .1);
        padding-top: 15px;
        display: block;
        margin-bottom: 60px;
    }
    .footer-cta {
        column-gap: 0;
        row-gap: 20px;
        align-items: start;
        text-align: left;
        flex-direction: column;
    }
    .footer-cta .footer-header {
        font-size: 25px;
    }  
    .footer-snippet {
        font-size: 16px;
    }   
    .footer-copyright {
        padding: 35px 15px 65px;
    }
    .footer-copyright-wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
        text-align: center;
    }
    .floating-cta-btn {
        display: flex;
        justify-content: center;
        bottom: 10px;
    }    
    .floating-cta-btn.sticky-head {
        background: #e62129;
        background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
        padding: 3px;
        border-radius: 50px;
    } 
    .floating-cta-btn div {
        font-size: 20px;
        background: #e62129;
        background: linear-gradient(0deg, rgba(185, 7, 7, 1) 0%, rgba(214, 15, 15, 1) 100%);
        float: right;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        padding: 12px 10px;
        font-family: "Mulish", sans-serif;
        width: 330px;
        border-radius: 50px;
    }    
    .floating-cta-btn div:first-child {
        display: none;
    }
    .floating-cta-btn div:last-child {
        cursor: pointer;
    }    
    .floating-cta-btn.sticky-head div {
        padding: 9px 10px;
        width: 250px;
    }    
    .floating-cta-btn.sticky-head div:first-child {
        display: block;
        background: #1e08b5;
        border-radius: 50px 0 0 50px;
    }
    .floating-cta-btn a {
        color: #fff;
    }
body {
    font-size: 16px;
}  
.inner-banner {
    height: 500px !important;
}
.inner-banner-wrap {
    top: 60%;
    padding: 0 15px;
}    
.inner-banner-header {
    font-size: 35px;
    margin-bottom: 25px;
}
.site-inner .content-sidebar-wrap article {
    padding: 70px 15px 50px;
}
h1 {
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 1.2;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
.slmp-faqs .slmp-faq-item .slmp-faq-answer {
    font-size: 16px;
}    
.featured-boxes {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}   
.featured-boxes-wrap {
    padding: 30px 15px;
    width: 31%;
}
.inner-cta-header {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2;
}   
.inner-cta-snippet {
    margin-bottom: 35px;
    font-size: 16px;
}    
.inner-cta-buttons {
    column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
    max-width: 350px;
    margin: 0 auto;
}  
.inner-services-header {
    font-size: 35px;
}    
.inner-services-box-list-item {
    border-radius: 20px;
    column-gap: 0;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto 60px;
}
.inner-services-box-list-item > div {
    width: 100%;
}  
.inner-services-box-list-item-wrapper {
    padding: 45px 20px;
}    
.inner-services-box-list-item-container {
    column-gap: 10px;
    margin-bottom: 15px;
}    
.inner-service-box-icon {
    height: 75px;
    min-width: 75px;
    width: 75px;
}  
.inner-service-box-title {
    font-size: 28px;
    line-height: 1.2;
} 
    
    
    
    
    
    
    
    
    
    
    .scrollToTop {
        bottom: 100px;
    }




    
    
    .site-inner .content-sidebar-wrap article {
        padding: 100px 15px 0;
    }
    #blog-widget {
        padding: 0 15px;
        margin-bottom: 50px;
    }
    #blog-widget section {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
      }
    .blog-posts-article-list-wrap {
        flex-direction: column;
        row-gap: 60px;
        max-width: 450px;
    }
    .blog-posts-article-wrapper .blog-posts-article-list-wrap .blog-posts-article {
        width: 100%;
    }
    .error404 #genesis-content .post.hentry,
    .search #genesis-content .search-content {
        padding: 100px 15px;
    }

}

@media only screen and (max-width: 980px) {

} 

@media only screen and (max-width: 768px) {
    .hero-boxes-wrap {
        width: 44%;
    }
    .hero-box-icon {
        min-width: 35px;
    }
    .hero-box-label {
        font-size: 16px;
    }
    .site-footer {
        padding: 800px 15px 100px;
    }
    .footer-top-wrap {
        top: -900px;
    }
    .footer-top-info-wrap {
        column-gap: 15px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .footer-top-info-wrap > div:last-child {
        width: 100%;
    }
    .footer-top-info-wrap div span {
        margin-top: 8px;
    }
    .footer-copyright {
        font-size: 13px;
    }
    .featured-boxes-wrap {
        width: 48%;
    }
    .inner-service-box-title {
        font-size: 24px;
    }
    
    
    
    
    .two-col-group ul {
        display: block;
        width: 100%;
    }
    .two-col-list {
        column-count: 1;
    }
    .three-col-list {
        column-count: 1;
    }
    #contactus-form {
        max-width: 430px;
    }
}

@media only screen and (max-width: 680px) { 

}

@media only screen and (max-width: 600px) {
    .hero-box-label {
        font-size: 14px;
    }
    .home .site-inner .content .wp-block-image {
        padding: 15px;
    }
    .home .site-inner .content .wp-block-image:after {
        width: 125px;
        height: 125px;
        background-size: cover;
        bottom: 15px;
    }
    .home .site-inner .content .wp-block-image:before {
        width: 135px;
        height: 135px;
        bottom: 15px;
    }
    .floating-cta-btn.sticky-head div {
        padding: 9px 7px;
        width: 220px;
        font-size: 16px;
    }
    .featured-box-label {
        font-size: 16px;
        width: 100%;
    }
    .inner-service-box-icon {
        height: 60px;
        min-width: 60px;
        width: 60px;
    }
    .inner-service-box-title {
        font-size: 22px;
    }
    .inner-services-box-list-item:hover .inner-service-box-list-cta {
        font-size: 14px;
        width: 280px;
    }
    .gallery-section .gallery-list ul.slick-dots li button {
        width: 45px;
    }

    
    
    
    .modal-container {
        max-width: 420px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .modal-container .form-field {
        padding: 15px;
    }
    .modal-container .form-field input,
    .modal-container .form-field textarea {
        padding: 10px 15px;
    }
    .modal-container .form-field select {
        padding: 10px 5px 10px 15px;
    }
    .slmp-category-navigation {
        padding-bottom: 15px;
    }
    .slmp-category-navigation .slmp-cat-title {
        margin: 0 7px 15px !important;
        display: block;
    }
    .slmp-category-navigation .slmp-cat-title:after {
        margin-top: 15px;
    }
}

@media only screen and (max-width:480px) {
    .home-slide-wrapper .small-header {
        font-size: 15px;
    }
    .hero-boxes-wrap {
        width: 48%;
    }
    .hero-box-label {
        font-size: 12px;
    }
    .service-accordion-icon {
        width: 75px;
        height: 75px;
        margin-right: 8px;
    }
    .services-accordion-title-wrap .services-accordion-title {
        font-size: 15px;
    }
    .perma-first-button a {
        width: 160px;
        margin-right: 10px;
    }
    .perma-sec-button a {
        width: 160px;
    }
    .areas-section-wrap .areas-section-left .areas-list .areas-list-item i {
        margin-right: 8px;
    }
    .floating-cta-btn.sticky-head div {
        padding: 9px 5px;
        width: 160px;
        font-size: 13px;
    }
    .gallery-section {
        padding-left: 40px;
    }
    .gallery-section .gallery-list {
        width: 480px;
    }
    .gallery-section .gallery-list .gallery-image {
        display: none;
    }
    .gallery-section .gallery-list .gallery-image:nth-child(1),
    .gallery-section .gallery-list .gallery-image:nth-child(2),
    .gallery-section .gallery-list .gallery-image:nth-child(3),
    .gallery-section .gallery-list .gallery-image:nth-child(4),
    .gallery-section .gallery-list .gallery-image:nth-child(5),
    .gallery-section .gallery-list .gallery-image:nth-child(6),
    .gallery-section .gallery-list .gallery-image:nth-child(7) {
        display: block;
    }
    .gallery-section .gallery-list ul.slick-dots li {
        display: none;
    }
    .gallery-section .gallery-list ul.slick-dots li:nth-child(1),
    .gallery-section .gallery-list ul.slick-dots li:nth-child(2),
    .gallery-section .gallery-list ul.slick-dots li:nth-child(3),
    .gallery-section .gallery-list ul.slick-dots li:nth-child(4),
    .gallery-section .gallery-list ul.slick-dots li:nth-child(5),
    .gallery-section .gallery-list ul.slick-dots li:nth-child(6) {
        display: inline-block;
    }    
    .gallery-section .gallery-list ul.slick-dots li {
        margin: 0 3px;
    }
    .gallery-section .gallery-list ul.slick-dots li button {
        width: 40px;
    }
    .breadcrumb .breadcrumb-link-wrap a {
        padding: 7px 8px;
        font-size: 12px;
    }
    .breadcrumb span.separator {
        margin: 0px 5px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    
    
    #contactus-form {
        max-width: 285px;
    }
    .modal-container {
        max-width: 330px;
        top: 10px;
    }
}

@media only screen and (max-width:375px) { }

@media only screen and (max-width:320px) { }

/* --------------------------- Print Styles ---------------------------  */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}