/*
Theme Name: VisualSite
Theme URI: https://wpenjoy.com/themes/visualsite
Author: WPEnjoy
Author URI: https://wpenjoy.com
Description: VisualSite is a WordPress theme built with the WordPress Site Editor, which allows you to create beautiful websites with drag and drop, no coding skills required. Theme Demo: https://demo.wpenjoy.com/visualsite Documentation: https://wpenjoy.com/documentation/visualsite/
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: visualsite
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/
:root {
  --wp--custom--core-button--spacing--padding--left: 40px;
  --wp--custom--core-button--spacing--padding--right: 8px;
  --wp--custom--core-button--spacing--padding--top: 8px;
  --wp--custom--core-button--spacing--padding--bottom: 10px;
  --wp--custom--core-button--color: var(--wp--preset--color--white);
  --wp--custom--core-button--color--background: var(--wp--preset--color--primary);
  --wp--custom--core-button--color-hover: var(--wp--preset--color--primary);
  --wp--custom--core-button--color--background-hover: var(--wp--preset--color--secondary);
  --wp--custom--core-button--box-sizing: border-box;
  --wp--custom--core-button--word-break: border-box;
  --wp--custom--core-button--text-align: center;
  --wp--custom--core-button--border-radius--top-left: 0;
  --wp--custom--core-button--border-radius--top-right: 0;
  --wp--custom--core-button--border-radius--bottom-left: 0;
  --wp--custom--core-button--border-radius--bottom-right: 0;
  --wp--custom--core-button--typography--font-size: var(--wp--preset--font-size--small);
  --wp--custom--core-button--typography--font-weight: 500;
  --wp--custom--core-button--line-height: 1.7; 
  /* custom */
  --e-global-typography-e927100-font-family: "Facebook Sans";
  --e-global-typography-e927100-font-size: 193px;
  --e-global-typography-e927100-font-weight: bold;
  --e-global-color-accent: #F5930A;
  --e-global-color-accent-DF6D35: #DF6D35;
  --e-global-typography-5b7e327-font-family: "Facebook Sans";
  --e-global-typography-5b7e327-font-size: 82px;
  --e-global-typography-5b7e327-font-weight: bold;
  --e-global-typography-c4ca2b5-font-family: "Facebook Sans";
  --e-global-typography-c4ca2b5-font-size: 50px;
  --e-global-typography-c4ca2b5-line-height: 1em;
  --e-global-typography-c4ca2b5-font-weight: normal;
  --e-global-typography-c4ca2b5-letter-spacing: -0.025em;
  --e-global-max-width:1280px;
  --e-global-typography-94b4a4f-font-family: "Facebook Sans";
    --e-global-typography-94b4a4f-font-size: 48px;
    --e-global-typography-94b4a4f-font-weight: 700;
    --e-global-typography-94b4a4f-line-height: 1.2em;
    --e-global-typography-94b4a4f-letter-spacing: -0.05em;

    --e-global-typography-b866956-font-family: "Facebook Sans";
    --e-global-typography-b866956-font-size: 38px;
    --e-global-typography-b866956-font-weight: bold;
    --e-global-typography-b866956-line-height: 40px;
    --e-global-typography-b866956-letter-spacing: -0.05em;
}

  

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
body {
  --wp--preset--color--primary:var(--e-global-color-accent-DF6D35);
}
header p a,
footer p a {
  text-decoration: none; }

/* -------------------------------------------------------- */
/* ---// Links Style
-------------------------------------------------------- */
a {
  text-decoration: none; }

p a {
  text-decoration: underline; }

.editor-styles-wrapper .has-no-underline a,
.editor-styles-wrapper .has-no-underline,
.has-no-underline a, .has-no-underline,
.wp-block-post-excerpt__more-link,
.wp-block-latest-posts .wp-block-latest-posts__post-title:hover,
.page-template-page-no-title .widget a:not(.wp-block-button__link),
.page-template-page-no-title .entry-summery a:not(.wp-block-button__link),
.page-template-page-no-title .entry-content a:not(.wp-block-button__link) {
  text-decoration: none; }

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
.wp-block-post-title a,
.wp-block-post-title a:visited {
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0 2px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0 0 5px 0;
  background-repeat: no-repeat;
  display: initial;
  text-decoration: none !important; }

