/* 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: url('/wp-content/uploads/2025/06/background.jpg') repeat;
    color: #595959;
    font-family: "Open Sans", 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: #537197;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: #100940;
    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-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px;
    color: #100940;
    position: relative;
}

h1 {
    font-size: 45px;
    text-align: center;
}

h1:after {
    content: '';
    background: #537197;
    width: 30px;
    height: 2px;
    display: block;
    margin: 18px auto 0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

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: #808080;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 15px;
    line-height: 1.5;
    width: 100%;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
}

select {
    text-indent: 1px;
    padding-right: 35px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #537197 50%), linear-gradient(135deg, #537197 50%, transparent 50%), linear-gradient(to right, #537197, #537197);
    background-position: calc(100% - 20px) calc(1.1em + 14px), calc(100% - 15px) calc(1.1em + 14px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px 0em;
    background-repeat: no-repeat;
}

input:hover,
textarea:hover {
    background-color: #100940;
    border: 1px solid #100940;
    color: #fff;
}

select:hover {
    background-color: #100940;
    color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
}

select::-ms-expand {
    display: none;  
}

input:focus,
textarea:focus {
    border: 1px solid #fff;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

::placeholder {
    color: #808080;
    opacity: 1;
}

input:hover::-ms-input-placeholder,
textarea:hover::-ms-input-placeholder,
select:hover::-ms-input-placeholder {
    color: #fff;
}

input:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
select:hover:-ms-input-placeholder {
    color: #fff;
}

input:hover::placeholder,
textarea:hover::placeholder,
select:hover::placeholder {
    color: #fff;
}

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;
}
.def-button {
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    padding: 19px 15px 20px;
    border-radius: 5px;
    min-width: 200px;
    display: inline-block;
    text-transform: uppercase;
    background: #537197;
    font-size: 16px;
    transition: none;
}
.def-button:hover {
    background: #100940;
}
.wpcf7 .form-field .recaptcha-note {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #595959;
    font-family: "Open Sans", sans-serif;
}
.wpcf7 .form-field .recaptcha-note a {
    color: #595959;
}
.wpcf7 .form-field .recaptcha-note .wpcf7-list-item span {
    display: initial;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    color: #595959;
}
.wpcf7 .form-field .wpcf7-submit {
    font-weight: 700;
    padding: 25px 15px;
    width: 100%;
    transition: none;
    text-transform: uppercase;
    font-size: 18px;
    background: #537197;
}
.wpcf7 .form-field .wpcf7-submit:hover {
    background: #100940;
}
.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;
    color: red !important;
    border: 1px solid red;
}
.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;
}
.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 {
    background: #100940;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 30px;
}
.admin-bar .top-header {
    top: 32px;
}
.top-header-wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.social-media {
    font-size: 0;
}
.social-media li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.social-media li a {
    height: 30px;
    width: 40px;
    background: url('/wp-content/uploads/2025/06/social-sprite.png') no-repeat top left;
    display: block;
    background-color: transparent;
    transition: none;
    border: 1px solid rgba(237, 239, 239, .08);
    border-radius: 3px;
}
.social-media li a:hover {
    background-color: #eeeeff;
}
.social-media .yt a {
    background-position: -45px 0;
}
.social-media .lnkd a {
    background-position: -90px 0;
}
.social-media .twt a {
    background-position: -135px 0;
}
.social-media .insta a {
    background-position: -180px 0;
}
.social-media .gmb a {
    background-position: -225px 0;
}
.social-media .fb a:hover {
    background-position: 0 -40px;
}
.social-media .yt a:hover {
    background-position: -45px -40px;
}
.social-media .lnkd a:hover {
    background-position: -90px -40px;
}
.social-media .twt a:hover {
    background-position: -135px -40px;
}
.social-media .insta a:hover {
    background-position: -180px -40px;
}
.social-media .gmb a:hover {
    background-position: -225px -40px;
}
.top-header-right {
    line-height: 1;
}
.top-header-right > div {
    display: inline-block;
}
.top-header-address {
    margin-right: 40px;
}
.address-icon {
    width: 30px;
    height: 30px;
    background: url('/wp-content/uploads/2025/06/location-icon.png') no-repeat center center;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}
.email-icon {
    width: 30px;
    height: 30px;
    background: url('/wp-content/uploads/2025/06/envelope-icon.png') no-repeat center center;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}
.top-header-right-container,
.top-header-right-container a {
    color: #eeeeff;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

/* ------------------------------ Header -----------------------------  */
/* -------------- Logo -------------- */
.admin-bar .site-header {
    top: 82px; 
}
.site-header {
    position: fixed;
    width: 100%;
    z-index: 9;
    font-size: 0;
    box-shadow: none;
    padding: 0;
    top: 50px;
    margin: 0 auto;
}
.site-header > .wrap {
    max-width: 1680px;
    padding: 5px 30px 65px;
    width: 100%;
    margin: 0 auto;
}
.title-area {
    padding: 0;
}
.title-area img {
    width: 100%;
}
.header-search {
    position: absolute;
    max-width: 480px;
    margin: 15px auto 0;
    left: 0;
    right: 0;
}
.header-search .search-form {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    display: flex;
}
form.search-form:after {
    content: "\f002";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #100940;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
}
.header-search .search-form-input {
    border: none;
    padding: 9px 0 10px 20px;
    background: #fff;
    border-radius: 4px 0 0 4px;
}
.header-search .search-form-input:hover {
    background-color: #100940;
}
.header-search .search-form-submit {
    margin-top: 0 !important;
    font-size: 0;
    padding: 15px 25px;
    background: none !important;
    position: relative;
    z-index: 1;
}
.widget-area.header-widget-area {
    float: right;
    margin-top: 10px;
}
.header-right-wrap {
    display: inline-flex;
    align-items: center;
    padding: 10px 23px;
    border-left: 1px solid #d9d9d9;
}
.header-right-wrap.tracking-number {
    border-left: 0;
}
.header-right-wrap:last-child {
    padding-right: 0;
}
.header-right-wrap > div:first-child {
    font-size: 20px;
    color: #100940;
    line-height: 1;
    margin-right: 14px;
}
.header-right-container a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #100940;
}
.header-right-container span {
    color: #100940;
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 2px;
}
.header-right-container.tracking a.phone-click {
    color: #100940;
    position: relative;
}
.header-right-container.tracking a.phone-click:after {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #100940;
    position: relative;
    top: 5px;
}

/* --------------------------- Navigation Menu ---------------------------  */
.genesis-responsive-menu ul#menu-main-menu {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
.genesis-responsive-menu {
    display: block;
    text-align: center;
    padding: 0;
    background: #537197;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.genesis-nav-menu #menu-item-1647 {
    float: left;
    margin: 0;
}
.genesis-nav-menu > #menu-item-1647:after {
    display: none;
}
.genesis-nav-menu > #menu-item-1647 a:hover:before,
.genesis-nav-menu > #menu-item-1647 a:hover:after {
    display: none;
}
.genesis-nav-menu #menu-item-199 {
    float: right;
    margin: 0;
}
.genesis-nav-menu > #menu-item-199:after {
    display: none;
}
.genesis-nav-menu .menu-item {
    vertical-align: top;
}
.genesis-nav-menu > .menu-item {
    margin-right: 60px;
}
.genesis-nav-menu > .menu-item.current-menu-item > a:before,
.genesis-nav-menu > .menu-item > a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 3px;
    right: 0;
    left: 0;
    background: #fff;
}
.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: 3px;
    right: 0;
    left: 0;
    background: #fff;
}
.genesis-nav-menu > .menu-item:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 5px;
    background: #7a97bc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
.genesis-nav-menu > .menu-item:nth-last-child(2) {
    margin-right: 0;
}    
.genesis-nav-menu > .menu-item:nth-last-child(2):after {
    display: none;
}
.genesis-nav-menu a {
    font-size: 16px;
    font-weight: 600;
    padding: 22px 0 !important;
    text-transform: capitalize;
    color: #fff;
}
.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: #537197;
    background: #fff;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #537197;
    background: #fff;
}
.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: -9999px;
    margin: 0;
    z-index: 99;
    border-top: 1px solid #eee;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 240px;
    background: #fff;
}
.genesis-nav-menu .sub-menu a {
    background: #537197;
    font-size: 16px;
    position: relative;
    word-wrap: break-word;
    width: 240px;
    border: 1px solid #d3d3d3;
    border-top: 0;
    border-radius: 0;
    padding: 20px 15px !important;
    text-align: left;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
}
.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* --------------------------- Sticky Header ---------------------------  */
.top-header.sticky-head {
    display: none;
}
.admin-bar .sticky-head.site-header {
    top: 32px;
}
.sticky-head.site-header {
    top: 0;
}