h1 a:active,
h1 a:hover,
h1 a:focus,
h2 a:active,
h2 a:hover,
h2 a:focus,
h3 a:active,
h3 a:hover,
h3 a:focus,
h4 a:active,
h4 a:hover,
h4 a:focus,
h5 a:active,
h5 a:hover,
h5 a:focus,
h6 a:active,
h6 a:hover,
h6 a:focus,
.wp-block-post-title a:active,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus {
  background-size: 100% 2px; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  box-sizing: border-box;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  width: 100%;
  background: var(--wp--preset--color--input-field);
  border: 1px solid transparent;
  line-height: 1.75;
  padding: 7px 15px;
  color: var(--wp--preset--color--foreground); }

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--wp--preset--color--foreground);
  box-shadow: none;
  outline: none;
  border: 1px solid var(--wp--preset--color--primary); }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--wp--preset--color--foreground); }

table {
  border-spacing: 0;
  border: 1px solid var(--wp--preset--color--border); }

table td,
table th {
  border: 1px solid var(--wp--preset--color--border);
  padding: 15px; }

.wp-block-preformatted {
  background-color: var(--wp--preset--color--background-secondary);
  box-sizing: border-box;
  font-family: 'Courier Prime', monospace;
  overflow: auto;
  word-wrap: break-word;
  padding: 60px; }

.wp-block-quote {
  position: relative;
  padding: 45px 15px 15px 30px;
  background: var(--wp--preset--color--background-secondary);
  border-color: var(--wp--preset--color--primary); }

.wp-block-quote p {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  font-style: italic;
  margin-top: 0; }

.wp-block-quote:before {
  color: var(--wp--preset--color--primary);
  content: "\201C";
  font-family: Georgia;
  font-size: 5.25rem;
  line-height: 0;
  height: auto;
  display: block; }

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 80px 50px 50px; }

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  width: 100%;
  background: var(--wp--preset--color--input-field);
  border: 1px solid #e9e9e9;
  line-height: 1.75;
  padding: 7px 15px;
  color: var(--wp--preset--color--foreground); }

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--wp--preset--color--primary);
  box-shadow: none;
  outline: none;
  border: 1px solid var(--wp--preset--color--primary); }

.editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-site-blocks .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  background: var(--wp--preset--color--input-field); }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--wp--preset--color--foreground); }

hr {
  background-color: var(--wp--preset--color--border);
  border-width: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button,
.wp-block-button__link {
  text-decoration: none;
  border-style: solid; }

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  text-decoration: none;
  border-style: solid; }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid;
  text-decoration: none; }

.wp-block-button.is-style-fill .wp-block-button__link {
  border: 2px solid transparent;
  text-decoration: none; }

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary); }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 10px 30px;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.5; }

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white); }

.wp-block-button__link:hover {
  text-decoration: none; }

input[type="submit"],
button,
.wp-block-button__link {
  transition: 0.3s all; }
  input[type="submit"]:hover,
  button:hover,
  .wp-block-button__link:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(-2px); }

.wp-block-navigation .wp-block-navigation__responsive-container-open {
  padding: 5px;
  border: 1px solid #9292923b; }

.wp-block-navigation ul li.current-menu-item > a {
  color: var(--wp--preset--color--primary); }

.wp-block-navigation ul li .wp-block-navigation-submenu__toggle {
  background: none; }

.editor-styles-wrapper .wp-site-blocks > * + *,
.editor-styles-wrapper .wp-site-blocks > * + * + *,
.wp-site-blocks > * + *,
.wp-site-blocks > * + * + * {
  margin: 0; }

.single .entry-content iframe,
.single .entry-content video {
  aspect-ratio: 16/9; }

/*# sourceMappingURL=style.css.map */

p:empty{margin:0}

.global-button>a {
  color: #fff;
  background: #F0641E;
  border-radius: 100px; 
  border: solid 2px #F0641E;
  white-space: nowrap;
}

.global-button>a:hover {
  color: var(--e-global-color-accent-DF6D35);
  background:transparent;
  border-radius: 100px; 
  border: solid 2px var(--e-global-color-accent-DF6D35);
}

.house-footer {
  padding: 0 !important;
}

.house-footer-grid {
  display: grid!important;
  grid-template-columns: 20% 30% 30% 20%;
  grid-template-areas:
        "logo phone-one phone-two icon";
  padding: 3vw 2vw;
  border-bottom: solid 2px #fff;
}



.house-footer-grid-logo {
  grid-area: logo;
}
.house-footer-grid-phone-one {
  grid-area: phone-one;
}
.house-footer-grid-phone-two {
  grid-area: phone-two;
}
.house-footer-grid-icon {
  grid-area: icon;
}

.house-footer-grid-icon-image {
  max-width: 120px;
}

.house-footer-grid-login-image {
  max-width: 150px;
  margin-bottom: 1em!important;
}

.house-footer-link {
  text-align: center;
  border-right: solid 2px #fff;
}

.house-footer-phone-ul {
  list-style-image:url(https://demo.sydneycitymgservice.com.au/wp-content/uploads/2024/05/Maps-20.png);
}

.house-footer-phone-ul>li {
  color: #fff;
}

.house-footer-link-right {
  text-align: center;
}

.house-footer-link-right-icon svg {
  width: 30px;
  background: #fff;
  height: 30px;
  padding: 5px;
  border-radius: 15px;
}

.house-footer-link>a:hover {
  color: #808080;
}



.header-custom {
  border-bottom: solid 2px #e79838;
  position: sticky;
  width: 100%;
  background:#fff;
  top: 0;
  z-index: 9999;
}



.header-right-border {
  position: relative;
  padding:0 25px 0 23px !important;
}
.header-right-none-border {
  position: relative;
  padding:0 25px 0 23px !important;
}

.header-right-border::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background: #e79838;
  margin: auto;
}

.header-right-border>ul::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 0px;
  background: #fff;
  margin: auto;
}

.header-logo {
  border-radius: 50%;
  transform: translate(0,15px);
  z-index: 9999;
}

.home-custom {
  position: relative;
}


.home-max-width-parent {
  padding: 0 1em;
  justify-content: center;
}

.home-max-width {
  max-width: var(--e-global-max-width);
}

.custom-top-image {
  width: 100%;
  margin-bottom: 0;
}


.custom-top-image>img {
  width: 100% !important;
  height: 30vw !important;
  min-height: 450px;
  object-fit: cover !important;
}

.home-custom .easy-view {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 0 2vw;
  justify-content: center;
}

.home-custom .easy-view .easy-view-sub {
  max-width: var(--e-global-max-width);
}

.home-custom .easy-view .easy-view-sub .title-left {
  font-family: var(--e-global-typography-e927100-font-family),sans-serif;
  font-size: clamp(1.5rem,3rem + 6vw,13rem);
  font-weight: var(--e-global-typography-e927100-font-weight);
  color: var(--e-global-color-accent);
  margin: 0em -0.12em 0em 0em;
}


.home-custom .easy-view .easy-view-sub .title-right {
  color: #fff;
  font-family: var(--e-global-typography-5b7e327-font-family), Sans-serif;
  font-size: clamp(2.5rem,2rem + 3vw,7rem);
  font-weight: bold;
}

.home-custom .easy-view .easy-view-sub .elementor-heading-title {
  color: #fff;
    font-family: var(--e-global-typography-c4ca2b5-font-family), Sans-serif;
    font-size: clamp(1.5rem,1.5rem + 1.5vw,5rem);
    font-weight: var(--e-global-typography-c4ca2b5-font-weight);
    line-height: var(--e-global-typography-c4ca2b5-line-height);
    letter-spacing: var(--e-global-typography-c4ca2b5-letter-spacing);
}