/* --------------------------- Hero Slider ---------------------------  */
.hero-section {
    padding: 220px 30px 15px;
}
.hero-section-wrap {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    max-width: 1620px;
    margin: 0 auto;
}
.hero-section-left {
    width: 74%;
    border-radius: 10px;
    overflow: hidden;
}
.hero-section-right {
    width: 24%;
    display: flex;
    flex-flow: column;
    row-gap: 30px;
    justify-content: space-between;
}
.hero-section-right > div {
    height: 50%;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    display: inline-flex;
    align-items: end;
    justify-content: space-between;
    padding: 25px 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    overflow: hidden;
}
.hero-section-right > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(0deg, rgba(16, 9, 64, 1) 0%, rgba(16, 9, 64, 0) 100%);
}
.hero-section-right > div:hover:before {
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgba(16, 9, 64, 0) 100%);
}
.hero-section-right-header {
    position: relative;
    line-height: 1.3;
    max-width: 170px;
}
.hero-section-right > div:hover .hero-section-right-header {
    color: #100940;
}
a.hero-section-right-button {
    display: inline-flex;
    margin-bottom: 5px;
}
.hero-section-right-button i {
    position: relative;
    color: #100940;
    background: #fff;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 40px;
}
.hero-section-right-button i:hover {
    color: #fff;
    background: #100940;
    transform: rotate(90deg);
}
.home-slider-wrapper .home-slider {
    z-index: 1;
}
.home-slide {
    height: 552px !important;
    background-size: cover !important;
}
.home-slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(6, 3, 31, .50);
}
.home-slide-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.home-slide-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 720px;
    width: 100%;
    padding: 0 60px;
}
.home-slide-wrap .header {
    color: #eeeeff;
    font-size: 45px;
    font-weight: 700;
    font-family: "Vollkorn", serif;
    line-height: 1.2;
    margin-bottom: 5px;
}
.home-slide-wrap .description {
    color: #eeeeff;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
}
.home-slider-wrapper .slick-dots {
    position: absolute;
    line-height: 1;
    font-size: 0;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 35px;
}
.home-slider-wrapper .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}
.home-slider-wrapper .slick-dots li button {
    font-size: 0;
    padding: 3px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}
.home-slider-wrapper .slick-dots li.slick-active button,
.home-slider-wrapper .slick-dots li button:hover {
    background: #fff;
}

/* --------------------------- Why Choose Section ---------------------------  */
.why-section {
    background-size: cover !important;
    position: relative;
    padding: 15px 30px 30px;
}
.why-section-wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.why-box-list {
    display: flex;
    padding: 18px 15px;
}
.why-box-list-item {
    width: 20%;
    border-right: 1px solid #d9d9d9;
    padding: 18px 25px;
    position: relative;
    display: inline-flex;
    column-gap: 20px;
}
.why-box-list-item:last-child {
    border-right: 0;
}
.why-box-list-item:hover {
    background: #100940;
}
.why-box-icon {
    width: 35px;
    height: 35px;
    margin-top: 8px;
}
.why-box-title {
    color: #100940;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 5px;
}
.why-box-list-item:hover .why-box-title {
    color: #fff;
}
.why-box-content {
    font-size: 13px;
    text-align: left;
    line-height: 1.3;
}
.why-box-list-item:hover .why-box-content {
    color: #fff;
}
.why-box-list-item:hover .why-box-icon img {
    filter: brightness(0) invert(1);
}

/* --------------------------- About Us Section ---------------------------  */
.about-section {
    padding: 120px 60px 70px;
}
.about-section-wrap {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
}
.about-section-wrap > div {
    width: 50%;
}
.about-section-wrap > div.about-right {
    padding-left: 60px;
}
.about-small-header {
    color: #537197;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}
.about-header {
    color: #100940;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Vollkorn", serif;
    position: relative;
}
.about-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #537197;
    margin-bottom: 30px;
    margin-top: 16px;
}
.about-button.def-button {
    min-width: 170px;
    margin-right: 15px;
    font-weight: 600;
}
.about-right-image {
    background-size: cover !important;
    min-height: 555px;
    border-radius: 10px;
    position: relative;
}
.about-right-image:before {
    content: '';
    display: block;
    background: #cdd3da;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -35px;
    right: -35px;
    border-radius: 10px;
    z-index: -1;
}
.about-right-image > img {
    position: absolute;
    right: 5px;
    bottom: 0;
}
.about-right-small-image {
    position: absolute;
    bottom: 20px;
    left: -60px;
    border-radius: 10px;
}
.about-right-small-image:after {
    content: '';
    display: block;
    background: #efefef;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    bottom: -20px;
    left: 0;
    border-radius: 10px;
}
.about-right-small-image img {
    position: relative;
    z-index: 1;
    width: 280px;
    height: 190px;
}
.nav-tabs {
    display: flex;
    column-gap: 1px;
}
.nav-tabs .tabs-nav {
    width: 50%;
    background: transparent;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #100940;
    text-transform: uppercase;
    color: #100940;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.nav-tabs .tabs-nav.active {
    background: #100940;
    color: #fff;
}
.tab-content-wrap {
    display: none;
    padding: 30px 0 55px;
}
.tab-content-wrap.active {
    display: block;
}
.about-left .about-accordion {
    display: none;
}