.home-custom .easy-view .easy-view-sub .elementor-heading-button>a {
  color: #fff;
  background:var(--e-global-color-accent);
  border-radius: 100px; 
  border: solid 2px var(--e-global-color-accent);
}

.home-custom .easy-view .easy-view-sub .elementor-heading-button>a:hover {
  color: var(--e-global-color-accent);
  background:transparent;
  border-radius: 100px; 
  border: solid 2px var(--e-global-color-accent);
}

.home-custom-two {

}

.home-custom-two>div {
  position: relative;
}

.home-custom-two .home-custom-two-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.home-custom-two .home-custom-two-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-custom-two .home-custom-two-sub {
  position: relative;
  z-index: 2;
  margin-top: 0;
  width: 100%;
  padding: 2vw;
  padding-top: max(2vw, 2rem);
  padding-bottom: max(2vw, 2rem);
  justify-content: center;
  font-size: var(--wp--preset--font-size--big);
  font-weight: 900;
}

.home-custom-two .home-custom-two-sub .wp-block-heading {
  font-size: var(--wp--preset--font-size--huge);
}

.home-custom-two .home-custom-two-sub a {
  text-decoration: none;
}

.home-custom-two .home-custom-two-sub a:hover, .home-custom-two .home-custom-two-sub a:focus {
  text-decoration: underline;
}

.home-custom-two .home-custom-two-sub>div {
  max-width: var(--e-global-max-width);
    height: 100%;
    align-content: center;
    display: inline-block;
    justify-items: center;
}

.home-custom-two .home-custom-two-sub>div p {
  margin-top: 10px !important;
}

.home-custom-three {
  justify-content: center;
  padding: 3vw 2vw 1.5vw;
}

.home-custom-three .home-custom-three-sub {
  max-width: var(--e-global-max-width);
}

.home-custom-three .home-custom-three-sub .n2-ss-align-visible {
  width: 100%;
  min-width: auto !important;
}



.home-custom-three .home-custom-three-sub .n2-ss-align-visible .n2-ss-slider-3 {
  border-radius: 20px;
}