/* --------------------------- Home Content Section ---------------------------  */
.home .site-inner {
    padding: 0;
}
.home .site-inner .content-sidebar-wrap {
    padding: 0;
}
.content-small-header {
    font-size: 18px;
    color: #537197;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

/* --------------------------- Badges Section ---------------------------  */
.badges-section {
    position: relative;
    padding: 100px 30px 100px;
    box-sizing: border-box;
}
.home .badges-section {
    padding: 40px 30px 100px;
}
.badges-section-wrap {
    max-width: 1620px;
    margin: 0 auto;
}
.badges-section .badges-header {
    color: #100940;
    font-family: "Vollkorn", serif;
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}
.badges-slider .badges-item {
    display: block;
    margin: 0 15px 50px;
    position: relative;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}
.badges-slider .badges-item:hover {
    border-color: #100940;
    background: #fff;
    box-shadow: 0 25px 30px 0 rgba(16, 9, 64, .15);
}
.badges-slider .badges-item img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.badges-slider .slick-arrow {
    position: absolute;
    right: 0;
    top: -95px;
    background: rgba(36, 36, 36, .3);
    color: #fff;
    padding: 23px 26px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
}
.badges-slider .badge-slider-next.slick-arrow {
    right: 0;
}
.badges-slider .badge-slider-prev.slick-arrow {
    right: 75px;
}
.badges-slider .slick-arrow:hover {
    background: rgba(16, 9, 64, .7);
}

/* --------------------------- Service Section ---------------------------  */
.services-section {
    padding: 150px 30px 45px;
    background: #fff;
}
.services-section-wrap {
    max-width: 1620px;
    margin: 0 auto 45px;
    text-align: center;
}
.services-small-header {
    font-size: 18px;
    color: #537197;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}
.services-header {
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 40px;
    color: #100940;
    position: relative;
    font-size: 45px;
}
.services-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #537197;
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.services-content {
    max-width: 1100px;
    margin: 0 auto 65px;
}
.services-box-list-item {
    padding: 60px;
    background: #eeeeff;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    column-gap: 60px;
}
.services-box-list-item:hover {
    background: #fff;
    box-shadow: 0 0 60px rgba(16, 9, 64, .15);
}
.services-box-list-item > div {
    flex: 1 1 50%;
}
.services-box-list-item-image {
    background-size: cover !important;
    border-radius: 10px;
    min-height: 480px;
    position: relative;
}
.services-box-list .services-box-list-item:nth-child(even) {
    flex-direction: row-reverse;
}
.services-box-list-item .services-box-list-item-wrap {
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    align-self: anchor-center;
}
.services-box-list-item-wrap .service-box-title {
    color: #100940;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
}
.services-box-list-item-wrap .service-box-content {
    font-size: 18px;
    margin-bottom: 40px;
}
.services-box-list-item-wrap .service-box-button a {
    background: #100940;
    min-width: 170px;
    font-weight: 600;
    text-transform: capitalize;
    transition: none;
    border: 1px solid transparent;
}
.services-box-list-item-wrap .service-box-button a:first-child {
    margin-right: 10px;
    margin-bottom: 10px;
}
.services-box-list-item-wrap .service-box-button a:last-child {
    background: #537197;
}
.services-box-list-item:hover .services-box-list-item-wrap .service-box-button a {
    color: #100940 !important;
    background: #fff;
    border: 1px solid #100940;
}
.services-box-list-item:hover .services-box-list-item-wrap .service-box-button a:last-child {
    color: #537197 !important;
    border: 1px solid #537197;
}

/* --------------------------- CTA Section ---------------------------  */
.cta-section {
    padding: 45px 30px 150px;
}
.home .cta-section {
    background: #fff;
}
.cta-section-wrap {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}
.cta-small-header {
    font-size: 18px;
    color: #537197;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}
.cta-header {
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 40px;
    color: #100940;
    position: relative;
    font-size: 45px;
}
.cta-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #537197;
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.cta-content {
    margin-bottom: 45px;
}
.cta-button.def-button {
    color: #537197 !important;
    background: transparent;
    border: 1px solid #537197;
    margin: 0 15px;
    text-transform: initial;
    font-weight: 600;
    padding: 18px 15px 19px;
    min-width: 300px;
}
.cta-button.def-button:hover {
    color: #fff !important;
    background: #537197 !important;
}

/* --------------------------- Testimonials Section ---------------------------  */
.testimonials-section {
    padding: 150px 15px;
    box-sizing: border-box;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.testimonials-section:before {
    content: '';
    display: block;
    background: rgba(6, 2, 36, .7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonials-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    max-width: 1830px;
    padding: 0 65px;
}
.testimonials-small-header {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonials-header {
    font-size: 45px;
    color: #edefef;
    font-family: "Arvo", serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
.testimonials-header:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #537197;
    position: relative;
    display: block;
    bottom: -20px;
    margin: 0 auto;
}
.testimonials-section .reviews-slider-wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.testimonials-section .reviews-slider {
    margin-bottom: 60px;
}
.testimonials-section .reviews-slider-wrap .slick-list {
    max-width: 1650px;
    margin: 0 auto;
}
.testimonials-section .reviews-slider .review-slide {
    margin: 0 15px;
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
    padding: 30px;
}
.testimonials-section .review-rating {
    line-height: 1;
    font-size: 0;
    margin-bottom: 20px;
}
.testimonials-section .review-rating i {
    font-size: 13px;
    color: #537197;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
}
.testimonials-section .reviews-slider .review-slide .review-content {
    display: block;
    vertical-align: top;
    position: relative;
    margin-bottom: 22px;
    color: #1a1a1a;
    font-size: 18px;
}
.review-meta {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.review-icon i {
    color: #fff;
    background: #100940;
    font-size: 30px;
    line-height: 1;
    padding: 12px 14px;
    border-radius: 50px;
}
.testimonials-section .review-author .review-name {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #100940;
}
.testimonials-section .review-author .review-position {
    color: #537197;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}
.testimonials-section .reviews-slider .review-slide:hover {
    background: #100940;
}
.testimonials-section .reviews-slider .review-slide:hover .review-content {
    color: #fff;
}
.testimonials-section .reviews-slider .review-slide:hover .review-name {
    color: #fff;
}
.testimonials-section .reviews-slider .review-slide:hover .review-icon i {
    box-shadow: 0 0 2px #fff;
}
.testimonials-buttons {
    text-align: center;
}
.testimonials-buttons a {
    background: #eeeeff;
    padding: 17px 10px;
    margin: 0 15px 10px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: initial;
    color: #100940 !important;
    min-width: 235px;
}
.testimonials-buttons a:hover {
    color: #fff !important;
}
.testimonials-section .reviews-slider .slick-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 14px 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(0, 0, 0, .3);
}
.testimonials-section .reviews-slider .slick-arrow:hover {
    background: #0e0a38;
}
.testimonials-section .reviews-slider .reviews-slider-prev {
    left: -65px;
}
.testimonials-section .reviews-slider .reviews-slider-next {
    right: -65px;
}

/* --------------------------- Gallery Section ---------------------------  */
.gallery-section {
    padding: 150px 30px;
    position: relative;
}
.gallery-wrap {
    max-width: 1620px;
    margin: 0 auto;
    text-align: center;
}
.gallery-small-header {
    font-size: 18px;
    color: #537197;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.gallery-header {
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 50px;
    color: #100940;
    position: relative;
    font-size: 45px;
}
.gallery-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #537197;
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.gallery-section .slmp-gallery {
    margin-bottom: 30px !important;
}
.slmp-gallery .slmp-image-item {
    border-radius: 5px;
    margin-bottom: 2%;
}
.slmp-gallery .slmp-image-item .slmp-image {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.slmp-popup-image-item.active {
    text-align: center;
}
.gallery-button {
    min-width: 305px;
    background: #100940;
    color: #eeeeff !important;
    text-transform: initial;
}

/* --------------------------- Form Section ---------------------------  */
.form-section {
    padding: 150px 30px 100px;
    background-size: cover !important;
    position: relative;
}
.form-wrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover !important;
    filter: grayscale(.8);
}
.form-section .form-wrap:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(237, 239, 239, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.form-section .form-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(255 255 255) 8%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 92%);
}
.form-wrapper {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    box-shadow: 0 0 60px rgba(2, 2, 2, .15);
    border-radius: 10px;
    position: relative;
}
.form-wrapper .form-left {
    background-size: cover !important;
    flex: 1 1 35%;
    border-radius: 10px 0 0 10px;
}
.form-wrapper .form-right {
    flex: 1 1 65%;
    padding: 60px 50px 70px;
    position: relative;
}
.form-small-header {
    color: #537197;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}
.form-header {
    font-size: 45px;
    color: #242424;
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}
.form-section .form-right .form-title {
    display: none;
}
.form-content {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 35px;
}
.form-wrapper .form-right .wpcf7 {
    position: relative;
}
.wpcf7 .form-field .col-2 {
    display: flex;
    column-gap: 30px;
    margin-bottom: 20px;
}
.wpcf7 .form-field .col-1 span,
.wpcf7 .form-field .col-2 span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #100940;
}
.wpcf7 .form-field .col-2 span strong {
    color: #100940;
}
.wpcf7 .form-field .col-2 > div {
    width: 50%;
}
.wpcf7 .form-field .col-1 {
    margin-bottom: 20px;
}
.form-section .recaptcha-note {
    text-align: left;
}   

/* --------------------------- Areas Section ---------------------------  */
.location-section {
    background: #fff;
    text-align: center;
    padding: 50px 30px 150px;
}
.location-section-wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}
.location-small-header {
    font-size: 18px;
    color: #537197;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.location-header {
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 50px;
    color: #242424;
    position: relative;
    font-size: 45px;
}
.location-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #537197;
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.location-content {
    margin-bottom: 50px;
}
.location-columns {
    display: flex;
    text-align: left;
    column-gap: 30px;
}
.location-columns > div {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 25px 30px;
    width: 33.33%;
}
.location-columns .map-column {
    border: 1px solid #fff;
    padding: 0;
    font-size: 0;
}
.location-columns .map-column-wrap {
    position: relative;
    padding-bottom: 390px;
    overflow: hidden;
}
.location-columns .map-column iframe {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.location-columns .column-header {
    font-size: 22px;
    color: #100940;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1;
}
.location-column-content {
    margin-bottom: 15px;
}
.location-columns .location-button {
    border: 1px solid #537197;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 10px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #100940;
    min-width: 200px;
    margin-bottom: 50px;
}
.location-columns .location-button:last-child {
    margin-bottom: 20px;
}
.busines-hours-row {
    display: flex;
    margin-bottom: 5px;
    text-align: left;
    justify-content: space-between;
    column-gap: 15px;
}
.busines-hours-row .hours {
    padding-right: 20px;
    min-width: 215px;
}

/* --------------------------- Blog Section ---------------------------  */
.blog-section {
    padding: 150px 30px;
    box-sizing: border-box;
    text-align: center;
}
.blog-section-wrap {
    max-width: 1830px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.blog-section-small-header {
    font-size: 18px;
    color: #537197;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-section-header {
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 50px;
    color: #100940;
    position: relative;
    font-size: 45px;
}
.blog-section-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #537197;
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.blog-link-wrap {
    background: #100940;
    min-width: 270px;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-link-wrap:hover {
    background: #537197;
}
.blog-section .blog-section-slider {
    padding: 0 70px;
}
.blog-section .slick-list {
    max-width: 1650px;
    margin: 0 auto;
}
.blog-posts-article {
    vertical-align: top;
    margin: 0 15px 60px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 30px;
}
.blog-posts-article:hover {
    box-shadow: 0 25px 15px rgba(16, 9, 64, .10);
    background: #fff;
    border-color: #fff;
}
.blog-posts-article-image {
    height: 320px;
    background-size: cover !important;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 35px;
}
.blog-article-info {
    text-align: center;
}
.blog-posts-article .blog-title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.blog-posts-article .blog-read {
    text-align: center;
    color: #537197;
    display: inline-block;
    line-height: 1;
    margin: 0 auto;
    font-size: 14px;
    transition: width 1s;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-date {
    background: #100940;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px 19px;
    z-index: 1;
    font-size: 0;
}
.blog-date .blog-month {
    font-size: 14px;
    color: #537197;
    line-height: 1;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.blog-date .blog-day {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}
.blog-section-slider .slick-arrow {
    color: #eeeeff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 14px 24px;
    z-index: 1;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(36, 36, 36, .5);
}
.blog-section-slider .slick-arrow:hover {
    background: rgba(16, 9, 64, .7);
}
.blog-section-slider .blog-slider-prev {
    left: 0;
}
.blog-section-slider .blog-slider-next {
    right: 0;
}

/* --------------------------- Subscribe Section ---------------------------  */
.subscribe-section {
    background: #100940;
    color: #fff;
    padding: 75px 30px;
}
.subscribe-wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 60px;
    align-items: end;
}
.subscribe-wrap > div {
    width: 50%;
    position: relative;
} 
.subscribe-small-header {
    color: #537197;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}
.subscribe-header {
    font-family: "Vollkorn", serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 50px;
    color: #fff;
    position: relative;
    font-size: 45px;
}
.subscribe-header:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #537197;
    margin: 20px 0 0;
    position: absolute;
    left: 0;
    right: 0;
}
.subscribe-wrapper .wpcf7 .form-field .col-1 {
    margin-bottom: 0;
}
.subscribe-wrapper .wpcf7 .form-field .col-1 input {
    text-align: center;
    padding: 25px 10px;
    border-radius: 10px 10px 0 0;
}
.subscribe-wrapper .wpcf7 .form-field .col-1 button {
    text-transform: capitalize;
    border-radius: 0 0 10px 10px;
}
.subscribe-wrapper .wpcf7 .form-field .col-1 input:hover {
    border: 1px solid #ffffff;
}
.subscribe-wrapper .wpcf7 .form-field .col-1 button:hover {
    box-shadow: inset 0 0 1px 1px #fff;
}
.subscribe-wrapper .recaptcha-note,
.subscribe-wrapper .recaptcha-note a {
    color: #fff !important;
    text-align: center;
}
.subscribe-wrapper .wpcf7 form .wpcf7-response-output {
    bottom: -40px;
}

/* --------------------------- Footer Section ---------------------------  */
.site-footer {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    border: 0;
    font-size: 16px;
    background: transparent;
}
.site-footer .footer-wrap {
    position: relative;
    padding: 115px 30px 100px;
    background: #fff;
}
.site-footer .footer-wrapper {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
}
.site-footer .footer-wrapper .footer-column {
    width: 20%;
    position: relative;
}
.footer-header {
    font-size: 22px;
    color: #191919;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 30px;
    border-left: 3px solid #537197;
    text-transform: capitalize;
}
.footer-logo {
    margin-bottom: 30px;
    text-align: left;
}
.footer-address {
    margin-left: 40px;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    padding-top: 5px;
}
.footer-address-wrap {
    margin-bottom: 20px;
}
.footer-address-button {
    color: #100940;
}
.site-footer .footer-wrapper .footer-column .fa-map-marker-alt {
    position: absolute;
    left: -40px;
    top: 10px;
    font-size: 22px;
    color: #100940;
}
.footer-phone {
    position: relative;
    margin-bottom: 30px;
}
.footer-phone-wrap {
    margin-left: 40px;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 4px;
}
.footer-phone-wrap a {
    color: #000;
}
.site-footer .footer-wrapper .footer-column .fa-phone-alt {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 22px;
    color: #100940;
}
.footer-hours .busines-hours .hours {
    padding-right: 0;
    min-width: 160px;
}
.footer-hours {
    margin-bottom: 40px;
    padding-left: 60px;
    text-align: left;
}
.footer-email {
    position: relative;
}
.footer-email-wrap {
    margin-left: 40px;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-weight: 600;
    padding-bottom: 25px;
}
.footer-email-header {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
    text-align: left;
}
.site-footer .footer-wrapper .footer-column .fa-envelope {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 22px;
    color: #100940;
}
.footer-email-wrap a {
    color: #100940;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
}
.footer-column ul.menu li {
    margin-bottom: 5px;
}
.footer-column ul.menu li a {
    display: block;
    padding: 6px 10px 6px 35px;
    transition: .2s ease-in;
    position: relative;
    box-sizing: border-box;
    color: #000000;
    border-radius: 5px;
    text-align: left;
    font-weight: 600;
}
.footer-column ul.menu li a:hover {
    padding: 6px 5px 6px 75px;
    background: #100940;
    color: #eeeeff;
    font-weight: 700;
}
.footer-column ul.menu li a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    transition: .2s ease-in;
    color: #bfbfbf;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-column ul.menu li a:hover:before {
    left: 35px;
    color: #eeeeff;
}
.footer-bottom-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 60px;
}
.footer-bottom-wrapper {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-copyright span {
    color: #100940;
}
.footer-copyright a {
    color: #595959;
}
.footer-copyright br {
    display: none;
}
.footer-social-media .social-media li a {
    background-position: 0 -40px;
}
.footer-social-media .social-media li a:hover {
    background-color: #100940;
}
.footer-social-media .social-media .yt a {
    background-position: -45px -40px;
}
.footer-social-media .social-media .lnkd a {
    background-position: -90px -40px;
}
.footer-social-media .social-media .twt a {
    background-position: -135px -40px;
}
.footer-social-media .social-media .insta a {
    background-position: -180px -40px;
}
.footer-social-media .social-media .gmb a {
    background-position: -225px -40px;
}
.footer-social-media .social-media .fb a:hover {
    background-position: 0 0;
}
.footer-social-media .social-media .yt a:hover {
    background-position: -45px 0;
}
.footer-social-media .social-media .lnkd a:hover {
    background-position: -90px 0;
}
.footer-social-media .social-media .twt a:hover {
    background-position: -135px 0;
}
.footer-social-media .social-media .insta a:hover {
    background-position: -180px 0;
}
.footer-social-media .social-media .gmb a:hover {
    background-position: -225px 0;
}
.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 54px;
    display: none;
    background: url('/wp-content/uploads/2022/05/backtotop-icon.png');
    cursor: pointer;
    z-index: 10;
    background-color: rgba(16, 9, 64, .5);
    color: #edefef;
    padding: 9px 14px;
    border-radius: 3px;
    border: 1px solid rgba(238, 238, 255, .5);
    font-size: 13px;
}
.footer-links {
    display: none;
}    
#mobile-company-info {
    display: none;
}
.mobile-company-container {
    display: none;  
}
.mobile-floating-cta {
    display: none;
}
.floating-cta-btn {
    position: fixed;
    bottom: 45%;
    right: -110px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    padding: 8px 15px;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    text-transform: capitalize;
    transition: ease .5s top, ease .5s bottom, ease .5s right;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    background: #537197;
    width: 280px;
    text-align: center;
}
.floating-cta-btn.sticky-head {
    right: -110px;
    bottom: 230px;
    top: unset;
    transition: ease .5s top, ease .5s bottom, ease .5s right;
}
#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;
}
#mobile-search {
    display: none;
}
.mobile-search-container {
    display: none;
}

/* --------------------------- Generic Page ---------------------------  */
/* ----------------- Inner Banner -----------------  */
.inner-banner {
    position: relative;
    height: 520px !important;
    background-size: cover !important;
    margin-top: 190px;
}
.inner-banner:before {
    content: '';
    background: rgba(6, 3, 31, .50);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-banner-wrap {
    max-width: 1680px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30px;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1;
}
.inner-banner-header {
    color: #eeeeff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Vollkorn", serif;
}
.breadcrumb {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.breadcrumb span.home-icon {
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2025/06/home-sprite.png');
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}
.inner-breadcrumbs {
    color: #fff;
    font-size: 16px;
}
.breadcrumb span.separator {
    margin: 0 10px;
    color: #fff;
    font-size: 4px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb .breadcrumb-link-wrap a {
    color: #fff;
}
.breadcrumb .breadcrumb-link-wrap a:hover {
    color: #fff;
}
.breadcrumb .bc-wrap > .breadcrumb-link-wrap:first-child {
    margin-right: 20px;
}
.breadcrumb .bc-wrap > span:nth-child(2) {
    display: none;
}

/* ----------------- Inner Content -----------------  */
.two-col-group {
    margin-bottom: 40px;
}
.two-col-group ul {
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.site-inner {
    clear: both;
    padding: 100px 50px 100px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
}
.site-inner .content-sidebar-wrap {
    max-width: 1620px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.site-inner .content-sidebar-wrap .content {
    width: 100%;
    font-size: 18px;
}
.site-inner .content-sidebar-wrap article {
    margin-bottom: 0;
}
.entry-content .wp-block-columns {
    margin-bottom: 65px;
    column-gap: 60px;
}
.site-inner .entry-content .wp-block-image figure {
    position: relative;
    margin-bottom: 25px;
}
.site-inner .entry-content .wp-block-image figure:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #d1d7de;
    bottom: -35px;
    right: -35px;
    z-index: 1;
    border-radius: 10px;
}
.site-inner .entry-content .wp-block-image figure img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.site-inner .entry-content ul {
    padding-left: 0;
    margin-bottom: 40px;
}
.site-inner .entry-content ul > li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 5px;
}
.site-inner .entry-content ul > li:before {
    position: absolute;
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: #537197;
    font-size: 18px;
    line-height: 1;
    top: 5px;
}
.two-col-list {
    column-count: 2;
}
.three-col-list {
    column-count: 3;
}
.site-inner .entry-content .html-sitemap ul.children {
    margin-bottom: 0;
}
.site-inner .entry-content .aboutus-page-image {
    margin-bottom: 60px;
}
.site-inner .entry-content .aboutus-page-image figure:after {
    display: none;
}
.site-inner .entry-content .aboutus-page-image figure figcaption {
    margin: 0;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    font-size: 35px;
    font-weight: 700;
}
.site-inner .entry-content .about-owner {
    background: rgba(83, 113, 151, .2);
    padding: 30px;
    border-radius: 10px;
    column-gap: 3%;
    margin-bottom: 60px;
}
.site-inner .entry-content .about-owner > div:first-child .wp-block-image figure {
    margin: 0 !important;
}
.site-inner .entry-content .about-owner figure:after {
    display: none;
}
.site-inner .entry-content .about-owner > div:first-child {
    flex-basis: 30%;
}
.site-inner .entry-content .about-owner > div:last-child {
    flex: 1 1 67%;
    padding-top: 30px;
}


/* --------------------------- Course & price Listing Page ---------------------------  */
.wp-block-group.header-bg {
    background: rgba(83, 113, 151, .20);
    text-align: center;
    padding: 44px 15px;
    margin-bottom: 55px;
    border-radius: 10px;
}
.wp-block-group.header-bg h2 {
    margin-bottom: 5px;
}
.wp-block-group.header-bg p {
    color: #537197;
    margin-bottom: 0;
}
.wp-block-group.course-price-gp {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 60px;
}
.course-price-gp .wp-block-image figure:before {
    content: 'NEW';
    position: absolute;
    top: 15px;
    left: 15px;
    background: #537197;
    color: #fff;
    display: block;
    z-index: 3;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 4px 7px;
}
.site-inner .entry-content .course-price-gp .wp-block-image figure:after {
    content: 'SALE';
    position: absolute;
    top: 42px;
    left: 15px;
    background: #100940;
    color: #fff;
    display: block !important;
    z-index: 3;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 4px 7px;
    text-align: center;
    width: unset;
    height: unset;
    bottom: unset;
    right: unset;
    border-radius: 0;
}
.course-price-gp .wp-block-columns {
    column-gap: 30px;
}
.course-price-gp .wp-block-columns .wp-block-column {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.course-price-gp .wp-block-columns .wp-block-column:hover {
    box-shadow: 0 25px 15px rgba(16, 9, 64, .10);
}
.course-price-gp .wp-block-column figure::after {
    display: none;
}
.course-price-title {
    font-size: 22px;
    font-weight: 600;
    color: #100940;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.course-price-gp .wp-block-column figure figcaption {
    display: none;
}
.course-price-gp .wp-block-column figure:hover figcaption {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    background: #100940;
    color: #fff !important;
    z-index: 2;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
    width: 94%;
    margin: 0 auto;
    border-radius: 5px;
}
.course-price-gp .wp-block-column figure figcaption a {
    color: #fff !important;
}

/* --------------------------- Services Page ---------------------------  */
.inner-services-section.services-section {
    margin: 0;
    background: transparent;
    padding: 0 30px 70px;
}
.inner-services-section .services-header {
    text-align: left;
}
.inner-services-section .services-header:after {
    display: none;
}
.inner-services-section .services-content {
    text-align: left;
    max-width: 100%;
}
.inner-services-section .services-box-list-item {
    background: #fff;
}
.inner-services-section .services-box-list-item:hover {
    box-shadow: 0 0 60px rgba(16, 9, 64, .15);
}

/* --------------------------- Contact Us Form ---------------------------  */
.page-id-194 .gallery-section {
    padding: 150px 30px 75px;
}
.page-id-194 .blog-section {
    padding: 75px 30px 150px;
}
.contactus-nap {
    text-align: center;
    max-width: 305px;
    margin: 0 auto;
}
.contactus-nap .busines-hours-row .hours {
    padding-right: 0;
    min-width: 180px;
}
#contactus-form {
    max-width: 600px;
    margin: 0 auto 60px;
    position: relative;
}
#contactus-form .form-field > div {
    margin-bottom: 5px;
}
.contactus-map {
    text-align: center;
    margin-bottom: 15px;
}
.recaptcha-note span.wpcf7-list-item {
    margin: 0 0 10px;
}
.recaptcha-note span.wpcf7-list-item input {
    margin-right: 10px;
}

/* --------------------------- 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-container span.close-modal {
    position: absolute;
    right: 0;
    font-size: 26px;
    color: #000;
    cursor: pointer;
    line-height: 1;
    padding: 0 5px 5px;
}
.modal-container span.close-modal:hover {
    color: #537197;
}
.modal-container .form-title {
    color: #100940;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    padding: 10px 0 25px;
}
.modal-container .form-field {
    padding: 30px 15px 15px;
    box-sizing: border-box;
    background: #e1e1e1;
}
.modal-container .wpcf7 .form-field .col-1 {
    margin-bottom: 10px;
}
.modal-container .wpcf7 .form-field .col-2 {
    column-gap: 15px;
    margin-bottom: 10px;
}
.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-form .modal-container .wpcf7 .form-field .recaptcha-note,
#modal-form .wpcf7 .form-field .recaptcha-note .wpcf7-list-item span {
    font-size: 14px;
}

/* --------------------------- 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%;
}
.site-inner .search-form .search-submit {
    background: #537197;
}
.site-inner .search-form .search-submit:hover {
    background: #100940;
}
.search-result-title {
    font-size: 24px;
}
.search-result-excerpt .more-link {
    margin-bottom: 0;
}
.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;
}















/* --------------------------- Reviews Page ---------------------------  */
.navigation.pagination .nav-links .page-numbers {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 12px 20px !important;
    line-height: 1.625 !important;
    font-weight: 700;
    border-radius: 5px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links span.page-numbers.current {
    background-color: #333333 !important;
}
.nav-links .page-numbers .dashicons {
    margin-top: 3px;
}
.site-inner .content-sidebar-wrap .sfs_reviews {
    margin-bottom: 30px;
}
.reviews-widget-wrapper,
.yext-widget {
    margin-bottom: 25px !important;
}

/* --------------------------- Gallery Page ---------------------------  */
.page-id-232 .site-inner {
    padding: 100px 30px 75px;
}
.slmp-gallery .slmp-gallery-load-more {
    padding-top: 40px !important;
}
.slmp-gallery .slmp-gallery-load-more button {
    background: #333333;
    border: 0;
    border-radius: 5px;
    padding: 16px 15px;
    min-width: 250px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.slmp-gallery .slmp-gallery-load-more button:after {
    content: '\f055';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    display: inline-block;
    margin-left: 7px;
    font-size: 20px;
    position: relative;
    top: 1px;
    z-index: 2;
}
.page-id-232 .inner-counter-cta {
    margin-top: 150px;
}
.page-id-232 .inner-counter-cta .counter-wrap {
    display: none;
}

/* --------------------------- Blog Page ---------------------------  */
.page-id-209 .inner-counter-cta {
    margin-top: 110px;
}
.page-id-209 .inner-counter-cta .counter-wrap {
    display: none;
}
h1.category-title {
    text-transform: capitalize;
}
.entry-author {
    text-transform: capitalize;
}
.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 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 15px;
    background: #fff;
    color: #333333;
    border: none !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
#blog-widget > .wrap > section select:hover {
    background-color: #333;
    color: #fff;
}
#blog-widget .widget-wrap:after {
    color: #333;
    content: '\f078';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    pointer-events: none;
}
#blog-widget .widget-wrap:hover:after {
    color: #fff;
}
.blog-posts-article-wrapper {
    text-align: center;
}
.blog-posts-article-wrapper .blog-posts-article {
    width: 31.33%;
    margin: 0 1% 60px;
    border: 1px solid #e1e1e1;
    text-align: left;
}
.blog-post-sep {
    display: block;
    width: 100%;
    height: 1px;
    background: #d5cdcd;
    margin: 10px auto 55px;
}
.pagination {
    margin: 25px auto;
    text-align: center; 
}
.archive-pagination li a {
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 5px;
    background: rgba(18, 18, 18, .10);
    margin-left: 5px;
    margin-right: 5px;
    color: #121212;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #121212;
    color: #fff;
}
.postid-1377 .site-inner .entry-content .wp-block-image figure img {
    box-shadow: none;
}
.postid-1377 .site-inner .entry-content .wp-block-image figure:after {
    display: none;
}

/* --------------------------- 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;
}
.entry-content code {
    background-color: #f5f5f5;
}
.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}
.text-image {
    background-color: #1f6294;
}
.text-image a {
  color: #fff;
}
.text-image .wp-block-image {
    margin-bottom: 0;
  position: relative;
}
.text-image .wp-block-image:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 69vh 210px 0 0;
    border-color: #1f6294 transparent transparent transparent;
}
.content-left {
    background-color: #1f6294;
    color: #fff;
    padding: 60px;
    height: 100%;
}
.content-left h2 {
  color: #fff;
}
.content-left p {
    padding: 0 !important;
}
/* 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:1740px) { 

}

@media only screen and (max-width:1690px) { 
    .footer-column ul.menu li a {
        padding: 6px 10px 6px 20px;
    }
    .footer-column ul.menu li a:hover {
        padding: 6px 10px 6px 40px;
    }
    .footer-column ul.menu li a:hover:before {
        left: 20px;
    }
}

@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1520px) {
    .header-search {
        max-width: 400px;
    }
    .footer-address {
        margin-left: 25px;
        padding-left: 10px;
    }
    .site-footer .footer-wrapper .footer-column .fa-map-marker-alt {
        left: -25px;
    }
    .site-footer .footer-wrapper .footer-column .fa-phone-alt {
        font-size: 18px;
    }
    .footer-phone-wrap {
        margin-left: 25px;
        padding-left: 10px;
        font-size: 22px;
        padding-top: 2px;
    }
    .footer-hours {
        margin-bottom: 40px;
        padding-left: 35px;
        text-align: left;
    }
    .footer-column ul.menu li a {
        font-size: 14px;
    }
    .footer-email-wrap {
        margin-left: 25px;
        padding-left: 10px;
    }
    .site-footer .footer-wrapper .footer-column .fa-envelope {
        font-size: 18px;
    }
}

@media only screen and (max-width:1440px) {
    .header-right-wrap {
        padding: 10px 10px;
    }
    .header-search {
        max-width: 360px;
    }
    .header-search .search-form-submit {
        padding: 15px 15px;
    }
    form.search-form:after {
        right: 9px;
    }
    .header-search .search-form-input {
        padding: 9px 0 10px 10px;
    }
    .footer-header {
        font-size: 20px;
        padding-left: 10px;
    }
}

@media only screen and (max-width:1366px) {
    .hero-section-wrap {
        column-gap: 10px;
    }
    .hero-section-right {
        row-gap: 15px;
    }
    .hero-section-right > div {
        padding: 25px 15px;
        font-size: 20px;
    }
    a.hero-section-right-button {
        margin-bottom: 0;
    }
    .hero-section-right-button i {
        padding: 9px 12px;
    }
    .home-slide-wrapper {
        padding: 0 40px;
    }
    .why-box-list {
        padding: 18px 10px;
    }
    .why-box-list-item {
        padding: 18px 15px;
        column-gap: 10px;
    }
    .about-section {
        padding: 120px 30px 70px 15px;
    }
    .about-right-image:before {
        bottom: -20px;
        right: -20px;
    }
    .testimonials-section .reviews-slider .review-slide {
        margin: 0 5px;
        padding: 30px 15px;
    }
    .location-columns {
        column-gap: 15px;
    }
    .location-columns > div {
        padding: 25px 20px;
    }
    .site-footer .footer-wrapper {
        column-gap: 15px;
    }
    .entry-content .wp-block-columns {
        column-gap: 30px;
    }
    .course-price-gp .wp-block-columns {
        column-gap: 15px !important;
    }
    .course-price-gp .wp-block-columns .wp-block-column {
        padding: 15px;
        background: #fff;
        border-radius: 10px;
    }
}

@media only screen and (max-width:1280px) {
    .genesis-nav-menu > .menu-item {
        margin-right: 40px;
    }
    .genesis-nav-menu > .menu-item:after {
        right: -23px;
    }
    .why-box-title {
        font-size: 18px;
    }
    .about-right-small-image img {
        width: 250px;
        height: 170px;
    }
    .about-right-small-image {
        bottom: 10px;
    }
    .about-right-small-image:after {
        width: calc(100% + 10px);
        height: calc(100% + 20px);
        bottom: -10px;
    }
    .services-box-list-item {
        column-gap: 30px;
        padding: 30px 30px;
    }
    .cta-button.def-button {
        margin: 0 5px;
        padding: 18px 10px 19px;
        min-width: 290px;
    }
    .location-section .busines-hours-row .hours {
        padding-right: 0;
        min-width: 200px;
    }
    .site-footer .footer-wrap {
        padding: 115px 15px 100px;
    }
    .footer-hours {
        font-size: 14px;
    }
}

@media only screen and (max-width:1200px) {
    .header-search {
        max-width: 280px;
    }
    .header-right-container.tracking a {
        font-size: 14px;
    }
    .header-right-wrap > div:first-child {
        font-size: 18px;
        margin-right: 8px;
    }
    .location-columns > div {
        padding: 25px 15px;
    }
    .busines-hours-row {
        font-size: 18px;
    }
    .site-footer .footer-wrapper .footer-column:first-child .footer-header {
        font-size: 17px;
        padding-top: 1px;
        padding-bottom: 2px;
    }
    .location-section .busines-hours-row .hours {
        min-width: 175px;
    }
}

@media only screen and (max-width:1140px) {
    .top-header {
        padding: 10px 15px;
    }
    .site-header > .wrap {
        padding: 5px 15px 65px;
    }
    .genesis-responsive-menu ul#menu-main-menu {
        padding: 0 15px;
    }
    .hero-section {
        padding: 220px 15px 15px;
    }
    .why-section {
        padding: 15px 15px 30px;
    }
    .why-box-title {
        font-size: 16px;
    }
    .footer-phone-wrap a {
        font-size: 20px;
    }
    .busines-hours-row {
        font-size: 16px;
    }
    .location-section .busines-hours-row .hours {
        min-width: 160px;
    }
    .contactus-nap .busines-hours-row .hours {
        min-width: 160px;
    }
}

@media only screen and (max-width:1080px) {
    .header-search {
        max-width: 250px;
    }
}

@media only screen and (max-width: 1023px) {
    .top-header {
        display: none;
    }
    .site-header,
    .admin-bar .site-header {
        top: 0 !important;
        z-index: 1005;
        padding-top: 44px;
    }
    .site-header > .wrap {
        padding: 0;
        position: relative;
    }
    .title-area {
        float: none;
        padding: 9px 15px !important;
        text-align: center;
    }
    .title-area img {
        width: auto;
        height: 58px;
    }
    .widget-area.header-widget-area {
        float: none;
        margin-top: 0;
        position: absolute;
        top: -44px;
        width: 100%;
        background: #100940;
        color: #fff;
    }
    .header-right {
        padding: 7px 20px;
        display: flex;
        justify-content: space-between;
    }
    .header-right-wrap:last-child {
        display: none;
    }
    .header-right-wrap {
        padding: 0; 
        border-left: 0;
    }
    .header-right-wrap .phone-icon {
        display: block;
        margin-right: 8px;
        background: #537197;
        padding: 6px 7px;
    }
    .header-right-wrap > div i {
        font-size: 16px;
        color: #fff;
    }
    .header-right-container {
        color: #fff;
    }
    .header-right-container span {
        display: none;
    }
    .header-right-container.tracking a.phone-click {
        color: #fff;
        font-size: 16px;
    }
    .header-right-container.tracking a.phone-click:after {
        display: none;
    }
    .header-search {
        display: none;
    }
    #mobile-company-info {
        display: block;
        position: fixed;
        top: 70px;
        left: 15px;
        z-index: 9999;
        color: #100940;
        cursor: pointer;
        transition: none !important;
    }
    .mobile-company-container {
        position: absolute;
        padding: 10px 10px 10px 40px;
        box-sizing: border-box;
        background: #537197;
        color: #fff;
        font-weight: 500;
        display: none;
        top: 120px;
        z-index: 9999;
        transition: none;
        width: 100%;
    }
    .mobile-company-container.active-info {
        display: block;
    }
    .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-company-container .busines-hours {
        max-width: 280px;
    }
    .mobile-company-container .busines-hours .busines-hours-row .hours {
        padding-right: 0;
        min-width: 160px;
    }
    #mobile-search {
        display: block;
        position: fixed;
        top: 70px;
        left: 37px;
        z-index: 9999;
        color: #100940;
        cursor: pointer;
        transition: none !important;
    }
    .mobile-search-container {
        position: absolute;
        padding: 50px 30px;
        box-sizing: border-box;
        background: #537197;
        color: #fff;
        font-weight: 500;
        display: none;
        top: 120px;
        z-index: 9999;
        transition: none;
        width: 100%;
    }
    .mobile-search-container.active-info {
        display: block;
    }
    .mobile-search-container form.search-form:after {
        display: none;
    }
    .mobile-search-container .search-form input.search-form-submit {
        background-color: #100940;
        min-width: 175px;
        padding: 13px 10px;
    }
    .sticky-head.site-header,
    .admin-bar .sticky-head.site-header {
        padding-top: 0;
    }
    .sticky-head .widget-area.header-widget-area {
        display: none;
    }
    .sticky-head .title-area {
        padding: 5px 15px !important;
    }
    .sticky-head .title-area img {
        width: auto;
        height: 40px;
    }
    .sticky-head .menu-toggle {
        padding: 0;
        z-index: 1000;
        float: none;
        position: absolute;
        right: 10px;
        top: 13px;
        transition: none;
    }
    #mobile-company-info.sticky-head {
        top: 11px;
    }
    .mobile-company-container.active-info.sticky-head {
        top: 50px;
        position: fixed;
    }
    #mobile-search.sticky-head {
        top: 11px;
    }
    .mobile-search-container.active-info.sticky-head {
        top: 50px;
        position: fixed;
    }
    .floating-cta-btn {
        display: none;
    }
    .three-col-list {
        column-count: 2;
    }
    .genesis-nav-menu > .menu-item.current-menu-item a:before,
    .genesis-nav-menu > .menu-item a:hover:before {
        display: none;
    }
    .genesis-nav-menu li#menu-item-1647 a i {
        display: inline-block;
    }
    .genesis-nav-menu #menu-item-199 {
        float: none;
    }
    .genesis-nav-menu a i,
    .genesis-nav-menu .sub-menu a i {
        display: none;
    }
    .genesis-nav-menu > .menu-item:before,
    .genesis-nav-menu > .menu-item:after {
        display: none !important;
    }
    .menu-toggle,
    .sub-menu-toggle {
        background-color: transparent;
        border-width: 0;
        color: #537197 !important;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background-color: transparent;
        border-width: 0;
        color: #fff;
    }
    .menu-toggle {
        padding: 0;
        z-index: 1000;
        float: none;
        position: absolute;
        right: 10px;
        top: 25px;
        transition: none;
    }
    .menu-toggle.activated::before {
        content: "\f335";
    }
    .site-header .menu-toggle::before {
        font-size: 25px;
        height: 25px;
        width: 25px;
        margin-right: 0;
    }
    nav,
    .genesis-responsive-menu {
        display: none;
        position: relative;
        padding: 0;
        height: 100vh;
        padding-bottom: 150px;
        overflow: scroll;
        background: #537197;
        text-align: left;
    }
    .genesis-responsive-menu ul#menu-main-menu {
        padding: 0;
    }
    .genesis-nav-menu #menu-item-1647 {
        float: none;
    }
    .genesis-nav-menu > .menu-item > a:before {
        display: none !important;
    }
    .genesis-nav-menu {
        display: block;
    }
    .genesis-nav-menu a {
        padding: 15px 15px !important;
        margin-right: 0;
    }
    .genesis-nav-menu .sub-menu a {
        padding: 15px 30px !important;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu .sub-menu a {
        font-size: 16px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #d7d7d7;
    }
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a {
        background: #100940;
    }
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        background: #537197;
    } 
    .genesis-nav-menu .menu-item {
        display: block;
    }
    .genesis-nav-menu > .menu-item {
        margin-right: 0;
    }
    .genesis-nav-menu .sub-menu {
        position: relative;
        opacity: 1;
        left: auto;
        border-top: 0;
        padding-left: 0;
    }
    .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;
        background: #100940;
    }
    .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 a:hover:after,
    .genesis-nav-menu .current-menu-item > a:after {
        display: none !important;
    }
    .sticky-head .genesis-responsive-menu {
        width: 100%;
    }
    .sticky-head .genesis-nav-menu .menu-item.menu-item-home a {
        padding: 15px 15px !important;
    }
    .sticky-head .genesis-nav-menu > .menu-item > a {
        padding: 15px 15px !important;
    }
    .sticky-head .genesis-nav-menu {
        width: 100%;
    }
    .sticky-head .genesis-nav-menu a {
        padding: 15px 15px !important;
    }
    .sticky-head .genesis-nav-menu .sub-menu a {
        padding: 15px 30px !important;
    }
    .genesis-nav-menu .menu-item-has-children > a:after {
        display: none !important;
    }
    .hero-section {
        padding: 140px 15px 15px;
    }
    .hero-section-wrap {
        column-gap: 0;
        flex-direction: column;
        row-gap: 20px;
    }
    .hero-section-left {
        width: 100%;
    }
    .home-slide {
        height: 500px !important;
    }
    .home-slide-wrapper {
        max-width: 100%;
        padding: 30px;
    }
    .home-slide-wrap .header {
        font-size: 30px;
        margin-bottom: 15px;
        color: #fff;
    }
    .home-slide-wrap .description {
        color: #fff;
        font-size: 16px;
    }
    .hero-button.def-button {
        padding: 16px 15px;
        font-size: 13px;
        min-width: 160px;
        display: inline-block;
        text-transform: capitalize;
    }
    .home-slider-wrapper ul.slick-dots {
        display: none !important;
    }
    .home-slider-wrapper .slick-arrow {
        display: none !important;
    }
    .hero-section-right {
        row-gap: 0;
        width: 100%;
        flex-direction: row;
        column-gap: 20px;
    }
     .hero-section-right > div {
        padding: 20px;
        font-size: 20px;
        min-height: 230px;
        height: 100%;
        width: 50%;
    }
    .why-section-wrap {
        max-width: 335px;
    }
    .why-box-list {
        flex-direction: column;
        padding: 20px;
    }
    .why-box-list-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .about-section {
        padding: 50px 20px 70px;
    }
    .about-section-wrap {
        column-gap: 0;
        flex-direction: column;
        row-gap: 50px;
    }
    .about-small-header {
        font-size: 16px;
    }
    .about-header {
        font-size: 30px;
    }
    .about-section-wrap > div {
        width: 100%;
    }
    .about-tab-area {
        display: none;
    }
    .about-button.def-button {
        display: none;
    }
    .about-section-wrap > div.about-right {
        position: relative;
        padding-left: 25px;
        padding-top: 200px;
    }
    .about-right-image {
        max-width: 735px;
        margin: 0 auto;
    }
    .about-right-image > img {
        right: 0;
        bottom: unset;
        top: -200px;
        left: 0;
        margin: 0 auto;
    }
    .about-right-image:before {
        bottom: -15px;
        right: -15px;
    }
    .about-right-small-image {
        left: -25px;
    }
    .about-left .about-accordion {
        display: block;
    }
    .accordion-item {
        margin-bottom: 10px;
    }
    .accordion-title {
        background: #fff;
        padding: 12px 20px;
        color: #100940;
        position: relative;
        border-radius: 10px 10px 0 0;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    .accordion-title.active {
        background: #100940;
        color: #eeeeff;
    }
    .accordion-title i {
        position: absolute;
        right: 20px;
        top: 17px;
    }
    .accordion-title.active i {
        transform: rotate(180deg);
        color: #eeeeff;
    }
    .accordion-content {
        padding: 20px 0 40px;
        display: none;
    }
    .accordion-item .about-button.def-button {
        display: inline-block;
    }
    .accordion-content > div:first-child {
        margin-bottom: 25px;
    }
    .home .badges-section {
        padding: 40px 15px 60px;
    }
    .badges-section {
        padding: 75px 0 35px;
    }
    .badges-section .badges-header {
        font-size: 30px;
        margin-bottom: 120px;
        text-align: center;
    }
    .badges-slider .slick-arrow {
        top: -90px;
    }
    .badges-slider .badge-slider-prev.slick-arrow {
        right: initial;
        left: 42%;
    }
    .badges-slider .badge-slider-next.slick-arrow {
        right: 42%;
    }
    .services-section {
        padding: 100px 15px 30px;
    }
    .services-section-wrap {
        margin: 0 auto;
    }
    .services-small-header {
        font-size: 16px;
    }
    .services-header {
        font-size: 30px;
    }
    .services-content {
        margin: 0 auto 45px;
    }
    .services-box-list-item {
        column-gap: 0;
        padding: 20px;
        flex-direction: column !important;
        row-gap: 40px;
        margin-bottom: 20px;
    }
    .services-box-list-item-wrap .service-box-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .services-box-list-item-wrap .service-box-content {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .services-box-list-item-image {
        min-height: 380px;
    }
    body {
        font-size: 16px;
    }
    .content-small-header {
        font-size: 16px;
        line-height: 1.2;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    .cta-section {
        padding: 40px 15px 80px;
    }
    .cta-small-header {
        font-size: 16px;
    }
    .cta-header {
        font-size: 30px;
    }
    .cta-button.def-button {
        margin: 0 5px 20px;
    }
    .testimonials-section {
        padding: 100px 15px 80px;
    }
    .testimonials-wrapper {
        padding: 0;
    }
    .testimonials-small-header {
        font-size: 16px;
        line-height: 1.2;
    }
    .testimonials-header {
        font-size: 30px;
        margin-bottom: 160px;
    }
    .testimonials-buttons a {
        margin: 0 10px 20px !important;
    }
    .testimonials-section .reviews-slider .reviews-slider-prev {
        left: 42%;
        transform: none;
        top: -100px;
    }
    .testimonials-section .reviews-slider .reviews-slider-next {
        right: 42%;
        transform: none;
        top: -100px;
    }
    .testimonials-section .reviews-slider .review-slide {
        padding: 30px 25px;
    }
    .testimonials-section .reviews-slider .review-slide .review-content {
        font-size: 16px;
    }
    .gallery-section {
        padding: 100px 15px;
    }
    .gallery-small-header {
        font-size: 16px;
    }
    .gallery-header {
        font-size: 30px;
    }
    .gallery-list .slmp-gallery .slmp-image-item {
        width: 48%;
        margin: 0 1% 2%;
    }
    .slmp-gallery .slmp-image-item .slmp-image .slmp-grid-image {
        width: 100%;
    }
    .slmp-gallery .slmp-image-item .slmp-image .slmp-grid-image img {
        width: 100%;
    }
    .form-section {
        padding: 100px 15px 50px;
    }
    .form-wrapper {
        max-width: 600px;
        margin: 0 auto;
        flex-direction: column;
    }
    .form-wrapper .form-left {
        width: 100%;
        flex: 1 1 100%;
        min-height: 500px;
        border-radius: 10px;
    }
    .form-wrapper .form-right {
        flex: 1 1 100%;
        padding: 40px 20px;
    }
    .form-small-header {
        font-size: 16px;
        line-height: 1.2;
    }
    .form-header {
        font-size: 30px;
        line-height: 1.2;
    }
    .form-content {
        font-size: 16px;
    }
    .form-section .wpcf7 .form-field .col-1.submit-btn {
        margin-bottom: 0;
    }
    .location-section {
        background: #fff;
        text-align: center;
        padding: 50px 15px 100px;
    }
    .location-small-header {
        font-size: 16px;
    }
    .location-header {
        font-size: 30px;
    }
    .location-columns {
        column-gap: 0;
        row-gap: 20px;
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .location-columns > div {
        padding: 25px 30px;
        width: 100%;
    }
    .location-columns .column-header {
        margin-bottom: 25px;
    }
    .blog-section {
        padding: 100px 15px;
    }
    .blog-section-small-header {
        font-size: 16px;
        line-height: 1.2;
    }
    .blog-header-wrap {
        position: initial;
    }
    .blog-section-header {
        font-size: 30px;
        margin: 0 0 130px;
    }
    .blog-section .blog-section-slider {
        padding: 0;
    }
    .blog-section-slider .blog-slider-prev {
        left: 42%;
        transform: none;
        top: -80px;
    }
    .blog-section-slider .blog-slider-next {
        right: 42%;
        transform: none;
        top: -80px;
    }
    .blog-posts-article-wrapper .blog-posts-article {
        width: 45%;
        margin: 0 2% 50px !important;
    }
    .blog-posts-article {
        margin: 0 .5% 50px !important;
        padding: 20px;
    }
    .blog-link-wrap {
        bottom: -60px;
        left: 0;
        margin: 0 auto;
        top: initial;
    }
    .subscribe-section {
        padding: 100px 15px;
    }
    .subscribe-wrap {
        align-items: center;
        column-gap: 0;
        row-gap: 30px;
        flex-direction: column;
    }
    .subscribe-wrap > div {
        width: 100%;
    }
    .subscribe-small-header {
        font-size: 16px;
    }
    .subscribe-header {
        font-size: 30px;
    }
    .subscribe-wrapper .wpcf7 .form-field .col-1 button {
        padding: 21px 15px;
    }
    .subscribe-wrapper .wpcf7 .form-field .col-1 input {
        border-radius: 10px 10px 0 0;
    }
    .site-footer .footer-wrap {
        padding: 100px 15px;
    }
    .site-footer .footer-wrapper {
        column-gap: 0;
        row-gap: 60px;
        flex-direction: column;
        max-width: 320px;
    }
    .site-footer .footer-wrapper .footer-column {
        width: 100%;
    }
    .footer-header {
        font-size: 20px;
        padding-left: 20px;
    }
    .footer-address {
        margin-left: 40px;
        padding-left: 20px;
    }
    .site-footer .footer-wrapper .footer-column .fa-map-marker-alt {
        left: -40px;
    }
    .footer-phone-wrap {
        margin-left: 40px;
        padding-left: 20px;
        font-size: 25px;
        padding-top: 0;
    }
    .site-footer .footer-wrapper .footer-column .fa-phone-alt {
        font-size: 22px;
    }
    .footer-hours {
        font-size: 16px;
        padding-left: 60px;
    }
    .site-footer .footer-wrapper .footer-column .fa-envelope {
        font-size: 22px;
    }
    .footer-email-wrap {
        margin-left: 40px;
        padding-left: 20px;
    }
    .footer-bottom-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .footer-bottom-wrap .footer-column {
        display: none;
        width: 100%;
        margin-bottom: 50px;
    }
    .footer-bottom-wrap .footer-column:first-child {
        display: block;
    }
    .footer-column.show-footer-links {
        display: block;
    }
    .footer-social-media {
        margin-bottom: 25px;
    }
    .footer-links {
        color: #100940;
        display: inline-block;
        cursor: pointer;
        text-transform: capitalize;
        font-weight: 600;
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #537197;
        padding: 7px 15px;
        border-radius: 5px;
    }
    .footer-links i {
        font-size: 14px;
        margin-left: 5px;
    }
    .site-footer .footer-wrapper .footer-column:nth-child(3),
    .site-footer .footer-wrapper .footer-column:nth-child(4),
    .site-footer .footer-wrapper .footer-column:nth-child(5) {
        display: none;
    }
    .site-footer .footer-wrapper .footer-column .footer-links {
        display: none;
        margin: 60px auto 0;
    }
    .site-footer .footer-wrapper .footer-column.show-footer-links {
        display: block;
    }
    .footer-links.showing-links i {
        transform: rotate(180deg);
    }
    .footer-column ul.menu li a {
        font-size: 16px;
        padding: 6px 10px 6px 35px;
    }
    .footer-column ul.menu li a:hover {
        padding: 6px 5px 6px 75px;
    }
    .footer-column ul.menu li a:hover:before {
        left: 35px;
    }
    .footer-bottom-wrap {
        padding: 80px 15px 110px;
    }
    .footer-bottom-wrapper {
        flex-direction: column-reverse;
    }
    .scrollToTop {
        bottom: 20px;
        right: 20px;
    }
    .mobile-floating-cta {
        display: block;
        position: fixed;
        bottom: 0;
        text-align: center;
        width: 100%;
        z-index: 6;
    }
    .mobile-floating-phone {
        display: none;
    }
    .mobile-floating-cta-btn {
        color: #fff;
        font-size: 16px;
        padding: 14px 15px;
        width: 320px;
        line-height: 1;
        box-sizing: border-box;
        z-index: 6;
        cursor: pointer;
        text-transform: capitalize;
        transition: ease-out .5s right;
        text-align: center;
        display: inline-block;
        font-weight: 700;
        border-radius: 5px;
        background: #537197;
    }
    .sticky-cta .mobile-floating-phone {
        display: inline-block;
        background: #10093f;
        color: #fff;
        width: 170px;
        padding: 15px 5px;
        font-size: 15px;
        font-weight: 700;
        vertical-align: top;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        line-height: 1;
    }
    .sticky-cta .mobile-floating-phone a {
        color: #fff;
    }
    .sticky-cta .mobile-floating-cta-btn {
        padding: 16px 5px;
        width: 170px;
        line-height: 1;
        font-size: 13px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .footer-links {
        display: block;
    } 
    .inner-banner {
        height: 400px !important;
        margin-top: 120px;
    }
    .inner-banner-header {
        font-size: 30px;
    }
    .site-inner {
        padding: 100px 30px 70px;
    }
    .site-inner .entry-content .about-owner {
        padding: 20px;
        column-gap: 0;
        row-gap: 0;
        flex-direction: column;
    }
    .site-inner .entry-content .about-owner > div:first-child .wp-block-image figure {
        margin: 0 auto !important;
        float: none;
    }
    .site-inner .entry-content .about-owner > div:first-child .wp-block-image figure img {
        max-width: 300px;
    }
    .site-inner .entry-content .wp-block-image figure:after {
        bottom: -20px;
        right: -20px;
    }
    .course-price-gp .wp-block-columns {
        column-gap: 4% !important;
        flex-wrap: wrap !important;
    }
    .course-price-gp .wp-block-columns .wp-block-column {
        width: 48% !important;
        flex-grow: unset;
        flex-basis: unset;
    }
    
    
    
    
    
    
    
    
    #blog-widget {
        margin-bottom: 50px;
    }
    #blog-widget section {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
    }
    .blog-post-sep {
        display: none;
    }
    .services-box-list-item-right {
        position: relative;
    }
    .services-box-list-item-right .service-box-icon {
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 120px;
    }
    .services-box-list-item-right .service-box-title {
        font-size: 24px;
        margin-top: 85px;
    }
    .services-box-list-item-left .inner-service-item-cta-btn {
        bottom: initial;
        top: 0;
        border-radius: 10px 10px 0 0;
    }
    .slmp-category-navigation .slmp-cat-title {
        font-size: 16px;
        margin: 0 10px;
        min-width: 80px;
    }
}

@media only screen and (max-width: 980px) {
    .services-box-list-item-image {
        min-height: 300px;
    }
    .entry-content .wp-block-image .alignright,
    .entry-content .wp-block-image .alignleft {
        float: none;
        margin: 0 auto 20px !important;
    }
    .badges-slider .badge-slider-next.slick-arrow {
        right: 40%;
    }
    .badges-slider .badge-slider-prev.slick-arrow {
        left: 40%;
    }
    .testimonials-section .reviews-slider .reviews-slider-prev {
        left: 40%;
    }
    .testimonials-section .reviews-slider .reviews-slider-next {
        right: 40%;
    }
    .blog-section-slider .blog-slider-prev {
        left: 40%;
    }
    .blog-section-slider .blog-slider-next {
        right: 40%;
    }
} 

@media only screen and (max-width: 768px) {
    .home-slide-wrapper {
        padding: 20px;
    }
    .hero-section-right {
        row-gap: 20px;
        flex-direction: column;
        column-gap: 0;
    }
    .hero-section-right > div {
        width: 100%;
    }
    .hero-section-right-header {
        max-width: 140px;
    }
    .wpcf7 .form-field .col-2 {
        column-gap: 10px;
    }
    .badges-slider .badge-slider-prev.slick-arrow {
        left: 38%;
    }
    .badges-slider .badge-slider-next.slick-arrow {
        right: 38%;
    }
    .testimonials-section .reviews-slider .reviews-slider-prev {
        left: 38%;
    }
    .testimonials-section .reviews-slider .reviews-slider-next {
        right: 38%;
    }
    .blog-section-slider .blog-slider-prev {
        left: 38%;
    }
    .blog-section-slider .blog-slider-next {
        right: 38%;
    }
    .footer-copyright br {
        display: block;
    }
    .scrollToTop {
        bottom: 65px;
    }
    .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;
    }
    .about-right-image {
        min-height: 400px;
    }
    .about-right-small-image img {
        width: 220px;
        height: 150px;
    }
    .site-inner .entry-content .aboutus-page-image figure figcaption {
        right: 0;
        font-size: 18px;
    }
    
    
    
    
    
    
    .inner-banner-wrap {
        top: 50%;
        padding: 0 15px;
    }
    .page-id-232 .site-inner {
        padding: 100px 15px 75px;
    }
    .slmp-category-navigation .slmp-cat-title {
        font-size: 14px;
        margin: 0 7px;
        min-width: 40px;
    }
    .slmp-gallery .slmp-image-item.zoom-icon-hover .slmp-image:hover .slmp-image-hover-icon {
        width: 30px;
        height: 30px;
    }
    .slmp-gallery .slmp-image-item .slmp-image:after {
        font-size: 12px;
    }
}

@media only screen and (max-width: 680px) { 
    .blog-posts-article-wrapper .blog-posts-article {
        width: 100%;
        margin: 0 auto 50px !important;
        max-width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-search-container {
        padding: 30px 15px;
    }
    .services-box-list-item-image {
        min-height: 200px;
    }
    .blog-posts-article-image {
        height: 210px;
    }
    .wpcf7 .form-field .col-2 {
        column-gap: 0;
        flex-direction: column;
        row-gap: 20px;
    }
    .wpcf7 .form-field .col-2 > div {
        width: 100%;
    }
    .badges-slider .badge-slider-prev.slick-arrow {
        left: 35%;
    }
    .badges-slider .badge-slider-next.slick-arrow {
        right: 35%;
    }
    .testimonials-section .reviews-slider .reviews-slider-prev {
        left: 35%;
    }
    .testimonials-section .reviews-slider .reviews-slider-next {
        right: 35%;
    }
    .blog-section-slider .blog-slider-prev {
        left: 35%;
    }
    .blog-section-slider .blog-slider-next {
        right: 35%;
    }
    .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: 0;
    }
    .slmp-category-navigation .slmp-cat-title {
        margin: 0 7px 30px;
        display: block;
    }
    .slmp-category-navigation .slmp-cat-title:after {
        margin-top: 15px;
    }
}

@media only screen and (max-width:480px) {
    .entry-content .wp-block-list .sc-email {
        font-size: 15px;
    }
    .services-box-list-item-wrap .service-box-button a {
        padding: 16px 10px 16px;
        line-height: 1.3;
    }
    .about-right-image {
        min-height: 235px;
    }
    .about-right-small-image img {
        width: 118px;
        height: 80px;
    }
    .modal-container {
        max-width: 300px;
        top: 10px;
    }
    #contactus-form {
        max-width: 285px;
    }
    #contactus-form .form-field .wpcf7-submit {
        width: 260px;
    }
    #contactus-form .wpcf7-response-output {
        font-size: 14px;
    }
    .badges-slider .badge-slider-prev.slick-arrow {
        left: 30%;
    }
    .badges-slider .badge-slider-next.slick-arrow {
        right: 30%;
    }
    .testimonials-section .reviews-slider .reviews-slider-prev {
        left: 30%;
    }
    .testimonials-section .reviews-slider .reviews-slider-next {
        right: 30%;
    }
    .blog-section-slider .blog-slider-prev {
        left: 30%;
    }
    .blog-section-slider .blog-slider-next {
        right: 30%;
    }
}

@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;
  }
}