.global-border-slider .n2-ss-align-visible .n2-ss-slider-3 {
  border-radius: 20px;
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-2 p {
  margin: 0;
}

.home-header .n2_clear p {
  margin: 0;
}

.home-slides-parent {

}

.home-slides-parent .home-slides-parent-row {
  width: 100% !important;
  max-width: 100% !important;
}

.home-slides-parent .home-slides-parent-row .home-slides-row-left {
  grid-area: a;
  max-width: 500px !important;
}

.home-slides-parent .home-slides-parent-row .home-slides-row-left>h2 {
  font-family: var(--e-global-typography-e927100-font-family), sans-serif;
    font-size: clamp(1.5rem,3rem + 6vw,13rem) !important;
    font-weight: var(--e-global-typography-e927100-font-weight) !important;
    color: var(--e-global-color-accent) !important;
    margin: 0em -0.12em 0em 0em !important;
    line-height: normal !important;
}

.home-slides-parent .home-slides-parent-row .home-slides-row-right {
  grid-area: b;
}

.home-slides-parent .home-slides-parent-row .home-slides-row-right>h2 {
  color: #fff;
    font-family: var(--e-global-typography-5b7e327-font-family), Sans-serif;
    font-size: clamp(2.5rem,2rem + 3vw,7rem) !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}

.home-slides-parent .home-slides-parent-desc {
  color: #fff;
    font-family: var(--e-global-typography-c4ca2b5-font-family), Sans-serif;
    font-size: clamp(1.5rem,1.5rem + 1.5vw,5rem);
    font-weight: var(--e-global-typography-c4ca2b5-font-weight);
    line-height: var(--e-global-typography-c4ca2b5-line-height);
    letter-spacing: var(--e-global-typography-c4ca2b5-letter-spacing);
}

.home-slides-parent .home-slides-parent-btn .n2-ss-button-container>p {
  display: none;
}

.home-slides-parent .home-slides-parent-btn>a {
  color: #fff;
  background:var(--e-global-color-accent);
  border-radius: 100px; 
  border: solid 2px var(--e-global-color-accent);
}

.home-slides-parent .home-slides-parent-btn>a:hover {
  color: var(--e-global-color-accent);
  background:transparent;
  border-radius: 100px; 
  border: solid 2px var(--e-global-color-accent);
}
.home-slides-parent .home-slides-parent-bt .n2-ss-button-container>p {
  display: none;
}


.home-slides-parent .n2-ss-layer-col {
  display: grid !important;
    grid-template-areas: "a b";
    width: 100% !important;
    justify-content: start !important;
    align-content: flex-end;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

/* .home-header .n2_clear .n2-padding p {
  margin: 0;
}

.home-header .n2_clear .n2-padding .n2-ss-slider-1 p {
  margin: 0;
} */

/* .home-custom-three .home-custom-three-sub .n2-ss-align-visible img{
  border-radius: 20px;
} */



.home-custom-three .home-custom-three-sub .home-custom-three-title>h2 {
  color: #777;
}
.home-custom-three .home-custom-three-sub .home-custom-three-title>p {
  color: #808080;
}

.home-custom-three .home-custom-three-sub .home-custom-three-title .home-custom-three-bottom-p {
  font-size: 14px;
}

.home-custom-three-image>img {
  border-radius: 10px;
}

.home-custom-three .home-custom-three-sub .home-custom-three-image-title {
  border: solid 2px #777;
  border-radius: 100px;
  padding: 10px 20px;
  align-items: center;
}

.home-custom-three .home-custom-three-sub .home-custom-three-image-title>h2 {
  color: #777;
}

.home-custom-three .home-custom-three-sub .home-custom-three-image-title>p {
  color: #777;
}

.home-custom-four {
  padding: 0 2vw 3vw;
  justify-content: center;
}

.home-custom-four .home-custom-four-sub {
  max-width: var(--e-global-max-width);
}

.home-custom-four .home-custom-four-sub>h2 {
  color: #777;
  border-bottom: solid 2px #777;
  padding-bottom: 20px;
}

.home-custom-four-ul {
  list-style-image: url(https://demo.sydneycitymgservice.com.au/wp-content/uploads/2024/04/Submit-01-18-1.png);
}

.home-custom-five {
  padding: 3vw 2vw;
}

.home-custom-five .home-custom-five-fm {
  border-radius: 30px;
  padding: 30px 1em !important;
}

.home-custom-five .home-custom-five-fm .home-custom-five-title-view {
  text-align: -webkit-center;
}

.home-custom-five .home-custom-five-fm .home-custom-five-title-view-h2 {
  background: var(--e-global-color-accent);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: solid 2px #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-custom-five .home-custom-five-fm .home-custom-five-button>a {
  background: #fff;
  border: solid 2px #fff;
  color: var(--e-global-color-accent);
  border-radius: 100px;
}

.home-custom-five .home-custom-five-fm .home-custom-five-button>a:hover {
  background: var(--e-global-color-accent);
  border: solid 2px #fff;
  color: #fff;
  border-radius: 100px;
}

.home-custom-five .home-custom-five-p {
  color: #777;
}

.home-custom-six-images img {
  border-radius: 20px;
}


.home-bottom-buttom {

}

.home-bottom-buttom>a {
  background: var(--e-global-color-accent);
  border: solid 2px var(--e-global-color-accent);
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
}

.home-bottom-buttom>a:hover {
  background: transparent;
  border: solid 2px var(--e-global-color-accent);
  color: var(--e-global-color-accent);
  border-radius: 100px;
  font-weight: 600;
}

.web-title-bottom-border {
  color: #777;
  border-bottom: solid 2px #777;
  padding-bottom: 20px;
}

.web-custom-image-title {
  border: solid 2px #777;
  border-radius: 100px;
  padding: 10px 20px;
}

.web-custom-image-title>h2 {
  color: #777;
}

.web-custom-image-title>p {
  color: #777;
}

.home-expander-parent {
  position: relative;
}

.home-expander-parent-img {
width: 100% !important;
height: 100%;
border-radius: 20px;
}

.home-expander-parent-img>img {
  width: 100%;
  height: 100% !important;
  border-radius: 20px;
  object-fit: cover;
  }

  .home-expander-parent-button {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .home-blue-sub-v {
    text-align: -webkit-center;
  }

  .home-blue-sub-v-first-h2 {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-daryn-image {
    width: 60px;
    height: 60px;
  }

  .home-daryn-image>img {
    width: 60px;
    height: 60px;
  }

  .home-daryn-parent {
    box-shadow: #777 0px 1px 10px;
    border-radius: 20px;
    padding: 2vw;
  }

  .home-daryn-parent-sub {
    padding-bottom: 3vw;
    border-bottom: solid 2px #F5930A;
  }

  .products-image-borader-radius {
    border-radius: 20px;
  }

  .products-image-borader-radius>img {
    border-radius: 20px;
  }

  .why-us-h2 {
    color:#777;
    font-size: var(--e-global-typography-94b4a4f-font-size);
  }
  .why-us-h2-line {
    padding: 0px 0px 20px 0px;
    border-bottom: solid 1px #777;
  }
  .why-us-div-content-image {
    padding: 2vw 0;
    border-bottom: solid 1px #cdcdcd ;
  }
  .why-us-div-left {
    padding: 2rem 0px;
    margin: 0;
  }

  .why-us-div-left h2 {
    color: #777;
    font-size: var(--e-global-typography-b866956-font-size);
    font-weight: var(--e-global-typography-b866956-font-weight);
    line-height: var(--e-global-typography-b866956-line-height);
    letter-spacing: var(--e-global-typography-b866956-letter-spacing);
    word-spacing: var(--e-global-typography-b866956-word-spacing);
  }
  .why-us-div-left p {
    color: #777;  
  }
  .why-us-div-left-order {
    order: 1;
  }

  .why-us-div-left-image-order {
    order: 0;
  }

  .why-us-div-left-image-radius {
    border-radius: 20px;
  }
  .why-us-div-left-image-radius>img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
  }

  .global-image-none-radius>img {
    width: 100% !important;
    object-fit: cover;
  }

  .why-us-div-yourself {
    border-radius: 20px;
  }
  .why-us-div-yourself-row {
    justify-content: space-between;
  }

  .why-us-div-yourself-row-btn>a {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 100px;
    background: transparent;
  }

  .why-us-div-yourself-row-btn>a:hover {
    color: #fff;
    border: solid 2px #fff;
    border-radius: 100px;
    background: transparent;

  }

  .global-button-affter>a {
    padding-right: 30px;
    position: relative;
  }

  .global-button-affter>a::after{
    content: " ";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color:#fff #fff transparent transparent;
  }

  .global-open-row .aab__accordion_head .aab__accordion_heading h4>a{
    color: rgb(153,153,153) !important;
    font-family: "Facebook Sans", sans-serif !important;
    font-weight: 550 !important;
    font-size:var(--e-global-typography-7e72b76-font-size) !important;
  }

  .global-open-row .aab__accordion_body p{
    color: rgb(153,153,153) !important;
  }

  .conuncil-description {
    margin-top: 1.5vw;
    background: #F0641E;
    padding: 8px 20px;
    border-radius: 15px 15px 0px 0px;
    flex-wrap: nowrap !important;
  }

  .conuncil-description p {
    color: #fff;
  }

  .conuncil-description-content {
    flex-wrap: nowrap !important;
    padding: 0 20px;
  }
  .conuncil-description-content p {
    color: #acacac;
  }

  .conuncil-description-content-price {
    width: 100px;
  }

  .conuncil-caravans-a {
    color: #DF6D35;
  }

  .conuncil-caravans-a:hover {
    color: #000;
  }

  .global-header {
    margin-bottom: 0;
  }

  .global-customeasy {
    margin-top: 0;
    padding: 4rem 2vw 1vw;
  }

  .about-us-list li {
    padding: 2vw;
    border-radius: 10px;
    box-shadow: #cdcdcd 0px 0px 5px;

  }

  .about-us-list img {
    border-radius: 10px;
  }

  .about-us-list .wp-block-post-excerpt a {
    background: #DF6D35;
    padding: 5px 30px;
    border-radius: 100px;
    border: solid 2px #DF6D35;
    color: #fff;
    position: relative;
  }

  .about-us-list .wp-block-post-excerpt__more-text {
    margin-top: 10px;
  }

  .about-us-list .wp-block-post-excerpt a:hover {
    background: #fff;
    padding: 5px 30px;
    border-radius: 100px;
    border: solid 2px #DF6D35;
    color: #DF6D35;
    position: relative;
  }

  .about-us-list .wp-block-post-excerpt a::after {
    content: " ";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color:#fff #fff transparent transparent;
  }
  
  .about-us-list .wp-block-post-excerpt a:hover::after {
    content: " ";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color:#DF6D35 #DF6D35 transparent transparent;
  }

  .nav-contact-us>a {
    background: #DF6D35;
    padding: 5px 30px;
    border-radius: 100px;
    border: solid 2px #DF6D35;
    color: #fff;
  }

  .nav-contact-us>a:hover {
    background: #DF6D35;
    padding: 5px 30px;
    border-radius: 100px;
    border: solid 2px #DF6D35;
    color: #fff;
    position: relative;
  }

  .about-us-content-header {
    min-height: 10vw;
  }

  .about-us-content-header-img img {
    border-radius: 20px;
  }

  .about-us-content-div-border {
    border-top: solid 2px #df6d35;
  }

  .contact-view {
    position: relative;
    box-shadow: #CDCDCD 0px 0px 5px;
    padding-bottom: calc(36px + 1.7em + 2vw)!important;
    border-radius: 5px;
  }

  .contact-view h3,.contact-view p {
    padding: 0 1em;
  }

  .contact-view .wp-block-buttons {
    position: absolute;
    bottom: 20px;
    margin: 0!important;
    left: 50%;
    transform: translate(-50%,0);
    white-space: nowrap;
  }

  .contact-btn>a {
    background: #e79838;
    color: #fff;
  }
  .contact-btn>a:hover {
    background: #DF6D35;
    color: #fff;
  }

  .visit-image {
    width: 100%;
  }

  .visit-image>img {
    width: 100%;
  }

  .visit-image~.wp-block-group .wp-block-image {
    line-height: 20px;
  }

  .fixed-btn.wp-block-column,.fixed-btn.wp-block-columns>.wp-block-column {
    position: relative;
    padding-bottom: calc(16px + 1.7em + 0.67rem + var(--fixed-btn-padding,0px));
  }

  .fixed-btn.wp-block-column>.wp-block-buttons,.fixed-btn.wp-block-columns>.wp-block-column>.wp-block-buttons {
    position: absolute;
    bottom: var(--fixed-btn-padding,0px);
    left: 50%;
    transform: translate(-50%,0);
    margin: 0;
    white-space: nowrap;
  }

  .what-we-do-left-view {
    display: flex;
  }

  .what-we-do-left {
    order: 1;
  }

  .what-we-do-right {
    order: 0;
  }

  .contact-us-div-name {
    display: flex;
  }
  .contact-spacer {
    width: 20px;
    height: 0;
  }

  .contact-commit>p {
    text-align: center;
  }

  .contact-commit input {
    width: 100%;
    background: #e79838;
  }

  .contact-commit input:hover {
    width: 100%;
    background: #DF6D35;
  }

  .contact-div-height input {
    height: 50px;
  }

  .contact-div-height select {
    height: 50px;
  }


  .contact-view-left-width {
    width: 50%;
  }

  .contact-view-image-width {
    width: 80%;
  }

  .appointment-time .dfield {
    display: flex !important;
  }

  .appointment-time .fieldCalendarService {
    display: none !important;
  }

  .appointment-time>label {
    display: none !important;
  }

  .appointment-time .ui-datepicker {
    background: #112f59;
  }

  .appointment-time .ui-datepicker th {
    background: none !important;
  }

  .appointment-time .ui-datepicker-header {
    background: none !important;
  }

  .appointment-time .ui-datepicker-week-end {
    background: none !important;
  }

  .appointment-time .ui-datepicker-calendar {
    background: none !important;
  }

  .appointment-time .ui-datepicker-title {
    color: #fff !important;
  }

  .cpp_form {
    display: none;
  }

  .appointment-row-a {
    width: 250px;
    white-space: nowrap;
    cursor: pointer;
  }

  .cpp_form.active {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background: white;
    overflow: auto;
    padding: 2vw 15vw;
  }

  .cpp_form.active>img {
    width: 100px;
    height: 100px;
  }

  .cpp_form.active .dismiss {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: none;
    font-size: 50px;
 }

  .cpp_form.active .dismiss::after {
    content: "x";
  }
  .cpp_form.active .dismiss:hover {
    box-shadow: none !important;
  }

  .cpp_form.active .pbreak {
    text-align: center;
  }

  .cpp_form.active .fields {
    text-align: start;
  }

  .cpp_form.active .captcha {
    text-align: start;
  }

  .cpp_form.active .fields input {
    width: 100% !important;
  }

  .cpp_form.active .pbSubmit {
    width: 50%;
    padding: 10px !important;
    border-radius: 100px;
    background: #e79838 !important;
    border: none;
    color: white !important;
    font-size: 20px;
  }

  .cpp_form.active .fieldCalendar .ui-datepicker-next {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  }

  .cpp_form.active .fieldCalendar .ui-datepicker-prev {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  } 

  .mobile-logo {
    display: none;
  }

  .header-search-hide .has-icon {
    background: none !important;
    color: #DF6D35 !important;
    padding: 0px !important;
    font-size: 30px;
  }

  .header-search-hide .has-icon:hover {
    box-shadow: none !important;
  }

  .slides-image-min-height {
    min-height: 450px !important;
  }

  .footer-margin {
    padding: 0px !important;
  }

  .footer-margin .wp-block-group-is-layout-constrained {
    margin: 0px !important;
  }

  .footer-margin .wp-block-group-is-layout-constrained .wp-block-columns {
    padding: 1.5rem !important;
  }

  .essay-slider-div-height .owl-stage {
    display: flex;
    align-items: stretch;
  }

  .essay-slider-div-height .owl-item .essay-slider {
    position: relative;
    padding-bottom: 76px;
  }

  .essay-slider-div-height .owl-item .essay-slider-star {
    position: absolute;
    bottom: 26px;
    padding: 0;
  }

  .essay-slider-div-height .sa_hover_container {
    height: 100%;
  }

  
  .essay-slider {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 10px #cdcdcd;
    height: 100%;
  }

  .essay-slider .essay-slider-header {
    display: inline-flex;
  }

  .essay-slider .essay-slider-header .essay-slider-image {
    display: flex;
    align-items: center;
  }

  .essay-slider .essay-slider-header .essay-slider-image>img {
    width: 80px;
  }

  .essay-slider .essay-slider-header .essay-slider-header-title {
    padding: 0 10px;
    align-content: space-around;
  }
  .essay-slider .essay-slider-header .essay-slider-header-title>h3 {
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .essay-slider .essay-slider-header .essay-slider-header-title>p {
    margin: 0;
    text-align: left;
    color: #e79838;
  }

  .essay-slider .essay-slider-p {
    text-align: justify;
    color: #808080;
    margin: 20px 0 0 0;
    hyphens: auto;
  }

  .essay-slider .essay-slider-star {
    text-align: left;
    padding: 20px 0 0 0;
  }

  .home-custom-three p:not(.text-center),.home-max-width-parent p:not(.text-center),.home-custom-five .home-custom-five-fm .home-custom-five-title-view p,.home-custom-five .home-custom-five-p {
    text-align: justify;
    hyphens: auto;
  }

  .web-line-margin {
    line-height: 1.4;
  }
