
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
/* Counter Widget CSS */
.hfe-counter-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Default alignments that will be overridden by controls */
.hfe-counter-wrapper[style*="flex-direction: column"] {
    align-items: center; /* horizontal alignment for column layouts */
    justify-content: center; /* vertical alignment for column layouts */
}

.hfe-counter-wrapper[style*="flex-direction: row"] {
    justify-content: center; /* horizontal alignment for row layouts */
    align-items: center; /* vertical alignment for row layouts */
}

.hfe-counter-content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.hfe-counter-number {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
}

.hfe-counter-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

.hfe-counter-prefix,
.hfe-counter-suffix {
    font-size: inherit;
    line-height: inherit;
}



/* Title styling - flex enabled for alignment controls */
.hfe-counter-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Ensure counter content doesn't shrink */
.hfe-counter-content {
    flex-shrink: 0;
}

/* Equal width distribution for horizontal layouts */
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
    flex: 1;
    min-width: 0;
}

.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
    flex: 1;
    min-width: 0;
}

/* Alternative approach - apply to all potential horizontal layouts */
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
    flex: 1;
    min-width: 0;
}

/* Ensure counter content maintains flex display in all layouts */
.hfe-counter-content {
    display: flex !important;
    align-items: center;
    justify-content: center;
}


/* Responsive equal width distribution */
@media (max-width: 1024px) {
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
    .elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
        flex: 1;
        min-width: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .hfe-counter-number {
        font-size: 36px;
    }
    
    .hfe-counter-title {
        font-size: 16px;
    }
}

/* Navigation Menu CSS */

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.hfe-nav-menu li.menu-item {
    position: relative;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset;
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none;
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus > .sub-menu {
    visibility: hidden;
    opacity: 0;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both;
}

/* Alignemnt CSS */
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          justify-content: flex-end; }

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
    text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          justify-content: flex-start; }

.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          justify-content: center; }

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%; 
}
  .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            flex-grow: 1; }
    .hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              justify-content: center; }

/* Alignment CSS ends */

.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0;
}

/*  Horizontal Menu */

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none;
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999;
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0;
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
    font-size: medium;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

/* Icons CSS */
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'; 
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'; 
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''; 
}
/* Icon CSS ends */

.hfe-nav-menu-icon {
    padding: 0.35em;
    border: 0 solid;
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.hfe-nav-menu-icon i:focus {
    outline: 0;
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0;
}
/* Submenus */

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
    position: relative;
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0;
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0px;
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0;
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d';
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
    transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0; 
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0; 
}

.hfe-active-menu + .hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1; 
    height: auto;
}

.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%;
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0;
}

.hfe-layout-expandible nav {
    height: 0;
}

.hfe-nav-sub-menu-icon, .hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1;
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px;
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow
{
    padding: 10px;
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important; 
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border:1px dotted;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border:1px dotted transparent;
}

/* Common Animation CSS */

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0; }

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Double Line / Underline / Overline Style */

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px;
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px;
}

.hfe-pointer__double-line.hfe-animation__none, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__underline.hfe-animation__none, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item, .hfe-pointer__overline.hfe-animation__none, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line.hfe-animation__none:before, .hfe-pointer__double-line.hfe-animation__none:after, .hfe-pointer__double-line.hfe-animation__none:hover, .hfe-pointer__double-line.hfe-animation__none:focus, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__underline.hfe-animation__none:before, .hfe-pointer__underline.hfe-animation__none:after, .hfe-pointer__underline.hfe-animation__none:hover, .hfe-pointer__underline.hfe-animation__none:focus, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__overline.hfe-animation__none:before, .hfe-pointer__overline.hfe-animation__none:after, .hfe-pointer__overline.hfe-animation__none:hover, .hfe-pointer__overline.hfe-animation__none:focus, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px;
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0;
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc( 100% + 20px);
    left: calc( 100% + 20px);
}


/* Framed Style */

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: '';
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, -webkit-transform 0.4s;
    transition: opacity 0.2s, transform 0.4s;
    transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:before, .hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.hfe-pointer__framed.hfe-animation__none, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__framed.hfe-animation__none:before, .hfe-pointer__framed.hfe-animation__none:after, .hfe-pointer__framed.hfe-animation__none:hover, .hfe-pointer__framed.hfe-animation__none:focus, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Background Style */

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus, .hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted, .hfe-pointer__background .current-menu-item {
    color: #fff;
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, -webkit-transform 0.4s;
    transition: opacity 0.15s, transform 0.4s;
    transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%;
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%;
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after, .hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%;
}

.hfe-pointer__background.hfe-animation__none, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__background.hfe-animation__none:before, .hfe-pointer__background.hfe-animation__none:after, .hfe-pointer__background.hfe-animation__none:hover, .hfe-pointer__background.hfe-animation__none:focus, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* Text Style */

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.hfe-pointer__text.hfe-animation__none, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-pointer__text.hfe-animation__none:before, .hfe-pointer__text.hfe-animation__none:after, .hfe-pointer__text.hfe-animation__none:hover, .hfe-pointer__text.hfe-animation__none:focus, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

/* No link hover effect to last menu item */

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0px;
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{
    border-width: 0px;
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus
{
    -webkit-transform: none;
    transform: none;
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px;
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block;
}

.hfe-flyout-content.push {
    color: #ffffff;
}

.hfe-flyout-content ul li {
    color: #ffffff;
}

/* ===========================================================
 *  Flyout Location
 * ======================================================== */

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%; /* default */
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%; /* default */
    right: auto;
    height: 100%;
    /*height: 100vh;*/
    width: 300px; /* default */
    max-width: 100%;
    max-width: 100vw;
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%; /* default */
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%; /* default */
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px; /* default */
    max-height: 100%;
}

/* ===========================================================
 *  Flyout Container
 * ======================================================== */

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
}
/* iOS fix */
@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none;
}

.admin-bar .hfe-side {
    margin-top: 32px;
}

/* Dropdown animation CSS */

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important;
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex;
} 

.hfe-nav-menu li.hfe-button-wrapper {
    align-self: center;
}

/* Tablet */
@media only screen and ( max-width: 1024px ) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
        width: 100%;
        margin-right:0px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width:auto !important;  
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    /* Effect 1: Fade in and scale up */
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    /*.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu ul.sub-menu ul.sub-menu li a{
        border-left: 16px solid transparent;
    }*/

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
         background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }
}

/* Mobile */
@media only screen and ( max-width: 767px ) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item 
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper { 
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0;
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;  
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle
    {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0;
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: '-'; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''; 
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{
        border:1px dotted;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{
        border:1px dotted transparent;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Effect 1: Fade in and scale up */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 2: Slide from the right */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    /* Effect 3: Slide from the bottom */
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child{
        left: 0 !important;
        width: auto !important; 
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }   

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset!important; 
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{
        border: 0px!important;
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text  .menu-item.parent a.hfe-menu-item:hover, .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none;
}

/* Icon common CSS */

.hfe-icon {
    display: inline-block;
    vertical-align: middle; /* Alignment of icon */
}

/* Icon Svg */
.hfe-icon svg {
    width: 1em;
    height: 1em;
}

/* Menu Cart CSS */

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
}

/* Default skin for cart*/
.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1;
}

.hfe-cart-menu-wrap-default .hfe-cart-count, 
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c;
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: 0.860em;
    line-height: 1.8;
    border-radius: 0em 0em 0.3em 0.3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em;
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0;
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'; 
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'; 
}

.hfe-menu-cart__toggle .elementor-button {
    background: transparent;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: 0.3em; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; 
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px; 
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: normal; 
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none; 
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
}

.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button {
    color:#4d4848;
}

/*Search Box CSS*/

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right;
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden;
}

.hfe-search-form__input {
    flex-basis: 100%;
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px;
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle;
}
/*search icon toggle css*/

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none;
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0;
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none;
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent;
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%;
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex;
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position:relative;
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right:0; 
    top:0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom:0;
    margin-right:10px;
    background-color: transparent;
}

.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

.hfe-search-form__container button#clear-with-button{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom:0;
    background-color: transparent;
}

.hfe-search-button-wrapper, 
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative;
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent;
}

.hfe-search-icon-toggle {
    width: 100%!important;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{
    position: absolute;
    width: 250px;
    right: 0;
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%;
}

.hfe-search-icon-toggle {
    line-height: 1.5;
}

/*-------Navigation menu active parent---------*/
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
 .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
    width: 100%;
    left: 0;
    opacity:1;
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0px;
    opacity:1;
}
.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0px;
    opacity: 1;
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1;
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before, .hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity:1;
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width:3px;
    width:100%;
    opacity:1;
    height:100%;
}

/* Scroll to top CSS */
.hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
    display: none;
}

.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
    display: none !important;
}

.hfe-scroll-to-top-button {
    position:fixed;
    right:15px;
    bottom:15px;
    z-index:9999;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:50px;
    background-color:#000000;
    color:#fff;
    text-align:center;
    opacity:1;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s;
}

.hfe-scroll-to-top-button i {
    color:#fff;
    font-size:16px;
}
/* Breadcrumbs CSS */

ul.hfe-breadcrumbs {
    display:block;
    margin:0;
    padding:0;
    list-style:none
}

ul.hfe-breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

ul.hfe-breadcrumbs li:last-child {
    margin:0;
}

ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    display:block;
}

ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
    -webkit-transition:all .4s;
    transition:all .4s;
}

span.hfe-breadcrumbs-home-icon{
    margin-right:10px;
    align-content: center;
}

.hfe-breadcrumbs-first a {
    align-content: center;
}

.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
    display: inline-flex;
}

/* Post Info CSS */

ul.hfe-post-info-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.hfe-post-info-inline.hfe-post-info-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

li.hfe-post-info-item {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

li.hfe-post-info-item,
li.hfe-post-info-item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
    margin-right: 8px;
    margin-left: 8px;
}

.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
    position: relative;
    right: -8px;
}

.hfe-post-info-inline.hfe-post-info-items {
    margin-right: -8px;
    margin-left: -8px;
}

.hfe-post-info-icon svg {
    display: block;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
    position: relative;
}


/* Info Card CSS */
.hfe-icon-wrap .hfe-icon svg {
    height: 100%;
    width: 100%;
}
body .elementor .hfe-button-wrapper a {
    text-decoration: none;
}
.hfe-button-wrapper {
    border-radius: 3px;
}


.hfe-reading-progress-bar{
    height: 4px;
}

/* Basic Posts Widget CSS - Only essential structure, no styling */
.hfe-posts-grid {
    display: grid;
}

.hfe-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

.hfe-post-title a {
    text-decoration: none;
}
.hfe-post-title {
    margin-top: 0px;
}
.hfe-read-more {
    text-decoration: none;
}
.hfe-post-meta {
    font-size: 12px;
    line-height: 1.3em;
}
.hfe-post-title {
    font-size: 20px;
}


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

.wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb}

/*# sourceURL=https://hireandbuild.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #999999;--wp--preset--color--dark-gray: #111;--wp--preset--color--light-gray: #767676;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-dark-gray-color{color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-color{color: var(--wp--preset--color--light-gray) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-background-color{background-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-background-color{background-color: var(--wp--preset--color--light-gray) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-border-color{border-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-border-color{border-color: var(--wp--preset--color--light-gray) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-gallery.is-layout-flex){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}:where(.wp-block-gallery.is-layout-grid){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
:where(.wp-block-latest-posts.is-layout-flex){gap: 1.25em;}:where(.wp-block-latest-posts.is-layout-grid){gap: 1.25em;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}/*! This file is auto-generated */
html{--wp-admin--admin-bar--height:32px;scroll-padding-top:var(--wp-admin--admin-bar--height)}#wpadminbar *{height:auto;width:auto;margin:0;padding:0;position:static;text-shadow:none;text-transform:none;letter-spacing:normal;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal;line-height:2.46153846;border-radius:0;box-sizing:content-box;transition:none;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto}.rtl #wpadminbar *{font-family:Tahoma,sans-serif}html:lang(he-il) .rtl #wpadminbar *{font-family:Arial,sans-serif}#wpadminbar .ab-empty-item{cursor:default}#wpadminbar .ab-empty-item,#wpadminbar a.ab-item,#wpadminbar>#wp-toolbar span.ab-label,#wpadminbar>#wp-toolbar span.noticon{color:#f0f0f1}#wpadminbar #wp-admin-bar-my-sites a.ab-item,#wpadminbar #wp-admin-bar-site-name a.ab-item{white-space:nowrap}#wpadminbar ul li:after,#wpadminbar ul li:before{content:normal}#wpadminbar a,#wpadminbar a img,#wpadminbar a img:hover,#wpadminbar a:hover{border:none;text-decoration:none;background:0 0;box-shadow:none}#wpadminbar a:active,#wpadminbar a:focus,#wpadminbar div,#wpadminbar input[type=email],#wpadminbar input[type=number],#wpadminbar input[type=password],#wpadminbar input[type=search],#wpadminbar input[type=text],#wpadminbar input[type=url],#wpadminbar select,#wpadminbar textarea{box-shadow:none}#wpadminbar a:focus{outline-offset:-1px;outline:2px solid transparent}#wpadminbar{direction:ltr;color:#c3c4c7;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:2.46153846;height:32px;position:fixed;top:0;left:0;width:100%;min-width:600px;z-index:99999;background:#1d2327;outline:1px solid transparent}#wpadminbar .ab-sub-wrapper,#wpadminbar ul,#wpadminbar ul li{background:0 0;clear:none;list-style:none;margin:0;padding:0;position:relative;text-indent:0;z-index:99999}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0}#wpadminbar .quicklinks ul{text-align:left}#wpadminbar li{float:left}#wpadminbar .ab-empty-item{outline:0}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks a,#wpadminbar .shortlink-input{height:32px;display:block;padding:0 10px;margin:0}#wpadminbar .quicklinks>ul>li>a{padding:0 8px 0 7px}#wpadminbar .menupop .ab-sub-wrapper,#wpadminbar .shortlink-input{margin:0;padding:0;box-shadow:0 3px 5px rgba(0,0,0,.2);background:#2c3338;display:none;position:absolute;float:none}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:100%}#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper{right:0;left:auto}#wpadminbar .ab-submenu{padding:6px 0}#wpadminbar .selected .shortlink-input{display:block}#wpadminbar .quicklinks .menupop ul li{float:none}#wpadminbar .quicklinks .menupop ul li a strong{font-weight:600}#wpadminbar .quicklinks .menupop ul li .ab-item,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li .ab-item,#wpadminbar .shortlink-input,#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{line-height:2;height:26px;white-space:nowrap;min-width:140px}#wpadminbar .shortlink-input{width:200px}#wpadminbar li.hover>.ab-sub-wrapper,#wpadminbar.nojs li:hover>.ab-sub-wrapper{display:block;outline:1px solid transparent}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-left:100%;margin-top:-32px}#wpadminbar .ab-top-secondary .menupop li.hover>.ab-sub-wrapper,#wpadminbar .ab-top-secondary .menupop li:hover>.ab-sub-wrapper{margin-left:0;left:inherit;right:100%}#wpadminbar .ab-top-menu>li.hover>.ab-item,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus{background:#2c3338;color:#72aee6}#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label,#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,#wpadminbar>#wp-toolbar li.hover span.ab-label{color:#72aee6}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon,.wp-admin-bar-arrow{position:relative;float:left;font:normal 20px/1 dashicons;padding:4px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none!important;margin-right:6px}#wpadminbar #adminbarsearch:before,#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before{color:#a7aaad;color:rgba(240,246,252,.6)}#wpadminbar #adminbarsearch:before,#wpadminbar .ab-icon:before,#wpadminbar .ab-item:before{position:relative;transition:color .1s ease-in-out}#wpadminbar .ab-label{display:inline-block;height:32px}#wpadminbar .ab-submenu .ab-item{color:#c3c4c7;color:rgba(240,246,252,.7)}#wpadminbar .quicklinks .menupop ul li a,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li a,#wpadminbar.nojs .quicklinks .menupop:hover ul li a{color:#c3c4c7;color:rgba(240,246,252,.7)}#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a,#wpadminbar .quicklinks .menupop ul li a:focus,#wpadminbar .quicklinks .menupop ul li a:focus strong,#wpadminbar .quicklinks .menupop ul li a:hover,#wpadminbar .quicklinks .menupop ul li a:hover strong,#wpadminbar .quicklinks .menupop.hover ul li a:focus,#wpadminbar .quicklinks .menupop.hover ul li a:hover,#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,#wpadminbar li #adminbarsearch.adminbar-focused:before,#wpadminbar li .ab-item:focus .ab-icon:before,#wpadminbar li .ab-item:focus:before,#wpadminbar li a:focus .ab-icon:before,#wpadminbar li.hover .ab-icon:before,#wpadminbar li.hover .ab-item:before,#wpadminbar li:hover #adminbarsearch:before,#wpadminbar li:hover .ab-icon:before,#wpadminbar li:hover .ab-item:before,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover{color:#72aee6}#wpadminbar.mobile .quicklinks .ab-icon:before,#wpadminbar.mobile .quicklinks .ab-item:before{color:#c3c4c7}#wpadminbar.mobile .quicklinks .hover .ab-icon:before,#wpadminbar.mobile .quicklinks .hover .ab-item:before{color:#72aee6}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before,#wpadminbar .menupop .menupop>.ab-item .wp-admin-bar-arrow:before{position:absolute;font:normal 17px/1 dashicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar .menupop .menupop>.ab-item{display:block;padding-right:2em}#wpadminbar .menupop .menupop>.ab-item .wp-admin-bar-arrow:before{top:1px;right:10px;padding:4px 0;content:"\f139";content:"\f139"/'';color:inherit}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item{padding-left:2em;padding-right:1em}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item .wp-admin-bar-arrow:before{top:1px;left:6px;content:"\f141";content:"\f141"/''}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary{display:block;position:relative;right:auto;margin:0;box-shadow:none}#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu{background:#3c434a}#wpadminbar .quicklinks .menupop .ab-sub-secondary>li .ab-item:focus a,#wpadminbar .quicklinks .menupop .ab-sub-secondary>li>a:hover{color:#72aee6}#wpadminbar .quicklinks a span#ab-updates{background:#f0f0f1;color:#2c3338;display:inline;padding:2px 5px;font-size:10px;font-weight:600;border-radius:10px}#wpadminbar .quicklinks a:hover span#ab-updates{background:#fff;color:#000}#wpadminbar .ab-top-secondary{float:right}#wpadminbar ul li:last-child,#wpadminbar ul li:last-child .ab-item{box-shadow:none}#wpadminbar #wp-admin-bar-recovery-mode{color:#fff;background-color:#d63638}#wpadminbar .ab-top-menu>#wp-admin-bar-recovery-mode.hover>.ab-item,#wpadminbar.nojq .quicklinks .ab-top-menu>#wp-admin-bar-recovery-mode>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>#wp-admin-bar-recovery-mode:hover>.ab-item,#wpadminbar:not(.mobile) .ab-top-menu>#wp-admin-bar-recovery-mode>.ab-item:focus{color:#fff;background-color:#d63638}#wp-admin-bar-my-account>ul{min-width:198px}#wp-admin-bar-my-account:not(.with-avatar)>.ab-item{display:inline-block}#wp-admin-bar-my-account>.ab-item:before{content:"\f110";content:"\f110"/'';top:2px;float:right;margin-left:6px;margin-right:0}#wp-admin-bar-my-account.with-avatar>.ab-item:before{display:none;content:none}#wp-admin-bar-my-account.with-avatar>ul{min-width:270px}#wpadminbar #wp-admin-bar-user-actions>li{margin-left:16px;margin-right:16px}#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:6px 0 12px}#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin-left:88px}#wpadminbar #wp-admin-bar-user-info{margin-top:6px;margin-bottom:15px;height:auto;background:0 0}#wp-admin-bar-user-info .avatar{position:absolute;left:-72px;top:4px;width:64px;height:64px;border-radius:50%}#wpadminbar #wp-admin-bar-user-info a{background:0 0;height:auto}#wpadminbar #wp-admin-bar-user-info span{background:0 0;padding:0;height:18px}#wpadminbar #wp-admin-bar-user-info .display-name,#wpadminbar #wp-admin-bar-user-info .username{display:block}#wpadminbar #wp-admin-bar-user-info .username{color:#a7aaad;font-size:11px}#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img,#wpadminbar #wp-admin-bar-my-account.with-avatar>a img{width:auto;height:20px;padding:0;border:1px solid #2c353b;border-radius:50%;background:#f0f0f1;line-height:1.84615384;vertical-align:middle;margin:-4px 0 0 6px;float:none;display:inline}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{width:15px;height:20px;margin-right:0;padding:6px 0 5px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0 7px}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{content:"\f120";content:"\f120"/'';top:2px}#wpadminbar .quicklinks li .blavatar{display:inline-block;vertical-align:middle;font:normal 16px/1 dashicons!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f0f0f1}#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a .blavatar,#wpadminbar .quicklinks li a:focus .blavatar,#wpadminbar .quicklinks li a:hover .blavatar{color:#72aee6}#wpadminbar .quicklinks li div.blavatar:before,#wpadminbar .quicklinks li img.blavatar{height:16px;width:16px;margin:0 8px 2px -2px}#wpadminbar .quicklinks li img.blavatar{border-radius:2px}#wpadminbar .quicklinks li div.blavatar:before{content:"\f120";content:"\f120"/'';display:inline-block}#wpadminbar #wp-admin-bar-appearance{margin-top:-12px}#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,#wpadminbar #wp-admin-bar-site-name>.ab-item:before{content:"\f541";content:"\f541"/'';top:2px}#wpadminbar #wp-admin-bar-site-editor>.ab-item:before{content:"\f100";content:"\f100"/'';top:2px}#wpadminbar #wp-admin-bar-customize>.ab-item:before{content:"\f540";content:"\f540"/'';top:2px}#wpadminbar #wp-admin-bar-edit>.ab-item:before{content:"\f464";content:"\f464"/'';top:2px}#wpadminbar #wp-admin-bar-site-name>.ab-item:before{content:"\f226";content:"\f226"/''}.wp-admin #wpadminbar #wp-admin-bar-site-name>.ab-item:before{content:"\f102";content:"\f102"/''}#wpadminbar #wp-admin-bar-site-name.has-site-icon>.ab-item{display:flex;align-items:center;gap:6px}#wpadminbar #wp-admin-bar-site-name.has-site-icon>.ab-item:before{content:none}#wpadminbar #wp-admin-bar-site-name>.ab-item .site-icon{width:20px;height:20px;background:#f0f0f1;border-radius:2px}#wpadminbar #wp-admin-bar-comments .ab-icon{margin-right:6px}#wpadminbar #wp-admin-bar-comments .ab-icon:before{content:"\f101";content:"\f101"/'';top:3px}#wpadminbar #wp-admin-bar-new-content .ab-icon:before{content:"\f132";content:"\f132"/'';top:4px}#wpadminbar #wp-admin-bar-updates .ab-icon:before{content:"\f463";content:"\f463"/'';top:2px}#wpadminbar #wp-admin-bar-updates.spin .ab-icon:before{display:inline-block;animation:rotation 2s infinite linear}@media (prefers-reduced-motion:reduce){#wpadminbar #wp-admin-bar-updates.spin .ab-icon:before{animation:none}}#wpadminbar #wp-admin-bar-search .ab-item{padding:0;background:0 0}#wpadminbar #adminbarsearch{position:relative;height:32px;padding:0 2px;z-index:1}#wpadminbar #adminbarsearch:before{position:absolute;top:6px;left:5px;z-index:20;font:normal 20px/1 dashicons!important;content:"\f179";content:"\f179"/'';speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input{display:inline-block;float:none;position:relative;z-index:30;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:1.84615384;text-indent:0;height:24px;width:24px;max-width:none;padding:0 3px 0 24px;margin:0;color:#c3c4c7;background-color:rgba(255,255,255,0);border:none;outline:0;cursor:pointer;box-shadow:none;box-sizing:border-box;transition-duration:.4s;transition-property:width,background;transition-timing-function:ease}#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input:focus{z-index:10;color:#000;width:200px;background-color:rgba(255,255,255,.9);cursor:text;border:0}#wpadminbar #adminbarsearch .adminbar-button{display:none}#wpadminbar #wp-admin-bar-command-palette .ab-icon:before{content:"\f179";content:"\f179"/'';top:3px}#wpadminbar #wp-admin-bar-command-palette kbd{background:0 0}.customize-support #wpadminbar .hide-if-customize,.customize-support .hide-if-customize,.customize-support .wp-core-ui .hide-if-customize,.customize-support.wp-core-ui .hide-if-customize,.no-customize-support #wpadminbar .hide-if-no-customize,.no-customize-support .hide-if-no-customize,.no-customize-support .wp-core-ui .hide-if-no-customize,.no-customize-support.wp-core-ui .hide-if-no-customize{display:none}#wpadminbar .screen-reader-text,#wpadminbar .screen-reader-text span{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;word-break:normal!important}#wpadminbar .screen-reader-shortcut{position:absolute;top:-1000em;left:6px;height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f0f0f1;color:#2271b1;z-index:100000;line-height:normal;text-decoration:none}#wpadminbar .screen-reader-shortcut:focus{top:7px;background:#f0f0f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6)}@media screen and (max-width:782px){html{--wp-admin--admin-bar--height:46px}html #wpadminbar{height:46px;min-width:240px}#wpadminbar *{font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;line-height:2.28571428}#wpadminbar .quicklinks .ab-empty-item,#wpadminbar .quicklinks>ul>li>a{padding:0;height:46px;line-height:3.28571428;width:auto}#wpadminbar .ab-icon{font:40px/1 dashicons!important;margin:0;padding:0;width:52px;height:46px;text-align:center}#wpadminbar .ab-icon:before{text-align:center}#wpadminbar .ab-submenu{padding:0}#wpadminbar #wp-admin-bar-my-account a.ab-item,#wpadminbar #wp-admin-bar-my-sites a.ab-item,#wpadminbar #wp-admin-bar-site-name a.ab-item{text-overflow:clip}#wpadminbar .quicklinks .menupop ul li .ab-item,#wpadminbar .quicklinks .menupop ul li a strong,#wpadminbar .quicklinks .menupop.hover ul li .ab-item,#wpadminbar .shortlink-input,#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item{line-height:1.6}#wpadminbar .ab-label{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;word-break:normal!important}#wpadminbar .menupop li.hover>.ab-sub-wrapper,#wpadminbar .menupop li:hover>.ab-sub-wrapper{margin-top:-46px}#wpadminbar .ab-top-menu .menupop .ab-sub-wrapper .menupop>.ab-item{padding-right:30px}#wpadminbar .menupop .menupop>.ab-item:before{top:10px;right:6px}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item{font-size:16px;padding:8px 16px}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper a:empty{display:none}#wpadminbar #wp-admin-bar-wp-logo>.ab-item{padding:0}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon{padding:0;width:52px;height:46px;text-align:center;vertical-align:top}#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before{font:28px/1 dashicons!important;top:-3px}#wpadminbar .ab-icon,#wpadminbar .ab-item:before{padding:0}#wpadminbar #wp-admin-bar-customize>.ab-item,#wpadminbar #wp-admin-bar-edit>.ab-item,#wpadminbar #wp-admin-bar-my-account>.ab-item,#wpadminbar #wp-admin-bar-my-sites>.ab-item,#wpadminbar #wp-admin-bar-site-editor>.ab-item,#wpadminbar #wp-admin-bar-site-name>.ab-item{text-indent:100%;white-space:nowrap;overflow:hidden;width:52px;padding:0;color:#a7aaad;position:relative}#wpadminbar .ab-icon,#wpadminbar .ab-item:before,#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{padding:0;margin-right:0}#wpadminbar #wp-admin-bar-command-palette .ab-icon:before,#wpadminbar #wp-admin-bar-customize>.ab-item:before,#wpadminbar #wp-admin-bar-edit>.ab-item:before,#wpadminbar #wp-admin-bar-my-account>.ab-item:before,#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,#wpadminbar #wp-admin-bar-site-editor>.ab-item:before,#wpadminbar #wp-admin-bar-site-name:not(.has-site-icon)>.ab-item:before{display:block;text-indent:0;font:normal 32px/1 dashicons;top:7px;width:52px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpadminbar #wp-admin-bar-site-name>.ab-item .site-icon{position:absolute;top:9px;left:12px;width:28px;height:28px;margin:0;border-radius:4px}#wpadminbar #wp-admin-bar-appearance{margin-top:0}#wpadminbar .quicklinks li .blavatar:before{display:none}#wpadminbar #wp-admin-bar-search{display:none}#wpadminbar #wp-admin-bar-new-content .ab-icon:before{top:0;line-height:1.26;height:46px!important;text-align:center;width:52px;display:block}#wpadminbar #wp-admin-bar-updates{text-align:center}#wpadminbar #wp-admin-bar-updates .ab-icon:before{top:3px}#wpadminbar #wp-admin-bar-command-palette .ab-icon,#wpadminbar #wp-admin-bar-comments .ab-icon{margin:0}#wpadminbar #wp-admin-bar-command-palette .ab-icon:before,#wpadminbar #wp-admin-bar-comments .ab-icon:before{display:block;font-size:34px;height:46px;line-height:1.38235294;top:0}#wpadminbar #wp-admin-bar-my-account>a{position:relative;white-space:nowrap;text-indent:150%;width:28px;padding:0 10px;overflow:hidden}#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img{position:absolute;top:12px;right:10px;width:28px;height:28px;border-radius:50%}#wpadminbar #wp-admin-bar-user-actions.ab-submenu{padding:0}#wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar{display:none}#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li{margin:0}#wpadminbar #wp-admin-bar-user-info .display-name{height:auto;font-size:16px;line-height:1.5;color:#f0f0f1}#wpadminbar #wp-admin-bar-user-info a{padding-top:4px}#wpadminbar #wp-admin-bar-user-info .username{line-height:.8!important;margin-bottom:-2px}#wp-toolbar>ul>li{display:none}#wpadminbar li#wp-admin-bar-command-palette,#wpadminbar li#wp-admin-bar-comments,#wpadminbar li#wp-admin-bar-customize,#wpadminbar li#wp-admin-bar-edit,#wpadminbar li#wp-admin-bar-menu-toggle,#wpadminbar li#wp-admin-bar-my-account,#wpadminbar li#wp-admin-bar-my-sites,#wpadminbar li#wp-admin-bar-new-content,#wpadminbar li#wp-admin-bar-site-editor,#wpadminbar li#wp-admin-bar-site-name,#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:block}#wpadminbar li.hover ul li,#wpadminbar li:hover ul li,#wpadminbar li:hover ul li:hover ul li{display:list-item}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{min-width:fit-content}#wpadminbar ul#wp-admin-bar-root-default>li{margin-right:0}#wpadminbar #wp-admin-bar-command-palette,#wpadminbar #wp-admin-bar-comments,#wpadminbar #wp-admin-bar-edit,#wpadminbar #wp-admin-bar-my-account,#wpadminbar #wp-admin-bar-my-sites,#wpadminbar #wp-admin-bar-new-content,#wpadminbar #wp-admin-bar-site-name,#wpadminbar #wp-admin-bar-updates,#wpadminbar #wp-admin-bar-wp-logo,#wpadminbar .ab-top-menu,#wpadminbar .ab-top-secondary{position:static}.network-admin #wpadminbar ul#wp-admin-bar-top-secondary>li#wp-admin-bar-my-account{margin-right:0}#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before{top:10px;left:0}}@media screen and (max-width:600px){#wpadminbar{position:absolute}#wp-responsive-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:400}#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper{width:100%;left:0}#wpadminbar .menupop .menupop>.ab-item:before{display:none}#wpadminbar #wp-admin-bar-wp-logo.menupop .ab-sub-wrapper{margin-left:0}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper{margin:0;width:100%;top:auto;left:auto;position:relative}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper .ab-item{font-size:16px;padding:6px 15px 19px 30px}#wpadminbar li:hover ul li ul li{display:list-item}#wpadminbar li#wp-admin-bar-updates,#wpadminbar li#wp-admin-bar-wp-logo{display:none}#wpadminbar .ab-top-menu>.menupop li>.ab-sub-wrapper{position:static;box-shadow:none}}@media screen and (max-width:400px){#wpadminbar li#wp-admin-bar-comments{display:none}}

    /* Hide CanvasJS credits for P404 charts specifically */
    #p404RedirectChart .canvasjs-chart-credit {
        display: none !important;
    }
    
    #p404RedirectChart canvas {
        border-radius: 6px;
    }

    .p404-redirect-adminbar-weekly-title {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 6px;
    }

    #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
        content: "\f103";
        color: #dc3545;
        top: 3px;
    }
    
    #wp-admin-bar-p404_free_top_button .ab-item {
        min-width: 80px !important;
        padding: 0px !important;
    }
    
    /* Ensure proper positioning and z-index for P404 dropdown */
    .p404-redirect-adminbar-dropdown-wrap { 
        min-width: 0; 
        padding: 0;
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown {
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .p404-redirect-dropdown-container {
        min-width: 340px;
        padding: 18px 18px 12px 18px;
        background: #23282d !important;
        color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        margin-top: 10px;
        position: relative !important;
        z-index: 999999 !important;
        display: block !important;
        border: 1px solid #444;
    }
    
    /* Ensure P404 dropdown appears on hover */
    #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { 
        display: none !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { 
        display: block !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container {
        display: block !important;
    }
    
    .p404-redirect-card {
        background: #2c3338;
        border-radius: 8px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #444;
    }
    
    .p404-redirect-btn {
        display: inline-block;
        background: #dc3545;
        color: #fff !important;
        font-weight: bold;
        padding: 5px 22px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: background 0.2s, box-shadow 0.2s;
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(220,53,69,0.15);
        text-align: center;
        line-height: 1.6;
    }
    
    .p404-redirect-btn:hover {
        background: #c82333;
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(220,53,69,0.25);
    }
    
    /* Prevent conflicts with other admin bar dropdowns */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item {
        z-index: auto;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item {
        z-index: 999998 !important;
    }
    
/*# sourceURL=admin-bar-inline-css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.footer-width-fixer {
    width: 100%;
}

/* Container fix for genesis themes */

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

/* Container fix for generatepress theme */

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important; /* override generatepress default white color for header */
}

.bhf-hidden {
    display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
    position: relative;
}
/*! elementor-icons - v5.53.0 - 16-07-2026 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.53.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.53.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.53.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.53.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-after:before{content:"\ebfa"}.eicon-pagination-item:before{content:"\ebfb"}.eicon-before:before{content:"\ebfc"}.eicon-pagination:before{content:"\ebfd"}.eicon-loop-item:before{content:"\ec00"}.eicon-loop-widget:before{content:"\ec01"}.eicon-x-twitter:before{content:"\ef04"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-8{--e-global-color-primary:#FF0000;--e-global-color-secondary:#FF0000;--e-global-color-text:#FF0000;--e-global-color-accent:#FF0000;--e-global-color-el_color_1_4:#FF5E14;--e-global-color-el_color_1:#FF5E14;--e-global-color-el_color_1_2:#FF5E14;--e-global-color-el_color_1_7:#12A5941A;--e-global-color-el_color_7:#333333;--e-global-color-el_color_7_1:#7a7a7a;--e-global-color-el_color_7_2:#b2aeae;--e-global-color-el_color_7_4:#00000021;--e-global-color-el_color_7_6:rgba(0,0,0,0.04);--e-global-color-el_color_6:#1E1F20;--e-global-color-el_color_6_3:#00000080;--e-global-color-el_color_0:#ffffff;--e-global-color-el_color_0_1:#FFFFFF8C;--e-global-color-el_color_0_2:#FFFFFF26;--e-global-typography-el_content_1-font-family:"Open Sans";--e-global-typography-el_content_1-font-size:16px;--e-global-typography-el_content_1-text-transform:none;--e-global-typography-el_content_1-line-height:1.6em;--e-global-typography-el_content_2-font-family:"Open Sans";--e-global-typography-el_content_2-font-size:15px;--e-global-typography-el_content_2-text-transform:none;--e-global-typography-el_content_2-line-height:1.5em;--e-global-typography-el_content_3-font-family:"Open Sans";--e-global-typography-el_content_3-font-size:13px;--e-global-typography-el_content_3-text-transform:none;--e-global-typography-el_content_3-line-height:1.3em;--e-global-typography-el_title_1-font-family:"Assistant";--e-global-typography-el_title_1-font-size:52px;--e-global-typography-el_title_1-font-weight:500;--e-global-typography-el_title_1-text-transform:none;--e-global-typography-el_title_1-line-height:1.1em;--e-global-typography-el_title_2-font-family:"Assistant";--e-global-typography-el_title_2-font-size:38px;--e-global-typography-el_title_2-font-weight:500;--e-global-typography-el_title_2-text-transform:none;--e-global-typography-el_title_2-line-height:1.1em;--e-global-typography-el_title_3-font-family:"Assistant";--e-global-typography-el_title_3-font-size:26px;--e-global-typography-el_title_3-font-weight:500;--e-global-typography-el_title_3-text-transform:none;--e-global-typography-el_title_3-line-height:1.2em;--e-global-typography-el_title_4-font-family:"Assistant";--e-global-typography-el_title_4-font-size:21px;--e-global-typography-el_title_4-font-weight:500;--e-global-typography-el_title_4-text-transform:none;--e-global-typography-el_title_4-line-height:1.2em;--e-global-typography-el_title_5-font-family:"Assistant";--e-global-typography-el_title_5-font-size:18px;--e-global-typography-el_title_5-font-weight:500;--e-global-typography-el_title_5-text-transform:none;--e-global-typography-el_title_5-line-height:1.3em;--e-global-typography-el_title_6-font-family:"Assistant";--e-global-typography-el_title_6-font-size:16px;--e-global-typography-el_title_6-font-weight:500;--e-global-typography-el_title_6-text-transform:none;--e-global-typography-el_title_6-line-height:1.3em;--e-global-typography-el_counter_2-font-family:"Assistant";--e-global-typography-el_counter_2-font-size:18px;--e-global-typography-el_counter_2-font-weight:500;--e-global-typography-el_counter_2-text-transform:none;--e-global-typography-el_counter_2-line-height:1.2em;--e-global-typography-el_counter_1-font-family:"Assistant";--e-global-typography-el_counter_1-font-size:38px;--e-global-typography-el_counter_1-font-weight:500;--e-global-typography-el_counter_1-line-height:1.5em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}#the7-body{--the7-btn-bg:var( --e-global-color-el_color_1 );--the7-btn-hover-bg:var( --e-global-color-el_color_1_2 );--the7-accent-color:var( --e-global-color-el_color_1 );--the7-divider-color:var( --e-global-color-el_color_7_4 );--the7-content-boxes-bg:var( --e-global-color-el_color_7_6 );--the7-beautiful-spinner-color:var( --e-global-color-el_color_1_4 );--the7-btn-color:var( --e-global-color-el_color_0 );--the7-btn-border-color:var( --e-global-color-el_color_1 );--the7-btn-hover-color:var( --e-global-color-el_color_0 );--the7-btn-border-hover-color:var( --e-global-color-el_color_1_2 );--the7-btn-s-font-family:"Assistant", Sans-serif;--the7-btn-s-font-size:12px;--the7-btn-s-font-weight:500;--the7-btn-s-padding:5px 12px 5px 12px;--the7-btn-s-min-height:26px;--the7-btn-s-border-radius:3px 3px 3px 3px;--the7-btn-s-icon-gap:6px;--the7-btn-m-font-family:"Assistant", Sans-serif;--the7-btn-m-font-size:14px;--the7-btn-m-font-weight:500;--the7-btn-m-padding:5px 13px 5px 13px;--the7-btn-m-min-height:32px;--the7-btn-m-border-radius:3px 3px 3px 3px;--the7-btn-m-icon-gap:8px;--the7-btn-l-font-family:"Assistant", Sans-serif;--the7-btn-l-font-size:16px;--the7-btn-l-font-weight:500;--the7-btn-l-padding:5px 16px 5px 16px;--the7-btn-l-min-height:40px;--the7-btn-l-border-radius:3px 3px 3px 3px;--the7-btn-l-icon-gap:10px;--the7-btn-lg-font-family:"Assistant", Sans-serif;--the7-btn-lg-font-size:18px;--the7-btn-lg-font-weight:500;--the7-btn-lg-padding:5px 22px 5px 22px;--the7-btn-lg-min-height:54px;--the7-btn-lg-border-radius:3px 3px 3px 3px;--the7-btn-lg-icon-gap:12px;--the7-btn-xl-font-family:"Assistant", Sans-serif;--the7-btn-xl-font-size:20px;--the7-btn-xl-font-weight:500;--the7-btn-xl-padding:10px 28px 10px 28px;--the7-btn-xl-min-height:64px;--the7-btn-xl-border-radius:3px 3px 3px 3px;--the7-btn-xl-icon-gap:14px;--the7-top-input-padding:6px;--the7-right-input-padding:12px;--the7-bottom-input-padding:6px;--the7-left-input-padding:12px;--the7-input-height:40px;--the7-input-color:var( --e-global-color-el_color_7 );--the7-input-border-radius:3px 3px 3px 3px;--the7-input-border-radius-top:3px;--the7-input-border-radius-right:3px;--the7-input-border-radius-bottom:3px;--the7-input-border-radius-left:3px;--the7-form-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.08) inset;--the7-form-shadow-focus:0px 0px 10px 0px rgba(0, 0, 0, 0.14) inset;--the7-base-color:var( --e-global-color-el_color_7_1 );--the7-secondary-text-color:var( --e-global-color-el_color_7_2 );--the7-base-font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;--the7-text-big-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-small-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-text-transform:var( --e-global-typography-el_content_1-text-transform );--the7-text-big-line-height:var( --e-global-typography-el_content_1-line-height );--the7-text-small-line-height:var( --e-global-typography-el_content_1-line-height );--the7-base-line-height:var( --e-global-typography-el_content_1-line-height );--the7-links-color:var( --e-global-color-el_color_1 );--the7-links-hover-color:var( --e-global-color-el_color_1 );--the7-title-color:var( --e-global-color-el_color_7 );--the7-h1-font-family:var( --e-global-typography-el_title_1-font-family ), Sans-serif;--the7-h1-font-size:var( --e-global-typography-el_title_1-font-size );--the7-h1-font-weight:var( --e-global-typography-el_title_1-font-weight );--the7-h1-text-transform:var( --e-global-typography-el_title_1-text-transform );--the7-h1-line-height:var( --e-global-typography-el_title_1-line-height );--the7-h2-font-family:var( --e-global-typography-el_title_2-font-family ), Sans-serif;--the7-h2-font-size:var( --e-global-typography-el_title_2-font-size );--the7-h2-font-weight:var( --e-global-typography-el_title_2-font-weight );--the7-h2-text-transform:var( --e-global-typography-el_title_2-text-transform );--the7-h2-line-height:var( --e-global-typography-el_title_2-line-height );--the7-h3-font-family:var( --e-global-typography-el_title_3-font-family ), Sans-serif;--the7-h3-font-size:var( --e-global-typography-el_title_3-font-size );--the7-h3-font-weight:var( --e-global-typography-el_title_3-font-weight );--the7-h3-text-transform:var( --e-global-typography-el_title_3-text-transform );--the7-h3-line-height:var( --e-global-typography-el_title_3-line-height );--the7-h4-font-family:var( --e-global-typography-el_title_4-font-family ), Sans-serif;--the7-h4-font-size:var( --e-global-typography-el_title_4-font-size );--the7-h4-font-weight:var( --e-global-typography-el_title_4-font-weight );--the7-h4-text-transform:var( --e-global-typography-el_title_4-text-transform );--the7-h4-line-height:var( --e-global-typography-el_title_4-line-height );--the7-h5-font-family:var( --e-global-typography-el_title_5-font-family ), Sans-serif;--the7-h5-font-size:var( --e-global-typography-el_title_5-font-size );--the7-h5-font-weight:var( --e-global-typography-el_title_5-font-weight );--the7-h5-text-transform:var( --e-global-typography-el_title_5-text-transform );--the7-h5-line-height:var( --e-global-typography-el_title_5-line-height );--the7-h6-font-family:var( --e-global-typography-el_title_6-font-family ), Sans-serif;--the7-h6-font-size:var( --e-global-typography-el_title_6-font-size );--the7-h6-font-weight:var( --e-global-typography-el_title_6-font-weight );--the7-h6-text-transform:var( --e-global-typography-el_title_6-text-transform );--the7-h6-line-height:var( --e-global-typography-el_title_6-line-height );--the7-widget-title-font-family:var( --e-global-typography-el_title_5-font-family ), Sans-serif;--the7-widget-title-font-size:var( --e-global-typography-el_title_5-font-size );--the7-widget-title-font-weight:var( --e-global-typography-el_title_5-font-weight );--the7-widget-title-text-transform:var( --e-global-typography-el_title_5-text-transform );--the7-widget-title-line-height:var( --e-global-typography-el_title_5-line-height );--the7-widget-gap:15px;--the7-widget-content-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-widget-content-font-size:var( --e-global-typography-el_content_2-font-size );--the7-widget-content-text-transform:var( --e-global-typography-el_content_2-text-transform );--the7-widget-content-line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.scroll-top-elementor-icon i,.scroll-top:before{font-size:24px;}a.scroll-top-elementor-icon svg{width:24px;height:24px;}#the7-body a.scroll-top{border-radius:3px 3px 3px 3px;}body .scroll-top-elementor-icon:hover i, body .scroll-top:hover:before{color:var( --e-global-color-el_color_0 );}body .scroll-top-elementor-icon:hover svg{fill:var( --e-global-color-el_color_0 );color:var( --e-global-color-el_color_0 );}body .scroll-top:hover{background-color:var( --e-global-color-el_color_1 );}body#the7-body{--the7-form-xs-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-sm-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-md-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-lg-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-xl-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-xs-text-transform:var( --e-global-typography-el_content_2-text-transform );--the7-form-sm-text-transform:var( --e-global-typography-el_content_2-text-transform );--the7-form-md-text-transform:var( --e-global-typography-el_content_2-text-transform );--the7-form-lg-text-transform:var( --e-global-typography-el_content_2-text-transform );--the7-form-xl-text-transform:var( --e-global-typography-el_content_2-text-transform );}.elementor-field-group, .elementor-kit-8 .comment-form-cookies-consent, .elementor-kit-8 .comment-notes{padding-right:calc( 30px/2 );padding-left:calc( 30px/2 );}.elementor-form-fields-wrapper{margin-left:calc( -30px/2 );margin-right:calc( -30px/2 );margin-bottom:-30px;}.elementor-field-group{margin-bottom:30px;}.elementor-field-group.recaptcha_v3-bottomleft, .elementor-kit-8 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{font-family:var( --e-global-typography-el_content_3-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_3-font-size );text-transform:var( --e-global-typography-el_content_3-text-transform );line-height:var( --e-global-typography-el_content_3-line-height );color:var( --e-global-color-el_color_7 );}body.rtl .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-left:7px;}body:not(.rtl) .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-right:7px;}body .elementor-labels-above .elementor-field-group > .elementor-field-label{padding-bottom:7px;}body .woocommerce-Reviews .elementor-field-group > label{margin-bottom:7px;}.elementor-field-group .elementor-field-textual.elementor-size-xs,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xs{font-family:var( --e-global-typography-el_content_3-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_3-font-size );text-transform:var( --e-global-typography-el_content_3-text-transform );line-height:var( --e-global-typography-el_content_3-line-height );padding:2px 6px 2px 6px;min-height:26px;}.elementor-field-group .elementor-field-textual.elementor-size-sm,
		.content .elementor-field-group .elementor-field-textual.elementor-size-sm{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );text-transform:var( --e-global-typography-el_content_2-text-transform );line-height:var( --e-global-typography-el_content_2-line-height );padding:5px 10px 5px 10px;min-height:32px;}.elementor-field-group .elementor-field-textual.elementor-size-md,
		.content .elementor-field-group .elementor-field-textual.elementor-size-md{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );text-transform:var( --e-global-typography-el_content_2-text-transform );line-height:var( --e-global-typography-el_content_2-line-height );padding:6px 12px 6px 12px;min-height:40px;}.elementor-field-group .elementor-field-textual.elementor-size-lg,
		.content .elementor-field-group .elementor-field-textual.elementor-size-lg{font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_1-font-size );text-transform:var( --e-global-typography-el_content_1-text-transform );line-height:var( --e-global-typography-el_content_1-line-height );padding:8px 15px 8px 15px;min-height:54px;}.elementor-field-group .elementor-field-textual.elementor-size-xl,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xl{font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_1-font-size );text-transform:var( --e-global-typography-el_content_1-text-transform );line-height:var( --e-global-typography-el_content_1-line-height );padding:10px 18px 10px 18px;min-height:64px;}.elementor-widget-text-editor p,
				.elementor-tab-content p,
				.the7-e-tab-content.the7-e-tab-text-content p,
				.elementor-widget-woocommerce-product-content p,
				.elementor-widget-theme-post-content > .elementor-widget-container >  p,
				#the7-body .elementor-widget-text-editor ul,
				#the7-body .elementor-tab-content ul,
				#the7-body .the7-e-tab-content.the7-e-tab-text-content ul,
				#the7-body .elementor-widget-woocommerce-product-content ul,
				#the7-body .elementor-widget-theme-post-content > .elementor-widget-container > ul,
				#the7-body .elementor-widget-text-editor ol,
				#the7-body .elementor-tab-content ol,
				#the7-body .the7-e-tab-content.the7-e-tab-text-content ol,
				#the7-body .elementor-widget-woocommerce-product-content ol,
				#the7-body .elementor-widget-theme-post-content > .elementor-widget-container > ol,
				.the7-elementor-product-comments #reviews .comment-text .description p,
				.elementor-widget-post-comments .comment-content p{margin-bottom:20px;}:root{--the7-p-spacing:20px;}.elementor-tab-content a,
				.the7-e-tab-content.the7-e-tab-text-content a,
				.box-description a,
				.e-hotspot__tooltip a,
				.e-inner-tab-content a,
				.elementor-widget-text-editor a, 
				.comment-respond a{text-decoration:underline;}.elementor-tab-content a:hover,
				.the7-e-tab-content.the7-e-tab-text-content a:hover,
				.box-description a:hover,
				.e-hotspot__tooltip a:hover,
				.e-inner-tab-content a:hover,
				.elementor-widget-text-editor a:hover, 
				.comment-respond a:hover{text-decoration:none;}a:hover{color:var( --e-global-color-el_color_1 );}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-el_title_1-font-size:48px;--e-global-typography-el_title_2-font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xs,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xs{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-sm,
		.content .elementor-field-group .elementor-field-textual.elementor-size-sm{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-md,
		.content .elementor-field-group .elementor-field-textual.elementor-size-md{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-lg,
		.content .elementor-field-group .elementor-field-textual.elementor-size-lg{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xl,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xl{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}#the7-body{--the7-text-big-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-small-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-big-line-height:var( --e-global-typography-el_content_1-line-height );--the7-text-small-line-height:var( --e-global-typography-el_content_1-line-height );--the7-base-line-height:var( --e-global-typography-el_content_1-line-height );--the7-h1-font-size:var( --e-global-typography-el_title_1-font-size );--the7-h1-line-height:var( --e-global-typography-el_title_1-line-height );--the7-h2-font-size:var( --e-global-typography-el_title_2-font-size );--the7-h2-line-height:var( --e-global-typography-el_title_2-line-height );--the7-h3-font-size:var( --e-global-typography-el_title_3-font-size );--the7-h3-line-height:var( --e-global-typography-el_title_3-line-height );--the7-h4-font-size:var( --e-global-typography-el_title_4-font-size );--the7-h4-line-height:var( --e-global-typography-el_title_4-line-height );--the7-h5-font-size:var( --e-global-typography-el_title_5-font-size );--the7-h5-line-height:var( --e-global-typography-el_title_5-line-height );--the7-h6-font-size:var( --e-global-typography-el_title_6-font-size );--the7-h6-line-height:var( --e-global-typography-el_title_6-line-height );--the7-widget-title-font-size:var( --e-global-typography-el_title_5-font-size );--the7-widget-title-line-height:var( --e-global-typography-el_title_5-line-height );--the7-widget-content-font-size:var( --e-global-typography-el_content_2-font-size );--the7-widget-content-line-height:var( --e-global-typography-el_content_2-line-height );}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-el_title_1-font-size:30px;--e-global-typography-el_title_1-line-height:1.2em;--e-global-typography-el_title_2-font-size:30px;--e-global-typography-el_title_2-line-height:1.2em;--e-global-typography-el_title_3-font-size:24px;--e-global-typography-el_counter_2-font-size:16px;--e-global-typography-el_counter_1-font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xs,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xs{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-sm,
		.content .elementor-field-group .elementor-field-textual.elementor-size-sm{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-md,
		.content .elementor-field-group .elementor-field-textual.elementor-size-md{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-lg,
		.content .elementor-field-group .elementor-field-textual.elementor-size-lg{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xl,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xl{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}#the7-body{--the7-text-big-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-small-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-big-line-height:var( --e-global-typography-el_content_1-line-height );--the7-text-small-line-height:var( --e-global-typography-el_content_1-line-height );--the7-base-line-height:var( --e-global-typography-el_content_1-line-height );--the7-h1-font-size:var( --e-global-typography-el_title_1-font-size );--the7-h1-line-height:var( --e-global-typography-el_title_1-line-height );--the7-h2-font-size:var( --e-global-typography-el_title_2-font-size );--the7-h2-line-height:var( --e-global-typography-el_title_2-line-height );--the7-h3-font-size:var( --e-global-typography-el_title_3-font-size );--the7-h3-line-height:var( --e-global-typography-el_title_3-line-height );--the7-h4-font-size:var( --e-global-typography-el_title_4-font-size );--the7-h4-line-height:var( --e-global-typography-el_title_4-line-height );--the7-h5-font-size:var( --e-global-typography-el_title_5-font-size );--the7-h5-line-height:var( --e-global-typography-el_title_5-line-height );--the7-h6-font-size:var( --e-global-typography-el_title_6-font-size );--the7-h6-line-height:var( --e-global-typography-el_title_6-line-height );--the7-widget-title-font-size:var( --e-global-typography-el_title_5-font-size );--the7-widget-title-line-height:var( --e-global-typography-el_title_5-line-height );--the7-widget-content-font-size:var( --e-global-typography-el_content_2-font-size );--the7-widget-content-line-height:var( --e-global-typography-el_content_2-line-height );}}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.the7-e-sticky-effect-yes .dt-nav-menu-horizontal,.the7-e-sticky-effect-yes .elementor-widget-image img,.the7-e-sticky-effect-yes .elementor-widget-image svg,.the7-e-sticky-effect-yes.e-con,.the7-e-sticky-effect-yes>.elementor-container{transition:min-height .3s,height .3s,width .3s,max-width .3s,opacity .3s}.the7-e-sticky-effect-yes,.the7-e-sticky-scrollup-yes,.the7-e-sticky-scrollup-yes.e-con{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s!important}.the7-e-sticky-effect-yes.e-con{transition:min-height .3s,height .3s,width .3s,max-width .3s,opacity .3s,background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s!important}.the7-e-sticky-effect-yes.e-con.the7-e-sticky{transition:min-height .3s,height .3s,opacity .3s,background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s!important}.the7-e-sticky-scrollup-yes:not(.the7-e-sticky-spacer){--the7-sticky-scroll-up-translate:0;transform:translateY(0)}.the7-e-sticky-scrollup-yes:not(.the7-e-sticky-spacer).the7-e-scroll-down{transform:translateY(calc(0px - var(--the7-sticky-scroll-up-translate)));opacity:0;pointer-events:none}.the7-e-sticky-overlap-yes,.the7-e-sticky-overlap-yes.e-con,.the7-e-sticky-overlap-yes.the7-e-sticky-spacer{position:absolute;top:initial;width:100%}.the7-e-sticky-active,.the7-e-sticky-active.e-con,.the7-e-sticky-overlap-yes,.the7-e-sticky-overlap-yes.e-con{z-index:99}.the7-e-sticky-effect-yes .the7-e-on-sticky-effect-visibility{transition:all .3s ease-in-out!important}.the7-e-sticky-effect-yes.the7-e-sticky-effects:not(.the7-e-sticky-spacer) .the7-e-on-sticky-effect-visibility-hide,.the7-e-sticky-effect-yes:not(.the7-e-sticky-effects):not(.the7-e-sticky-spacer) .the7-e-on-sticky-effect-visibility-show{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;height:0!important;opacity:0;overflow:hidden}body.elementor-editor-active .elementor.elementor-edit-mode .the7-e-sticky-effect-yes.the7-e-sticky-effects .the7-e-on-sticky-effect-visibility-hide,body.elementor-editor-active .elementor.elementor-edit-mode .the7-e-sticky-effect-yes:not(.the7-e-sticky-effects) .the7-e-on-sticky-effect-visibility-show{overflow:hidden}.notransition-all.e-con.the7-e-sticky:not(.fix),.notransition-all:not(.fix),.notransition-all:not(.fix) *{transition:none!important}.elementor-13589 .elementor-element.elementor-element-853e9d2{margin-top:-60px;margin-bottom:0px;}.elementor-13589 .elementor-element.elementor-element-eee7488{--spacer-size:50px;}.elementor-13589 .elementor-element.elementor-element-37fae82 > .elementor-widget-container{margin:-40px 0px 0px 0px;}.elementor-13589 .elementor-element.elementor-element-77cc05f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13589 .elementor-element.elementor-element-50ec1cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.the7-box-wrapper{display:flex;flex-flow:row nowrap;overflow:hidden}.box-content-wrapper{display:flex;width:100%}.icon-position-top .box-content-wrapper{flex-wrap:wrap}.the7-box-wrapper .elementor-icon-div{display:inline-flex;margin:0 var(--icon-spacing) 0 0}.icon-position-right .the7-box-wrapper .elementor-icon-div{margin:0 0 0 var(--icon-spacing);order:2}.icon-position-top .elementor-icon-div{margin:0 0 var(--icon-spacing)}.the7-box-wrapper .elementor-icon{display:inline-flex;justify-content:center;align-items:center;height:fit-content;font-size:32px}.elementor-icon-div i{color:var(--the7-accent-color);transition:color .3s ease}.elementor-icon-div svg{fill:var(--the7-accent-color);color:var(--the7-accent-color);height:auto;transition:all .3s ease}.box-content-wrapper .elementor-icon{border-color:var(--the7-accent-color)}.icon-position-top .the7-box-wrapper{flex-wrap:wrap}[class*=elementor-widget-the7_icon_box] .the7-box-wrapper .box-content{display:flex;flex-flow:column wrap;flex-grow:1;flex-wrap:unset;justify-content:center}.the7-box-wrapper .box-heading{font:var(--the7-h4-font);text-transform:var(--the7-h4-text-transform);color:var(--the7-h4-color);display:inline-block;text-decoration:none;margin-bottom:0!important;transition:color .3s ease}.the7-box-wrapper .box-heading a{transition:color .3s ease}.the7-box-wrapper,.the7-box-wrapper .box-button{transition:all .3s ease}.the7-box-wrapper .box-button{margin-top:15px}.the7-box-wrapper .box-heading a:hover,a.the7-box-wrapper:hover .box-heading a{color:var(--the7-h4-color)}.the7-box-wrapper .box-description{margin-bottom:0;margin-top:10px;color:var(--the7-base-color);transition:color .3s ease}.the7-box-wrapper .box-description p{margin-bottom:0}.icon-vertical-align-start.icon-position-top .box-content-wrapper{justify-content:flex-start}.icon-vertical-align-center.icon-position-top .box-content-wrapper{justify-content:center}.icon-vertical-align-end.icon-position-top .box-content-wrapper{justify-content:flex-end}.icon-position-left .box-content-wrapper,.icon-position-right .box-content-wrapper{flex-wrap:inherit}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}#the7-body .dt-nav-menu{list-style:none;margin:0}.elementor-widget-the7_nav-menu .elementor-widget-container{overflow:hidden}.dt-nav-menu{--icon-size:1em;--icon-spacing:5px}.dt-nav-menu li{position:relative;display:flex;flex-flow:row wrap;align-items:center;width:100%;list-style:none}.sub-widget-divider-yes .dt-nav-menu li:after,.sub-widget-divider-yes .dt-nav-menu li:first-child:before,.widget-divider-yes .dt-nav-menu li:after,.widget-divider-yes .dt-nav-menu li:first-child:before{content:"";position:absolute;bottom:calc((var(--grid-row-gap,0px) - var(--divider-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-width,0px);border-bottom-width:var(--divider-width,0px);border-color:var(--the7-divider-color)}.widget-divider-yes .dt-nav-menu>li:first-child:before{bottom:calc(100% - var(--divider-width,0px))}.widget-divider-yes .dt-nav-menu li:last-child:after{bottom:calc(-1 * var(--divider-width,0px)/ 2)}.widget-divider-yes .dt-nav-menu--main:not(.last-item-border-hide){padding-bottom:calc(var(--divider-width,0px)/ 2)}.sub-widget-divider-yes .vertical-sub-nav li:after,.sub-widget-divider-yes .vertical-sub-nav li:first-child:before{bottom:calc((var(--sub-grid-row-gap,0px) - var(--divider-sub-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-sub-width,0px);border-bottom-width:var(--divider-sub-width,0px);border-color:var(--the7-divider-color)}.sub-widget-divider-yes .vertical-sub-nav li:last-child:after{bottom:calc(-1 * var(--divider-sub-width,0px)/ 2)}.sub-widget-divider-yes .vertical-sub-nav>li:first-child:before{bottom:calc(100% - var(--divider-sub-width,0px))}.dt-nav-menu a{position:relative;display:flex;flex-flow:row nowrap;width:100%;transition:background .3s,border-color .3s;border:0 solid;line-height:1.2}.dt-nav-menu>li>a{font-size:var(--the7-text-big-font-size);line-height:var(--the7-text-big-line-height);color:var(--the7-title-color);border-color:var(--the7-divider-color)}.vertical-sub-nav{--sub-icon-size:1em;--sub-icon-spacing:5px;transition:opacity .5s}.the7-e-mega-menu-sub-nav .vertical-sub-nav{opacity:1!important;visibility:inherit!important}.dt-nav-menu li .item-content{display:flex;flex-flow:var(--item-direction,row nowrap);align-items:var(--item-align,center);justify-content:var(--item-justify,inherit);order:1}.dt-nav-menu li .item-content img,.dt-nav-menu li .item-content>i,.dt-nav-menu li .item-content>svg{width:1em;align-items:center;justify-content:center;order:var(--icon-order,0);margin:var(--icon-margin);box-sizing:content-box;transition:all .3s}.dt-nav-menu li .item-content .menu-item-text{order:1;transition:color .3s}.dt-icon-align-side.dt-icon-position-left .dt-nav-menu>li>a .item-content{padding-left:var(--icon-size);margin-left:var(--icon-spacing)}.dt-icon-align-side.dt-icon-position-right .dt-nav-menu>li>a .item-content{padding-right:var(--icon-size);margin-right:var(--icon-spacing)}.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu>li>a .item-content{padding:0 var(--icon-size);margin:0 var(--icon-spacing)}.vertical-sub-nav>li a{font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height);color:var(--the7-title-color);border-color:var(--the7-divider-color);justify-content:var(--sub-justify-content);align-items:var(--sub-align-items);text-align:var(--sub-text-align)}.vertical-sub-nav>li .item-content{align-items:var(--sub-item-align,center)}.dt-sub-icon-align-side.dt-sub-icon-position-left .vertical-sub-nav>li .item-content{padding-left:var(--sub-icon-size);margin-left:var(--sub-icon-spacing)}.dt-sub-icon-align-side.dt-sub-icon-position-right .vertical-sub-nav>li .item-content{padding-right:var(--sub-icon-size);margin-right:var(--sub-icon-spacing)}.dt-sub-menu_align-center .dt-sub-icon-align-side .vertical-sub-nav>li .item-content{padding:0 var(--sub-icon-size);margin:0 var(--sub-icon-spacing)}.content ul.vertical-sub-nav{margin:0}.dt-nav-menu li>.mega-menu-img-left_top .item-content,.dt-nav-menu li>.mega-menu-img-right_top .item-content,.dt-nav-menu li>.mega-menu-img-top .item-content,.dt-nav-menu li>.mega-menu-img-top_align_left .item-content{-ms-flex-flow:column wrap;flex-flow:column wrap}.dt-nav-menu__align-center ul li,.dt-nav-menu__align-center ul li a,.dt-nav-menu__align-center ul li a>.item-content{justify-content:inherit;align-items:inherit;text-align:inherit}#the7-body .dt-nav-menu__align-right ul li,#the7-body .dt-nav-menu__align-right ul li a{justify-content:inherit}.dt-nav-menu__align-left li>a.mega-menu-img-left_top .item-content,.dt-nav-menu__align-left li>a.mega-menu-img-right_top .item-content,.dt-nav-menu__align-left li>a.mega-menu-img-top .item-content,.dt-nav-menu__align-left li>a.mega-menu-img-top_align_left .item-content{align-items:inherit}.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-left_top .item-content,.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-right_top .item-content,.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-top .item-content,.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-top_align_left .item-content{align-items:inherit;text-align:right}.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>.mega-menu-img-right .item-content{text-align:right}.dt-nav-menu a:not(.mega-menu-img-top):not(.mega-menu-img-top_align_left):not(.mega-menu-img-right_top):not(.mega-menu-img-left_top){align-items:center}.dt-sub-menu-display-on_click,.dt-sub-menu-display-on_item_click{visibility:hidden}.the7-e-mega-menu .dt-sub-menu-display-on_click,.the7-e-mega-menu .dt-sub-menu-display-on_item_click,.the7-e-sticky-spacer .dt-sub-menu-display-on_click,.the7-e-sticky-spacer .dt-sub-menu-display-on_item_click{visibility:inherit!important}.dt-sub-menu-display-on_click .dt-nav-menu li>.vertical-sub-nav,.dt-sub-menu-display-on_item_click .dt-nav-menu li>.vertical-sub-nav{display:none}.dt-sub-menu-display-on_click .dt-nav-menu li.act>.vertical-sub-nav,.dt-sub-menu-display-on_item_click .dt-nav-menu li.act>.vertical-sub-nav{display:block}.dt-nav-menu li>.vertical-sub-nav{width:100%}.dt-sub-menu-display-always .next-level-button,.dt-sub-menu-display-on_click.indicator-off .next-level-button,.dt-sub-menu-display-on_item_click.indicator-off li .next-level-button{display:none}.dt-sub-menu-display-on_click li .next-level-button,.dt-sub-menu-display-on_item_click li .next-level-button{visibility:hidden;pointer-events:none}.dt-icon-align-side.dt-sub-menu-display-on_click .dt-nav-menu>li>a .next-level-button,.dt-icon-align-side.dt-sub-menu-display-on_item_click .dt-nav-menu>li>a .next-level-button{position:absolute}.dt-icon-position-left.dt-icon-align-side.dt-sub-menu-display-on_click .dt-nav-menu>li>a .next-level-button,.dt-icon-position-left.dt-icon-align-side.dt-sub-menu-display-on_item_click .dt-nav-menu>li>a .next-level-button{left:0}.dt-icon-position-right.dt-icon-align-side.dt-sub-menu-display-on_click .dt-nav-menu>li>a .next-level-button,.dt-icon-position-right.dt-icon-align-side.dt-sub-menu-display-on_item_click .dt-nav-menu>li>a .next-level-button{right:0}.dt-sub-icon-align-side.dt-sub-menu-display-on_click .vertical-sub-nav>li .next-level-button,.dt-sub-icon-align-side.dt-sub-menu-display-on_item_click .vertical-sub-nav>li .next-level-button{position:absolute}.dt-sub-icon-position-left.dt-sub-icon-align-side.dt-sub-menu-display-on_click .vertical-sub-nav>li .next-level-button,.dt-sub-icon-position-left.dt-sub-icon-align-side.dt-sub-menu-display-on_item_click .vertical-sub-nav>li .next-level-button{left:0}.dt-sub-icon-position-right.dt-sub-icon-align-side.dt-sub-menu-display-on_click .vertical-sub-nav>li .next-level-button,.dt-sub-icon-position-right.dt-sub-icon-align-side.dt-sub-menu-display-on_item_click .vertical-sub-nav>li .next-level-button{right:0}.dt-nav-menu .has-children>a .next-level-button{position:relative;align-self:center;display:flex;visibility:visible;pointer-events:auto;line-height:1.2;text-align:center;transition:color .3s}.dt-nav-menu .has-children>a .next-level-button:after{position:absolute;content:"";min-width:50px;min-height:30px;width:100%;height:100%;top:50%;left:50%;cursor:pointer;transform:translate3d(-50%,-50%,0)}.dt-nav-menu .has-children>a .next-level-button svg{transition:all .3s}.the7-e-mega-menu .dt-nav-menu .has-children>a .next-level-button,.the7-e-mega-menu .dt-nav-menu .has-children>a .next-level-button svg{display:none}.the7-e-mega-menu.dt-hovered .dt-nav-menu .has-children>a .next-level-button,.the7-e-mega-menu.dt-hovered .dt-nav-menu .has-children>a .next-level-button svg{display:flex}.dt-icon-align-side .dt-nav-menu>.has-children>a .next-level-button{position:absolute}.dt-icon-position-left.dt-icon-align-side .dt-nav-menu>.has-children>a .next-level-button{left:0}.dt-icon-position-right.dt-icon-align-side .dt-nav-menu>.has-children>a .next-level-button{right:0}.dt-sub-icon-align-side .vertical-sub-nav>.has-children a .next-level-button{position:absolute}.dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav>.has-children a .next-level-button{left:0}.dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav>.has-children a .next-level-button{right:0}.dt-nav-menu .has-children>a .next-level-button i{width:1em}.dt-nav-menu li>a .next-level-button svg{width:1em;height:auto;fill:var(--the7-title-color);color:var(--the7-title-color)}.dt-nav-menu li.has-children>a .next-level-button>:nth-child(1){visibility:visible;opacity:1}.dt-nav-menu li.has-children>a .next-level-button>:nth-child(2){position:absolute;visibility:hidden;opacity:0}.dt-nav-menu li.has-children.open-sub>a .next-level-button>:nth-child(1){visibility:hidden;opacity:0}.dt-nav-menu li.has-children.open-sub>a .next-level-button>:nth-child(2){visibility:visible;opacity:1}.dt-icon-position-left .dt-nav-menu>li>a .next-level-button,.dt-sub-icon-position-left .vertical-sub-nav .next-level-button{margin-right:5px;order:0}.dt-icon-position-right .dt-nav-menu>li>a .next-level-button,.dt-sub-icon-position-right .vertical-sub-nav .next-level-button{margin-left:5px;order:2}.dt-nav-menu .subtitle-text{font-size:70%}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-5635 .elementor-element.elementor-element-4d7b488{--display:flex;--width:118.565%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5635 .elementor-element.elementor-element-4d7b488.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5635 .elementor-element.elementor-element-770d2a4{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-4232 .elementor-element.elementor-element-be17310:not(.elementor-motion-effects-element-type-background), .elementor-4232 .elementor-element.elementor-element-be17310 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-el_color_6 );}.elementor-4232 .elementor-element.elementor-element-be17310{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0% 4% 0% 4%;}.elementor-4232 .elementor-element.elementor-element-be17310 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-4232 .elementor-element.elementor-element-434d776.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4232 .elementor-element.elementor-element-434d776.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4232 .elementor-element.elementor-element-434d776 > .elementor-element-populated{margin:60px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-4232 .elementor-element.elementor-element-757ba6f{text-align:start;}.elementor-4232 .elementor-element.elementor-element-757ba6f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-8bacc23{--spacer-size:20px;}.elementor-4232 .elementor-element.elementor-element-de5ec6d{font-family:"Poppins", Sans-serif;color:#FFFFFF;--textColor:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-0a2e280{--spacer-size:20px;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .box-content{align-items:flex-start;text-align:left;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .the7-box-wrapper{align-items:center;align-content:center;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .box-content-wrapper{flex-flow:row nowrap;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .elementor-icon-div{align-self:flex-start;}.elementor-4232 .elementor-element.elementor-element-0568ae1 > .elementor-widget-container{margin:0px 0px 0px -6px;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .elementor-icon{font-size:26px;}.elementor-4232 .elementor-element.elementor-element-0568ae1{--icon-spacing:15px;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .the7-box-wrapper .box-heading, .elementor-4232 .elementor-element.elementor-element-0568ae1 .the7-box-wrapper .box-heading a{font-family:"Poppins", Sans-serif;font-size:20px;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-0568ae1 .box-description{font-size:12px;color:#E0E0E0;margin-top:5px;}.elementor-4232 .elementor-element.elementor-element-ddcc6cf{--spacer-size:20px;}.elementor-4232 .elementor-element.elementor-element-3502e3b .box-content{align-items:flex-start;text-align:left;}.elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper{align-items:flex-start;align-content:flex-start;}.elementor-4232 .elementor-element.elementor-element-3502e3b .box-content-wrapper{flex-flow:row nowrap;}.elementor-4232 .elementor-element.elementor-element-3502e3b .elementor-icon-div{align-self:center;}.elementor-4232 .elementor-element.elementor-element-3502e3b > .elementor-widget-container{margin:0px 0px 0px -6px;}.elementor-4232 .elementor-element.elementor-element-3502e3b .elementor-icon{font-size:24px;}.elementor-4232 .elementor-element.elementor-element-3502e3b .elementor-icon-div i{color:#FF5E14;}.elementor-4232 .elementor-element.elementor-element-3502e3b .elementor-icon-div svg{fill:#FF5E14;color:#FF5E14;}.elementor-4232 .elementor-element.elementor-element-3502e3b{--icon-spacing:20px;}.elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper .box-heading, .elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper .box-heading a{font-family:var( --e-global-typography-el_title_6-font-family ), Sans-serif;font-size:var( --e-global-typography-el_title_6-font-size );font-weight:var( --e-global-typography-el_title_6-font-weight );text-transform:var( --e-global-typography-el_title_6-text-transform );line-height:var( --e-global-typography-el_title_6-line-height );color:var( --e-global-color-el_color_0 );}.elementor-4232 .elementor-element.elementor-element-3502e3b .box-description{font-family:"Poppins", Sans-serif;font-size:13px;text-transform:none;line-height:1.3em;color:var( --e-global-color-el_color_0_1 );margin-top:5px;}.elementor-4232 .elementor-element.elementor-element-4017909{--spacer-size:20px;}.elementor-4232 .elementor-element.elementor-element-83b4437{--grid-template-columns:repeat(0, auto);--icon-size:18px;--grid-column-gap:30px;--grid-row-gap:0px;}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-widget-container{text-align:left;}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-social-icon{background-color:#FFFFFF00;--icon-padding:0em;}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-social-icon i{color:var( --e-global-color-el_color_0 );}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-social-icon svg{fill:var( --e-global-color-el_color_0 );}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-social-icon:hover i{color:var( --e-global-color-el_color_1 );}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-social-icon:hover svg{fill:var( --e-global-color-el_color_1 );}.elementor-4232 .elementor-element.elementor-element-55c47ee{text-align:center;}.elementor-4232 .elementor-element.elementor-element-55c47ee .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-ee5b325{--spacer-size:20px;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu > li > a{justify-content:center;align-items:center;text-align:center;--menu-position:center;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu > li > a .item-content{padding:0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav{--sub-justify-content:center;--sub-align-items:center;--sub-text-align:center;--sub-menu-position:center;}.elementor-4232 .elementor-element.elementor-element-c24f796 li > a .item-content > i, .elementor-4232 .elementor-element.elementor-element-c24f796 li > a .item-content > img, .elementor-4232 .elementor-element.elementor-element-c24f796 li > a .item-content > svg{display:flex;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu > li:not(:last-child){padding-bottom:calc(14px);margin-bottom:0;}.elementor-4232 .elementor-element.elementor-element-c24f796.widget-divider-yes .dt-nav-menu > li:first-child{padding-top:calc(14px/2);}.elementor-4232 .elementor-element.elementor-element-c24f796.widget-divider-yes .dt-nav-menu > li:last-child{padding-bottom:calc(14px/2);}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu{--grid-row-gap:14px;} .elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu > li > a{font-family:"Poppins", Sans-serif;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu > li > a .item-content svg{fill:#FFFFFF;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu li.depth-0 > a{--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu li.menu-item.depth-0 > a .item-content > i{font-size:16px;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu li.menu-item.depth-0 > a .item-content > img, .elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu li.menu-item.depth-0 > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav > li:not(:last-child){padding-bottom:calc(0px);margin-bottom:0;--sub-grid-row-gap:0px;}.elementor-4232 .elementor-element.elementor-element-c24f796.sub-widget-divider-yes .vertical-sub-nav > li:first-child{padding-top:calc(0px/2);}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav .vertical-sub-nav > li:first-child{margin-top:calc(0px/2);padding-top:calc(0px/2);}.elementor-4232 .elementor-element.elementor-element-c24f796 .first-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:first-child{padding-top:0;}.elementor-4232 .elementor-element.elementor-element-c24f796.sub-widget-divider-yes .vertical-sub-nav > li:last-child{padding-bottom:calc(0px/2);}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav .vertical-sub-nav > li:last-child{margin-bottom:calc(0px/2);padding-bottom:calc(0px/2);}.elementor-4232 .elementor-element.elementor-element-c24f796.sub-widget-divider-yes .last-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:last-child{padding-bottom:0;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu > li > .vertical-sub-nav .vertical-sub-nav{margin-bottom:calc(-0px);}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav li a{color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav li a .item-content svg{fill:#FFFFFF;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu .vertical-sub-nav {--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav li.menu-item > a .item-content > i{font-size:16px;}.elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav li.menu-item > a .item-content > img, .elementor-4232 .elementor-element.elementor-element-c24f796 .vertical-sub-nav li.menu-item > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-bc-flex-widget .elementor-4232 .elementor-element.elementor-element-7bc332e.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-4232 .elementor-element.elementor-element-7bc332e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-4232 .elementor-element.elementor-element-38988dd > .elementor-widget-container{margin:-124px 0px 0px 0px;}.elementor-4232 .elementor-element.elementor-element-38988dd{text-align:start;}.elementor-4232 .elementor-element.elementor-element-38988dd .elementor-heading-title{font-size:25px;color:#FFFFFF;}.elementor-4232 .elementor-element.elementor-element-d4a24d8{--spacer-size:20px;}.elementor-4232 .elementor-element.elementor-element-6c1030d > .elementor-widget-container{margin:-89px 0px 0px 0px;}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2);}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2);}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2);}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2);}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2);}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-4232 .elementor-element.elementor-element-6c1030d{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;}.elementor-4232 .elementor-element.elementor-element-6c1030d .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-4232 .elementor-element.elementor-element-a225dae{margin-top:30px;margin-bottom:0px;}.elementor-4232 .elementor-element.elementor-element-d21eae5{text-align:center;}.elementor-4232 .elementor-element.elementor-element-d21eae5 .elementor-heading-title{font-family:var( --e-global-typography-el_content_3-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_3-font-size );text-transform:var( --e-global-typography-el_content_3-text-transform );line-height:var( --e-global-typography-el_content_3-line-height );color:var( --e-global-color-el_color_0_1 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){ .elementor-4232 .elementor-element.elementor-element-0568ae1.icon-position-tablet-left .elementor-icon-div{margin:0 var(--icon-spacing) 0 0;} .elementor-4232 .elementor-element.elementor-element-0568ae1.icon-position-tablet-right .elementor-icon-div{margin:0 0 0 var(--icon-spacing);} .elementor-4232 .elementor-element.elementor-element-0568ae1.icon-position-tablet-top .elementor-icon-div{margin:0 0 var(--icon-spacing) 0;}.elementor-4232 .elementor-element.elementor-element-3502e3b .box-content-wrapper{flex-flow:column wrap;}.elementor-4232 .elementor-element.elementor-element-3502e3b .elementor-icon-div{align-self:flex-start;} .elementor-4232 .elementor-element.elementor-element-3502e3b.icon-position-tablet-left .elementor-icon-div{margin:0 var(--icon-spacing) 0 0;} .elementor-4232 .elementor-element.elementor-element-3502e3b.icon-position-tablet-right .elementor-icon-div{margin:0 0 0 var(--icon-spacing);} .elementor-4232 .elementor-element.elementor-element-3502e3b.icon-position-tablet-top .elementor-icon-div{margin:0 0 var(--icon-spacing) 0;}.elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper .box-heading, .elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper .box-heading a{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );}.elementor-4232 .elementor-element.elementor-element-83b4437 .elementor-widget-container{text-align:center;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-tablet-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-tablet-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-tablet-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-tablet-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-tablet-center .dt-icon-align-side .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-tablet-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-tablet-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-tablet-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-tablet-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-tablet-center .dt-sub-icon-align-side .vertical-sub-nav > li .item-content {margin:0 var(--icon-spacing);padding:0 var(--sub-icon-size);}.elementor-4232 .elementor-element.elementor-element-d21eae5 .elementor-heading-title{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}}@media(max-width:767px){.elementor-4232 .elementor-element.elementor-element-be17310{padding:0px 0px 0px 0px;}.elementor-4232 .elementor-element.elementor-element-757ba6f{text-align:center;} .elementor-4232 .elementor-element.elementor-element-0568ae1.icon-position-mobile-left .elementor-icon-div{margin:0 var(--icon-spacing) 0 0;} .elementor-4232 .elementor-element.elementor-element-0568ae1.icon-position-mobile-right .elementor-icon-div{margin:0 0 0 var(--icon-spacing);} .elementor-4232 .elementor-element.elementor-element-0568ae1.icon-position-mobile-top .elementor-icon-div{margin:0 0 var(--icon-spacing) 0;}.elementor-4232 .elementor-element.elementor-element-3502e3b .box-content{align-items:center;text-align:center;}.elementor-4232 .elementor-element.elementor-element-3502e3b .box-content-wrapper{flex-flow:column wrap;}.elementor-4232 .elementor-element.elementor-element-3502e3b .elementor-icon-div{align-self:center;}.elementor-4232 .elementor-element.elementor-element-3502e3b > .elementor-widget-container{margin:0px 0px 0px 0px;} .elementor-4232 .elementor-element.elementor-element-3502e3b.icon-position-mobile-left .elementor-icon-div{margin:0 var(--icon-spacing) 0 0;} .elementor-4232 .elementor-element.elementor-element-3502e3b.icon-position-mobile-right .elementor-icon-div{margin:0 0 0 var(--icon-spacing);} .elementor-4232 .elementor-element.elementor-element-3502e3b.icon-position-mobile-top .elementor-icon-div{margin:0 0 var(--icon-spacing) 0;}.elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper .box-heading, .elementor-4232 .elementor-element.elementor-element-3502e3b .the7-box-wrapper .box-heading a{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );}.elementor-4232 .elementor-element.elementor-element-55c47ee{text-align:center;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-mobile-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-mobile-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-mobile-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-mobile-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-right .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-left .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);}.elementor-4232 .elementor-element.elementor-element-c24f796 .dt-nav-menu > li > a{justify-content:center;align-items:center;text-align:center;--menu-position:center;}.elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu > li > a .item-content{padding:0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-nav-menu_align-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-mobile-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-mobile-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-mobile-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-mobile-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-right .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);} .elementor-4232 .elementor-element.elementor-element-c24f796.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-left .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);}.elementor-4232 .elementor-element.elementor-element-38988dd > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4232 .elementor-element.elementor-element-38988dd{text-align:center;}.elementor-4232 .elementor-element.elementor-element-6c1030d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4232 .elementor-element.elementor-element-19caf8b > .elementor-element-populated{padding:30px 30px 0px 30px;}.elementor-4232 .elementor-element.elementor-element-d21eae5{text-align:center;}.elementor-4232 .elementor-element.elementor-element-d21eae5 .elementor-heading-title{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}}@media(min-width:768px){.elementor-4232 .elementor-element.elementor-element-7b302f0{width:38.721%;}.elementor-4232 .elementor-element.elementor-element-65c6a2b{width:27.541%;}}@media(max-width:1024px) and (min-width:768px){.elementor-4232 .elementor-element.elementor-element-434d776{width:100%;}.elementor-4232 .elementor-element.elementor-element-7b302f0{width:33%;}.elementor-4232 .elementor-element.elementor-element-65c6a2b{width:33%;}.elementor-4232 .elementor-element.elementor-element-7bc332e{width:33%;}}@media screen and (max-width: 1024px) {  .icon-position-tablet-right .the7_icon_box_widget-0568ae1.the7-box-wrapper .elementor-icon-div {    order: 2;  }  .icon-position-tablet-left .the7_icon_box_widget-0568ae1.the7-box-wrapper .elementor-icon-div,  .icon-position-tablet-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .elementor-icon-div {    order: 0;  }  .icon-position-tablet-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    flex-wrap: wrap;  }  .icon-vertical-align-tablet-start.icon-position-tablet-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    justify-content: flex-start;  }  .icon-vertical-align-tablet-center.icon-position-tablet-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    justify-content: center;  }  .icon-vertical-align-tablet-end.icon-position-tablet-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    justify-content: flex-end;  }  .icon-position-tablet-left .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper,  .icon-position-tablet-right .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    flex-wrap: inherit;  }  .icon-position-tablet-left .the7_icon_box_widget-0568ae1.the7-box-wrapper,  .icon-position-tablet-right .the7_icon_box_widget-0568ae1.the7-box-wrapper {    flex-wrap: unset;  }}@media screen and (max-width: 767px) {  .icon-position-mobile-right .the7_icon_box_widget-0568ae1.the7-box-wrapper .elementor-icon-div {    order: 2;  }  .icon-position-mobile-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    flex-wrap: wrap;  }  .icon-position-mobile-left .the7_icon_box_widget-0568ae1.the7-box-wrapper .elementor-icon-div,  .icon-position-mobile-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .elementor-icon-div {    order: 0;  }  .icon-vertical-align-mobile-start.icon-position-mobile-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    justify-content: flex-start;  }  .icon-vertical-align-mobile-center.icon-position-mobile-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    justify-content: center;  }  .icon-vertical-align-mobile-end.icon-position-mobile-top .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    justify-content: flex-end;  }  .icon-position-mobile-left .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper,  .icon-position-mobile-right .the7_icon_box_widget-0568ae1.the7-box-wrapper .box-content-wrapper {    flex-wrap: inherit;  }  .icon-position-mobile-left .the7_icon_box_widget-0568ae1.the7-box-wrapper,  .icon-position-mobile-right .the7_icon_box_widget-0568ae1.the7-box-wrapper {    flex-wrap: unset;  }}
@media screen and (max-width: 1024px) {  .icon-position-tablet-right .the7_icon_box_widget-3502e3b.the7-box-wrapper .elementor-icon-div {    order: 2;  }  .icon-position-tablet-left .the7_icon_box_widget-3502e3b.the7-box-wrapper .elementor-icon-div,  .icon-position-tablet-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .elementor-icon-div {    order: 0;  }  .icon-position-tablet-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    flex-wrap: wrap;  }  .icon-vertical-align-tablet-start.icon-position-tablet-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    justify-content: flex-start;  }  .icon-vertical-align-tablet-center.icon-position-tablet-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    justify-content: center;  }  .icon-vertical-align-tablet-end.icon-position-tablet-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    justify-content: flex-end;  }  .icon-position-tablet-left .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper,  .icon-position-tablet-right .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    flex-wrap: inherit;  }  .icon-position-tablet-left .the7_icon_box_widget-3502e3b.the7-box-wrapper,  .icon-position-tablet-right .the7_icon_box_widget-3502e3b.the7-box-wrapper {    flex-wrap: unset;  }}@media screen and (max-width: 767px) {  .icon-position-mobile-right .the7_icon_box_widget-3502e3b.the7-box-wrapper .elementor-icon-div {    order: 2;  }  .icon-position-mobile-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    flex-wrap: wrap;  }  .icon-position-mobile-left .the7_icon_box_widget-3502e3b.the7-box-wrapper .elementor-icon-div,  .icon-position-mobile-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .elementor-icon-div {    order: 0;  }  .icon-vertical-align-mobile-start.icon-position-mobile-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    justify-content: flex-start;  }  .icon-vertical-align-mobile-center.icon-position-mobile-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    justify-content: center;  }  .icon-vertical-align-mobile-end.icon-position-mobile-top .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    justify-content: flex-end;  }  .icon-position-mobile-left .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper,  .icon-position-mobile-right .the7_icon_box_widget-3502e3b.the7-box-wrapper .box-content-wrapper {    flex-wrap: inherit;  }  .icon-position-mobile-left .the7_icon_box_widget-3502e3b.the7-box-wrapper,  .icon-position-mobile-right .the7_icon_box_widget-3502e3b.the7-box-wrapper {    flex-wrap: unset;  }}.vertical-centering{top:50%;transform:translateY(-50%)}.horizontal-centering{left:50%;transform:translateX(-50%)}.centering-mixin{top:50%;left:50%;transform:translate(-50%,-50%)}/*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license *//*! normalize.css by Dream-Theme.com based on http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}.old-ie audio,.old-ie canvas,.old-ie video{display:inline;zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}*{padding:0;margin:0}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:active,a:focus,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}code,kbd,pre,samp{font-family:monospace,serif;font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd,dl,menu,ol,ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}legend{border:0;padding:0;white-space:normal}.old-ie legend{margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}.old-ie button,.old-ie input,.old-ie select,.old-ie textarea{vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}.old-ie button,.old-ie input[type=button],.old-ie input[type=reset],.old-ie input[type=submit]{overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}.old-ie input[type=checkbox],.old-ie input[type=radio]{height:13px;width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.formError{position:absolute;top:300px;left:300px;padding-bottom:13px;display:block;z-index:5000}.ajaxSubmit{padding:10px;text-align:center;border:1px solid #999;display:none}.formError .formErrorContent{background:#8a0b2c;color:#fff;width:165px;font-family:tahoma;font-size:11px;border:0 solid #ddd;text-shadow:#f5f5f5;padding:4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.greenPopup .formErrorContent{background:#33be40}.blackPopup .formErrorContent{background:#393939;color:#FFF}.formError .formErrorArrow{position:absolute;bottom:0;left:20px;width:15px;height:15px;z-index:5001;border:none}.formError .formErrorArrowBottom{top:0;margin:-6px}.formError .formErrorArrow div{border:none;height:1px;background:#8a0b2c;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.formError .formErrorArrow .line10{width:15px;border:none}.formError .formErrorArrow .line9{width:13px;border:none}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px}.formError .formErrorArrow .line2{width:3px;border:none;display:none}.formError .formErrorArrow .line1{width:1px;border:none;display:none}.dt-contact-form.dt-form .formError,.dt-contact-form.dt-form .hide-privacy-message,.dt-contact-form.dt-form span .formError,.popup-message-style .dt-contact-form.dt-form .formError{display:none}.dt-contact-form.dt-form span .formError.field-success,.dt-contact-form.dt-form span .formError.first,.inline-message-style .dt-contact-form.dt-form .formError.field-success,.inline-message-style .dt-contact-form.dt-form .formError.first,.popup-message-style .dt-contact-form.dt-form .formError.field-success,.popup-message-style .dt-contact-form.dt-form .formError.first{display:-ms-flexbox;display:-ms-flex;display:flex}.dt-contact-form.dt-form .formError .close-message{position:absolute;top:50%;width:30px;height:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;line-height:30px;text-align:center;opacity:.5}.dt-contact-form.dt-form .formError .close-message svg{fill:#fff;width:18px}.dt-contact-form.dt-form .formError .close-message:hover{cursor:pointer;opacity:1}.dt-contact-form.dt-form .error-field:not(.field-success){border-color:red}.inline-message-style .dt-contact-form.dt-form{position:relative}.inline-message-style .form-fields>span{position:static}.inline-message-style .formError{z-index:100;width:100%;top:0!important;left:0!important;margin:0 0 10px!important;padding:15px 40px 15px 45px;box-sizing:border-box}.inline-message-style .formError.run-animation{position:relative}.inline-message-style .formError .formErrorContent{width:100%;background:0 0}.inline-message-style .formError .formErrorArrow{display:none}.popup-message-style .parentFormundefined.run-animation{-webkit-transform:translate3d(200px,-50%,0);-ms-transform:translate3d(200px,-50%,0);transform:translate3d(200px,-50%,0);-webkit-animation:slide-in-message,slide-out-message;animation:slide-in-message,slide-out-message;-webkit-animation-duration:1.2s,1.1s;animation-duration:1.2s,1.1s;-webkit-animation-delay:.4s,9s;animation-delay:.4s,9s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease}.popup-message-style .parentFormundefined.run-animation .formErrorContent{opacity:1}.parentFormundefined:before{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:0px;left:0;width:65px;height:100%;content:"";-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-exclamation-circle-fill.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-exclamation-circle-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:#fff;-webkit-mask-size:24px;mask-size:24px}.greenPopup.parentFormundefined:before{-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.popup-message-style .parentFormundefined.run-animation,.popup-message-style .parentFormundefined:not(.run-animation){display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0px 10px 40px 0px rgba(0,0,0,.3);border:none;opacity:0;position:fixed!important;top:50%!important;left:100%!important;right:auto!important;margin:0!important;padding:15px 40px 15px 45px;width:400px;max-height:500px;z-index:9999;overflow:hidden;font-weight:700;color:#FFF;box-sizing:border-box}.popup-message-style .parentFormundefined.run-animation a,.popup-message-style .parentFormundefined.run-animation a:hover,.popup-message-style .parentFormundefined:not(.run-animation) a,.popup-message-style .parentFormundefined:not(.run-animation) a:hover{color:#fff}.popup-message-style .parentFormundefined.run-animation .formErrorContent,.popup-message-style .parentFormundefined:not(.run-animation) .formErrorContent{width:100%;background:0 0}.popup-message-style .parentFormundefined.run-animation .formErrorArrow,.popup-message-style .parentFormundefined:not(.run-animation) .formErrorArrow{display:none}@-webkit-keyframes slide-in-message{0%{opacity:0;-webkit-transform:translate3d(600px,-50%,0);transform:translate3d(600px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-200px,-50%,0);transform:translate3d(-200px,-50%,0)}100%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}}@keyframes slide-in-message{0%{opacity:0;-webkit-transform:translate3d(600px,-50%,0);transform:translate3d(600px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-200px,-50%,0);transform:translate3d(-200px,-50%,0)}100%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}}@-webkit-keyframes slide-out-message{0%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-100px,-50%,0);transform:translate3d(-100px,-50%,0)}100%{opacity:0;-webkit-transform:translate3d(800px,-50%,0);transform:translate3d(800px,-50%,0)}}@keyframes slide-out-message{0%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-100px,-50%,0);transform:translate3d(-100px,-50%,0)}100%{opacity:0;-webkit-transform:translate3d(800px,-50%,0);transform:translate3d(800px,-50%,0)}}.rev_slider_wrapper{z-index:1}.tp-scrollbelowslider:hover{cursor:pointer}.is-iphone .kenburnimg img{transform:none!important}/*!Revolution slider arrows*/.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .dt-owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .dt-owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;outline:0}.owl-carousel.owl-loaded{display:block;display:grid}.owl-carousel.owl-loading{opacity:0;display:grid}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .dt-owl-item{visibility:hidden}.owl-carousel.owl-drag .dt-owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .dt-owl-item{float:right}.owl-carousel .animated:not(.elementor-element){animation-duration:var(--transition-speed,1000ms);animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;-ms-touch-action:none;touch-action:none;z-index:9500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp::after,.pswp::before{content:' ';display:table}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:unset;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-backface-visibility:hidden}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);text-align:center;display:-ms-flexbox;display:-ms-flex;display:flex}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.admin-bar .pswp{z-index:100000}.pswp-video-wrap{-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center;line-height:0;width:100%;max-width:900px;position:relative;margin:0 auto;text-align:left;z-index:1045}.video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;width:100%}.video-wrapper iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.video-wrapper video{width:100%!important;height:auto!important}.pswp .pswp__ui--fit .pswp__caption,.pswp .pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.5)}.admin-bar .pswp .pswp__ui--fit .pswp__caption,.admin-bar .pswp .pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.7)}.pswp.video-active .pswp__share-tooltip.show-share-pin .pswp__share--pinterest{display:none}.pswp__caption .pswp__caption__center{text-align:center}.pswp__caption h5{color:#fff;margin-bottom:5px}.pswp button.pswp__button{height:1.5em;width:1.5em;margin-top:-.75em;background:0 0!important;opacity:.5}.pswp button.pswp__button:before{display:block;width:100%;height:100%;content:"";background-color:#fff!important}.pswp .pswp__top-bar button.pswp__button{height:26px;width:26px;margin-top:-13px;top:50%;margin-right:15px}.pswp--touch .pswp__ui:not(.pswp__ui--hidden) .pswp__button--arrow--left,.pswp--touch .pswp__ui:not(.pswp__ui--hidden) .pswp__button--arrow--right{visibility:visible}.pswp button.pswp__button:focus,.pswp button.pswp__button:hover{opacity:1}.pswp .pswp__button:active{opacity:.9}.pswp--zoom-allowed .pswp__button--zoom:before{-webkit-mask:url(/wp-content/themes/dt-the7/images/zoom-in.svg);mask-image:url(/wp-content/themes/dt-the7/images/zoom-in.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp--zoomed-in .pswp__button--zoom:before{-webkit-mask:url(/wp-content/themes/dt-the7/images/zoom-out.svg);mask-image:url(/wp-content/themes/dt-the7/images/zoom-out.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp--supports-fs .pswp__button--fs{-webkit-mask:url(/wp-content/themes/dt-the7/images/fullscreen.svg);mask-image:url(/wp-content/themes/dt-the7/images/fullscreen.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp--fs .pswp__button--fs{-webkit-mask:url(/wp-content/themes/dt-the7/images/fullscreen-exit.svg);mask-image:url(/wp-content/themes/dt-the7/images/fullscreen-exit.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp button.pswp__button--close{margin-right:15px}.pswp button.pswp__button--close:before{-webkit-mask:url(/wp-content/themes/dt-the7/images/x-lg.svg);mask-image:url(/wp-content/themes/dt-the7/images/x-lg.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;-webkit-mask-size:26px;mask-size:26px}.pswp__button--share:before{-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-share-fill.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-share-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.pswp .pswp__button--arrow--left:before,.pswp .pswp__button--arrow--right:before{position:static;display:flex;justify-content:center;align-items:center;width:1.5em;height:1.5em}.pswp button.pswp__button.pswp__button--arrow--left:before{background-image:none!important;-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-chevron-left.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-chevron-left.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.pswp button.pswp__button.pswp__button--arrow--right:before{background-image:none!important;-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-chevron-right.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-chevron-right.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.pswp .pswp__share-tooltip,.pswp .pswp__share-tooltip a:first-child,.pswp .pswp__share-tooltip a:last-child{border-radius:0}.pswp .pswp__share-tooltip a{display:none;color:#222}.pswp .pswp__share-tooltip a svg{fill:#222}.pswp__share-tooltip a:hover{color:#fff!important;text-decoration:none}.pswp__share-tooltip a:hover svg{fill:#fff}.pswp__share-tooltip a svg{min-width:15px;margin-right:5px}.hide-pspw-share .pswp__button--share,.hide-pspw-share .pswp__share-modal{display:none}.pswp .pswp__share-tooltip.show-share-d .pswp__share--download,.pswp .pswp__share-tooltip.show-share-fb .pswp__share--facebook,.pswp .pswp__share-tooltip.show-share-g .pswp__share--google,.pswp .pswp__share-tooltip.show-share-in .pswp__share--linkedin,.pswp .pswp__share-tooltip.show-share-pin .pswp__share--pinterest,.pswp .pswp__share-tooltip.show-share-tw .pswp__share--twitter,.pswp .pswp__share-tooltip.show-share-wp .pswp__share--whatsapp{display:flex}.pswp__share-tooltip:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--pinterest:hover{background:#cf2834!important}a.pswp__share--linkedin:hover{background:#007bc7}a.pswp__share--whatsapp:hover{background:#36b74d}a.pswp__share--google:hover{background:#e64235}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px}.pswp__button--arrow--right:before{left:0;right:6px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{min-width:150px;z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.asp_all_buttons_container{margin-top:20px}#page .asp_product_item{padding:0;margin:0}#page .asp_product_description,#page .asp_product_item{box-shadow:none;border:none}.asp_product_buy_button input{margin-right:5px}@media (max-width:500px){#page .asp_price_container,#page .asp_product_buy_btn_container{text-align:left}}.content .elementor-nav-menu,.content .elementor-nav-menu ul{margin:0}.ifb-flip-box.ifb-hover .ifb-face.ifb-front{opacity:0}.mec-container{max-width:100%}@media only screen and (min-width:961px){.mec-container{width:auto}}.mec-event-footer .mec-booking-button,.mec-event-sharing-wrap li a{text-decoration:none}.mec-single-event .mec-event-social li.mec-event-social-icon a{text-decoration:none}.mec-event-footer .mec-booking-button,.mec-event-footer .mec-booking-button:hover{border:none}#page .mec-topsec .mec-event-image{line-height:0}#page.ls-overflow-visible{overflow-x:hidden!important}/*!
 * WireFrame v.1.0.rc2 - teeny-tiny leyout framework by Dream-Theme (http://dream-theme.com, http://themeforest.net/user/Dream-Theme)
 * Copyright © 2013 Dream-Theme. All rights reserved. 
 */.responsive-off #page{display:grid;grid-template-rows:auto;grid-template-columns:100%;grid-template-areas:"header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer"}.footer-overlap.responsive-off #page{grid-template-areas:"header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer"}.floating-navigation-below-slider.responsive-off #page{grid-template-areas:"slider" "header" "title" "fancyheader" "elementor-header" "main" "footer"}.responsive-off.header-side-left:not(.sticky-header) #page,.responsive-off.header-side-line.left-side-line #page{grid-template-areas:"header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer"}.footer-overlap.responsive-off.header-side-left:not(.sticky-header) #page,.footer-overlap.responsive-off.header-side-line.left-side-line #page{grid-template-areas:"header-side page-inner" "header-side footer"}.responsive-off.header-side-right:not(.sticky-header) #page{grid-template-areas:"slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side"}.footer-overlap.responsive-off.header-side-right:not(.sticky-header) #page{grid-template-areas:"page-inner header-side" "footer header-side"}.footer-overlap.floating-navigation-below-slider.responsive-off .page-inner{display:grid;grid-template-rows:auto;grid-template-columns:100%;grid-template-areas:"slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer"}.no-cssgridlegacy.no-cssgrid .wf-container-main:before,.no-cssgridlegacy.no-cssgrid .wf-container:before{content:"";display:table}.no-cssgridlegacy.no-cssgrid .wf-container-main:after,.no-cssgridlegacy.no-cssgrid .wf-container:after{content:"";display:table;clear:both}.ancient-ie .no-cssgridlegacy.no-cssgrid .wf-container,.ancient-ie .no-cssgridlegacy.no-cssgrid .wf-container-main{zoom:1}.page-inner{-ms-grid-column:1;-ms-grid-row:2;grid-area:page-inner}.is-safari .page-inner{max-width:100%}.header-side-left:not(.sticky-header) .page-inner,.header-side-line.left-side-line .page-inner{-ms-grid-column:2}.header-side-right:not(.sticky-header) .page-inner{-ms-grid-column:1}#main-slideshow,.photo-scroller{-ms-grid-column:1;-ms-grid-row:2;grid-area:slider}.floating-navigation-below-slider #main-slideshow,.floating-navigation-below-slider .photo-scroller{-ms-grid-column:1;-ms-grid-row:1}.header-side-left:not(.sticky-header) #main-slideshow,.header-side-left:not(.sticky-header) .photo-scroller,.header-side-line.left-side-line #main-slideshow,.header-side-line.left-side-line .photo-scroller{-ms-grid-column:2}.header-side-right:not(.sticky-header) #main-slideshow,.header-side-right:not(.sticky-header) .photo-scroller{-ms-grid-column:1}.masthead{-ms-grid-column:1;-ms-grid-row:1;grid-area:header}.floating-navigation-below-slider .masthead{-ms-grid-column:1;-ms-grid-row:2}.side-header-v-stroke.masthead,.side-header.masthead{-ms-grid-column:1;grid-area:header-side}.checkout-page-title{grid-area:checkout;-ms-grid-column:1;-ms-grid-row:4}.is-safari .checkout-page-title{max-width:100%}.header-side-left:not(.sticky-header) .checkout-page-title,.header-side-line.left-side-line .checkout-page-title{-ms-grid-column:2}.header-side-right:not(.sticky-header) .checkout-page-title{-ms-grid-column:1}.page-title{-ms-grid-column:1;-ms-grid-row:3;grid-area:title}.is-safari .page-title{max-width:100%}.header-side-left:not(.sticky-header) .page-title,.header-side-line.left-side-line .page-title{-ms-grid-column:2}.header-side-right:not(.sticky-header) .page-title{-ms-grid-column:1}.fancy-header{-ms-grid-column:1;-ms-grid-row:3;grid-area:fancyheader}.is-safari .fancy-header{max-width:100%}.header-side-left:not(.sticky-header) .fancy-header,.header-side-line.left-side-line .fancy-header{-ms-grid-column:2}.header-side-right:not(.sticky-header) .fancy-header{-ms-grid-column:1}.elementor-location-header{grid-area:elementor-header}#main{-ms-grid-column:1;-ms-grid-row:5;grid-area:main}.is-safari #main{max-width:100%}.header-side-left:not(.sticky-header) #main,.header-side-line.left-side-line #main{-ms-grid-column:2}.header-side-right:not(.sticky-header) #main{-ms-grid-column:1}.footer{-ms-grid-column:1;-ms-grid-row:6;grid-area:footer}.is-safari .footer{max-width:100%}.header-side-left:not(.sticky-header) .footer,.header-side-line.left-side-line .footer{-ms-grid-column:2}.header-side-right:not(.sticky-header) .footer{-ms-grid-column:1}.responsive-off #main:not(.sidebar-none) .wf-container-main{display:-ms-grid;display:grid}.responsive-off .sidebar-right .wf-container-main{grid-template-areas:"content sidebar"}.responsive-off .sidebar-left .wf-container-main{grid-template-areas:"sidebar content"}.responsive-off .sidebar{grid-area:sidebar;-ms-grid-row:1}.responsive-off .sidebar-right .sidebar{-ms-grid-column:3}.responsive-off .sidebar-left .sidebar{-ms-grid-column:1}.responsive-off .content{grid-area:content;-ms-grid-row:1}.responsive-off .sidebar-right .content{-ms-grid-column:1}.responsive-off .sidebar-left .content{-ms-grid-column:3}.wf-mobile-visible,.wf-phone-visible{display:none}.content,.sidebar,.wf-cell,.wf-usr-cell,.wf-wrap,.wpb_row{box-sizing:border-box}.footer .widget,.wf-cell,.wf-usr-cell{display:inline-block;vertical-align:top;padding:0 22px}.ancient-ie .footer .widget,.ancient-ie .wf-cell,.ancient-ie .wf-usr-cell{display:inline;zoom:1}.wf-1,.wf-1-1,.wf-span-12{width:100%}.wf-1-2,.wf-2-4,.wf-span-6{width:50%}.wf-1-3,.wf-span-4{width:33.3333%}.wf-2-3,.wf-span-8{width:66.6667%}.wf-1-4,.wf-span-3{width:25%}.wf-3-4,.wf-span-9{width:75%}.wf-1-5{width:20%}.wf-2-5{width:40%}.wf-1-6,.wf-span-2{width:16.6667%}.wf-span-1,.wf-span-10{width:83.3333%}.wf-span-7{width:58.3333%}.wf-table{display:table;width:100%}.wf-tr{display:table-row}.wf-td{display:table-cell;vertical-align:middle}.wf-float-left{float:left}.wf-float-right{float:right}.wf-container{font-size:0;line-height:0;word-spacing:-4px;margin:0 -22px;padding:0}.wf-wrap{max-width:100%;padding:0 44px;margin:0 auto}#main-slideshow{position:relative;z-index:1;clear:both;overflow:hidden}#main-slideshow-content{display:none}#main-slideshow.fixed{padding:44px;margin-top:0px}#main-slideshow.layer-fixed{padding:40px;margin-top:0px}#main-slideshow.fix.rv-slider{padding-top:0;padding-bottom:0;margin-top:0px}#main-slideshow.fix:after,#main-slideshow.fixed:after,#main-slideshow.layer-fixed:after{position:absolute;left:0;width:100%;height:1px;content:"";top:auto;bottom:0}#main-slideshow #main-slideshow-content{display:block}.transparent .page-title{visibility:hidden}#fancy-header{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex}#fancy-header>.wf-wrap{position:relative;z-index:1;max-width:100%}.fancy-header-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.content-right.fancy-header .hgroup,.title-left .breadcrumbs,.title-right .hgroup{text-align:right}.fancy-header.title-center .hgroup{text-align:center}.mobile-false #fancy-header .breadcrumbs,.mobile-false #fancy-header .fancy-subtitle,.mobile-false #fancy-header .fancy-title{opacity:0}#fancy-header .fancy-title>span{display:inline-block}.ie-mobile #fancy-header .breadcrumbs,.ie-mobile #fancy-header .fancy-subtitle,.ie-mobile #fancy-header .fancy-title{opacity:1}#fancy-header .breadcrumbs.start-animation,#fancy-header .fancy-subtitle.start-animation,#fancy-header .fancy-title.start-animation{animation:mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);opacity:1}.fancy-header .hgroup,.page-title .hgroup{overflow:hidden}.fancy-header .hgroup{padding:5px 0}#fancy-header.content-left.breadcrumbs-off .hgroup,#fancy-header.content-right.breadcrumbs-off .hgroup,#fancy-header.title-center.breadcrumbs-off .hgroup{margin-top:5px;margin-bottom:5px}#fancy-header.content-left .breadcrumbs.breadcrumbs-bg,#fancy-header.content-right .breadcrumbs.breadcrumbs-bg,#fancy-header.title-center .breadcrumbs.breadcrumbs-bg{margin-top:10px}#fancy-header.titles-off .breadcrumbs{margin-top:5px;margin-bottom:5px}#fancy-header.content-left .breadcrumbs,#fancy-header.content-right .breadcrumbs,#fancy-header.title-center .breadcrumbs{margin-bottom:10px}#fancy-header.disabled-bg.breadcrumbs-off.page-title h1,#fancy-header.disabled-bg.content-left .breadcrumbs,#fancy-header.disabled-bg.content-left.breadcrumbs-off .hgroup,#fancy-header.disabled-bg.content-right .breadcrumbs,#fancy-header.disabled-bg.content-right.breadcrumbs-off .hgroup,#fancy-header.disabled-bg.title-center .breadcrumbs,#fancy-header.disabled-bg.title-center.breadcrumbs-off .hgroup{margin-bottom:0}#fancy-header.content-left .hgroup,#fancy-header.content-right .hgroup,#fancy-header.title-center .hgroup{padding-bottom:5px}.fancy-header .fancy-title{margin:5px 0;padding:0}.fancy-header .fancy-subtitle{margin:0;padding:5px 0}.fancy-header .wf-td .breadcrumbs,.page-title .wf-td .breadcrumbs{display:inline-block}.breadcrumbs.bg-dark,.breadcrumbs.bg-light,.hr-breadcrumbs .breadcrumbs.bg-dark,.hr-breadcrumbs .breadcrumbs.bg-light{padding:4px 10px}.breadcrumbs.bg-dark{background-color:rgba(15,18,19,.1)}.breadcrumbs.bg-light{background-color:rgba(255,255,255,.12)}.title-left .breadcrumbs{float:right}.fancy-header .breadcrumbs li{position:relative;background:0 0}.breadcrumbs li:first-child:before,.fancy-header .breadcrumbs li:first-child:before{content:""}.breadcrumbs li:before,.fancy-header .breadcrumbs li:before{position:absolute;left:0;top:0;width:15px;height:13px;content:"/";opacity:.5;text-align:left;z-index:3}.breadcrumbs li:before{opacity:1}.page-title{display:-ms-flexbox;display:-ms-flex;display:flex}.fancy-title-head,.page-title-head{max-width:100%}.page-title.overlay-bg{position:relative}.page-title.overlay-bg .wf-wrap{position:relative;z-index:1}.page-title.overlay-bg:after{position:absolute;left:0;top:0;width:100%;height:100%;content:""}.page-title .wf-wrap{position:relative}.page-title .wf-wrap:after{position:absolute;width:100%;bottom:0;content:""}.page-title.disabled-bg .wf-wrap:after,.page-title.full-width-line .wf-wrap:after,.page-title.gradient-bg .wf-wrap:after,.page-title.solid-bg .wf-wrap:after,.page-title.transparent-bg .wf-wrap:after{display:none}.fancy-header>.wf-wrap,.page-title>.wf-wrap{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box}.content-left>.wf-wrap{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-ms-flex-flow:column wrap;flex-flow:column wrap}.content-right>.wf-wrap{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-ms-flex-flow:column wrap;flex-flow:column wrap}.title-center>.wf-wrap{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column wrap;flex-flow:column wrap}.title-left>.wf-wrap,.title-right>.wf-wrap{-ms-flex-pack:space-between;-ms-justify-content:space-between;justify-content:space-between}.page-title.title-left .hr-breadcrumbs,.page-title.title-right h1{text-align:right}.title-center .hr-breadcrumbs,.title-center h1{text-align:center}.page-title h1,.page-title h2{margin:0}.page-title .hr-breadcrumbs .breadcrumbs:after{display:none}.page-title .wf-container-title,.page-title.full-width-line{border-bottom:1px solid}.page-title.title-left.disabled-bg h1,.page-title.title-right.disabled-bg h1{margin:0}.dt-breadcrumbs-shortcode{display:-ms-flexbox;display:-ms-flex;display:flex}.dt-breadcrumbs-shortcode.align-centre{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-breadcrumbs-shortcode.align-right{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.breadcrumbs{list-style:none}.page-title.title-center .breadcrumbs{text-align:center}.breadcrumbs li{position:relative;display:inline-block;padding-left:12px;margin-left:8px}.breadcrumbs li:first-child{padding-left:0;margin-left:0;background:0 0!important}.breadcrumbs li a,.fancy-header .breadcrumbs li a{color:inherit}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.filter{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.filter.iso-filter{z-index:1}.filter-align-left .filter{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-flow:row wrap;flex-flow:row wrap}.filter-align-right .filter{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap}.filter:before{content:"";display:table}.filter:after{content:"";display:table;clear:both}.filter-by,.filter-categories,.filter-categories a,.filter-extras,.filter-sorting{display:inline-block;box-sizing:border-box}.filter-by,.filter-categories,.filter-sorting{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.filter-categories,.filter-extras{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.filter-align-left .filter-categories,.filter-align-left .filter-extras{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.filter-align-right .filter-categories,.filter-align-right .filter-extras{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.filter-categories{position:relative}.filter-categories .hasCustomSelect{display:none;left:0;z-index:1}#page .filter-categories .customSelect{position:relative;padding:0;background:0 0;display:none!important}#page .filter-categories .customSelect:after{position:relative;right:0;width:20px;height:20px;font-family:'Font Awesome 5 Free';font-weight:900;font-size:14px;line-height:1;content:"\f0dc"}#page .filter-categories .customSelect .customSelectInner{background:0 0}.filter .filter-categories a,.filter .filter-extras a{position:relative;text-decoration:none}.filter .filter-extras a{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex}.filter-categories a{white-space:nowrap}.filter-bg-decoration .filter-categories a{overflow:hidden}.filter-bg-decoration .filter-categories a:after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:"";opacity:0}.filter-bg-decoration .filter-categories a.act:after{opacity:1}.filter-underline-decoration .filter-categories a:after{position:absolute;left:0;bottom:0;width:100%;content:"";opacity:0;transition:opacity .3s ease}.filter-underline-decoration .filter-categories a.act:after,.filter-underline-decoration .filter-categories a:hover:after{opacity:1}.filter .filter-extras a svg{width:16px}.filter .filter-popup{position:absolute;left:50%;z-index:999;bottom:100%;padding:2px 6px;margin-bottom:15px;background:#000;color:#fff!important;font:400 10px/14px Arial,Verdana,sans-serif;letter-spacing:.3px;white-space:nowrap;opacity:0;visibility:hidden;transform:translate3d(-50%,10px,0);transition:all .25s ease-out;border-radius:2px}.filter .filter-popup:after{position:absolute;left:50%;bottom:-5px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;content:""}.filter .filter-popup:before{position:absolute;left:0;bottom:-20px;content:" ";display:block;width:100%;height:20px}.lte8 .filter-popup{display:none}.lte8 .filter-extras a:hover .filter-popup{display:block}.filter-extras>div>a:hover{cursor:default}.filter-extras>div>a>i:hover{cursor:pointer}.filter-extras>div>a>i:hover+.filter-popup,.filter-extras>div>a>svg:hover+.filter-popup{visibility:visible;opacity:1;transform:translate3d(-50%,0,0)}.filter-extras>div>a>i:hover+.filter-popup:before,.filter-extras>div>a>svg:hover+.filter-popup:before{bottom:0}.filter-switch{position:relative;display:inline-block;width:19px;height:7px;margin:0 10px}.filter-switch:hover{cursor:pointer}.filter-switch,.filter-switch-toggle{border-radius:8px}.filter-switch-toggle{position:absolute;top:-1px;left:0;width:9px;height:9px;background-color:#fff;content:"";transition:left .3s ease-out}.filter-switch.right-act .filter-switch-toggle{left:9px}.filter-extras a.pressed:after,.pressed .filter-switch-toggle:after{animation:anim-effect-boris .45s ease-out forwards}@keyframes anim-effect-boris{0%{transform:scale(0)}25%,50%{opacity:1}to{opacity:0;transform:scale(1)}}.paginator{position:relative;margin:30px 0 0;padding-bottom:2px;z-index:10;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.paginator:before{content:"";display:table}.paginator:after{content:"";display:table;clear:both}.paginator:not(.paginator-more-button) a{box-sizing:border-box}.paginator .disabled:hover{cursor:default}.paginator:not(.paginator-more-button):not(.filter-decorations) a:after,.paginator:not(.paginator-more-button):not(.filter-decorations) span:after{position:absolute;left:0;bottom:-2px;width:100%;height:2px;content:"";opacity:0;transition:opacity .3s ease}.paginator:not(.paginator-more-button):not(.filter-decorations) a.act:after,.paginator:not(.paginator-more-button):not(.filter-decorations) a:hover:after,.paginator:not(.paginator-more-button):not(.filter-decorations) span.act:after,.paginator:not(.paginator-more-button):not(.filter-decorations) span:hover:after{opacity:1}.paginator:not(.paginator-more-button) a,.paginator:not(.paginator-more-button) span{position:relative;display:inline-block;padding:1px 8px;margin:0 6px;text-align:center;text-decoration:none}.paginator:not(.paginator-more-button) a.disabled,.paginator:not(.paginator-more-button) span.disabled{opacity:0}.paginator .nav-next,.paginator .nav-prev{position:relative;display:inline-block;text-decoration:none}.paginator.paginator-more-button{text-align:center;overflow:hidden}.lazy-loading-mode .paginator.paginator-more-button{opacity:0}.justified-grid .paginator.paginator-more-button{width:100%}.paginator .button-load-more,.paginator .loading-ready{position:relative;display:inline-block;float:none;text-decoration:none}.paginator .button-load-more{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;width:220px;height:50px;border:2px solid;box-sizing:border-box;transition:all .4s cubic-bezier(.19,1,.22,1)}.paginator .button-load-more .stick{display:none;opacity:0;transition:opacity .1s ease}.paginator .button-load-more .button-caption{display:flex;align-items:center;margin:0;font-weight:700;transition:opacity 10ms ease,color .2s ease}.paginator .button-load-more .button-caption:before{width:12px;height:12px;content:"";margin-right:5px;-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);-webkit-mask-size:12px;mask-size:12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.the7-elementor-widget .paginator .button-load-more .button-caption:before{display:none}.paginator .button-load-more.animate-load,.paginator .button-load-more.button-lazy-loading{width:50px;height:50px;border-radius:50%}.paginator .button-load-more.animate-load .button-caption,.paginator .button-load-more.button-lazy-loading .button-caption{opacity:0;text-indent:-9999px}.paginator .button-load-more.animate-load .stick,.paginator .button-load-more.button-lazy-loading .stick{display:block;animation:dt-spin 1s infinite linear .2s;animation-delay:.4s;border-bottom-color:transparent;border-left-color:transparent}.dt-posts-preload.iso-preloader .dt-posts-preload-activity:before{border-color:#fff transparent transparent;border-right-color:#fff!important}.iso-preloader .dt-posts-preload-activity:after{display:none}.iso-preloader .dt-posts-preload-activity:before,.stick:first-child{position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;width:50px;height:50px;border-radius:40px;box-sizing:border-box;background-color:transparent;border:2px solid;animation:dt-spin 1s infinite linear .2s}.stick:first-child{top:-2px;left:-2px;margin:0}@keyframes dt-spin{0%{opacity:1}100%{opacity:1;transform:rotate(360deg)}}.page-info{padding:0 0 10px}.post{position:relative}.post:after,.post:before{content:"";display:table;clear:both}.post .entry-title a{display:initial}.blog .details.more-link,.dt-blog-shortcode .details.more-link{margin-bottom:10px}.more-link.dt-btn{margin-top:5px}.post .more-link.dt-btn{margin-right:10px}.post.bg-on .block-style-widget,.post.bg-on .format-aside-content,.post.bg-on .format-link-content,.post.bg-on .format-status-content{padding:0;background:0 0!important;box-shadow:none!important;box-sizing:border-box}.format-aside-content,.format-link-content{padding:25px 30px 15px;margin:0 0 15px}.author-quote{border-left:5px solid;padding-left:10px}.format-status-content{padding:25px 20px 15px;margin:5px 0 15px}.format-aside .details,.format-link .details,.format-quote .details,.format-status .details{display:none}.albums .post img,.blog .post img,.dt-albums-shortcode:not(.owl-carousel) img,.dt-blog-shortcode img,.dt-portfolio-shortcode:not(.owl-carousel) img,.images-container img,.media .post img,.portfolio .post img,.related-projects .rollover img,.related-projects .rollover-video img,.wf-container.iso-grid img,.wf-container.layout-masonry img{max-width:100%;width:100%;height:auto}.portfolio .slider-simple.owl-carousel img{max-width:none}.blog.layout-list .post .blog-media img,.mobile-true .post img.iso-lazy-load:not(.blog-thumb-lazy-load-show){width:100%}.bg-on .blog-content,.bg-on .project-list-content{padding:10px 25px}.slider-wrapper .bg-on .project-list-content{padding-top:20px}.iso-container .bg-on .blog-content>*,.iso-container .bg-on .project-list-content>*,.iso-grid .bg-on .blog-content>*,.iso-grid .bg-on .project-list-content>*{padding-top:10px;padding-bottom:0;margin-bottom:0}.iso-container .bg-on .blog-content>:last-child,.iso-container .bg-on .project-list-content>:last-child,.iso-grid .bg-on .blog-content>:last-child,.iso-grid .bg-on .project-list-content>:last-child{margin-bottom:10px}.bg-on .blog-media>p,.bg-on .project-list-media>p,.description-under-image .post.bg-on ul.royalSlider.alignnone,.post.bg-on .alignleft,.post.bg-on .alignnone,.post.bg-on ul.royalSlider.alignnone{margin-bottom:0}.bg-on .blog-media,.bg-on .project-list-media{padding:25px 25px 0}.bg-on.fullwidth-img .blog-media,.bg-on.fullwidth-img .project-list-media{padding:0}.bg-on .blog-content,.bg-on .blog-media{position:relative;z-index:9}.bg-on.post .alignnone{margin-top:0}.layout-list .post{padding-top:44px;margin-top:19px}.layout-list .articles-list .post:last-child{margin-bottom:-25px}.layout-list .articles-list .post.bg-on:last-child{margin-bottom:0}.layout-list .post:first-child{border:none;padding-top:0;margin-top:0}.blog .post.bg-on,.portfolio .post.bg-on{border-top:none}.layout-list .blog-content,.layout-list .blog-media,.layout-list .project-list-content,.layout-list .project-list-media{display:block;float:left;width:100%}.layout-list article.no-img .blog-content{width:100%!important}.project-even .alignleft,.project-even ul.royalSlider.alignleft{float:right;margin-right:0;margin-left:30px}.layout-list .post.bg-on{padding:25px 25px 0px;margin:0 0 20px}.layout-list .bg-on .blog-content,.layout-list .bg-on .blog-media,.layout-list .bg-on .project-list-content,.layout-list .bg-on .project-list-media{display:block;float:left;width:100%;padding:0}.layout-list .bg-on .blog-content,.layout-list .bg-on .project-list-content{padding-bottom:10px}.layout-list .post-slider{margin-right:30px}.layout-list .project-even .post-slider{margin-right:0;margin-left:30px}.layout-list .media-wide .post-slider,.layout-list .media-wide.project-even .post-slider{margin-right:0;margin-left:0}.blog.layout-list .post.bg-on .slider-masonry.alignnone,.description-under-image .post .alignnone,.description-under-image .post .photoSlider,.description-under-image .post .slider-masonry.alignnone,.post .alignleft{margin-bottom:20px}.description-under-image .bg-on.post .alignnone,.description-under-image .post .buttons-on-img .slider-masonry.alignnone{margin-bottom:0}.project-list-media .alignleft{width:100%}.blog-media .alignleft{float:none}.blog.layout-list .post .alignleft,.blog.layout-list .post .alignnone,.blog.layout-list .post .post-slider{margin-bottom:25px}.format-quote .block-style-widget{margin:0 0 15px;padding:25px 30px 15px}.bg-on .format-aside-content,.bg-on .format-link-content,.format-quote.bg-on .block-style-widget{margin-bottom:10px}.iso-container .blog-content.wf-td,.iso-container .blog-media.wf-td,.iso-grid .blog-content.wf-td,.iso-grid .blog-media.wf-td,.layout-masonry .blog-content.wf-td,.layout-masonry .blog-media.wf-td,.media-wide .blog-content.wf-td,.media-wide .blog-media.wf-td,.shortcode-blog-posts .wf-td{display:block}.blog-media{position:relative;overflow:hidden;z-index:9}.fancy-date a{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;top:10px;right:10px;z-index:30;box-sizing:border-box;text-decoration:none;background:#fff}.circle-fancy-style .fancy-date a{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;border-radius:50%;padding:0 8px;min-width:63px;min-height:63px}.vertical-fancy-style .fancy-date a{-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:80px;min-width:42px;padding:2px 0}.horizontal-fancy-style .fancy-date a{padding:2px 2px 1px 4px}.fancy-date a *{color:#222}.circle-fancy-style .fancy-date a .entry-date:after,.circle-fancy-style .fancy-date a .entry-year{display:none}.fancy-date a .entry-date,.fancy-date a .entry-month{position:relative}.fancy-date a .entry-date:after,.fancy-date a .entry-month:after{position:absolute;height:2px;content:""}.circle-fancy-style .fancy-date a .entry-date:after,.circle-fancy-style .fancy-date a .entry-month:after{left:0;bottom:-2px;width:100%}.vertical-fancy-style .fancy-date a .entry-date:after,.vertical-fancy-style .fancy-date a .entry-month:after{left:50%;bottom:-2px;width:14px;margin-left:-7px}.horizontal-fancy-style .fancy-date a .entry-date:after,.horizontal-fancy-style .fancy-date a .entry-month:after{top:50%;margin-top:-2px;right:0;width:4px;height:4px;border-radius:50%}.layout-list article.project-odd .fancy-date a{top:10px;right:auto;left:10px}.layout-list article.project-even .fancy-date a{top:10px;left:auto;right:10px}.bg-on:not(.fullwidth-img) .fancy-date a{top:35px;right:35px}.fancy-date .entry-month,.fancy-date .entry-year{font:700 11px/19px Arial,Verdana,sans-serif}.circle-fancy-style .fancy-date .entry-month,.circle-fancy-style .fancy-date .entry-year{text-transform:uppercase}.vertical-fancy-style .fancy-date .entry-month,.vertical-fancy-style .fancy-date .entry-year{font:700 12px/22px Arial;padding:1px}.horizontal-fancy-style .fancy-date .entry-month,.horizontal-fancy-style .fancy-date .entry-year{padding:0 6px 0 5px;text-transform:none;font:700 12px/22px Arial,Verdana,sans-serif}.circle-fancy-style .fancy-date .entry-month,.vertical-fancy-style .fancy-date .entry-month{margin-bottom:2px}.horizontal-fancy-style .fancy-date .entry-month{padding:0 9px 0 5px}.fancy-date .entry-date{font:700 24px/29px Arial,Verdana,sans-serif}.vertical-fancy-style .fancy-date .entry-date{font:700 22px/28px Arial;margin-bottom:3px;padding:2px}.horizontal-fancy-style .fancy-date .entry-date{padding:0 9px 0 5px;font:700 12px/22px Arial,Verdana,sans-serif}.post .project-media{margin-bottom:20px;line-height:0}.project-content,.project-media{box-sizing:border-box}.project-media img{max-width:100%}.dt-posts-preload{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;user-select:none}.dt-posts-preload .dt-posts-preload-activity{position:fixed;display:block;z-index:2000;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px;border-radius:50%}.dt-posts-preload .dt-posts-preload-activity:before{width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid #fff;border-right-color:transparent!important;border-left-color:transparent!important;animation:dt-posts-loader-rotation 1s linear infinite;content:''}@keyframes dt-posts-loader-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.single .content>.post,.single .content>.project-post,.single .content>.single-postlike{margin-bottom:50px}.single .content>.post:last-child,.single .content>.project-post:last-child,.single .content>.single-postlike:last-child{margin-bottom:0}/*!-Meta & tags*/.post-meta .entry-meta,.post-meta .entry-tags{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.portfolio-categories{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;overflow:hidden}.content-align-center .portfolio-categories,.content-align-centre .portfolio-categories,.related-projects .portfolio-categories{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.blog-content .entry-meta,.portfolio-categories{padding:0 0 10px}.project-post .portfolio-categories{padding:0px 0 0;margin-bottom:10px}.entry-meta>a,.entry-meta>span,.portfolio-categories>a,.portfolio-categories>span{position:relative;display:inline-block;text-decoration:none;margin:0 6px 0 0;padding:0 9px 0 0}.portfolio-categories a{transition:all 50ms linear 50ms}.entry-meta span a,.portfolio-categories>span a{text-decoration:none}.portfolio-categories>a.data-link:hover{text-decoration:none;cursor:default}.entry-meta>a:last-child,.entry-meta>span:last-child,.portfolio-categories>a:last-child,.portfolio-categories>span:last-child{padding:0;margin:0}.entry-meta>a:after,.entry-meta>span:after,.portfolio-categories>a:after,.portfolio-categories>span:after{position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:3px;content:"";border-radius:50%}.entry-meta>a:last-child:after,.entry-meta>span:last-child:after,.portfolio-categories>a:last-child:after,.portfolio-categories>span:last-child:after{display:none}.fullwidth-slider .portfolio-categories span,.fullwidth-slider .portfolio-categories>a{float:none;display:inline-block}.entry-tags{display:block;overflow:hidden;padding:10px 0 0}.entry-tags,.entry-tags a,.entry-tags span{word-wrap:break-word}.entry-tags span.single-tags{position:relative;float:left}.single .entry-tags a{padding:1px 6px;margin:2px;border:1px solid;font:400 10px/15px Arial,Verdana,sans-serif;text-decoration:none;letter-spacing:.3px}/*!-Post author*/.entry-author{overflow:hidden;margin-bottom:60px;padding:30px 30px 25px;box-sizing:border-box}.entry-author:last-child{margin-bottom:0}.entry-author-img{width:115px}.entry-author-info{vertical-align:top}.entry-author .text-primary{font-weight:700}.entry-author .alignleft{margin-bottom:10px}.entry-author .alignleft img,.entry-author img.alignleft{border-radius:50%}.post .entry-author img,.single-postlike .entry-author img{max-width:none}.blog .post .wp-smiley{width:auto}.single .post:not(.type-event) .post-thumbnail,.single .single-postlike:not(.type-event) .post-thumbnail{position:relative;margin-bottom:45px;line-height:0}.single .post:not(.type-event) .post-thumbnail:last-child,.single .single-postlike:not(.type-event) .post-thumbnail:last-child{margin-bottom:0}.single .post:not(.type-event) .post-thumbnail img,.single .single-postlike:not(.type-event) .post-thumbnail img{width:100%}.single .entry-content{margin-bottom:50px}.single .entry-content:last-child{margin-bottom:0}.single .post-meta{margin-bottom:55px}.single .post-meta:last-child{margin-bottom:0}.single-share-box{position:relative}.single .single-share-box{margin-top:-5px;margin-bottom:60px}.single .single-share-box:last-child{margin-bottom:0}.page .single-share-box{margin-top:50px}.single-share-box.show-on-hover{z-index:10;display:inline-block;left:50%;transform:translateX(-50%)}.single-share-box.show-on-hover:hover{cursor:pointer}.share-link-description{display:block;margin-bottom:10px;font-weight:700;text-align:center}.share-link-description .share-link-icon{display:none}.show-on-hover .share-link-description{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column wrap;flex-flow:column wrap}.show-on-hover .share-link-description .share-link-icon{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;border:2px solid;margin-bottom:5px;border-radius:50%;box-sizing:border-box;transition:all .2s ease;font-size:14px;line-height:1}.show-on-hover .share-link-description .share-link-icon svg{width:14px}.single-share-box .share-buttons{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;line-height:0}.single-share-box:not(.show-on-hover) .share-buttons{-ms-flex-flow:row wrap;flex-flow:row wrap}.share-buttons .soc-font-icon{display:none}.show-on-hover .share-buttons{position:absolute;-ms-flex-flow:column wrap;flex-flow:column wrap;left:50%;transform:translateX(-50%);bottom:100%;min-width:180px;margin-bottom:10px;background:#fff;box-shadow:1px 3px 16px 0px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translate3d(-50%,10px,0);transition:all .25s ease-out}.show-on-hover .share-buttons:after{position:absolute;left:50%;bottom:-6px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #fff;content:""}.show-on-hover .share-buttons:before{position:absolute;left:0;bottom:-20px;content:" ";display:block;width:100%;height:20px}.show-on-hover:hover .share-buttons{visibility:visible;opacity:1;pointer-events:auto;transform:translate3d(-50%,0,0)}.single-share-box .share-buttons a{display:inline-flex;justify-content:center;align-items:center;width:50px;height:30px;min-width:50px;min-height:30px;margin:0 4px 4px 0;border:1px solid;text-transform:none;font-size:16px;line-height:30px;text-decoration:none;text-align:center;transition:border-color .2s ease;box-sizing:border-box}:not(.show-on-hover).single-share-box .share-buttons a .social-text{display:none}.show-on-hover.single-share-box .share-buttons a{display:flex;justify-content:flex-start;align-items:center;width:auto;line-height:1;text-align:left;padding:10px 5px 10px 10px}.single-share-box .share-buttons a .icon{display:none}.single-share-box .share-buttons a.facebook{border-color:rgba(76,105,199,.3)}.single-share-box .share-buttons a.facebook:hover{border-color:#4c69c7}.single-share-box .share-buttons a.facebook svg{fill:#4c69c7}.single-share-box .share-buttons a.twitter{border-color:rgba(42,190,235,.3)}.single-share-box .share-buttons a.twitter:hover{border-color:#2abeeb}.single-share-box .share-buttons a.twitter svg{fill:#2abeeb}.single-share-box .share-buttons a.google{border-color:rgba(230,66,53,.3)}.single-share-box .share-buttons a.google:hover{border-color:#e64235}.single-share-box .share-buttons a.google svg{fill:#e64235}.single-share-box .share-buttons a.pinterest{border-color:rgba(207,40,52,.3)}.single-share-box .share-buttons a.pinterest:hover{border-color:#cf2834}.single-share-box .share-buttons a.pinterest svg{fill:#cf2834}.single-share-box .share-buttons a.linkedin{border-color:rgba(0,123,199,.3)}.single-share-box .share-buttons a.linkedin:hover{border-color:#007bc7}.single-share-box .share-buttons a.linkedin svg{color:#007bc7}.single-share-box .share-buttons a.whatsapp{border-color:rgba(54,183,77,.3)}.single-share-box .share-buttons a.whatsapp:hover{border-color:#36b74d}.single-share-box .share-buttons a.whatsapp svg{fill:#36b74d}.show-on-hover .share-buttons a{height:auto;border:none;font-size:14px;line-height:18px!important;margin:0}.show-on-hover .share-buttons a svg{margin-right:5px}.show-on-hover .share-buttons a *,.show-on-hover .share-buttons a svg{color:#222;fill:#222}.show-on-hover .share-buttons a:hover *,.show-on-hover .share-buttons a:hover svg{color:#fff;fill:#fff}.show-on-hover .share-buttons a.facebook:hover{background-color:#4c69c7}.show-on-hover .share-buttons a.twitter:hover{background-color:#2abeeb}.show-on-hover .share-buttons a.google:hover{background-color:#e64235}.show-on-hover .share-buttons a.pinterest:hover{background-color:#cf2834}.show-on-hover .share-buttons a.linkedin:hover{background-color:#007bc7}.show-on-hover .share-buttons a.whatsapp:hover{background-color:#36b74d}.author-info{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.author-avatar{-ms-flex:0 0 80px;flex:0 0 80px;margin-right:30px}.author-avatar .avatar-lazy-load-wrap{border-radius:50%;display:flex}.author-avatar .no-avatar{width:80px;height:80px;border-radius:50%}.author-avatar .no-avatar.no-avatar svg{width:36px;height:auto}.author-description h4{margin-bottom:5px}.author-description .author-link{display:inline-block;margin-bottom:20px;text-decoration:none}.author-description .author-link:hover{text-decoration:underline}.author-avatar .avatar-lazy-load-wrap.layzr-bg svg,.comment-author .avatar-lazy-load-wrap.layzr-bg svg{opacity:0}.post-navigation{margin-bottom:50px}.post-navigation:last-child{margin-bottom:0}.post-navigation .nav-links{display:-ms-flexbox;display:-ms-flex;display:flex;padding:25px 0;border-width:1px 0;border-style:solid}.disabled-post-navigation.post-navigation .nav-links{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.post-navigation .nav-links .back-to-list [class^=dt-icon-]{font-size:24px}.meta-nav{margin-bottom:5px;text-transform:uppercase}.post-navigation .back-to-list,.post-navigation .nav-next,.post-navigation .nav-previous{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;text-decoration:none}.back-to-list{width:30px}.rtl .back-to-list{-ms-flex-order:1;order:1}.nav-previous{width:45%;padding-left:35px;margin-right:30px}.nav-previous svg{position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px}.nav-previous .post-title{-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;max-width:100%}.rtl .nav-previous .post-title{-ms-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end}.rtl .nav-previous{-ms-flex-order:2;order:2;-ms-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.post-navigation .nav-next{padding-right:35px;margin-left:30px;width:45%;text-align:right}.post-navigation .nav-next svg{position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px}.post-navigation .nav-next .post-title{-ms-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end;max-width:100%}.rtl .post-navigation .nav-next .post-title{-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.rtl .nav-next{-ms-flex-order:0;order:0}.project-post{position:relative}.single .project-slider{margin-bottom:45px}.single-gallery-media{padding-bottom:45px}.single .project-content{margin-bottom:55px}.single .project-content:last-child{margin-bottom:0}.images-container{line-height:0}.images-list{position:relative;margin-bottom:20px;line-height:0}.images-list img,.images-list:last-child{margin-bottom:0}.images-list-caption{position:absolute;top:auto;bottom:0;left:0;width:100%;z-index:99}.images-list-inner{position:absolute;bottom:0;display:inline-block;margin:0 20px;padding:15px 0}.images-list-inner h4{display:inline-block;margin:5px 0 0}.images-list-inner,.images-list-inner *{color:#fff}.navigation-inner a,.project-details,.project-link,.project-zoom,.vc-item .vc_read_more{text-decoration:none}/*!-Slideshow description*/.slider-post-inner h4{display:inline-block;vertical-align:middle;margin:5px 0 0}#main .images-list-inner h4,#main .slider-post-inner h4,.images-list-inner,.slider-post-inner{text-shadow:1px 1px 5px rgba(0,0,0,.5)}.images-list-inner .album-content-btn,.slider-post-inner .album-content-btn{display:block;float:left;width:100%;margin-bottom:0}.images-list-inner p{margin-bottom:0}.slider-link{float:left;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Cpolygon points='14,14 2,14 2,2 5.011,2 5.011,0 2,0 0.011,0 0,0 0,14 0,16 2,16 16,16 16,15.989 16,14 16,10.989 14,10.989 '/%3E%3Cpolygon points='14,-0.019 14,0 8.993,0 8.993,2 12.637,2 6.5,8.137 7.863,9.5 14,3.364 14,6.981 16,6.981 16,-0.019 '/%3E%3C/svg%3E");background-color:rgba(0,0,0,.4);border-radius:50%;background-repeat:no-repeat;transition:opacity .2s ease}.slider-link:hover{background-color:rgba(0,0,0,.4);opacity:.7}.images-list-inner .share-button.entry-share,.slider-link,.slider-post-inner .share-button.entry-share{margin:0 5px 5px 0;box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;font-size:0;text-indent:-9999px}.single-related-posts{padding-bottom:35px;margin-bottom:50px;border-bottom:1px solid}.single-related-posts:last-child{margin-bottom:0}.single-related-posts .items-grid{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -25px -25px}.single-related-posts .items-grid>.related-item{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;width:33%;padding:0 25px 25px;box-sizing:border-box}.sidebar-left .single-related-posts .items-grid>.related-item,.sidebar-right .single-related-posts .items-grid>.related-item{width:50%}.comment-respond,.comments-area,.single-related-posts{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.comment-respond>h3,.comments-area>h3,.single-related-posts>h3{margin-bottom:30px}.comment-respond a{text-decoration:none}.single-related-posts>h3{margin-bottom:30px}.single-portfolio .single-related-posts{padding-bottom:60px}.single-portfolio .single-related-posts>h3{margin-bottom:30px}#comments .children,#comments .comment-list{margin:0;padding:0;list-style:none}#comments .comment-list{padding-bottom:50px}#comments .comment-list:last-child{padding-bottom:0}.comment-list .comment-body{position:relative;padding:20px 20px 10px 100px;margin-top:20px;box-sizing:border-box}.comment-list>li:first-child>.comment-body{margin-top:0}#comments .children{margin-left:90px}.comment-author-name{display:block;margin-bottom:5px}.comment-author-name a{font:inherit!important}.comment-metadata{margin-bottom:20px}.comment-author .avatar,.comment-author .avatar-lazy-load-wrap,.comment-author .rollover{float:left;margin:0px 20px 15px -80px}.comment-author .avatar,.comment-author .avatar-lazy-load-wrap,.comment-author .rollover,.comment-author .rollover i{border-radius:50%}.comment-author .avatar-lazy-load-wrap .avatar,.comment-author .rollover .avatar{margin:0}.comment-content{overflow:hidden;margin-bottom:10px}.comment-list .reply{text-align:right;margin-bottom:10px}.comment-reply-link{margin-left:10px}.comment-reply-title>small{display:block;text-align:center}.comment-reply-title #cancel-comment-reply-link{float:left;margin-top:10px}.comment-notes,.logged-in-as{margin-bottom:15px}.comment-form .form-fields{overflow:hidden;margin-bottom:10px}#page .comment-respond .dt-btn,#page .comment-respond p.form-submit{margin-bottom:0}.rtl #page .comment-respond .dt-btn{float:left}.says{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.comment #respond{padding-top:24px}#respond #submit{display:none}#commentform textarea,.dt-contact-form textarea{width:100%;margin:0 0 10px}.clear-form,.comment-meta a,.comment-reply-link,.fn a,.pingback a{text-decoration:none}#reply-title small a:hover,.clear-form:hover,.comment-meta a:hover,.comment-reply-link:hover,.pingback a:hover{text-decoration:underline}.project-share-overlay{position:relative;display:inline-block;padding-top:5px;padding-bottom:5px}.project-info-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column wrap;flex-flow:column wrap;margin-bottom:40px}.project-post .btn-project-link{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;min-width:220px;height:50px;border:2px solid;margin-bottom:15px;font-weight:700;text-decoration:none;box-sizing:border-box}.project-share-overlay .share-button.entry-share{text-decoration:none}#page .project-share-overlay .share-button.entry-share{padding:0 0 0 23px}.share-button.entry-share{display:inline-block;padding:0 0 0 23px}.btn-project-link.no-text,.share-button.entry-share.no-text{width:36px;height:36px;padding:0;font-size:0}.btn-project-link,.share-button.entry-share,.share-overlay .soc-ico a{transition:all .2s ease}.images-list-inner .share-button.entry-share,.photo-scroller .share-button.entry-share,.slider-post-inner .share-button.entry-share{text-decoration:none;text-align:center}.images-list-inner .share-button.entry-share:before,.photo-scroller .share-button.entry-share:before,.slider-post-inner .share-button.entry-share:before{display:block;background:#fff;content:"";-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-share-fill.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-share-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;width:16px;height:16px}.project-share-overlay:not(.allways-visible-icons) .soc-ico{position:absolute;z-index:999;bottom:46px;width:150px;height:36px;padding:0 3px;visibility:hidden;overflow:visible;opacity:0;background-color:#fff;text-align:center;left:50%;transform:translateX(-50%);box-shadow:0 0 2px 0 rgba(0,0,0,.2)}.single-post .project-share-overlay:not(.allways-visible-icons) .soc-ico{bottom:48px}.project-content-btn .project-share-overlay:not(.allways-visible-icons) .soc-ico{bottom:38px}.project-share-overlay:not(.allways-visible-icons) .soc-ico:after,.project-share-overlay:not(.allways-visible-icons) .soc-ico:before{position:absolute;left:50%;margin-left:-5px;bottom:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;content:""}.project-share-overlay:not(.allways-visible-icons) .soc-ico:before{margin-left:-6px;bottom:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.1)}.project-share-overlay:not(.allways-visible-icons) .soc-ico a{display:none;float:none;width:24px;margin:7px 3px 0;background:0 0!important}#page .project-share-overlay:not(.allways-visible-icons) .soc-ico a{box-shadow:none}.project-share-overlay:not(.allways-visible-icons) .soc-ico a:hover{background:0 0!important;opacity:.6}.project-share-overlay:not(.allways-visible-icons) .soc-ico a:after,.project-share-overlay:not(.allways-visible-icons) .soc-ico a:before{display:none}#page .project-share-overlay:not(.allways-visible-icons) .soc-ico a .soc-font-icon,#page .project-share-overlay:not(.allways-visible-icons) .soc-ico a:hover .soc-font-icon{color:#000}.project-share-overlay.allways-visible-icons .soc-ico{display:inline-block;vertical-align:middle;margin-left:10px}.slide-caption .btn-project-link,.slide-caption .share-button.entry-share{border-color:rgba(255,255,255,.35)}.slide-caption .btn-project-link:hover,.slide-caption .share-button.entry-share:hover{background-color:rgba(255,255,255,.35);border-color:rgba(255,255,255,.35)}.single-attachment article.type-attachment{text-align:center}.single-attachment article.type-attachment .rollover{display:inline-block}.sidebar{position:relative;z-index:9}.sidebar .sidebar-content{box-sizing:border-box}.sidebar-none .sidebar,.wc-sidebar-toggle{display:none}#main .ui-widget-content{clear:both}.sidebar-left .sidebar.bg-under-widget,.sidebar-left .sidebar.solid-bg,.sidebar-right .sidebar.bg-under-widget,.sidebar-right .sidebar.solid-bg{border:none}.sidebar-left .sidebar.bg-under-widget,.sidebar-left .sidebar.solid-bg{padding-right:0}.sidebar-right .sidebar.bg-under-widget,.sidebar-right .sidebar.solid-bg{padding-left:0}.sidebar-left .wf-wrap:after,.sidebar-left .wf-wrap:before,.sidebar-right .wf-wrap:after,.sidebar-right .wf-wrap:before{content:"";display:table}.sidebar-divider-off #sidebar{border:none}.no-cssgridlegacy.no-cssgrid .sidebar-none .content,.sidebar-none .content{width:100%}.sidebar .widget,.sidebar-content .widget{padding:0}.bg-under-widget .sidebar-content .widget,.sidebar.bg-under-widget .widget,.solid-bg.sidebar-content .widget{margin-bottom:0;padding:25px}.sidebar.solid-bg .widget,.solid-bg .sidebar-content .widget,.solid-bg.sidebar-content .widget{padding-left:25px;padding-right:25px}.sidebar .widget-divider-off .widget,.sidebar-content.widget-divider-off .widget,.solid-bg.sidebar-content .widget{border-top:none}.bg-under-widget .sidebar-content .widget:first-child,.elementor-widget-sidebar .widget:first-child,.sidebar.bg-under-widget .widget:first-child,.solid-bg.sidebar-content .widget:first-child{margin-top:0}.content .sidebar-content:not(.solid-bg):not(.bg-under-widget) .widget:first-child,.elementor-widget-sidebar .widget:first-child,.sidebar:not(.solid-bg):not(.bg-under-widget) .widget:first-child{padding-top:0}.elementor-widget-sidebar .widget:first-child,.sidebar .widget:first-child,.sidebar-content .widget:first-child{border-top:none}.footer .widget{margin-bottom:30px}.widget:after,.widget:before{content:"";display:table;clear:both}.widget-info:not(:last-child){margin-bottom:10px}.content .widget ul{list-style:none}.widget-title{margin-bottom:15px;clear:both}.cat-item,.custom-categories li,.elementor-widget-sitemap .page_item{margin:5px 0 0;padding:5px 0 0}.custom-categories li{overflow:hidden;margin-top:0}.cat-item:first-child,.custom-categories>li:first-child,.elementor-widget-sitemap .page_item:first-child{margin-top:0;padding-top:0;border-top:none!important}.cat-item a,.custom-categories a{text-decoration:none}.custom-categories a{display:block;clear:both}.custom-categories span.item-name{float:left}.custom-categories span.item-num{float:right;margin-left:10px}.cat-item ul,.custom-categories ul{margin-left:20px}#wp-calendar{margin:25px 0 15px;border-width:1px;border-style:solid}#wp-calendar caption{padding:5px 0;margin:0;height:auto;border-style:solid;border-width:1px;border-bottom:none}#wp-calendar th{height:25px;font-weight:400}.content #wp-calendar th{border:none}#wp-calendar td{width:34px;height:25px;border-style:solid;border-width:1px;vertical-align:middle;text-align:center;line-height:20px;cursor:default}#wp-calendar td.act{color:#fff}#wp-calendar td a{display:block;width:100%;text-decoration:none}#wp-calendar td.pad,.footer #wp-calendar td.pad{background:0 0!important;border:none}#wp-calendar tfoot td{width:auto}#wp-calendar tfoot td#prev{padding-left:10px;text-align:left}#wp-calendar tfoot td#next{padding-right:10px;text-align:right}#wp-calendar tfoot td a:hover{background:0 0;text-decoration:none}.shortcode-contact-info,.shortcode-contacts{margin-bottom:20px}.contact-info:not(:last-child),.content .contact-info:not(:last-child){margin:0;padding-bottom:15px}.contact-info li{margin:15px 0 0;list-style:none}.contact-info li span:not(:last-child){display:inline-block;margin-bottom:5px}.contact-info li:first-child{margin-top:0}.widget .soc-ico:not(:last-child){padding:0px 0 10px}.custom-nav{margin:0}.custom-nav>li:first-child{border-top:none!important}.custom-nav>li>a{display:flex;position:relative;justify-content:space-between;align-items:center;text-decoration:none}.custom-nav>li:not(:last-child)>a{padding:0 0 10px}.custom-nav>li>a span{display:inline-block}.custom-nav>li li a:before,.custom-nav>li>a:before{display:block;position:absolute;top:14px;right:0;width:13px;height:13px}.custom-nav>li.has-children li.has-children>a svg,.custom-nav>li.has-children>a svg{float:right;width:10px}.custom-nav>li .custom-menu li{border:none!important}.custom-nav>li li a{display:flex;position:relative;justify-content:space-between;align-items:center;padding-left:12px;background-image:none!important}.custom-nav>li>ul{display:none;margin:0 0px;padding:0 20px 15px}.custom-nav>li:last-child>ul{padding:10px 20px 15px}.custom-nav>li>ul a span{display:inline-block}.custom-nav>li li{margin-top:0;padding-top:7px}.custom-nav>li>ul a:hover{text-decoration:none}.bg-under-widget .custom-nav>li:last-child>ul,.custom-nav>li:last-child>ul,.solid-bg .custom-nav>li:last-child>ul{margin-bottom:-5px}.content .menu,.custom-menu .widget_pages>ul,.menu{margin:0;padding:0 0 0px}.menu li,.qts-lang-menu li,.widget_pages li{display:block;position:relative;margin:9px 0 0;padding:10px 0 0}.custom-menu li{margin:6px 0 0;padding:7px 0 0}.dividers-on.custom-menu li{margin:9px 0 0;padding:10px 0 0}.custom-menu>li:first-child,.menu>li:first-child,.qts-lang-menu li:first-child,.widget_pages>ul>li:first-child{border:none!important;margin-top:0;padding-top:0}#page .qtrans_flag{width:auto;height:auto;background-position:0 center}.custom-menu a,.menu a,.widget_pages a{text-decoration:none}.widget_nav_menu a{display:inline-block}.widget_nav_menu a:hover{text-decoration:none}.custom-menu a{position:relative;display:inline-block}.show-arrow.custom-menu a{padding-left:23px}.enable-bold.custom-menu a{font-weight:700}div[class*=elementor-widget-wp-widget-] ul{list-style:none}div[class*=elementor-widget-wp-widget-] .elementor-widget-container>ul{margin:0}.elementor-widget-wp-widget-pages ul.children{margin:5px 0 5px 20px}.custom-menu.show-arrow a svg,.custom-menu.show-arrow a:before,.widget_presscore-custom-menu-one .custom-menu.show-arrow a svg,.widget_presscore-custom-menu-one .custom-menu.show-arrow a:before,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a svg,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a:before{position:absolute;width:14px;height:14px;top:50%;transform:translateY(-50%);left:0}.custom-menu.show-arrow a svg,.widget_presscore-custom-menu-one .custom-menu.show-arrow a svg,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a svg{width:8px;height:auto;left:3px}.widget_presscore-custom-menu-one .custom-menu.show-arrow a:before{content:""}.widget_presscore-custom-menu-one .custom-menu.show-arrow a:after{position:absolute;width:14px;height:14px;top:50%!important;transform:translateY(-50%);left:0;content:"";-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-chevron-side.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-chevron-side.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:8px;mask-size:8px}.custom-menu.show-arrow .has-children>a:before,.widget_presscore-custom-menu-one .custom-menu.show-arrow .has-children>a:before,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow .has-children>a:before{content:""}.custom-nav.show-arrow>.has-children>a:before{display:block;position:absolute;top:0;right:0;margin-top:5px;width:8px;height:8px;content:""}.widget_pages a{display:inline-block}.content .custom-menu li ul,.content .menu li ul,.content .widget_pages li ul,.custom-menu li ul,.menu li ul,.widget_pages li ul{margin-left:20px}.custom-nav .custom-menu li ul{padding-top:10px}.widget_tag_cloud a{display:inline-block;padding:0 3px;margin-bottom:2px;text-decoration:none}.content .recent-posts,.recent-posts{margin:0;padding:0 0 5px}.widget .recent-posts{padding-bottom:0}.recent-posts li{display:block;overflow:hidden;margin:0}.recent-posts li article{display:-ms-flexbox;display:-ms-flex;display:flex}.recent-posts li:not(:last-child){padding:0 0 15px}.widget .recent-posts li{margin-top:0}.recent-posts>li:first-child{margin-top:0;padding-top:0;border-top:none!important}.items-grid .post-content>a,.recent-posts a{display:inline-block;text-decoration:none}.items-grid .post-content>p,.recent-posts .post-content>p{margin:5px 0 0}#footer .items-grid .alignleft,#footer .recent-posts .alignleft,#sidebar .items-grid .alignleft,#sidebar .recent-posts .alignleft{margin:0 15px 5px 0}.items-grid .post-content>time,.recent-posts .post-content>time{display:block;margin:5px 0 0}.recent-posts .alignleft{margin:0px 15px 5px 0;font-size:0;line-height:0}.widget .tp_recent_tweets{margin-bottom:10px}.widget .tp_recent_tweets li .twitter_time{position:relative;padding:0 0 0 20px}.widget .tp_recent_tweets li{padding:15px 0 0;background-image:none}.tp_recent_tweets li,.tp_recent_tweets li *{line-height:inherit}.widget .tp_recent_tweets li:first-child{margin-top:0;padding-top:0;border:none!important}.widget .tp_recent_tweets li .twitter_time:before{position:absolute;display:block;top:2px;left:0;width:15px;height:15px;content:"";background-position:0 0;background-repeat:no-repeat}.widget .tp_recent_tweets li:first-child:before{top:5px}.tp_recent_tweets li a{font-weight:400;text-decoration:none}.widget .tp_recent_tweets .twitter_time{font-style:normal}.widget .tp_recent_tweets .twitter_time:hover{text-decoration:underline}.content .searchform,.widget .searchform{position:relative}.widget_search form{margin:5px 0 0}.widget_search input[type=text]{width:100%;margin:0!important}.content .searchform input,.widget .searchform input{padding-right:30px}.content .searchform .submit,.widget .searchform .submit,.widget .searchsubmit{position:absolute;top:0;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;right:11px;width:20px;height:100%;padding:0;text-decoration:none}.content .searchform .submit:hover,.widget .searchform .submit:hover,.widget .searchsubmit:hover{opacity:.7;cursor:pointer}.content .searchform .submit svg,.widget .searchform .submit svg,.widget .searchsubmit svg{width:16px}.skills.hide-percent .skill-value>span{display:none!important}html:not(.mobile-true) .skill-value{transition:width 1.2s ease;transition-delay:.3s}.skill-name{margin-bottom:5px}.skill-name span{margin-left:5px}.skill{height:7px}.skill:not(:last-child){margin-bottom:15px}.skill-value{position:relative;width:0%;height:100%}.skill-value:after{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.skill-value span{position:absolute;top:-26px;right:-16px;margin-right:4px;padding:2px 6px 3px;background-color:rgba(0,0,0,.8);color:#fff;font-size:10px;font-family:Tahoma,san-serif;line-height:14px}.skill-value span:after{position:absolute;left:50%;bottom:-5px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.8);content:""}.widget .rsContW{padding-top:5px}.blogroll li,.widget_archive li,.widget_categories li,.widget_links li,.widget_meta li,.widget_recent_comments li,.widget_recent_entries li{margin:5px 0 0;padding:0}.widget_archive select[name=archive-dropdown],.widget_categories select.postform{margin-bottom:0}.blogroll li:first-child,.custom-menu>li:first-child,.widget_archive>ul>li:first-child,.widget_categories li:first-child,.widget_links>ul>li:first-child,.widget_meta li:first-child,.widget_recent_comments>ul>li:first-child,.widget_recent_entries li:first-child{margin-top:0;padding-top:0;border-top:none!important}.blogroll a,.widget_archive a,.widget_categories a,.widget_links a,.widget_meta a,.widget_recent_comments a,.widget_recent_entries a{display:inline-block;text-decoration:none}.st-accordion ul{margin:0}.st-accordion>ul>li{overflow:hidden;margin:0;padding:9px 0 0;list-style:none}.st-accordion>ul>li:first-child .st-content{display:block}.st-accordion>ul>li:first-child{padding-top:0;margin-top:0;border:none}.st-accordion li>a{display:inline-block;position:relative;padding-left:25px;outline:0}.st-accordion li>a:after,.st-accordion li>a:before{position:absolute;top:50%;left:0;margin-top:-7px;width:14px;height:14px;content:""}.st-accordion li>a:after{content:"\f005";font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:8px;line-height:14px;text-align:center}.st-content{display:none;padding:10px 0 5px}.st-content p{margin-bottom:0}.st-accordion li>a:hover,.textwidget a{text-decoration:none}.textwidget img{max-width:100%;height:auto}.textwidget *{max-width:100%}.textwidget input{width:100%}.textwidget .owl-stage{max-width:none}.textwidget p:last-child{margin-bottom:0}a.rsswidget{text-decoration:none;display:inline-block}.widget .testimonials{padding-bottom:0}.widget_presscore-contact-form-widget form>p:last-child{margin-bottom:0}body{overflow-x:hidden}body.responsive-off{min-width:998px;overflow-x:auto}div[data-pagination-mode=load-more]{overflow-anchor:none}h1,h2,h3,h4,h5,h6{margin-bottom:10px;clear:both}a:hover,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none}p{margin-bottom:10px}a{text-decoration:underline}.content ol,.content ul{margin:0 0 10px 20px}.fa-ul li{list-style:none}.content .widget ol,.content .widget ul{margin:0 0 0px 0px}.content ul{list-style:disc}.content ol{list-style-type:decimal}.content table{border-bottom:1px solid transparent;width:100%;margin:0 0 10px}.content table caption{margin:10px 0}.content td,.content th{border-top:1px solid transparent;padding:5px 10px 5px 5px}.content th{text-align:left}.post .rollover,.post .rollover-video:not(.ts-slide),.post img,.single-postlike img,img[class*=align],img[class*=wp-image-],img[class*=attachment-]{max-width:100%;height:auto}.recent-posts .alignleft img{max-width:inherit;height:inherit}blockquote{padding:20px 25px;margin:0 0 10px;box-sizing:border-box}.format-status-content{border:none}.alignleft{float:left;margin:0 30px 10px 0}.alignleft.photoswipe-wrapper{clear:both;margin:0}.alignleft.photoswipe-wrapper .wp-caption-text{float:left;clear:both}.alignleft>.dt-pswp-item{float:left;margin:0 30px 10px 0}#footer .alignleft,#sidebar .alignleft{margin-right:20px}.alignright{float:right;margin:0 0 10px 30px}.alignright.photoswipe-wrapper{clear:both;margin:0}.alignright>.dt-pswp-item{float:right;margin:0 0 10px 30px}.alignright.photoswipe-wrapper .wp-caption-text{float:right;clear:both}#footer .alignright,#sidebar .alignright{margin-left:20px}.aligncenter{display:block;margin:0 auto 10px}.wp-caption.aligncenter{text-align:center}.entry-content .wp-block-image.alignfull img{width:100vw;margin-left:auto;margin-right:auto}.alignnone{float:none;margin:0 auto 10px}.shortcode-single-image-wrap.aligncenter,.shortcode-single-image-wrap.alignnone{margin-left:auto!important;margin-right:auto!important}.wp-caption{max-width:100%}.gap,.gap-10,.gap-20,.gap-30,.gap-40,.hr-thick,.hr-thin,.vc_empty_space{clear:both}.hr-thick{height:1px;line-height:1px;border-bottom-style:solid;border-bottom-width:5px;margin:0 auto}.hr-thin{height:9px;line-height:9px;margin:0 auto}.hr-thin.hr-left{margin:0}.hr-thin.hr-right{margin:0 0 0 auto}.divider-heder,.layout-list .divider-heder,.layout-masonry .divider-heder,.page .divider-heder,.single .divider-heder{margin:25px 0 36px}.divider-comments{margin:0 0 35px}.divider-post{margin:10px 0 20px}.text-centered{text-align:center}a.text-secondary{text-decoration:none}a.text-secondary:hover{text-decoration:underline}.assistive-text{position:absolute!important;clip:rect(1px,1px,1px,1px)}.assistive-info{text-align:right;color:#fff}.wf-clearfix:before{content:"";display:table}.wf-clearfix:after{content:"";display:table;clear:both}.ancient-ie .wf-clearfix{zoom:1}#main-nav:before,#top-bar:before,.header-bottom-bar:before,.layout-list .post:before,.wf-container:before{content:"";display:table}#main-nav:after,#top-bar:after,.header-bottom-bar:after,.layout-list .post:after,.wf-container:after{content:"";display:table;clear:both}.ancient-ie #main-nav,.ancient-ie #top-bar,.ancient-ie .header-bottom-bar,.ancient-ie .layout-list .post,.ancient-ie .wf-container{zoom:1}#page{position:relative;overflow:hidden}.footer-overlap #page{background:0 0}#page.boxed{max-width:1320px;margin:0px auto;box-shadow:0 0 12px rgba(0,0,0,.15)}.main-gradient{display:none}#main{padding:50px 0}.static-height{position:relative}.fancy-parallax-bg,.page-title-parallax-bg{background-attachment:fixed!important;background-position-x:50%}.fancy-parallax-bg>.wf-wrap,.page-title-parallax-bg>.wf-wrap{position:relative}.mobile-false .fancy-parallax-bg,.mobile-false .page-title-parallax-bg{opacity:0;transition:opacity .3s ease}/*!-Video */embed,iframe,object,video{max-width:100%}/*!-Parallax background for device*/.mobile-true .fancy-parallax-bg,.mobile-true .page-title-parallax-bg{background-attachment:scroll!important;background-size:auto!important}/*!-Row settings->Full-width content*/.full-width-wrap{position:relative;display:block;opacity:0;transition:opacity .4s ease}.is-iphone .full-width-wrap{opacity:1}.content .vc_row.full-width-wrap>.wpb_column,.full-width-wrap>.wf-cell,.full-width-wrap>.wpb_column,.full-width-wrap>.wpb_column>.vc_column-inner{padding-left:0;padding-right:0}/*!-WP Audio*/.mejs-controls .mejs-play:hover button{background-position:0 0}.mejs-controls .mejs-pause button,.mejs-controls .mejs-pause:hover button{background-position:0 -16px}.mejs-controls button{box-shadow:none}.mejs-controls .mejs-mute button:hover{background-position:-16px -16px}.mejs-controls .mejs-unmute button:hover{background-position:-16px 0}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}#page .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}#page .skip-link:focus{left:30px;top:15px;height:auto;width:auto;clip:unset!important;z-index:9}article.attachment:after,article.attachment:before{content:"";display:table;clear:both}.one-line{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.widget_search input[type=text].searchform-s,.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,.wpcf7-number,input[type=text]:not(.elementor-field):not(.searchform-s),input[type=search]:not(.elementor-field),input[type=tel]:not(.elementor-field),input[type=url]:not(.elementor-field),input[type=email]:not(.elementor-field),input[type=number]:not(.elementor-field),input[type=date]:not(.elementor-field),input[type=range]:not(.elementor-field),input[type=password]:not(.elementor-field),select:not(.elementor-field):not(.elementor-field-textual),textarea:not(.elementor-field){margin-bottom:10px;border-style:var(--the7-form-border);box-sizing:border-box}input[type=button]{outline:0}@media all and (-ms-high-contrast:none){.dt-form textarea{min-height:100px}}.comment-form .form-fields>span{box-sizing:border-box}.form-fields input,.login-password input,.login-username input{width:100%}.the7-g-captcha{margin-bottom:20px}.form-message{display:block;margin-bottom:10px}.inline-message-style .form-message{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.inline-message-style .form-message .formError{-ms-flex-order:0;order:0}.inline-message-style .form-message textarea{-ms-flex-order:1;order:1}input[type=text],input[type=tel],input[type=url],input[type=email],input[type=number],input[type=date],input[type=range],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0}.form-fields>span{position:relative;display:block}.inline-message-style .form-fields>span{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.inline-message-style .form-fields>span .formError{-ms-flex-order:0;order:0}.inline-message-style .form-fields>span input{-ms-flex-order:1;order:1}.form-allowed-tags{margin-bottom:20px}.clear-form{position:relative;float:right;padding:0 15px 0 0}.clear-form:before{display:block;position:absolute;top:50%;right:0;margin-top:-5px;width:10px;font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:10px;line-height:1;content:"\eb01"}.wpcf7-form input[type=text],.wpcf7-form input[type=tel],.wpcf7-form input[type=url],.wpcf7-form input[type=email],.wpcf7-form input[type=number],.wpcf7-form input[type=date],.wpcf7-form input[type=range],.wpcf7-form textarea,.wpcf7-select{width:100%}.wpcf7-not-valid-tip{display:none}.popup-message-style #page .wpcf7-response-output{position:fixed;top:50%;left:100%;opacity:0}.inline-message-style .wpcf7-mail-sent-ok,.inline-message-style .wpcf7-response-output.run-animation,.inline-message-style .wpcf7-validation-errors{border:none}.popup-message-style #page .wpcf7-mail-sent-ok,.popup-message-style #page .wpcf7-response-output.run-animation,.popup-message-style #page .wpcf7-validation-errors{display:-ms-flexbox!important;display:-ms-flex!important;display:flex!important;-ms-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0px 10px 40px 0px rgba(0,0,0,.3);border:none!important;position:fixed;top:50%;left:100%;width:400px;max-height:500px;margin:0!important;padding:15px 20px 15px 65px;z-index:9999;overflow:hidden;transform:translate3d(200px,-50%,0);animation:slide-in-message,slide-out-message;animation-duration:1.2s,1.1s;animation-delay:.4s,9s;animation-fill-mode:forwards;animation-timing-function:ease;font-weight:700;box-sizing:border-box}.popup-message-style #page .wpcf7-mail-sent-ok:before,.popup-message-style #page .wpcf7-response-output.run-animation:before,.popup-message-style #page .wpcf7-validation-errors:before{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:20px;left:0;width:65px;height:100%;font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:18px;line-height:1;content:"\ea10"}.popup-message-style #page .wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,.popup-message-style #page .wpcf7-mail-sent-ok .wpcf7-valid-tip-text,.popup-message-style #page .wpcf7-response-output.run-animation .wpcf7-not-valid-tip-text,.popup-message-style #page .wpcf7-response-output.run-animation .wpcf7-valid-tip-text,.popup-message-style #page .wpcf7-validation-errors .wpcf7-not-valid-tip-text,.popup-message-style #page .wpcf7-validation-errors .wpcf7-valid-tip-text{opacity:1}.popup-message-style #page .wpcf7-mail-sent-ok.wpcf7-response-output:before,.popup-message-style #page .wpcf7-mail-sent-ok:before{content:"\ea09"}.wpcf7-quiz.wpcf7-not-valid,input.wpcf7-validates-as-required.wpcf7-not-valid{border-color:#f55b5f}.gform_fields li{list-style:none}.gform_wrapper .gform_body input[type=text],.gform_wrapper .gform_body input[type=tel],.gform_wrapper .gform_body input[type=url],.gform_wrapper .gform_body input[type=email],.gform_wrapper .gform_body input[type=number],.gform_wrapper .gform_body input[type=password]{padding:9px 10px 8px;font-size:100%}.gform_wrapper .gform_body select,.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex .ginput_right select,.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex select,.mc4wp-form form select{padding:6px 10px 5px;font-size:100%}#main .gform_wrapper .ginput_full input:focus+label,#main .gform_wrapper .ginput_left input:focus+label,#main .gform_wrapper .ginput_right input:focus+label{font-weight:400}.comment-form-cookies-consent,.the7-form-terms-wrap{margin-bottom:20px}#wp-comment-cookies-consent,.the7-form-terms{margin-right:5px}.wpcf7 .wf-cell{padding:0 15px}.wpcf7 .wf-container{margin:0 -15px}#main .gform_wrapper .gform_footer input.button,#main .gform_wrapper .gform_footer input[type=submit],#main-slideshow .tp-button,.dt-btn,.dt-form button,.mc4wp-form input[type=submit],.nsu-submit,.post-password-form input[type=submit],.tml-submit-wrap input[type=submit],.woocommerce-widget-layered-nav-dropdown__submit,a.button,button.button,div.mc4wp-form button[type=submit],form.mc4wp-form input[type=submit],input[type=button],input[type=reset],input[type=submit]{position:relative;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}#main .gform_wrapper .gform_footer input.button:hover,#main .gform_wrapper .gform_footer input[type=submit]:hover,#main-slideshow .tp-button:hover,.dt-btn:hover,.dt-form button:hover,.mc4wp-form input[type=submit]:hover,.nsu-submit:hover,.post-password-form input[type=submit]:hover,.tml-submit-wrap input[type=submit]:hover,.woocommerce-widget-layered-nav-dropdown__submit:hover,a.button:hover,button.button:hover,div.mc4wp-form button[type=submit]:hover,form.mc4wp-form input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{text-decoration:none}.full-width-btn.dt-btn{display:block;text-align:center;clear:both}#page .btn-margin,#page .btn-margin:last-child,#page .dt-contact-form .dt-btn{margin-right:10px}#page .btn-margin-left,#page .btn-margin-left:last-child{margin-left:10px}.btn-shortcode{margin-bottom:10px}.mc4wp-form input[type=submit],.woocommerce-widget-layered-nav-dropdown__submit,button.button,input[type=button],input[type=reset]{border:none}#page .btn-link{padding:0}.btn-link,.dt-btn-link{position:relative;display:inline-block;text-decoration:none;white-space:nowrap}.dt-btn-link.left-to-right-line:after{position:absolute;display:block;left:0;bottom:0;width:0;content:"";transition:width .4s ease}.dt-btn-link.left-to-right-line:hover:after{width:100%}.dt-btn-link{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-btn-link.full-width-btn{width:100%}.btn-align-left .dt-btn-link.full-width-btn,.dt-btn-link.full-width-btn.btn-inline-left{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.btn-align-right .dt-btn-link.full-width-btn,.dt-btn-link.full-width-btn.btn-inline-right{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.dt-btn-link.from-center-line:after{position:absolute;visibility:hidden;left:0;bottom:-5px;width:100%;background-color:#000;content:"";transform:scaleX(0);transition:all .2s ease-in-out 0s;opacity:.85}.dt-btn-link.from-center-line:hover:after{visibility:visible;transform:scaleX(1)}.dt-btn-link.upwards-line:after{position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:rgba(0,0,0,.1);content:'';opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}.dt-btn-link.upwards-line:hover:after{opacity:1;transform:translateY(0px)}.dt-btn-link.downwards-line:after{position:absolute;bottom:-5px;left:0;width:100%;background:#fff;content:'';opacity:0;transition:height .3s,opacity .3s,transform .3s;transform:translateY(-10px)}.dt-btn-link.downwards-line:hover:after{opacity:1;transform:translateY(0px)}.btn-link i,.btn-link i *,.dt-btn i,.dt-btn i *{color:inherit}.dt-btn-m i,.dt-btn-s i{margin-right:8px}.dt-btn-l i{margin-right:9px}.dt-btn-m.ico-right-side i,.dt-btn-s.ico-right-side i{margin-right:0px;margin-left:8px}.dt-btn-l.ico-right-side i{margin-right:0px;margin-left:9px}.btn-light,.btn-link,.light-bg-btn,.outline-btn{transition:background .2s ease-out,color .2s ease-out,border-color .2s ease-out}.outline-bg-btn{transition:all .2s ease-out}#page .btn-light:after{display:none}#page .outline-bg-btn,#page .outline-btn,#phantom .outline-bg-btn,#phantom .outline-btn{border:2px solid}.custom-btn-color .dt-btn>*{color:inherit!important}.btn-link.custom-btn-hover-color:hover>.text-wrap *,.btn-link.custom-btn-hover-color:hover>i,.btn-link.custom-btn-hover-color:hover>span,.dt-btn.custom-btn-hover-color:hover>.text-wrap *,.dt-btn.custom-btn-hover-color:hover>i,.dt-btn.custom-btn-hover-color:hover>span,.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn).custom-btn-hover-color:hover>.text-wrap *,.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn).custom-btn-hover-color:hover>i,.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn).custom-btn-hover-color:hover>span{background:0 0!important;color:inherit!important}.outline-element-decoration .btn-light:hover{box-shadow:none}.default-btn-shortcode{text-align:center;max-width:100%;box-sizing:border-box;white-space:normal}.default-btn-shortcode.btn-inline-center{margin-left:auto;margin-right:auto}.default-btn-shortcode.btn-inline-right{float:right}.btn-align-center{text-align:center}.btn-align-right{text-align:right}.shortcode-banner{position:relative;overflow:hidden;background-position:center;line-height:0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";background-size:cover}.shortcode-banner,.shortcode-banner-inside{box-sizing:border-box}.wf-table .shortcode-banner-inside{display:table-cell;vertical-align:middle}.content .shortcode-banner-inside *{color:inherit}.shortcode-banner-link:hover .shortcode-banner-bg{opacity:.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";cursor:pointer}.shortcode-banner img{width:100%;height:auto}.shortcode-banner-bg{height:100%;background-clip:padding-box;box-sizing:border-box}.shortcode-banner-inside{overflow:hidden;width:100%;height:100%;padding:15px 20px;background-clip:padding-box}.shortcode-blockquote{position:relative;overflow:hidden;padding:20px 25px;font-style:normal}blockquote.shortcode-blockquote{background-color:transparent;border:1px solid}blockquote.shortcode-blockquote.block-style-widget{border:none}.shortcode-blockquote.block-style-widget:before{position:absolute;right:0;bottom:0;width:117px;height:81px;background-repeat:no-repeat;background-position:right bottom;background-size:117px 81px;content:""}.block-style-widget{border:none}.shortcode-blockquote p{margin-bottom:0}.shortcode-pullquote{position:relative;background-color:transparent!important}#page .shortcode-pullquote.align-left,.shortcode-pullquote.align-left{float:left;margin:15px 30px 10px 0;padding:5px 20px 5px 0}#page .shortcode-pullquote.align-right,.shortcode-pullquote.align-right{float:right;margin:15px 0 10px 30px;padding:5px 0 5px 20px}.shortcode-pullquote:after{position:absolute;top:0;left:0;width:5px;height:100%;content:""}.shortcode-pullquote.align-left:after{left:auto;right:0}.shortcode-action-bg.no-line,.shortcode-action-box{word-wrap:break-word}.plain-bg{border-style:solid;border-width:1px}.shortcode-action-bg.no-line:before{display:none;background-color:transparent}.shortcode-action-box.box-style-table{display:table;width:100%;box-sizing:border-box}.box-style-table .shortcode-action-container{display:table-cell;vertical-align:middle}.shortcode-action-bg{position:relative;padding:20px 25px 10px 30px}.block-style-widget.shortcode-action-bg{border:none}.shortcode-action-bg.no-line{padding-left:25px}#page .shortcode-action-bg:before{position:absolute;left:0;top:0;width:5px;height:100%;content:"";border-bottom-right-radius:0px;border-top-right-radius:0px}.action-button{margin-bottom:20px}.box-style-table .action-button{padding-top:0;padding-left:40px;margin-bottom:0;box-sizing:border-box}.box-style-table .action-button .dt-btn{float:right;margin-right:0;margin-bottom:10px}.shortcode-single-image-wrap{margin-bottom:0px;max-width:100%}.shortcode-single-image-wrap:before{content:"";display:table}.shortcode-single-image-wrap:after{content:"";display:table;clear:both}.ancient-ie .shortcode-single-image-wrap{zoom:1}.shortcode-single-image-wrap.alignnone img{display:inherit;margin:0 auto}.shortcode-single-image-wrap.alignnone .fancy-media-wrap{text-align:center;display:inline-block}.shortcode-single-image-wrap.alignnone .rollover,.shortcode-single-image-wrap.alignnone .rollover-video{display:inline-block;overflow:hidden}.shortcode-single-image-wrap.alignnone .rollover img,.shortcode-single-image-wrap.alignnone .rollover-video img{border-radius:inherit}.shortcode-single-image-wrap.alignleft,.shortcode-single-image-wrap.alignright{margin:0}.shortcode-single-image-wrap .rollover-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;opacity:0;transition:all 450ms ease}.mobile-false .shortcode-single-image-wrap .rollover:hover .rollover-icon{opacity:1}.quick-scale-img.shortcode-single-image-wrap img{transition:transform .25s ease-out,opacity .25s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile-false .scale-img.shortcode-single-image-wrap:hover img{transform:scale(1.2);transition:transform 4s ease-out}.mobile-false .quick-scale-img.shortcode-single-image-wrap:hover img{transform:scale(1.2);transition:transform .25s ease-out}.mobile-false .shortcode-single-image-wrap .rollover-video:hover .rollover-icon{transform:scale(1.2)}.shortcode-single-image-wrap .rollover-video .video-icon{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;text-decoration:none;background:0 0}.shortcode-single-image-wrap .rollover-video .rollover-icon{position:relative;top:0;left:0;opacity:1;transform:scale(1)}.shortcode-single-image-wrap .rollover-video .video-icon:before{display:none}.fancy-media-wrap>a{display:block}.disable-bg-rollover .fancy-media-wrap .rollover i,.disable-bg-rollover .shortcode-single-image .rollover-video i{display:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.shortcode-single-image-wrap .fancy-media-wrap,.shortcode-single-image-wrap .rollover{display:block!important}}.shortcode-single-image{position:relative;line-height:0;box-sizing:border-box}.alignnone .shortcode-single-image{text-align:center}.shortcode-single-image:before{content:"";display:table}.shortcode-single-image:after{content:"";display:table;clear:both}.ancient-ie .shortcode-single-image{zoom:1}.shortcode-single-image .rollover i,.shortcode-single-image .rollover i:after,.shortcode-single-image .rollover-video i{border-radius:inherit}.post-video,.shortcode-single-video .fancy-media-wrap,.shortcode-single-video .shortcode-teaser-video,.shortcode-single-video.alignnone .fancy-media-wrap,.shortcode-video{position:relative;display:block;overflow:hidden;padding-top:30px;height:0;padding-bottom:56.25%}.shortcode-single-video .mejs-container,.shortcode-single-video .mejs-overlay.load,.shortcode-single-video .wp-video,.shortcode-single-video video.wp-video-shortcode{width:100%!important;height:100%!important}.shortcode-single-video .mejs-container{padding-top:56.25%}.shortcode-single-video .wp-video,.shortcode-single-video video.wp-video-shortcode{max-width:100%!important}.shortcode-single-video video.wp-video-shortcode{position:relative}.shortcode-single-video .mejs-mediaelement{position:absolute;top:0;right:0;bottom:0;left:0}.post-video embed,.post-video iframe,.post-video object,.shortcode-single-video embed,.shortcode-single-video iframe,.shortcode-single-video object,.shortcode-single-video video,.shortcode-video iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.shortcode-single-image img{max-width:100%;height:auto}.borderframe .shortcode-single-image{border:1px solid}.borderframe.br-standard .shortcode-single-image{border:none}.content .borderframe.caption-on .shortcode-single-image{border-bottom:none}#main .borderframe.caption-on .shortcode-single-image{padding-bottom:0!important}.shortcode-single-caption{width:100%;height:auto;padding:15px 20px 0;box-sizing:border-box;text-align:center}.br-standard.borderframe .shortcode-single-caption{border:none}.shortcode-single-caption p{margin-bottom:0}.shortcode-single-image-wrap img{border-radius:inherit}.content .image-arrow,.content .standard-arrow,.content .standard-number-list,.standard-arrow{margin:0 0 15px}.content .image-arrow ul,.content .standard-arrow ul,.content .standard-number-list ul{margin:0}.standard-arrow li,.standard-number-list li{position:relative;padding-left:24px;margin-bottom:10px;list-style:none}.standard-arrow li:after,.standard-arrow li:before{position:absolute;top:50%;left:0;transform:translateY(-50%);width:14px;height:14px;content:""}.standard-arrow.list-divider:not(.bullet-top) li:first-child:after,.standard-arrow.list-divider:not(.bullet-top) li:first-child:before{transform:translateY(calc(-50% - 9px/2))}.standard-arrow li:after{content:"\f007";font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:7px;line-height:14px;text-align:center;color:#fff}.standard-arrow li:before,.standard-number-list li:before,.standard-number-list.list-divider li:first-child:before{border-radius:50%}.standard-arrow.bullet-top li:after{margin-top:0;height:14px}.standard-arrow.bullet-top li:after,.standard-arrow.bullet-top li:before{top:0;transform:translateY(0%)}.standard-arrow.bullet-top li:after,.standard-arrow.list-divider.bullet-top li:after,.standard-arrow.list-divider.bullet-top li:first-child:after{background-position:center center}.list-divider li{padding-top:9px;padding-bottom:10px;margin-bottom:0;border-top:1px solid;background-position:0 13px}.image-arrow .fa-ul li{padding-left:2.14286em}.image-arrow .fa-ul li .fa-li{left:0;line-height:inherit}.list-divider.image-arrow .fa-ul li .fa-li{padding:9px 0 10px}.list-divider.image-arrow .fa-ul li:first-child .fa-li{padding-top:0}.list-divider li p{margin-bottom:0}.list-divider li:first-child{padding-top:0;margin-bottom:0;border:none!important;background-position:0 4px}.standard-number-list{counter-reset:my-badass-counter}.standard-number-list li{position:relative;padding-left:30px}.standard-number-list.list-divider li{padding-top:9px}.standard-number-list li:before{position:absolute;text-align:center;top:50%;left:0;width:20px;height:20px;transform:translateY(-50%);color:#fff;background-color:red;content:counter(my-badass-counter,decimal);counter-increment:my-badass-counter;font-family:Arial,Verdana,sans-serif;font-size:11px;line-height:20px}.standard-number-list.list-divider li:first-child{padding-top:0}.standard-number-list.bullet-top li:before,.standard-number-list.bullet-top li:first-child:before{top:0px;margin-top:2px;transform:translateY(0%)}.standard-number-list.list-divider.bullet-top li:not(:first-child):before{margin-top:9px}.image-arrow li{overflow:hidden;width:100%;margin-bottom:10px;list-style:none}.image-arrow.list-divider li{margin-bottom:0}.image-arrow li .wf-table{width:auto}.image-arrow li .wf-table div{display:table-cell;vertical-align:middle}.image-arrow li .list-img{margin:0 10px 0px 0}.font-arrow ul{list-style:none}.font-arrow i{font-size:14px;margin-right:10px}.frame-on{padding-top:25px;border:1px solid}.frame-on.img-full{padding-top:0px}.content .frame-on.frame-fancy{border:none}.shortcode-teaser.frame-on.img-full{border-radius:0}.shortcode-teaser-img{line-height:0;padding-bottom:20px}.frame-on .shortcode-teaser-img{padding:0px 25px 25px}.img-full .shortcode-teaser-img{padding:0 0 25px}.shortcode-teaser-img img{width:100%;height:auto}.frame-on .shortcode-teaser-content{padding:0px 25px 10px}.shortcode-teaser-content{margin-top:-5px}.text-centered .shortcode-teaser-content{text-align:center}.shortcode-tooltip{border-bottom:1px dashed}.shortcode-tooltip:hover{border:none;cursor:help}.tooltip-c{display:none}.shortcode-tooltip-content{position:absolute;left:-9999px;z-index:999;display:none;overflow:visible;margin:5px 0 15px;padding:13px 20px 17px;min-width:210px;max-width:210px;background:rgba(24,25,25,.95);color:#fff!important}.tooltip-title.text-big{color:#fff}.tooltip-title{display:block;margin-bottom:10px}.dt-highlight{padding:1px 4px;color:#fff}.dt-highlight.highlight-white{background-color:#fff!important;background-image:none!important;color:#2e2e2f}.dt-highlight.highlight-red{background-color:#d73b37;background-image:none!important;color:#fff}.dt-highlight.highlight-berry{background-color:#e32a5a!important;background-image:none!important;color:#fff}.dt-highlight.highlight-orange{background-color:#f36c0a!important;background-image:none!important;color:#fff}.dt-highlight.highlight-yellow{background-color:#f2a809!important;background-image:none!important;color:#fff}.dt-highlight.highlight-pink{background-color:#fd8fb6!important;background-image:none!important;color:#fff}.dt-highlight.highlight-green{background-color:#8cc63a!important;background-image:none!important;color:#fff}.dt-highlight.highlight-dark-green{background-color:#3ab459!important;background-image:none!important;color:#fff}.dt-highlight.highlight-blue{background-color:#27cff3!important;background-image:none!important;color:#fff}.dt-highlight.highlight-dark-blue{background-color:#2985c6!important;background-image:none!important;color:#fff}.dt-highlight.highlight-violet{background-color:#6946b8!important;background-image:none!important;color:#fff}.dt-highlight.highlight-black{background-color:#3e3f3f!important;background-image:none!important;color:#fff}.dt-highlight.highlight-gray{background-color:#a5a6a7!important;background-image:none!important;color:#fff}.dt-format-gallery{overflow:hidden;max-width:100%}.dt-format-gallery.shortcode-gallery{margin-bottom:0}.dt-format-gallery.shortcode-gallery a{line-height:0}.dt-format-gallery .rollover-video.big-img,.dt-format-gallery a.big-img{border-bottom:none}.gallery-col-1 .rollover-video,.gallery-col-1>a{width:100%}.gallery-col-2 .rollover-video,.gallery-col-2>a{width:50%}.gallery-col-2 .rollover-video.big-img,.gallery-col-2>a.big-img{width:100%}.gallery-col-3 .rollover-video.big-img,.gallery-col-3 a.big-img{width:66.6667%}.gallery-col-3 .rollover-video,.gallery-col-3>a{width:33.3333%}.gallery-col-4 .rollover-video.big-img,.gallery-col-4 a.big-img{width:50%}.gallery-col-4 .rollover-video,.gallery-col-4>a{width:25%}.gallery-col-5 .rollover-video.big-img,.gallery-col-5 a.big-img{width:40%}.gallery-col-5 .rollover-video,.gallery-col-5>a{width:20%}.gallery-col-6 .rollover-video.big-img,.gallery-col-6 a.big-img{width:33.3333%}.gallery-col-6 .rollover-video,.gallery-col-6>a{width:16.6667%}.gallery-coll-half{float:left;line-height:0}.gallery-coll-fourth{float:left}.dt-format-gallery .rollover-video,.dt-format-gallery a{box-sizing:border-box;max-width:100%;float:left;border-bottom:2px solid transparent;border-right:2px solid transparent}.dt-format-gallery.gallery-col-1 .rollover-video.big-img,.dt-format-gallery.gallery-col-1 a.big-img,.dt-format-gallery.gallery-col-2 .rollover-video.big-img,.dt-format-gallery.gallery-col-2 a.big-img{border-bottom:3px solid transparent}.dt-format-gallery img{width:100%;height:auto}#main .gallery img{border:none}.slider-wrapper{position:relative}#page .slider-wrapper img{max-width:none}.bg-on .project-list-content{position:relative}.slider-content{visibility:hidden}.dt-owl-item .post.bg-on{position:static;background:0 0}.dt-owl-item .post.bg-on:before{position:absolute;display:block;width:100%;height:100%;content:"";z-index:0}.slider-wrapper .owl-next,.slider-wrapper .owl-prev{position:absolute;z-index:99;left:10px;top:50%;margin-top:-20px;width:40px;height:40px;opacity:0;visibility:hidden;transition:opacity .4s ease}.slider-wrapper .owl-next{left:auto;right:10px}.shadow-element-decoration .description-under-image.slider-wrapper .owl-next{right:0}.slider-wrapper.arrows-accent .owl-next,.slider-wrapper.arrows-accent .owl-prev{width:30px;height:60px;margin-top:-30px}.slider-wrapper.hide-arrows .disabled{display:none}.slider-wrapper.arrows-accent .owl-next,.slider-wrapper.arrows-accent .owl-prev,.slider-wrapper.arrows-dark .owl-next,.slider-wrapper.arrows-dark .owl-prev,.slider-wrapper.arrows-light .owl-next,.slider-wrapper.arrows-light .owl-prev{visibility:visible}.slider-wrapper.show-arrows .owl-next,.slider-wrapper.show-arrows .owl-prev{opacity:1}.mobile-true .slider-wrapper.show-arrows .owl-next,.mobile-true .slider-wrapper.show-arrows .owl-prev{display:none}.mobile-true .enable-mobile-arrows.slider-wrapper .owl-next,.mobile-true .enable-mobile-arrows.slider-wrapper .owl-prev{display:block;opacity:1}.slider-wrapper .owl-next i:hover,.slider-wrapper .owl-prev i:hover{cursor:pointer}.slider-wrapper .owl-next i,.slider-wrapper .owl-prev i{position:absolute;left:0px;top:0;width:40px;height:40px;transition:opacity .4s ease;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;-ms-flex-align:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:18px}.slider-wrapper .owl-next i:before,.slider-wrapper .owl-prev i:before{background:0 0}.arrows-accent.slider-wrapper .owl-next i:before,.arrows-accent.slider-wrapper .owl-prev i:before,.arrows-dark.slider-wrapper .owl-next i:before,.arrows-dark.slider-wrapper .owl-prev i:before{color:#fff!important}.arrows-light.slider-wrapper .owl-next i:before,.arrows-light.slider-wrapper .owl-prev i:before{color:rgba(34,34,34,.85)!important}.slider-wrapper .owl-next.disabled i:active:before,.slider-wrapper .owl-next.disabled i:before,.slider-wrapper .owl-prev.disabled i:active:before,.slider-wrapper .owl-prev.disabled i:before{opacity:.55}.slider-wrapper .owl-next i:active:before,.slider-wrapper .owl-prev i:active:before{opacity:.8}.slider-wrapper.arrows-accent .owl-next i,.slider-wrapper.arrows-accent .owl-prev i{width:30px;height:60px}.arrows-light .owl-next i,.arrows-light .owl-prev i{background:#fff!important;box-shadow:0 6px 18px rgba(0,0,0,.1);border-radius:50%}.arrows-light .owl-next:not(.disabled):hover i,.arrows-light .owl-prev:not(.disabled):hover i{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)}.arrows-light .owl-next.disabled i,.arrows-light .owl-next.disabled:hover i,.arrows-light .owl-prev.disabled i,.arrows-light .owl-prev.disabled:hover i{background-color:rgba(255,255,255,.5)!important}.arrows-dark .owl-next i,.arrows-dark .owl-prev i{-webkit-background-clip:unset!important;background:rgba(34,34,34,.6)!important;border-radius:50%}.arrows-dark .owl-next.disabled i,.arrows-dark .owl-next.disabled:hover i,.arrows-dark .owl-prev.disabled i,.arrows-dark .owl-prev.disabled:hover i{background-color:rgba(34,34,34,.25)!important}.arrows-dark .owl-next:hover i,.arrows-dark .owl-prev:hover i{background-color:rgba(34,34,34,.85)!important}.arrows-light .owl-next:hover i,.arrows-light .owl-prev:hover i{background-color:rgba(255,255,255,.85)!important}.arrows-dark .owl-next i:before,.arrows-dark .owl-prev i:before{opacity:.7}.photoSlider .ps-link:hover,.photoSlider .video-icon:hover{background-color:rgba(0,0,0,.4);opacity:.7}.photoSlider .slider-post-caption{position:absolute;left:0;top:auto;bottom:0;width:100%;text-align:left}.photoSlider .slider-post-caption p{margin-bottom:0}.photoSlider .slider-post-inner{position:absolute;bottom:0;display:inline-block;padding:5px 90px 15px 20px;margin:0}.photoSlider .slider-post-inner *{color:#fff}.slider-masonry .owl-nav div,.slider-masonry .psPlay,.slider-simple .owl-nav div,.slider-simple .psPlay{height:32px;width:32px;line-height:34px;text-align:center;position:absolute;display:block;cursor:pointer;z-index:100;background-color:rgba(0,0,0,.4);border-radius:50%;transition:opacity .4s ease}.slider-masonry .owl-nav div:hover,.slider-masonry .psPlay:hover,.slider-simple .owl-nav div:hover,.slider-simple .psPlay:hover{opacity:.7}.slider-masonry .owl-nav,.slider-simple .owl-nav{position:relative;right:0px}.slider-masonry .owl-prev,.slider-simple .owl-prev{right:58px;bottom:20px}.slider-masonry .owl-next,.slider-simple .owl-next{right:19px;bottom:20px}.shortcode-photo-slider .owl-nav{right:40px}.shortcode-slider-wrap .owl-prev{right:98px;bottom:20px}.shortcode-slider-wrap .owl-next{right:58px;bottom:20px}.slider-simple .psPlay{right:19px;bottom:20px}.slider-masonry .psPlay:before,.slider-simple .psPlay:before{position:absolute;left:0;top:0;width:32px;height:32px;line-height:32px;content:"";background-position:center center;background-repeat:no-repeat;z-index:9}.slider-masonry .owl-nav div i:before,.slider-simple .owl-nav div i:before{color:#fff;background:0 0!important}.accent-gradient .slider-masonry .owl-nav div i:before,.accent-gradient .slider-simple .owl-nav div i:before{color:#fff}.photoSlider-wrap .rightArrow:hover:before,.rsShor-wrap .rsArrowRight.rsArrowDisabled .rsArrowIcn:hover:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='9.349,2.035 8.016,3.363 11.661,7.022 1.031,7.022 1.031,9.016 11.661,9.016 8.016,12.674 9.349,14.002 15.309,8.02 '/%3E%3C/svg%3E")}.photoSlider-wrap .leftArrow:before,.photoSlider-wrap .leftArrow:hover:before,.rsShor .rsArrowLeft.rsArrowDisabled .rsArrowIcn:hover:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='0.719,8.02 6.679,14.002 8.012,12.674 4.366,9.016 14.996,9.016 14.996,7.022 4.366,7.022 8.012,3.363 6.679,2.035 '/%3E%3C/svg%3E")}.slider-simple .psPlay.paused:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='white' d='M13.481,7.134L5.371,2.292C5.134,2.164,4.892,1.969,4.65,1.969C4.262,1.969,4,2.359,4,2.83v10.332c0,0.471,0.262,0.86,0.65,0.86c0.242,0,0.484-0.194,0.721-0.322l8.111-4.844C13.677,8.741,14,8.511,14,8C14,7.489,13.677,7.248,13.481,7.134z M5.85,11.381V4.592l5.535,3.395L5.85,11.381z'/%3E%3C/svg%3E")}.slider-simple .psPlay:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Crect x='4' y='3' width='2.15' height='10'/%3E%3Crect x='9.85' y='3' width='2.15' height='10'/%3E%3C/svg%3E")}.widget .slider-content{margin-bottom:25px}.widget_presscore-team .slider-content{margin-bottom:17px}.slider-content .owl-dots{position:absolute;top:calc(100%);overflow:hidden;width:100%;height:auto;text-align:center}.widget .slider-content .owl-dots{top:100%}.widget_presscore-testimonials-slider .slider-content .owl-dots{top:calc(100% + 8px)}.slider-content .owl-dot:hover{cursor:pointer}.slider-content .owl-dot,.slider-content .owl-dot:after{border-radius:50%;box-sizing:border-box}.slider-content .owl-dot{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;vertical-align:middle;background-color:transparent;transition:box-shadow .3s ease}.gallery-carousel-shortcode .dt-owl-item,.gallery-carousel-shortcode .dt-owl-item>div,.gallery-carousel-shortcode .owl-stage{display:-ms-flexbox;display:-ms-flex;display:flex}.gallery-carousel-shortcode .post{-ms-align-content:center;align-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.slider-wrapper .blog-media{-ms-flex:0 0 auto;display:block}.soc-ico{overflow:hidden}.dt-shortcode-soc-icons.soc-icons-center{text-align:center}.dt-shortcode-soc-icons.soc-icons-right{text-align:right}.dt-shortcode-icon .soc-icon,.dt-shortcode-soc-icons .soc-icon,.text-icon .soc-icon{position:relative;z-index:2}.masthead .mega-menu-widgets .soc-ico a,.soc-ico a{position:relative;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;margin:2px;width:26px;height:26px;line-height:26px;text-align:center;border-radius:50%;box-sizing:border-box;text-decoration:none}.masthead .mega-menu-widgets .soc-ico a .soc-font-icon,.soc-ico a .soc-font-icon{position:relative;z-index:1;font-size:16px}.dt-shortcode-icon,.dt-shortcode-icon .icon-inner,.dt-shortcode-soc-icons a,.text-icon .icon-inner{position:relative;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;min-width:26px;min-height:26px;line-height:26px;text-align:center;border-radius:50%;box-sizing:border-box;text-decoration:none;margin:0}#page .dt-shortcode-icon,#page .dt-shortcode-icon .icon-inner,#page .dt-shortcode-soc-icons a,#page .text-icon .icon-inner,#phantom .dt-shortcode-icon,#phantom .dt-shortcode-icon .icon-inner,#phantom .dt-shortcode-soc-icons a,#phantom .text-icon .icon-inner{text-decoration:none}.dt-shortcode-icon .icon-inner:after,.dt-shortcode-icon .icon-inner:before,.dt-shortcode-icon:after,.dt-shortcode-icon:before,.dt-shortcode-soc-icons a:after,.dt-shortcode-soc-icons a:before,.text-icon .icon-inner:after,.text-icon .icon-inner:before{box-sizing:border-box;border:0px solid}.dt-icon-center{text-align:center}.dt-icon-right{text-align:right}.soc-ico a:after,.soc-ico a:before{position:absolute;top:0;left:0;width:26px;height:26px;content:"";border-radius:inherit;transition:opacity .15s linear}.dt-shortcode-soc-icons a:after,.dt-shortcode-soc-icons a:before{position:absolute;top:0;left:0;min-width:26px;min-height:26px;width:100%;height:100%;content:"";border-radius:inherit;transition:opacity .15s linear}.dt-shortcode-icon .icon-inner:after,.dt-shortcode-icon .icon-inner:before,.dt-shortcode-icon:after,.dt-shortcode-icon:before{position:absolute;top:0;left:0;width:26px;height:26px;margin:0!important;content:"";font-size:0!important;border-radius:inherit;transition:opacity .15s linear}.dt-shortcode-icon:after,.dt-shortcode-icon:before{z-index:2}.dt-shortcode-icon .icon-inner:before,.dt-shortcode-icon:not(.dt-icon-hover-off):hover .icon-inner:after,.dt-shortcode-icon:not(.dt-icon-hover-off):hover:after,.dt-shortcode-soc-icons a:before,.dt-shortcode-soc-icons a:hover:after,.soc-ico a:before,.soc-ico a:hover:after{opacity:1}.dt-shortcode-icon:hover .icon-inner:before,.dt-shortcode-icon:hover:before,.dt-shortcode-icon:not(:hover) .icon-inner:after,.dt-shortcode-icon:not(:hover):after,.dt-shortcode-soc-icons a:hover:before,.dt-shortcode-soc-icons a:not(:hover):after,.soc-ico a:hover:before,.soc-ico a:not(:hover):after{transition-delay:.1s}.dt-shortcode-icon .icon-inner:after,.dt-shortcode-icon:after,.dt-shortcode-icon:hover:before,.dt-shortcode-icon:not(.dt-icon-hover-off):hover .icon-inner:before,.dt-shortcode-icon:not(.dt-icon-hover-off):hover:before,.dt-shortcode-soc-icons a:after,.dt-shortcode-soc-icons a:hover:before,.soc-ico a:after,.soc-ico a:hover:before{opacity:0}.dt-shortcode-icon.dt-icon-hover-off:after{display:none}.dt-hover-icon,.dt-regular-icon{top:0;left:0;display:block;transition:all .3s ease-in-out}.dt-icon-animate-slide-up:hover .dt-regular-icon{transform:translateY(-200%)}.dt-icon-animate-slide-right .dt-regular-icon{transform:translate(-200%,0%)}.dt-icon-animate-slide-right:hover .dt-regular-icon{transform:translate(0,0%)}.dt-icon-animate-slide-right .icon-inner,.dt-icon-animate-slide-up .icon-inner{overflow:hidden}.dt-shortcode-icon .dt-hover-icon,.text-icon .dt-hover-icon{position:absolute;width:100%;height:100%;display:none}.dt-icon-animate-slide-up:not(.dt-icon-hover-off) .dt-hover-icon{display:block;transform:translateY(200%)}.dt-icon-animate-slide-up:not(.dt-icon-hover-off):hover .dt-hover-icon{transform:translateY(0%)}.dt-icon-animate-slide-right:not(.dt-icon-hover-off) .dt-hover-icon{display:block;transform:translate(0,0%)}.dt-icon-animate-slide-right:not(.dt-icon-hover-off):hover .dt-hover-icon{transform:translate(200%,0%)}.dt-icon-animate-scale,.dt-icon-animate-scale-down,.dt-icon-animate-shadow{transition:all .2s ease-in-out}.dt-icon-animate-shadow:not(.dt-icon-hover-off):hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.dt-icon-animate-scale:not(.dt-icon-hover-off):hover{transform:scale(1.2)}.dt-icon-animate-scale-down:not(.dt-icon-hover-off):hover{transform:scale(.8)}.dt-icon-animate-spin-around:not(.dt-icon-hover-off):hover .dt-regular-icon{animation:rotate .9s forwards}@keyframes rotate{100%{transform:rotate(360deg)}}.soc-ico.text-centered a{float:none;display:inline-block}#top-bar .right-block .soc-ico a{float:right;margin:2px}#bottom-bar .soc-ico a:hover,#top-bar .soc-ico a:hover,.soc-ico a,.soc-ico a:hover{text-decoration:none}.dt-mega-parent .sidebar-content .widget .soc-ico a:hover .soc-font-icon{color:#fff!important}#footer .soc-ico a:hover .soc-font-icon,#main .soc-ico a:hover .soc-font-icon{color:#fff}.dt-fancy-separator{position:relative;overflow:hidden;margin:0 auto;text-align:center}.dt-fancy-separator.title-left,.dt-fancy-separator.title-right{margin:0}.dt-fancy-separator.title-left{text-align:left}.dt-fancy-separator.title-left .dt-fancy-title{padding-left:0}.dt-fancy-separator.title-left .dt-fancy-title.bg-on{padding-left:1em}.dt-fancy-separator.title-right{float:right;clear:both;text-align:right}.dt-fancy-separator.title-right .dt-fancy-title{padding-right:0}.dt-fancy-separator.title-right .dt-fancy-title.bg-on{padding-right:1em}.separator-holder{position:absolute;display:block;top:49.99%;width:2000px;border-top:1px solid red;content:''}.style-dashed .separator-holder{border-top-width:1px;border-top-style:dashed}.style-dotted .separator-holder{border-top-width:1px;border-top-style:dotted}.style-double .separator-holder{border-top-width:3px;border-top-style:double}.style-thick .separator-holder{border-top-width:5px;border-top-style:solid}.style-disabled .separator-holder{display:none}.separator-left{right:100%;margin-right:1em}.separator-right{left:100%;margin-left:1em}.dt-fancy-separator.line-below .separator-left{top:auto;right:0;bottom:-1em;margin-right:0}.line-below .separator-holder{top:auto;bottom:-1em;margin-right:0;margin-left:0}.dt-fancy-separator.line-below.title-left .separator-left{left:0;right:auto}.dt-fancy-separator.line-below.title-right .separator-left{left:auto;right:0}.dt-fancy-separator.line-below.title-left .separator-right,.dt-fancy-separator.line-below.title-right .separator-right{display:none}.dt-fancy-title{position:relative;display:inline-block;top:50%}.dt-fancy-title.bg-on{padding:0 1em}.accent-gradient .accent-border-color.hr-thin.style-line{height:1px}.accent-gradient .accent-border-color.hr-thick{height:5px}.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before{content:" ";display:block;background:#fff;position:absolute;z-index:30}.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before{width:3px;height:9999px;left:50%;margin-left:-1.5px}.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before{width:9999px;height:3px;top:50%;margin-top:-1.5px}.twentytwenty-after-label,.twentytwenty-before-label{position:absolute;width:120px;padding:3px 5px;color:#fff!important;font-size:13px;line-height:16px;vertical-align:middle;text-align:center;z-index:99;opacity:0;text-shadow:0 0 2px rgba(0,0,0,.5);transition:opacity .4s ease}.twentytwenty-horizontal .twentytwenty-before-label{bottom:10px;left:10px;text-align:left}.twentytwenty-horizontal .twentytwenty-after-label{bottom:10px;right:10px;text-align:right}.twentytwenty-vertical .twentytwenty-before-label{top:10px;left:50%;margin-left:-65px}.twentytwenty-vertical .twentytwenty-after-label{bottom:10px;left:50%;margin-left:-65px}.twentytwenty-container:hover .twentytwenty-after-label,.twentytwenty-container:hover .twentytwenty-before-label{opacity:1}.twentytwenty-down-arrow,.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow{width:0;height:0;border:6px inset transparent;position:absolute}.twentytwenty-left-arrow,.twentytwenty-right-arrow{top:50%;margin-top:-6px}.twentytwenty-down-arrow,.twentytwenty-up-arrow{left:50%;margin-left:-6px}.twentytwenty-container{box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}.twentytwenty-container img{max-width:100%;width:100%;height:auto;position:absolute;top:0;display:block}.active-click .twentytwenty-handle,.twentytwenty-container.active-click img{transition:all .3s ease-out}.twentytwenty-container *{box-sizing:content-box}.twentytwenty-before{z-index:20}.twentytwenty-after{z-index:10}.twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid #fff;border-radius:1000px;z-index:40;cursor:pointer}.twentytwenty-container[data-navigation=move] .twentytwenty-handle{border:none;cursor:default}.twentytwenty-container[data-navigation=move] .twentytwenty-handle>span{display:none}.twentytwenty-horizontal .twentytwenty-container[data-navigation=move] .twentytwenty-handle:before{margin-bottom:0;margin-left:0}.twentytwenty-horizontal .twentytwenty-container[data-navigation=move] .twentytwenty-handle:after{margin-top:0;margin-left:0}.twentytwenty-vertical .twentytwenty-container[data-navigation=move] .twentytwenty-handle:before{margin-left:0;margin-top:0}.twentytwenty-vertical .twentytwenty-container[data-navigation=move] .twentytwenty-handle:after{margin-right:0;margin-top:0}.twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px}.twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px}.twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px}.twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px}.twentytwenty-left-arrow{border-right:6px solid #fff;left:50%;margin-left:-17px}.twentytwenty-right-arrow{border-left:6px solid #fff;right:50%;margin-right:-17px}.twentytwenty-up-arrow{border-bottom:6px solid #fff;top:50%;margin-top:-17px}.twentytwenty-down-arrow{border-top:6px solid #fff;bottom:50%;margin-bottom:-17px}.shortcode-blog-posts .post{border:none}.items-grid .wf-td,.recent-posts .wf-td{display:table-cell;vertical-align:top}.post-content a{text-decoration:none}.shortcode-blog-posts .entry-meta{padding-bottom:10px}.items-grid{margin-bottom:-20px}.items-grid .wf-cell{margin-bottom:20px}.items-grid .borders:before{display:block;position:absolute;bottom:-15px;left:0;width:100%;content:""}.items-grid article{overflow:hidden;display:-ms-flexbox;display:-ms-flex;display:flex}.single-related-posts .mini-post-img{-ms-flex:1 0 auto;flex:1 0 auto}.items-grid a{text-decoration:none}.items-grid .alignleft{margin:5px 20px 5px 0;font-size:0;line-height:0}.blog-shortcode article{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.mode-grid:not(.bottom-overlap-layout-list) article,.mode-masonry:not(.bottom-overlap-layout-list) article{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.albums-shortcode.gradient-overlay-layout-list article,.blog-shortcode.gradient-overlay-layout-list article,article.on-hover{cursor:pointer}.bottom-overlap-layout-list article,.centered-layout-list article{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:center;-ms-flex-align:center;align-items:center}.classic-layout-list.mode-list article.full-width-img{-ms-flex-flow:column wrap;flex-flow:column wrap}.dividers-on.classic-layout-list article{padding-top:44px;margin-top:19px}.dividers-on.classic-layout-list article:first-child{padding-top:0;margin-top:0}.jquery-filter article:not(.visible){visibility:hidden;opacity:0}.jquery-filter article.visible{animation:fadeInFromNone .5s ease-out}.jquery-filter article.hidden{visibility:hidden;opacity:0}@keyframes fadeInFromNone{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}.blog-shortcode .post-thumbnail-wrap{position:relative;width:100%;box-sizing:border-box;-ms-flex:0 0 auto}.project-even .post-thumbnail-wrap{-ms-flex-order:2;order:2}.blog-shortcode .post-thumbnail{position:relative;display:block}.blog-shortcode .post-thumbnail .alignleft{margin:0}.blog-shortcode .post-thumbnail .alignnone{margin-bottom:0}.blog-shortcode .format-gallery .post-thumbnail{width:100%}.post-thumbnail-rollover{position:relative;display:block;line-height:0;overflow:hidden}.post-thumbnail-rollover:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:0;transition:opacity .35s linear}.blog-shortcode.gradient-overlay-layout-list .post-thumbnail-rollover:after{display:none}.post-thumbnail-rollover:before{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1}.mobile-false .post-thumbnail>.post-thumbnail-rollover:hover:after,.on-hover .post-thumbnail>.post-thumbnail-rollover:after{opacity:1}.blog-thumb-iso-lazy-load{opacity:0}.content-rollover-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after,.gradient-overlay-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after{opacity:1}.no-img .overlay-placeholder img{max-width:none}.post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{width:100%}.scale-img.content-rollover-layout-list article:hover .post-thumbnail>.post-thumbnail-rollover img,.scale-img.gradient-overlay-layout-list article:hover .post-thumbnail>.post-thumbnail-rollover img{transform:scale(1.2);transition:transform 4s ease-out}.side-overlap-layout-list .project-odd .fancy-date a{right:auto;left:10px}.fancy-date a>span{display:block}.fancy-categories{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;z-index:30;top:10px;left:10px}.fancy-categories a{padding:2px 9px 1px;margin:0 0 2px;text-decoration:none;background-color:rgba(0,0,0,.75);color:#fff}.fancy-categories a:hover{color:#fff}.side-overlap-layout-list .project-odd .fancy-categories{top:auto;bottom:10px}.side-overlap-layout-list .project-even .fancy-categories{top:auto;right:10px;bottom:10px;left:auto}.fancy-categories *{font:700 12px/22px Arial,Verdana,sans-serif}.post-entry-content{box-sizing:border-box}.content-align-center .post-entry-content{text-align:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.content-align-right .post-entry-content{text-align:right;-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end}.content-align-left .post-entry-content{text-align:left;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.blog-shortcode .post-entry-content{position:relative;z-index:10;max-width:100%}.centered-layout-list .post-entry-content{position:static;text-align:center}.centered-layout-list .post-entry-content:after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:100%;height:1px;content:""}.gradient-overlap-layout-list .post-entry-content{position:relative;margin-top:-125px;z-index:1;padding-top:90px}.gradient-overlap-layout-list .post-entry-content:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:150px;content:""}.gradient-overlap-layout-list .no-img .post-entry-content{margin-top:0}.gradient-overlay-layout-list:not(.portfolio-shortcode):not(.albums-shortcode) .post-entry-content{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-flex-flow:column wrap;flex-flow:column wrap;top:20px;right:10px;bottom:10px;left:10px;align-self:stretch;overflow:hidden}.mode-grid.bottom-overlap-layout-list .post-entry-content{-ms-flex:1 0 auto;flex:1 0 auto}.mode-grid.gradient-overlap-layout-list .post-entry-content{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-flow:column wrap;flex-flow:column wrap}.gradient-overlay-layout-list:not(.portfolio-shortcode) .post-entry-content .entry-title{pointer-events:none}.content-rollover-layout-list.mode-grid .post-entry-content,.content-rollover-layout-list.mode-masonry .post-entry-content{position:absolute;bottom:0;left:0;width:100%}.content-rollover-layout-list.mode-grid .post-entry-content:hover,.content-rollover-layout-list.mode-masonry .post-entry-content:hover{cursor:pointer}.content-rollover-layout-list.mode-grid:not(.portfolio-shortcode) .post-entry-content .entry-title,.content-rollover-layout-list.mode-masonry:not(.portfolio-shortcode) .post-entry-content .entry-title{pointer-events:none}#main .blog-shortcode .format-aside .post-entry-content,#main .blog-shortcode .format-link .post-entry-content,#main .blog-shortcode .format-quote .post-entry-content,#main .blog-shortcode .format-status .post-entry-content{width:100%;top:0;margin:0}#main .classic-layout-list.mode-list .full-width-img .post-entry-content{width:100%}.blog-shortcode .entry-excerpt{overflow:hidden}.post-entry-title-content{text-align:center;box-sizing:border-box}.blog-shortcode .post-entry-content .entry-title a,.blog-shortcode .post-entry-title-content .entry-title a{transition:color .35s}.accent-gradient .blog-shortcode .post-entry-content .entry-title a,.accent-gradient .blog-shortcode .post-entry-title-content .entry-title a{transition:none}.blog-shortcode .entry-meta{padding:0}.blog-shortcode .entry-meta a:hover{text-decoration:none}.blog-shortcode .entry-meta>span a{display:inline-block}.centered-layout-list .entry-meta{text-align:center}.blog-shortcode .entry-meta *{color:inherit}.blog-shortcode .entry-meta>a:after,.blog-shortcode .entry-meta>span:after{right:0;width:3px;height:3px;top:50%;transform:translateY(-50%);content:""}.post-details{position:relative;display:inline-block;text-decoration:none}.post-details:before{content:"";display:table}.post-details:after{content:"";display:table;clear:both}.ancient-ie .post-details{zoom:1}.post-details i{margin-right:0;margin-left:7px}#page .post-details i{font-size:8px}.gradient-overlay-layout-list .post-details,.mode-grid.gradient-overlap-layout-list .post-details{-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.content-align-center.gradient-overlay-layout-list .post-details,.content-align-center.mode-grid.gradient-overlap-layout-list .post-details{-ms-align-self:center;-ms-flex-item-align:center;align-self:center}#page .post-details.details-type-btn{margin-bottom:0}.post-details.details-type-link{float:left;padding-bottom:8px;margin-bottom:-8px;font-weight:700}.centered-layout-list .post-details.details-type-link,.content-align-center .post-details.details-type-link{float:none;vertical-align:top}.post-details.details-type-link:after{position:absolute;display:block;left:0;bottom:0;width:0;height:2px;content:"";transition:width .4s ease}.post-details.details-type-link:hover:after{width:100%}.owl-carousel.bottom-overlap-layout-list .post-entry-content,.owl-carousel.gradient-overlap-layout-list .post-entry-content{transform:translateZ(0)}.owl-carousel{--stage-top-gap:0px;--stage-right-gap:0;--stage-left-gap:0;--box-padding-top:0px;--top:0px;box-sizing:border-box}.owl-carousel .post{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.owl-carousel article.post{width:100%}.dt-arrow-border-on .owl-nav div:hover:after,.dt-arrow-border-on .owl-nav div:not(:hover):before,.dt-arrow-hover-border-on .owl-nav div:hover:after{border-style:solid;border-width:0}.owl-nav div{position:absolute;z-index:10;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none}.owl-nav div:after,.owl-nav div:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:0;box-sizing:border-box;border-radius:inherit;-webkit-backface-visibility:hidden;transition:opacity .15s linear}.disable-arrows-hover-bg .owl-nav div:after,.disable-arrows-hover-bg .owl-nav div:before{transition:none}.owl-nav div:not(:hover):before{opacity:1}.owl-nav div:hover:before,.owl-nav div:not(:hover):after{transition-delay:.1s}.owl-nav div:hover:after{opacity:1}.owl-nav div:after,.owl-nav div:hover:before{opacity:0}.owl-nav div i{position:relative;z-index:1;transition:color .15s;transition-delay:.1s}.owl-carousel .owl-dots{position:absolute}.owl-carousel .owl-dots .owl-dot{position:relative;display:inline-block;vertical-align:middle}:not(.bullets-etefu).owl-carousel .owl-dots .owl-dot span{position:absolute;top:0;left:0;width:100%;height:100%;outline:0;border-radius:50%}.bullets-scale-up .owl-dot span{transition:transform .3s ease,background .3s ease}.bullets-scale-up .owl-dot.active span{transform:scale(1.5)}.bullets-stroke .owl-dot:not(.active) span{box-shadow:0 0 0 2px rgba(255,255,255,0)!important}.bullets-stroke .owl-dot span{transition:box-shadow .3s ease,background-color .3s ease}.bullets-stroke .owl-dot.active span{background-color:transparent;box-shadow:0 0 0 2px #fff}.bullets-fill-in .owl-dot span{background-color:transparent;transition:box-shadow .3s ease}.bullets-small-dot-stroke .owl-dot{border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,0);transition:box-shadow .3s ease}.bullets-small-dot-stroke .owl-dot span{cursor:pointer;position:absolute;transition:background-color .3s ease,transform .3s ease}.bullets-small-dot-stroke .owl-dot.active span{transform:scale(.4)}.bullets-ubax .owl-dot span{content:'';position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border:2px solid transparent;border-radius:0!important;box-sizing:border-box}.bullets-ubax .owl-dot.active span{z-index:10;background:0 0!important;transition:background-color .3s,border-color .3s}.bullets-ubax .owl-dot:not(.active):hover span{transition:background-color .3s}.bullets-etefu .elementor-owl-carousel-call .owl-dot{height:5px!important}.bullets-etefu .owl-dot span{position:relative;display:block;overflow:hidden;width:100%;height:5px;transition:background .3s}.bullets-etefu .owl-dot span:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transform:translate3d(-100%,0,0);transition:transform .5s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.bullets-etefu .owl-dot.active span:before{transform:translate3d(0,0,0)}.owl-carousel:not(.gradient-overlay-layout-list):not( .content-rollover-layout-list ) .post-entry-content{position:relative;z-index:10}.bottom-overlap-layout-list[data-auto-height=false] .owl-stage,.classic-layout-list[data-auto-height=false] .owl-stage,.gradient-overlap-layout-list[data-auto-height=false] .owl-stage{display:-ms-flexbox;display:-ms-flex;display:flex}.bottom-overlap-layout-list[data-auto-height=false] .owl-stage .dt-owl-item,.classic-layout-list[data-auto-height=false] .owl-stage .dt-owl-item,.gradient-overlap-layout-list[data-auto-height=false] .owl-stage .dt-owl-item{display:-ms-flexbox;display:-ms-flex;display:flex;flex-shrink:0}.bottom-overlap-layout-list[data-auto-height=false] .post-entry-content,.gradient-overlap-layout-list[data-auto-height=false] .post-entry-content{-ms-flex:1 0 auto;flex:1 0 auto}.content-rollover-layout-list.owl-carousel .post-entry-content{position:absolute;bottom:0;left:0;width:100%}.content-rollover-layout-list.owl-carousel .post-entry-content:hover{cursor:pointer}.content-rollover-layout-list.owl-carousel .post-entry-content .entry-title{pointer-events:none}.owl-carousel .post-thumbnail-wrap{position:relative;width:100%;box-sizing:border-box;-ms-flex:0 0 auto}.owl-carousel .post-thumbnail{position:relative;display:block}.owl-carousel .post-thumbnail .alignleft{margin:0}.owl-carousel .post-thumbnail .alignnone{margin-bottom:0}.owl-carousel .format-gallery .post-thumbnail{width:100%}.owl-carousel .fancy-categories,.owl-carousel .fancy-date>a,.owl-carousel .post-entry-wrapper>*{-webkit-backface-visibility:hidden;transform:translatez(0)}.owl-carousel .entry-excerpt{overflow:hidden}.owl-carousel .post-entry-content .entry-title a,.owl-carousel .post-entry-title-content .entry-title a{transition:color .35s}.accent-gradient .owl-carousel .post-entry-content .entry-title a,.accent-gradient .owl-carousel .post-entry-title-content .entry-title a{transition:none}.owl-carousel .entry-meta{padding:0}.owl-carousel .entry-meta a:hover{text-decoration:none}.owl-carousel .entry-meta>span a{display:inline-block}.owl-carousel .entry-meta *{color:inherit}.owl-carousel .entry-meta>a:after,.owl-carousel .entry-meta>span:after{right:0;width:3px;height:3px;top:50%;transform:translateY(-50%);content:""}.icon-with-text-shortcode{position:relative;flex-flow:column wrap;align-items:center;display:grid;grid-gap:0px;grid-template-rows:auto}.icon-with-text-shortcode .block-link{position:absolute;top:0;left:0;width:100%;height:100%}.icon-with-text-shortcode.layout-1{grid-template-columns:100px minmax(0,1fr);grid-template-areas:"icon  header" "icon  desc" "icon  button"}.icon-with-text-shortcode.layout-2{grid-template-columns:minmax(0,1fr) 100px;grid-template-areas:" header icon " " desc icon " " button icon "}.icon-with-text-shortcode.layout-3{grid-template-areas:" icon header " " desc desc " " button button "}.icon-with-text-shortcode.layout-4{grid-template-columns:1fr;grid-template-areas:" icon" " header " " desc" " button "}.icon-with-text-shortcode.layout-5{justify-content:center;text-align:center;grid-template-areas:" icon" " header " " desc" " button "}.dt-text-title{grid-area:header;max-width:100%}@media all and (-ms-high-contrast:none){.post-entry-content{max-width:100%}.layout-4 .dt-text-title{align-self:flex-start}.popup-search-wrap{box-shadow:0px 0px 4px rgba(0,0,0,.2)}}.icon-with-text-shortcode .dt-text-title{font-weight:400}.dt-text-desc{grid-area:desc;max-width:100%}.icon-with-text-shortcode.layout-1>*{grid-column:2}.icon-with-text-shortcode .text-icon{grid-area:icon;text-decoration:none}.icon-with-text-shortcode .text-icon.layout-1{grid-column:1;grid-row:1}.icon-with-text-shortcode.layout-5 .text-icon{justify-self:center}.icon-with-text-shortcode .default-btn-shortcode{justify-self:start;grid-area:button}.icon-with-text-shortcode .default-btn-shortcode.full-width-btn{justify-self:stretch}.icon-with-text-shortcode.layout-5 .default-btn-shortcode{justify-self:center}.icon-with-text-shortcode.layout-5 .default-btn-shortcode.full-width-btn{justify-self:stretch}.icon-with-text-shortcode .default-btn-shortcode.layout-1{align-self:flex-start}.icon-with-text-shortcode>*{order:1}.icon-with-text-shortcode .text-icon{position:relative;order:0;align-self:flex-start}.layout-3.icon-with-text-shortcode .text-icon,.layout-5.icon-with-text-shortcode .text-icon{align-self:center}.text-icon .icon-inner:after,.text-icon .icon-inner:before,.text-icon:after,.text-icon:before{position:absolute;top:0;left:0;width:26px;height:26px;box-sizing:border-box;margin:0!important;content:"";font-size:0!important;border-radius:inherit;transition:opacity .15s linear}.text-icon:after,.text-icon:before{z-index:2}.text-icon .icon-inner:before,.text-icon:not(.dt-icon-hover-off):hover .icon-inner:after,.text-icon:not(.dt-icon-hover-off):hover:after{opacity:1}.text-icon:hover .icon-inner:before,.text-icon:hover:before,.text-icon:not(:hover) .icon-inner:after,.text-icon:not(:hover):after{transition-delay:.1s}.text-icon .icon-inner:after,.text-icon:after,.text-icon:not(.dt-icon-hover-off):hover .icon-inner:before,.text-icon:not(.dt-icon-hover-off):hover:before{opacity:0}.text-icon.dt-icon-hover-off:after{display:none}.masthead{position:relative;z-index:102;box-sizing:border-box}.masthead:not(.side-header){display:-ms-flexbox;-ms-flex-direction:column}.floating-navigation-below-slider.transparent .masthead:not(#phantom):not(.no-slider){transform:translateY(-100%)}.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .header-bar,.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar,.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .top-bar{display:none}.disable-headers.header-side-left #page,.disable-headers.header-side-left.header-side-line #page:not(.boxed),.disable-headers.overlay-navigation.header-side-line #page:not(.boxed),.hidden-header.header-side-left #page,.hidden-header.header-side-left.header-side-line #page:not(.boxed),.hidden-header.overlay-navigation.header-side-line #page:not(.boxed){padding-left:0}.disable-headers.header-side-right #page,.disable-headers.header-side-right.header-side-line #page:not(.boxed),.hidden-header.header-side-right #page,.hidden-header.header-side-right.header-side-line #page:not(.boxed){padding-right:0}.responsive-off.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead:not(.side-header){position:absolute;width:100%;z-index:102}.top-bar{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;margin-top:0;box-sizing:border-box}.top-bar-bg,.top-bar:after{position:absolute;bottom:0;left:0;width:100%;height:100%;content:"";box-sizing:content-box}.boxed .top-bar-bg,.boxed .top-bar:after{padding:0;margin:0;left:50%;transform:translateX(-50%)}.top-bar:after{height:1px}.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .top-bar-line-hide.top-bar:after{display:none}.top-bar-bg,.top-bar.full-width-line:after{padding:0 1000px;margin-left:-1000px}.boxed .top-bar-bg,.boxed .top-bar.full-width-line:after{padding:0;margin:0;left:50%;transform:translateX(-50%)}.top-bar>.mini-widgets{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex:1 1 auto;flex:1 1 auto;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-ms-flex-flow:row wrap;flex-flow:row wrap}.top-bar .mini-widgets.right-widgets,.top-bar .mini-widgets:last-child{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.top-bar *{font-size:inherit;line-height:inherit}.top-bar.hide-top-bar,.top-bar.top-bar-empty{position:absolute;visibility:hidden;opacity:0}.transparent .top-bar{margin-bottom:-1px}.top-bar .sub-nav{z-index:1003}.top-bar .sub-nav a:hover,.top-bar a,.top-bar a:hover{text-decoration:none}.top-bar .mini-login a:hover,.top-bar .mini-search .submit:hover,.top-bar a:hover{text-decoration:none;opacity:.7}.top-bar .shopping-cart-inner a:hover,.top-bar .soc-ico a:hover,.top-bar .sub-nav li a:hover{opacity:1}.branding{line-height:0;font-size:0}.side-header .branding{display:-ms-flexbox;display:-ms-flex;display:flex}.branding>a{display:block}.branding a img,.branding img{max-width:100%;height:auto}.branding .mobile-desktop-logo,.branding .mobile-logo,.phantom-sticky .side-header .branding .mobile-logo{display:none}.responsive-off .masthead .hide-on-desktop{visibility:hidden;position:absolute;left:-9999px}.responsive-off .masthead .hide-on-desktop.display-none{display:none}.mobile-mini-widgets{max-width:calc(100% - 45px)}.masthead .mini-widgets>*,.masthead .mobile-mini-widgets>*{display:inline-block;margin-left:10px;margin-right:10px}.masthead.side-header:not(.masthead-mobile-header) .mini-widgets>*,.masthead.side-header:not(.masthead-mobile-header) .mobile-mini-widgets>*{margin:5px 20px 5px 0}.masthead.side-header.h-center .mini-widgets>*,.masthead.side-header.h-center .mobile-mini-widgets>*{margin-left:10px;margin-right:10px}.side-header-v-stroke:not(.masthead-mobile-header) .mini-widgets>*,.side-header-v-stroke:not(.masthead-mobile-header) .mobile-mini-widgets>*{margin:10px 0}.dt-mobile-header .mobile-mini-widgets-in-menu>*{margin:5px 20px 5px 0}.masthead:not(.side-header) .mini-widgets>.first,.masthead:not(.side-header) .mini-widgets>:first-child,.masthead:not(.side-header) .mobile-mini-widgets>.first,.masthead:not(.side-header) .mobile-mini-widgets>:first-child,.side-header .top-bar .mini-widgets>.first,.side-header .top-bar .mini-widgets>:first-child,.side-header .top-bar .mobile-mini-widgets>.first,.side-header .top-bar .mobile-mini-widgets>:first-child,.side-header-h-stroke .mini-widgets>.first,.side-header-h-stroke .mini-widgets>:first-child,.side-header-h-stroke .mobile-mini-widgets>.first,.side-header-h-stroke .mobile-mini-widgets>:first-child{margin-left:0}.masthead:not(.side-header) .mini-widgets>.last,.masthead:not(.side-header) .mini-widgets>:last-child,.masthead:not(.side-header) .mobile-mini-widgets>.last,.masthead:not(.side-header) .mobile-mini-widgets>:last-child,.side-header .top-bar .mini-widgets>.last,.side-header .top-bar .mini-widgets>:last-child,.side-header .top-bar .mobile-mini-widgets>.last,.side-header .top-bar .mobile-mini-widgets>:last-child,.side-header-h-stroke .mini-widgets>.last,.side-header-h-stroke .mini-widgets>:last-child,.side-header-h-stroke .mobile-mini-widgets>.last,.side-header-h-stroke .mobile-mini-widgets>:last-child{margin-right:0}.masthead .mobile-header-bar .mini-widgets>*,.masthead .mobile-header-bar .mobile-mini-widgets>*,.masthead-mobile-header .mini-widgets>*,.masthead-mobile-header .mobile-mini-widgets>*,.side-header-h-stroke .mobile-header-bar .mini-widgets>*,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>*{margin:0 10px}.masthead .mobile-header-bar .mini-widgets>.first,.masthead .mobile-header-bar .mini-widgets>:first-child,.masthead .mobile-header-bar .mobile-mini-widgets>.first,.masthead .mobile-header-bar .mobile-mini-widgets>:first-child,.masthead-mobile-header .mini-widgets>.first,.masthead-mobile-header .mini-widgets>:first-child,.masthead-mobile-header .mobile-mini-widgets>.first,.masthead-mobile-header .mobile-mini-widgets>:first-child,.side-header-h-stroke .mobile-header-bar .mini-widgets>.first,.side-header-h-stroke .mobile-header-bar .mini-widgets>:first-child,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>.first,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>:first-child{margin-left:10px}.masthead .mobile-header-bar .mini-widgets>.last,.masthead .mobile-header-bar .mini-widgets>:last-child,.masthead .mobile-header-bar .mobile-mini-widgets>.last,.masthead .mobile-header-bar .mobile-mini-widgets>:last-child,.masthead-mobile-header .mini-widgets>.last,.masthead-mobile-header .mini-widgets>:last-child,.masthead-mobile-header .mobile-mini-widgets>.last,.masthead-mobile-header .mobile-mini-widgets>:last-child,.side-header-h-stroke .mobile-header-bar .mini-widgets>.last,.side-header-h-stroke .mobile-header-bar .mini-widgets>:last-child,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>.last,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>:last-child{margin-right:10px}.mini-contacts,.mini-login a{position:relative;margin:0}.masthead .mini-contacts,.masthead .mini-login a{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.dt-mobile-header .mini-contacts,.dt-mobile-header .mini-login a,.side-header .mini-contacts,.side-header .mini-login a{white-space:normal}.mini-contacts i,.mini-login a i{margin-right:5px}.mini-nav{position:relative;display:inline-block;vertical-align:middle}.mini-nav .mini-sub-nav{position:absolute;visibility:hidden;z-index:200;top:100%;left:0;width:240px;opacity:0;background:#fff;box-shadow:0px 0px 4px rgba(0,0,0,.2)}.mini-nav .mini-sub-nav>li{position:relative;display:block;padding:0 10px;box-sizing:border-box}.mini-nav .mini-sub-nav>li:first-child{padding-top:10px}.mini-nav .mini-sub-nav>li:last-child{padding-bottom:10px}.mini-nav .mini-sub-nav>li a{padding:5px}.mini-nav .mini-sub-nav>li a:hover{opacity:1}.mini-nav .mini-sub-nav .mini-sub-nav{top:0;left:241px!important}.rtl .mini-nav .mini-sub-nav .mini-sub-nav{right:241px;left:auto!important}.mini-nav .mini-sub-nav .mini-sub-nav.right-overflow{left:-241px!important}.rtl .mini-nav .mini-sub-nav .mini-sub-nav.right-overflow{right:-241px;left:auto!important}.mini-nav .mini-sub-nav li.has-children>a:after,.mini-nav .mini-sub-nav>li:not(.wpml-ls-item)>a .menu-text,.mini-nav .mini-sub-nav>li:not(.wpml-ls-item)>a .subtitle-text{color:#222}.menu-select select,.mini-nav .customSelect{border:none;padding:0;margin-bottom:0}.mini-nav .customSelect{position:absolute;visibility:hidden;padding:0}.mini-nav .customSelect .customSelectInner{opacity:0}.menu-select select,.mini-nav .customSelect1{position:relative;visibility:visible;opacity:1}.menu-select select,.menu-select:hover{cursor:pointer}.menu a:hover,.menu-select:hover{text-decoration:underline}.dt-mobile-header .menu a:hover,.dt-mobile-header .menu-select:hover,.masthead .menu a:hover,.masthead .menu-select:hover{text-decoration:none}.mini-nav .customSelectInner{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;background:0 0}.mini-nav .customSelectInner i{margin-right:5px}.mini-nav .customSelectInner:hover{text-decoration:none}.mini-nav.select-type-menu .menu-select{vertical-align:middle}.menu-select select{z-index:9}.mini-nav li{position:relative;display:inline-block;vertical-align:middle}.dt-mobile-header .mini-nav .sub-nav>li{display:block}#page .mini-nav .sub-nav li.has-children a:after{right:8px}.mini-nav li:last-child{margin-right:0}#bottom-bar .mini-nav ul>li.act>a .menu-item-text,#bottom-bar .mini-nav>ul>li>a:hover .menu-item-text{text-decoration:underline}#bottom-bar .mini-nav ul .sub-nav>li.act>a .menu-item-text,#bottom-bar .mini-nav ul>li>a:hover,.mini-nav ul .sub-nav>li.act>a .menu-item-text,.mini-nav ul>li>a,.mini-nav>ul>li>a:hover{text-decoration:none}.mini-nav li:first-child:before{border-left:none}.mini-nav select{min-width:100px;height:0;opacity:0}#page .mini-nav select option,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mini-nav select option{color:#b8bcbe!important}.masthead .popup-search.act{position:relative;z-index:1002}.dt-mobile-header .mini-search,.masthead .mini-search{position:relative;display:inline-block;vertical-align:middle;z-index:10;max-width:100%}.dt-mobile-header .popup-search,.dt-mobile-header .searchform{position:static}.popup-search .popup-search-wrap{background:#fff}.popup-search .popup-search-wrap:before{border-bottom-color:#fff}.dt-mobile-header .popup-search .popup-search-wrap:before,.popup-search .popup-search-wrap.bottom-overflow:before,.side-header:not(.masthead-mobile-header) .popup-search .popup-search-wrap:before{border-top-color:#fff}.searchform{position:relative;z-index:3;max-width:100%}.searchform .field{max-width:100%;border-style:solid;box-sizing:border-box}.elementor-widget .searchform .field{border-style:var(--the7-form-border,solid)}.popup-search-wrap{padding:10px;position:absolute;right:-10px;top:38px;visibility:hidden;-webkit-filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0)}.popup-search-wrap:before{position:absolute;top:-7px;right:20px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid red;content:''}.dt-mobile-header .popup-search-wrap:before{display:none}.popup-search-wrap.left-overflow:before{left:20px;right:auto}.dt-mobile-header .popup-search-wrap:before,.popup-search-wrap.bottom-overflow:before,.side-header:not(.masthead-mobile-header) .popup-search-wrap:before{top:auto;bottom:-7px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid;border-bottom:none}.popup-search-wrap .search-icon{position:absolute;top:0;right:20px;height:100%}.mini-search .popup-search-wrap.left-overflow{left:-10px;right:auto}.dt-mobile-header .mini-search .field{left:0;z-index:100}.dt-mobile-header .mini-search:not(.animate-search-width) .field{width:100%}.mini-search input[type=text]{margin-bottom:0}.mini-search .field:focus{outline:0}.overlay-search .searchform .submit,.popup-search .searchform .submit{border:none;background-color:transparent;text-decoration:none}.overlay-search .searchform .submit>span,.popup-search .searchform .submit>span{margin-left:5px}.dt-mobile-header .overlay-search .searchform .submit,.dt-mobile-header .popup-search .searchform .submit{position:relative}.mini-search .submit{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;border:none;background-color:transparent;text-decoration:none}.mini-search .submit.default-icon{padding-left:17px}.mini-search .search-icon{text-decoration:none;background-repeat:no-repeat;background-position:center center}.mini-search .search-icon,.overlay-search-microwidget .search-icon{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.mini-search .search-icon:hover,.overlay-search-microwidget .search-icon:hover{opacity:.7}.overlay-search .submit.default-icon:before,.popup-search .submit.default-icon:before{position:absolute;top:50%;transform:translateY(-50%);left:0;height:16px;width:16px;background-position:0 center;background-repeat:no-repeat;content:""}.overlay-search .submit i,.popup-search .submit i{font-size:16px}.dt-mobile-header .mini-search .searchsubmit,.masthead .mini-search .searchsubmit{display:none}.classic-search .search-icon{position:absolute;top:0;right:10px;height:100%;padding:0}.mini-search .overlay-search-wrap{display:none}.overlay-search-microwidget{position:fixed;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:0;right:0;bottom:0;left:0;z-index:9999;text-align:center;opacity:0;visibility:hidden;transition:opacity .55s ease}.overlay-search-microwidget.open{opacity:1;visibility:visible}.overlay-search-microwidget .submit{display:none}.overlay-search-microwidget>i{position:absolute;top:30px;right:30px;width:34px;height:34px;color:#fff;font-size:30px}.overlay-search-microwidget>i:hover{cursor:pointer}.overlay-search-microwidget .search-icon{position:absolute;top:0px;right:10px;height:100%;padding:0;background-position:0 center;background-repeat:no-repeat;text-decoration:none}.overlay-search-microwidget .search-icon>span{position:absolute;text-indent:-9999px}.overlay-search-microwidget .searchform{max-width:90%}.overlay-search-microwidget input[type=text]{margin-bottom:0}.animate-search-width .searchform{overflow:hidden}.animate-search-width input.field{transition:width .55s ease}.animate-search-width .search-icon{position:absolute;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:0;right:0;height:100%;width:100%}.animate-search-width input.field:active,.animate-search-width input.field:focus{outline:0}.masthead .mini-widgets .mini-login{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.mini-login i{margin-right:5px}.mini-login:hover{opacity:.7}.mini-login a{position:relative;display:inherit;text-decoration:none}.mini-login a:hover{text-decoration:none}.accent-gradient .masthead .mini-widgets .soc-ico.accent-bg a:hover,.accent-gradient .masthead .mini-widgets .soc-ico.gradient-bg a:hover,.masthead .mini-widgets .soc-ico a:hover,.masthead .mini-widgets .soc-ico.accent-bg a:hover,.masthead .mini-widgets .soc-ico.custom-bg a:hover,.masthead .mini-widgets .soc-ico.gradient-bg a:hover{background:0 0}.accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:hover,.masthead .soc-ico.accent-bg.hover-custom-bg a:hover,.masthead .soc-ico.hover-accent-bg a:hover,.masthead .soc-ico.hover-custom-bg a:hover,.masthead .soc-ico.hover-disabled-bg a:hover{box-shadow:none}#page .mini-icon-off,#page .mini-icon-off:before,#page .mini-login .submit.mini-icon-off:before,#page .wc-ico-cart.mini-icon-off:before,#phantom .mini-icon-off,#phantom .mini-icon-off:before,#phantom .mini-login .submit.mini-icon-off:before,#phantom .wc-ico-cart.mini-icon-off:before{background:0 0!important;padding-left:0}.masthead .soc-ico{display:inline-block;vertical-align:middle}.text-area{position:relative;display:inline-block;vertical-align:middle}.mini-widgets .text-area a:not(.dt-btn),.mobile-mini-widgets .text-area a:not(.dt-btn){text-decoration:underline}.text-area a:not(.dt-btn):hover{text-decoration:none}.text-area>p{margin-bottom:0}.top-bar>span{display:none!important}.mini-login .submit.text-disable,.wc-ico-cart.text-disable{letter-spacing:-4px}.masthead .soc-ico a{line-height:22px}.menu-line{position:absolute;display:inline-block;left:0;width:22px;height:2px;content:'';transform-origin:1.5px center;transition:transform .2s linear,color .2s linear}.hide-overlay.active .lines-button.x .menu-line,.menu-close-toggle .lines-button.x .menu-line{transform-origin:50% 50%;top:0;transition:transform .2s linear}.menu-line:nth-of-type(3){top:7px}.medium-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3),.small-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-2px)}.large-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-3px)}.medium-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3),.small-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-2px)}.large-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-3px)}.menu-line:first-of-type{top:-7px}.medium-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type,.small-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type{transform:translateY(2px)}.large-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type{transform:translateY(3px)}.medium-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type,.small-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type{transform:translateY(2px)}.large-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type{transform:translateY(3px)}.microwidget-btn{position:relative;max-width:100%;text-decoration:none}.masthead .mini-widgets .microwidget-btn,.masthead .mobile-mini-widgets .microwidget-btn{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.microwidget-btn i,.microwidget-btn>span{position:relative;z-index:1}.microwidget-btn.btn-icon-align-right i{margin-left:5px;padding-right:1px}.microwidget-btn.btn-icon-align-left i{margin-right:5px}.top-bar .microwidget-btn:hover{opacity:1}.microwidget-btn:after,.microwidget-btn:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;transition:opacity .15s linear;-webkit-backface-visibility:hidden}.disable-animation-bg.microwidget-btn:after,.disable-animation-bg.microwidget-btn:before{transition:none}.microwidget-btn:before,.microwidget-btn:hover:after{opacity:1}.microwidget-btn:hover:before,.microwidget-btn:not(:hover):after{transition-delay:.1s}.microwidget-btn:after,.microwidget-btn:hover:before{opacity:0}.dt-mobile-menu-icon,.menu-toggle>a{text-decoration:none}.dt-mobile-menu-icon .menu-toggle-caption,.menu-toggle .menu-toggle-caption{position:relative;z-index:2;transition:color .2s linear}.dt-mobile-menu-icon .menu-line,.menu-toggle .menu-line{z-index:2}.dt-close-mobile-menu-icon,.dt-mobile-menu-icon,.hide-overlay,.menu-close-toggle,.menu-toggle{position:relative}.dt-close-mobile-menu-icon:after,.dt-close-mobile-menu-icon:before,.dt-mobile-menu-icon:after,.dt-mobile-menu-icon:before,.hide-overlay:after,.hide-overlay:before,.menu-close-toggle:after,.menu-close-toggle:before,.menu-toggle:after,.menu-toggle:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;box-sizing:border-box}.dt-close-mobile-menu-icon:after,.dt-close-mobile-menu-icon:hover:before,.dt-mobile-menu-icon:after,.dt-mobile-menu-icon:hover:before,.hide-overlay:after,.hide-overlay:hover:before,.menu-close-toggle:after,.menu-close-toggle:hover:before,.menu-toggle:after,.menu-toggle:hover:before{opacity:0}.dt-close-mobile-menu-icon:before,.dt-close-mobile-menu-icon:hover:after,.dt-mobile-menu-icon:before,.dt-mobile-menu-icon:hover:after,.hide-overlay:before,.hide-overlay:hover:after,.menu-close-toggle:before,.menu-close-toggle:hover:after,.menu-toggle:before,.menu-toggle:hover:after{opacity:1}.lines-button{z-index:2}.dt-mobile-menu-icon .lines-button{position:relative;margin-right:0;text-align:center}.small-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:16px;width:22px}.two-line-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:8px;width:22px}.diagonal-mobile-menu-icon .dt-mobile-menu-icon .lines-button,.medium-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:17px;width:24px}.large-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:17px;width:30px}.x-move-mobile-icon .dt-mobile-menu-icon .lines-button{height:14px;width:30px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:16px;width:22px}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:20px;width:35px}.dot-mobile-menu-icon .dt-mobile-menu-icon .lines-button{width:7px;height:7px;border-radius:50%}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:7px;width:24px}.fade-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:13px;width:20px}.diagonal-mobile-menu-icon .dt-mobile-menu-icon .lines-button{transform:rotate(-45deg)}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:11px;width:40px}.dots-mobile-menu-icon .dt-mobile-menu-icon .lines-button{width:3px;height:15px}.h-dots-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:3px;width:15px}.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){background:0 0!important;display:none}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line,.small-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:22px;height:2px}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:35px;height:4px;border-radius:4px}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .menu-line{height:1px;width:100%}.medium-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:24px;height:3px}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:7px;height:7px}.fade-mobile-menu-icon .mobile-header-bar .menu-line{width:20px;height:1px}.dots-mobile-menu-icon .menu-line,.h-dots-mobile-menu-icon .menu-line{width:3px;height:3px;border-radius:50%}.menu-line:after,.menu-line:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;box-sizing:border-box}.menu-line:after{opacity:0}.menu-line:before{opacity:1}.animate-color-menu-icon .menu-toggle .menu-line:before,.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:before,.two-line-menu-icon .menu-toggle .menu-line:before,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:before{display:none}.medium-mobile-menu-icon .mobile-header-bar .menu-line{width:24px;height:3px}.large-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:30px;height:3px}.dt-mobile-menu-icon .menu-line{max-width:100%;position:absolute}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line{width:100%;transition:width .2s linear;border-radius:2px}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line,.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line{transition:transform .2s linear}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line{transform:scale(.8);border-radius:inherit}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line{overflow:hidden}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:100%;z-index:1;opacity:1;transition:.2s linear}.dt-mobile-menu-icon .menu-line:first-of-type{top:0}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line:first-of-type{left:.3%;top:0;transform-origin:top left;width:80%}.diagonal-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type{width:50%;left:50%;transform:translateX(-50%)}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type{left:2px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type:after{transition-delay:.1s}.dt-mobile-menu-icon .menu-line:nth-of-type(2){top:7px}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:6px;opacity:1;left:0;width:100%}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){display:none}.dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2),.fade-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:6px}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){left:-2px;top:5px}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:8px}.h-dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:0;left:6px}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:5px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2):after{transition-delay:.2s}.dt-mobile-menu-icon .menu-line:nth-of-type(3){top:14px}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:12px;right:30%;transform-origin:bottom left;width:80%}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){display:none}.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:6px}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:10px}.dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3),.fade-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:12px}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){display:none}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:16px}.h-dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:0;left:12px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3):after,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3):after{transition-delay:.3s}.x-move-mobile-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{width:100%}.dt-mobile-menu-icon:hover .menu-line:before,.menu-toggle:hover .menu-line:before{opacity:0}.dt-mobile-menu-icon:hover .menu-line:after,.menu-toggle:hover .menu-line:after{opacity:1}.x-move-mobile-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(3){width:100%}.animate-position-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:translateY(2px)}.animate-position-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(3){transform:translateY(-2px)}.dot-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:scale(1)}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:translateX(-4px)}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(2){transform:translateX(4px)}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:translateY(-2px)}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(3){transform:translateY(2px)}.animate-color-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:after{left:0}.type-9-menu-icon .menu-toggle .lines-button,.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button{width:24px;height:11px;z-index:2}.type-9-menu-icon .menu-toggle .lines-button .menu-line,.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button .menu-line{width:24px;height:1px;display:block;position:absolute;top:0;right:0;left:auto;transition:width .2s linear}.type-9-menu-icon .menu-toggle .lines-button .menu-line:nth-child(2),.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button .menu-line:nth-child(2){top:5px;width:19px}.type-9-menu-icon .menu-toggle .lines-button .menu-line:nth-child(3),.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button .menu-line:nth-child(3){top:10px}.type-9-menu-icon .menu-toggle:hover .lines-button .menu-line,.type-9-mobile-menu-icon .dt-mobile-menu-icon:hover .lines-button .menu-line{width:19px}.type-9-menu-icon .menu-toggle:hover .lines-button .menu-line:nth-child(2),.type-9-mobile-menu-icon .dt-mobile-menu-icon:hover .lines-button .menu-line:nth-child(2){width:24px}.type-9-menu-icon .menu-toggle:hover .lines-button .menu-line:nth-child(3),.type-9-mobile-menu-icon .dt-mobile-menu-icon:hover .lines-button .menu-line:nth-child(3){width:19px}.main-nav>li{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex}.main-nav>li>a{text-decoration:none}.main-nav>li>a,.mini-nav li>a{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.side-header:not(.h-center) .main-nav>li>a,.side-header:not(.h-center) .mini-nav li>a{-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.not-clickable-item{cursor:default}.main-nav>li>a .text-wrap{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;border-radius:inherit}.main-nav>li>a .text-wrap .menu-item-text{position:relative;z-index:10}.main-nav.level-arrows-on>li.has-children>a{position:relative}.main-nav .menu-item .text-wrap>i,.main-nav .menu-item a i[class^=fa],.main-nav .menu-item a>i,.mini-nav .menu-item .text-wrap>i,.mini-nav .menu-item a i[class^=fa],.mini-nav .menu-item a>i,.mobile-main-nav .menu-item .text-wrap>i,.mobile-main-nav .menu-item a i[class^=fa],.mobile-main-nav .menu-item a>i{margin-right:6px}.menu-text,.subtitle-text{display:block}.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text{position:relative;padding-right:10px;display:inline-block;vertical-align:top}.sub-sideways .main-nav.level-arrows-on>li.has-children>a .menu-item-text{position:relative}.top-header .level-arrows-on .menu-text:after{position:absolute;top:50%;margin-top:-4px;right:0;width:8px;height:8px;content:"";-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-chevron-down.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-chevron-down.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;-webkit-mask-size:8px;mask-size:8px}.sub-downwards .next-level-button,.sub-downwards.dt-parent-menu-clickable.side-header .next-level-button{position:relative;-ms-align-self:center;-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:-ms-flex;display:flex;margin-left:5px}.sub-downwards .next-level-button svg,.sub-downwards.dt-parent-menu-clickable.side-header .next-level-button svg{width:12px}.dt-mobile-header .next-level-button,.sub-downwards .next-level-button{transition:transform .3s ease-out}.dt-mobile-header li.has-children.open-sub>.next-level-button,.sub-downwards li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.l-to-r-line>li>a>span{position:relative;display:block}.l-to-r-line>li>a i.underline{position:absolute;display:block;left:1px;bottom:-5px;overflow:hidden;width:0;pointer-events:none;background-color:transparent;opacity:.85;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.top-header .l-to-r-line>li.act>a i.underline,.top-header .l-to-r-line>li.dt-hovered>a i.underline,.top-header .l-to-r-line>li>a:hover i.underline{width:100%}.from-centre-line>li>a>span{position:relative;display:block}.from-centre-line>li>a .menu-item-text:before{position:absolute;visibility:hidden;left:0;bottom:-5px;width:100%;height:2px;background-color:#000;content:"";transform:scaleX(0);transition:all .2s ease-in-out 0s;opacity:.85}.top-header .from-centre-line>li.act>a .menu-item-text:before,.top-header .from-centre-line>li.dt-hovered>a .menu-item-text:before,.top-header .from-centre-line>li>a:hover .menu-item-text:before{visibility:visible;transform:scaleX(1)}.upwards-line>li>a>span{position:relative;display:block}.upwards-line>li>a .menu-item-text:before{position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:rgba(0,0,0,.1);content:'';opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}.top-header .upwards-line>li.act>a .menu-item-text:before,.top-header .upwards-line>li.dt-hovered>a .menu-item-text:before,.top-header .upwards-line>li>a:hover .menu-item-text:before{opacity:1;transform:translateY(0px)}.downwards-line>li>a>span{position:relative;display:block}.downwards-line>li>a .menu-item-text:before{position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#fff;content:'';opacity:0;transition:height .3s,opacity .3s,transform .3s;transform:translateY(-10px)}.top-header .downwards-line>li.act>a .menu-item-text:before,.top-header .downwards-line>li.dt-hovered>a .menu-item-text:before,.top-header .downwards-line>li>a:hover .menu-item-text:before{height:2px;opacity:1;transform:translateY(0px)}.top-header .active-line-decoration>li>a,.top-header .hover-line-decoration>li>a{overflow:hidden}.top-header .active-line-decoration>li>a .decoration-line,.top-header .hover-line-decoration>li>a .decoration-line{position:absolute;top:0;left:0;width:100%;height:2px;content:"";opacity:0;transition:opacity .3s ease}.top-header .active-line-decoration>li.act>a .decoration-line,.top-header .hover-line-decoration>li.dt-hovered>a .decoration-line,.top-header .hover-line-decoration>li>a:hover .decoration-line{opacity:1}.top-header .hover-bg-decoration>li:not(.act)>a{transition:background .3s ease}.dt-mega-menu-wrap,.sub-nav{position:absolute;visibility:hidden;z-index:200;top:100%;left:0;width:240px;opacity:0}.sub-sideways .dt-mega-menu-wrap,.sub-sideways .sub-nav{z-index:9800}.sub-nav.right-overflow{left:auto;right:20px}.sub-nav{padding:0;box-shadow:0px 0px 4px rgba(0,0,0,.2);box-sizing:border-box}.sub-nav>li{position:relative;display:block;box-sizing:border-box}.sub-nav li:first-child:before{display:none}.sub-nav li a .text-wrap,.sub-nav>li>a{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-align-content:center;align-content:center;-ms-flex-line-pack:center;text-decoration:none}.sub-downwards:not(.h-center) .sub-nav li a .text-wrap,.sub-downwards:not(.h-center) .sub-nav>li>a{-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-ms-align-content:flex-start;align-content:flex-start}.sub-nav li a{box-sizing:border-box}.sub-nav li a .text-wrap{width:100%}.sub-downwards.h-center .sub-nav li a .text-wrap,.sub-downwards.h-center .sub-nav>li,.sub-downwards.h-justify.h-center .sub-nav>li>a{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;text-align:center}.sub-sideways .main-nav .sub-nav>li.has-children>a:after,.top-header .main-nav .sub-nav>li.has-children>a:after{position:absolute;display:block;right:0;top:50%;width:8px;height:8px;margin-top:-4px;content:"";-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-chevron-side.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-chevron-side.svg);-webkit-mask-size:8px;mask-size:8px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.sub-sideways .main-nav.level-arrows-on>li.has-children>a .menu-text:after{display:inline-block;width:10px;height:10px;content:"";-webkit-mask:url(/wp-content/themes/dt-the7/images/the7-chevron-side.svg);mask-image:url(/wp-content/themes/dt-the7/images/the7-chevron-side.svg);-webkit-mask-size:10px;mask-size:10px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;text-align:center;margin-left:5px}.dt-mobile-header .sub-nav .next-level-button:before,.sub-downwards .sub-nav .next-level-button:before,.sub-downwards.dt-parent-menu-clickable.side-header .sub-nav .next-level-button:before{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:8px}.dt-mobile-header .sub-nav .next-level-button,.sub-downwards .sub-nav .next-level-button{transition:transform .3s ease-out}.dt-mobile-header .sub-nav li.has-children.open-sub>.next-level-button,.sub-downwards .sub-nav li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.sub-nav .sub-nav{left:241px;top:0;margin-top:0px}.rtl .sub-nav .sub-nav{left:auto;right:241px}.sub-nav .sub-nav.right-overflow{left:-241px}.rtl .sub-nav .sub-nav.right-overflow{left:auto;right:-241px}.side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap:not(.bottom-overflow),.side-header:not(.sub-downwards) .main-nav>li>.sub-nav:not(.bottom-overflow){top:0;left:100%}.rtl .side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap:not(.bottom-overflow),.rtl .side-header:not(.sub-downwards) .main-nav>li>.sub-nav:not(.bottom-overflow){right:100%;left:auto}.side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap,.side-header:not(.sub-downwards) .main-nav>li>.sub-nav{left:100%}.rtl .side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap,.rtl .side-header:not(.sub-downwards) .main-nav>li>.sub-nav{right:100%;left:auto}.side-header .dt-mega-menu-wrap.bottom-overflow,.side-header .mini-nav.sub-nav.bottom-overflow,.side-header .sub-nav.bottom-overflow,.top-header.floating-navigation-below-slider .sub-nav.bottom-overflow{top:auto!important;bottom:0}.dt-mobile-header .mini-nav,.dt-mobile-header .mini-nav li{position:static}.dt-mobile-header .mini-nav .sub-nav{left:0;width:100%}.dt-mobile-header .mini-nav .sub-nav .sub-nav{left:0!important}.header-side-right .sub-sideways .main-nav>li>.dt-mega-menu-wrap,.header-side-right .sub-sideways .main-nav>li>.sub-nav,.overlay-navigation .content-right.sub-sideways .main-nav>li>.dt-mega-menu-wrap,.overlay-navigation .content-right.sub-sideways .main-nav>li>.sub-nav{left:auto!important;right:100%}.rtl.header-side-right .sub-sideways .main-nav>li>.dt-mega-menu-wrap,.rtl.header-side-right .sub-sideways .main-nav>li>.sub-nav,.rtl.overlay-navigation .content-right.sub-sideways .main-nav>li>.dt-mega-menu-wrap,.rtl.overlay-navigation .content-right.sub-sideways .main-nav>li>.sub-nav{left:100%!important;right:auto}.dt-mobile-header .sub-nav>li,.mobile-main-nav>li,.sub-downwards .main-nav>li,.sub-downwards .sub-nav>li{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.sub-downwards.side-header .main-nav>li>.dt-mega-menu-wrap>.sub-nav .sub-nav,.sub-downwards.side-header .main-nav>li>.sub-nav,.sub-downwards.side-header .main-nav>li>.sub-nav .sub-nav{position:relative;display:none;top:0;left:0;width:100%;visibility:visible;opacity:1;z-index:auto}.dt-mobile-header .mobile-main-nav>li>.dt-mega-menu-wrap,.dt-mobile-header .mobile-main-nav>li>.dt-mega-menu-wrap>.sub-nav .sub-nav,.dt-mobile-header .mobile-main-nav>li>.sub-nav,.dt-mobile-header .mobile-main-nav>li>.sub-nav .sub-nav,.sub-downwards.side-header .main-nav>li>.dt-mega-menu-wrap{position:relative;display:none;top:0;left:0;width:100%;padding:0;visibility:visible;opacity:1;z-index:auto}.sub-downwards.side-header .main-nav>li .sub-nav .sub-nav{box-sizing:border-box}.sub-downwards li:not(.dt-mega-menu) .sub-nav{width:auto}.sub-downwards li.has-children>a{max-width:calc(100% - 30px);box-sizing:border-box}.sub-downwards .main-nav>li>.sub-nav{padding-bottom:0}.mobile-main-nav .sub-nav,.sub-downwards .main-nav .sub-nav{background:0 0;box-shadow:none}.masthead.sub-downwards .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent,.sub-downwards .main-nav .sub-nav li{padding:0;width:100%}.sub-downwards .main-nav.level-arrows-on>li.has-children:last-child{margin-right:0}.main-nav .sub-nav>li>a{transition:background .3s}.next-level-button:hover,.sub-downwards #main-nav li a:hover{cursor:pointer!important}.mobile-header-bar,.mobile-header-space{display:none}.menu-open.not-iOS,.menu-open.not-iOS body{overflow:hidden}.dt-mobile-header{position:fixed;top:0;height:100%;min-height:100%;width:500px;max-width:100%;z-index:9602;box-sizing:border-box;background-color:grey;transition:transform .5s ease;transform:translate3d(-100%,0,0);overflow:hidden}.show-mobile-header .dt-mobile-header{transform:translate3d(0,0,0)}.right-mobile-menu .dt-mobile-header{right:0;transform:translate3d(100%,0,0);transition:right .5s ease}.touchevents .dt-mobile-header{overflow:auto;-webkit-overflow-scrolling:touch}html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar{width:13px}html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb{border-radius:10px;background-color:#1ebac8;border:4px solid #fff;box-sizing:border-box}.mobile-header-scrollbar-wrap{position:relative;width:100%;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.mobile-mini-widgets-in-menu,.show-on-first-switch,.show-on-second-switch{display:none}.mobile-mini-widgets-in-menu{padding:30px 0}.dt-mobile-header .mini-widgets{padding-bottom:30px}.mobile-sticky-header-overlay{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .4s}.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn{position:fixed;visibility:hidden;top:10px;right:10px;opacity:0;margin:0!important;background-color:rgba(0,0,0,.2);transition:background .2s linear;-webkit-backface-visibility:hidden}.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:hover{background-color:rgba(0,0,0,.5)}.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-toggle-caption{color:#fff!important}.floating-mobile-menu-icon .show-floating-icon .dt-mobile-menu-icon.floating-btn{visibility:visible;opacity:1}.dt-mobile-menu-icon.floating-btn .lines{border-radius:0}.floating-mobile-menu-icon .animate-color-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:not(:hover) .menu-line,.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:after,.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:before,.floating-mobile-menu-icon .two-line-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:not(:hover) .menu-line{background-color:#fff}.floating-mobile-menu-icon .animate-color-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:not(:hover) .menu-line:after,.floating-mobile-menu-icon .two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after{background-color:rgba(255,255,255,.6)}.mobile-main-nav{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex:10 1 auto;flex:10 1 auto}.mobile-main-nav>li{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex}.mobile-menu-show-divider .mobile-main-nav>li:before{content:"";position:absolute;top:-.5px;height:0;width:100%;max-width:100%;left:0}.dt-mobile-header.mobile-menu-show-divider .mobile-main-nav .new-column,.mobile-menu-show-divider .mobile-main-nav>li:first-child:before{display:none}.mobile-main-nav>li>a{text-decoration:none;position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 30px 10px 0;-ms-flex-positive:1;-ms-flex-grow:1;flex-grow:1}.mobile-main-nav>li>a.mega-menu-img-top{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.mobile-main-nav .sub-nav li.hide-mega-title>a{display:block;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-mobile-header .next-level-button{position:relative;right:0px;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-tap-highlight-color:transparent;min-width:30px}.dt-mobile-header .next-level-button svg{width:16px}.mobile-main-nav .next-level-button{transition:transform .3s ease-out}.mobile-main-nav li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.mobile-main-nav .menu-item a i{margin-right:6px}.mobile-main-nav li>a .subtitle-text{font-size:10px;line-height:12px;font-family:Arial,sans-serif}.mobile-main-nav .sub-nav{margin-left:20px}.header-side-right .mobile-main-nav .mega-auto-width>.sub-nav,.header-side-right .mobile-main-nav .mega-full-width>.sub-nav{right:0}#page #mobile-menu .sub-nav>li,#page .mobile-main-nav .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent{padding:0;width:100%}#page .mobile-main-nav .sub-nav{width:100%}.mobile-main-nav .sub-nav .sub-nav{left:0}.mobile-main-nav .sub-nav>li>a{padding:10px 30px 10px 0;margin:0;-ms-flex-positive:1;-ms-flex-grow:1;flex-grow:1}.mobile-main-nav .sub-nav>li>a:hover{background:0 0!important}.mobile-main-nav .sub-nav .next-level-button{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;content:"\ef02";font-family:icomoon-the7-font;speak:none;font-weight:400;font-variant:normal;text-transform:none;font-size:10px;line-height:1;font-style:normal;top:0;margin:0;transition:transform .3s ease-out}.mobile-main-nav .sub-nav li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.dt-mobile-menu-icon,.lines-button{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;cursor:pointer;user-select:none}.dt-mobile-menu-icon .menu-toggle-caption,.lines-button .menu-toggle-caption{transition:color .2s linear}.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption,.mobile-right-caption .lines-button .menu-toggle-caption{order:2}.lines-button:active{transition:none}.dt-close-mobile-menu-icon{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;position:absolute;top:0;z-index:9999;opacity:0;transition:opacity .5s ease;min-width:12px;min-height:12px}.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon{position:fixed}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon{min-height:15px;min-width:3px}.dt-close-mobile-menu-icon .mobile-menu-close-caption{transition:color .2s linear}.mobile-close-right-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption{order:2}.admin-bar .dt-close-mobile-menu-icon{top:32px}.show-mobile-header .dt-close-mobile-menu-icon{opacity:1}.dt-close-mobile-menu-icon:hover{cursor:pointer}.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover .close-line-wrap{transform:rotate(180deg)}.dt-close-mobile-menu-icon .close-line-wrap{position:relative;width:22px;height:100%}.fade-small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:16px;height:16px}.fade-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:20px;height:20px}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:16px;height:16px}.fade-big-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:26px;height:26px}.fade-thin-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:12px;height:12px}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:3px;height:15px}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:15px;height:3px}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:7px;height:7px}.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:20px;height:20px;transform-style:preserve-3d;transition:transform .4s ease-in-out;z-index:2}@keyframes rotate-close-icon{100%{transform:rotate(360deg)}}@media screen and (max-width:782px){.admin-bar .dt-close-mobile-menu-icon{top:46px}}.dt-close-mobile-menu-icon span{position:relative;display:block;margin:0;transition:all .2s;z-index:2}.small-mobile-menu-close-icon .dt-close-mobile-menu-icon span{min-height:18px;min-width:18px}.large-mobile-menu-close-icon .dt-close-mobile-menu-icon span{min-height:28px;min-width:28px}.dt-close-mobile-menu-icon .close-line{display:inline-block;transform-origin:50% 50%;width:22px;height:2px;position:absolute;left:0;content:'';transition:transform .2s ease}.small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:18px}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:16px;height:4px;top:50%;margin-top:-2px}.fade-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:20px;top:50%;margin-top:-1px}.large-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:28px}.dt-close-mobile-menu-icon .close-line:nth-child(2){display:none}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:nth-child(2){display:block;top:6px}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:nth-child(2){display:block;left:6px}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:3px;height:3px;top:0;border-radius:50%}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:3px;height:3px;top:0;left:0;border-radius:50%}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:7px;height:7px;border-radius:50%;transition:transform .2s ease}.fade-big-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:26px;height:1px;top:50%;margin-top:-1px}.fade-thin-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:12px;height:1px;top:50%;margin-top:-1px}.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:20px;height:4px;top:50%;margin-top:-2px}.fade-small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:16px;height:2px;top:50%;margin-top:-1px}.dt-close-mobile-menu-icon .close-line:after,.dt-close-mobile-menu-icon .close-line:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;box-sizing:border-box}.dt-close-mobile-menu-icon .close-line:after{opacity:0}.dt-close-mobile-menu-icon .close-line:before{opacity:1}.small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{margin:-1px 0 0 -9px}.large-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{margin:-1px 0 0 -14px}.dt-close-mobile-menu-icon:hover .close-line:before{opacity:0}.dt-close-mobile-menu-icon:hover .close-line:after{opacity:1}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover .close-line:first-child{transform:scale(1)}.lines{position:relative;display:inline-block;width:22px;height:2px}.lines:after,.lines:before{position:absolute;width:22px;height:2px;left:0;content:'';transform-origin:1.5px center;transition:transform .3s}.dt-mobile-menu-icon .lines:before{top:7px}.dt-mobile-menu-icon .lines:after{top:-7px}.dt-mobile-menu-icon:hover .lines:before{transform:translateY(-2px)}.dt-mobile-menu-icon:hover .lines:after{transform:translateY(2px)}.dt-close-mobile-menu-icon .close-line:first-child{transform:rotate3d(0,0,1,45deg)}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:first-child,.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:first-child{transform:none}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:first-child{transform:scale(.8)}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover span:first-child{transform:rotate3d(0,0,1,0deg)}.dt-close-mobile-menu-icon .close-line:last-child{transform:rotate3d(0,0,1,-45deg)}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:last-child{transform:none;top:12px}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:last-child{transform:none;left:12px}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:last-child{display:none}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover span:last-child{transform:rotate3d(0,0,1,0deg)}.masthead .mobile-header-bar{position:relative;min-height:150px;width:100%;-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-align-content:stretch;align-content:stretch;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.mobile-header-bar>*{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.mobile-header-bar .mobile-branding{line-height:0}.mobile-header-bar .mobile-branding img{max-width:100%;height:auto}#phantom{position:fixed;width:100%;left:0;top:0;box-sizing:border-box}#phantom.boxed{left:50%;transform:translateX(-50%)}.dt-style-um #phantom{display:none}.phantom-fade #phantom{-webkit-transform:translateZ(0)}.phantom-fade #phantom:not(.show-phantom):not(.hide-phantom){display:none;opacity:0}.phantom-fade #phantom.boxed{-webkit-transform:translate3d(-50%,0,0)}.phantom-fade .hide-phantom#phantom{animation:fade-out-anim .8s ease 0s 1 normal both}.phantom-fade .show-phantom#phantom{animation:opacity-lat .7s ease 0s 1 normal both;animation-delay:.1s}.phantom-fade #phantom.hide-phantom{will-change:opacity}@keyframes opacity-lat{0%{opacity:0;visibility:hidden}100%,70%{opacity:1;visibility:visible}}@keyframes fade-out-anim{0%{opacity:1;display:block}30%,99%{opacity:0;display:block}100%{opacity:0;display:none;z-index:1}}@keyframes fade-in-anim{0%{opacity:0;display:none}1%{opacity:0;display:block}100%,50%{opacity:1;display:block}}.phantom-slide #phantom.hide-phantom{will-change:transform,opacity}.phantom-slide #phantom{transform:translateY(-100%);opacity:0}.phantom-slide .hide-phantom#phantom{animation:slide-out-anim .35s ease 0s 1 normal both}.phantom-slide .boxed.hide-phantom#phantom{animation:slide-out-anim-boxed .35s ease 0s 1 normal both}.phantom-slide .show-phantom#phantom{animation:slide-in-anim .52s ease 0s 1 normal both}.phantom-slide .boxed.show-phantom#phantom{animation:slide-in-anim-boxed .52s ease 0s 1 normal both}@keyframes slide-out-anim{0%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(-50%)}100%{opacity:0;transform:translateY(-100%)}}@keyframes slide-in-anim{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-out-anim-boxed{0%{opacity:1;transform:translate3d(-50%,0,0)}30%{opacity:1;transform:translate3d(-50%,-50%,0)}100%{opacity:0;transform:translate3d(-50%,-100%,0)}}@keyframes slide-in-anim-boxed{0%{opacity:0;transform:translate3d(-50%,-100%,0)}10%{opacity:1;transform:translate3d(-50%,-100%,0)}100%{opacity:1;transform:translate3d(-50%,0,0)}}body.admin-bar #phantom{top:32px!important}#phantom.boxed{z-index:9008}.ph-wrap{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;margin:0 auto}.full-height .ph-wrap{-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.ph-wrap .menu-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.justify .ph-wrap .menu-box,.ph-wrap.with-logo .menu-box{-ms-flex-positive:1;-ms-flex-grow:1;flex-grow:1}.ph-wrap.with-logo .menu-box{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}#phantom.inline-header.center .main-nav,#phantom:not(.split-header) .main-nav,.inline-header.center .ph-wrap.with-logo .menu-box{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}#phantom.classic-header.justify .main-nav,#phantom.inline-header.justify .main-nav,#phantom.split-header.justify .main-nav{-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}#phantom .with-logo .main-nav{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}#phantom.inline-header.left .main-nav{-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.widget-box .mini-widgets{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}#phantom.full-width .ph-wrap{max-width:100%}#phantom .ph-wrap.boxed{width:100%;max-width:1320px;margin:0 auto}.ph-wrap .header-bar{width:100%}.ph-wrap .header-bar .mini-widgets{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.header-side-left .mixed-header .ph-wrap .header-bar .mini-widgets{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.header-side-left .mixed-header.logo-center .ph-wrap .header-bar .menu-toggle{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.ph-wrap .logo-box{display:none}.ph-wrap.with-logo .logo-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;line-height:0}.ph-wrap .widget-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.phantom-logo-off .show-phantom .branding{display:none;visibility:hidden}.phantom-custom-logo-on .hide-phantom.classic-header .branding .phantom-top-line-logo,.phantom-custom-logo-on .masthead:not(#phantom) .phantom-top-line-logo,.phantom-custom-logo-on .show-phantom.classic-header .branding>a:not(.phantom-top-line-logo),.phantom-custom-logo-on .show-phantom.classic-header .branding>img:not(.phantom-top-line-logo){opacity:0;visibility:hidden}.phantom-custom-logo-on .masthead:not(#phantom) .phantom-top-line-logo{position:absolute}.phantom-custom-logo-on .hide-phantom.masthead:not(.classic-header):not(.side-header) .branding .phantom-top-line-logo,.phantom-custom-logo-on .show-phantom.masthead:not(.classic-header):not(.side-header) .branding>a:not(.phantom-top-line-logo),.phantom-custom-logo-on .show-phantom.masthead:not(.classic-header):not(.side-header) .branding>img:not(.phantom-top-line-logo){opacity:0;display:none}.animate-sticky{float:left;width:1px;height:100%}.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>a:not(.sticky-logo),.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>img:not(.sticky-logo){display:none;opacity:0}.phantom-logo-off.phantom-sticky .sticky-on .branding>a,.phantom-logo-off.phantom-sticky .sticky-on .branding>img,.phantom-main-logo-on.phantom-sticky .sticky-on .branding>a,.phantom-main-logo-on.phantom-sticky .sticky-on .branding>img,.phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,.phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo{display:none;visibility:hidden}.responsive-off .dt-mobile-header,.responsive-off .dt-mobile-menu-icon,.responsive-off .masthead .mobile-header-bar,.responsive-off .mobile-header-space,.responsive-off.transparent .header-space{display:none}/*!!!REWRITE Sticky floating*/.responsive-off.overlay-navigation .sticky-header-overlay{display:none}.responsive-off.phantom-sticky .fixed-masthead.masthead{position:absolute;top:0;width:100%;z-index:500}.phantom-sticky .fixed-masthead.masthead.sticky-on{position:fixed}.responsive-off.phantom-shadow-decoration.phantom-sticky .masthead.sticky-on{box-shadow:0 0 15px 1px rgba(0,0,0,.07);border-bottom:none}.responsive-off.phantom-disable-decoration.phantom-sticky .masthead.sticky-on{box-shadow:none!important;border-bottom:none}.responsive-off.phantom-sticky:not(.phantom-shadow-decoration) .masthead.sticky-on.shadow-decoration:not(.side-header-menu-icon){box-shadow:none}.responsive-off.floating-navigation-below-slider.phantom-sticky:not(.transparent) .masthead{position:relative;top:0!important}.responsive-off.floating-navigation-below-slider.phantom-sticky.transparent .masthead{position:absolute}.responsive-off.floating-navigation-below-slider.phantom-sticky .masthead.sticky-on{position:fixed}.responsive-off.phantom-sticky:not(.overlap):not(.transparent) .masthead:not(.side-header){transition:background-color 330ms ease}.responsive-off.phantom-sticky .page-inner .masthead:not(.side-header){-webkit-backface-visibility:hidden}.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>a:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>img:not(.sticky-logo){display:none;opacity:0}.responsive-off.phantom-logo-off.phantom-sticky .sticky-on .branding>a,.responsive-off.phantom-logo-off.phantom-sticky .sticky-on .branding>img,.responsive-off.phantom-main-logo-on.phantom-sticky .sticky-on .branding>a,.responsive-off.phantom-main-logo-on.phantom-sticky .sticky-on .branding>img,.responsive-off.phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,.responsive-off.phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo{display:none;visibility:hidden}.responsive-off.phantom-main-logo-on.phantom-sticky .sticky-on .branding .sticky-logo{display:block;visibility:visible}.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>a:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>img:not(.sticky-logo){visibility:hidden}.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding>a:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding>img:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding .sticky-logo{visibility:visible}.phantom-main-logo-on.phantom-sticky.responsive-off .branding .sticky-logo{display:none}.phantom-sticky.responsive-off #page .side-header .branding>a:not(.sticky-logo),.phantom-sticky.responsive-off #page .side-header .branding>img:not(.sticky-logo):not(.mobile-logo){display:block;opacity:1;animation:none;visibility:visible}.sticky-mobile-header .masthead-mobile-header{transition:background .5s ease}.phantom-sticky .masthead{transition:background-color .5s ease,background-image .5s ease}.phantom-sticky .branding>a.same-logo{display:block!important;visibility:visible!important;opacity:1!important}.phantom-sticky .branding>a:not(.same-logo){opacity:0;transition:opacity .3s ease;display:block!important;position:absolute;left:-100%}.phantom-sticky .sticky-off .branding>a:not(.sticky-logo),.phantom-sticky .sticky-on .branding>a.sticky-logo{opacity:1;position:static}.footer{padding:0}.footer.full-width-line.empty-footer{border:none}#bottom-bar.full-width-line .wf-container-bottom,#bottom-bar.solid-bg .wf-container-bottom,.empty-footer.solid-bg #bottom-bar.full-width-line,.empty-footer.solid-bg .wf-container-bottom,.footer.full-width-line .wf-container-footer,.footer.solid-bg .wf-container-footer{border-top:none}.header-side-left.footer-overlap #footer,.header-side-right.footer-overlap #footer,.overlay-navigation.header-side-line.footer-overlap #footer{box-sizing:border-box}.footer-overlap #page .page-inner{position:relative;z-index:100}.engage-opened.footer-overlap .page-inner{z-index:9400}.mobile-false .footer-overlap .footer{position:fixed;bottom:0;width:100%;z-index:99;opacity:0}.wf-container-footer{padding-top:50px}.footer .widget{box-sizing:border-box}#bottom-bar{position:relative;z-index:9;margin:0 auto}#bottom-bar .wf-container-bottom{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:space-between;-ms-justify-content:space-between;justify-content:space-between;box-sizing:border-box}.logo-center#bottom-bar .wf-container-bottom{-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}#bottom-bar p{margin-bottom:0}.bottom-text-block{text-align:right}.bottom-text-block:not(:first-child){margin-left:20px}.logo-center .bottom-text-block{text-align:center}.logo-center .bottom-text-block:not(:first-child){margin-left:0}#branding-bottom{padding:10px 10px 10px 0;line-height:0;font-size:0}.logo-split #branding-bottom{-ms-flex-order:1;order:1}#bottom-bar .wf-float-left{margin-right:10px}.logo-center#bottom-bar .wf-float-left{margin-right:0}.logo-split#bottom-bar .wf-float-left{text-align:right}#bottom-bar.logo-split .wf-float-left{-ms-flex:1 1 0%;flex:1 1 0%}#bottom-bar .wf-float-left:last-of-type{margin-right:0}#bottom-bar .wf-float-right{display:-ms-flexbox;display:-ms-flex;display:flex;flex-grow:1;-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;margin-left:10px;margin-right:0}.logo-center#bottom-bar .wf-float-right{margin-left:0;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.logo-split#bottom-bar .wf-float-right{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}#bottom-bar.logo-split .wf-float-right{-ms-flex-order:2;order:2;-ms-flex:1 1 0%;flex:1 1 0%}#bottom-bar .sub-nav{top:auto;bottom:100%}#bottom-bar .sub-nav .sub-nav{bottom:0}#bottom-bar .sub-nav li:before{width:200px;margin:0 15px}#bottom-bar .sub-nav a:hover,#bottom-bar a{text-decoration:none}#bottom-bar a:hover{text-decoration:underline}#bottom-bar .dt-shortcode-soc-icons a:hover{text-decoration:none}#bottom-menu li .menu-text svg{display:none}#bottom-bar .menu-select{position:absolute;align-items:center;visibility:hidden;height:0;opacity:0;overflow:hidden}#bottom-bar .menu-select svg{margin-right:8px;width:16px}#bottom-bar .mini-nav ul{display:block}.logo-center#bottom-bar .mini-nav ul{text-align:center}.footer-sub-nav{position:absolute;visibility:hidden;z-index:200;bottom:100%;left:0;width:240px;opacity:0;background:#fff;box-shadow:0px 0px 4px rgba(0,0,0,.2)}.footer-sub-nav>li{position:relative;display:block;padding:0 10px;box-sizing:border-box}.footer-sub-nav>li:first-child{padding-top:10px}.footer-sub-nav>li:last-child{padding-bottom:10px}.footer-sub-nav>li a{padding:5px}.footer-sub-nav>li a .menu-text,.footer-sub-nav>li a .subtitle-text{color:#222}.footer-sub-nav .footer-sub-nav{bottom:0;left:241px!important}.rtl .footer-sub-nav .footer-sub-nav{right:241px;left:auto!important}.footer-sub-nav .footer-sub-nav.right-overflow{left:-241px!important}.rtl .footer-sub-nav .footer-sub-nav.right-overflow{right:-241px;left:auto!important}#bottom-bar .wf-float-right .mini-nav ul li{vertical-align:baseline}.post-rollover,.rollover,.rollover-project>a,.rollover-video{position:relative;display:block;line-height:0;text-decoration:none}.rollover:hover{text-decoration:none}.rollover img{max-width:100%;height:auto}.rsShor .rollover-video{position:static}.gallery-item .gallery-icon .rollover{display:inline-block}.format-gallery .rollover{overflow:hidden}.post-rollover i,.rollover i,.rollover-video i{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.hover-style-one .links-container,.hover-style-one .rollover-project>a:after,.hover-style-one .rollover-thumbnails,.hover-style-three .rollover-project>a:after,.hover-style-two .links-container,.hover-style-two .rollover-thumbnails,.post-rollover i,.rollover i,.rollover-content-container,.rollover-thumbnails,.rollover-video .video-icon,.rollover-video i,.rollover-video i:after{transition:all 450ms ease}.description-on-hover>.wf-cell .rollover i{visibility:hidden}.description-on-hover>.wf-cell .description-off .rollover i,.description-on-hover>.wf-cell .forward-post .rollover i{visibility:visible}.project-list-media .rollover-video i:after{position:absolute;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;content:""}.rollover-video .video-icon{position:absolute;left:0;top:0;width:100%;height:100%;z-index:99;background-position:center center;background-repeat:no-repeat}.rollover-video .video-icon:before{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background-color:rgba(0,0,0,.4);background-position:30px center;background-repeat:no-repeat;content:"";border-radius:50%}.mobile-false .images-list:hover i,.mobile-false .post-rollover:hover i,.mobile-false .rollover:hover i,.rollover-video:hover i{display:block;opacity:1}.images-list:hover .rollover-video .video-icon:before,.rollover-video:hover .video-icon:before{background-color:rgba(0,0,0,.4);opacity:1}.rollover-video .video-icon:hover{opacity:1}.blog .format-video .rollover i:after,.dt-blog-shortcode .format-video .rollover i:after,.rollover-video .video-icon:before,.rollover-video i:after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve' fill='white'%3E%3Cpath d='M3.125,4L10.2,8.001L3.125,12V3.8 M1,0v16l13-8L1,0L1,0z'/%3E%3C/svg%3E")}.hover-style-one .rollover:hover i{display:none}.filter-grayscale .content img,.filter-grayscale .footer img,.filter-grayscale .map-container,.filter-grayscale .royalSlider img,.filter-grayscale .shortcode-banner,.filter-grayscale .sidebar img,.filter-grayscale embed,.filter-grayscale iframe,.filter-grayscale object,.filter-grayscale-static .content img,.filter-grayscale-static .footer img,.filter-grayscale-static .map-container,.filter-grayscale-static .royalSlider img,.filter-grayscale-static .shortcode-banner,.filter-grayscale-static .sidebar img,.filter-grayscale-static embed,.filter-grayscale-static iframe,.filter-grayscale-static object{-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);filter:gray}.mobile-false .filter-grayscale .content img,.mobile-false .filter-grayscale .footer img,.mobile-false .filter-grayscale .map-container,.mobile-false .filter-grayscale .royalSlider img,.mobile-false .filter-grayscale .shortcode-banner,.mobile-false .filter-grayscale .sidebar img,.mobile-false .filter-grayscale embed,.mobile-false .filter-grayscale iframe,.mobile-false .filter-grayscale object,.mobile-false .filter-grayscale-static .content img,.mobile-false .filter-grayscale-static .footer img,.mobile-false .filter-grayscale-static .map-container,.mobile-false .filter-grayscale-static .royalSlider img,.mobile-false .filter-grayscale-static .shortcode-banner,.mobile-false .filter-grayscale-static .sidebar img,.mobile-false .filter-grayscale-static embed,.mobile-false .filter-grayscale-static iframe,.mobile-false .filter-grayscale-static object{-webkit-backface-visibility:visible!important}.filter-grayscale #branding-bottom img,.filter-grayscale .buttons-on-img:hover img,.filter-grayscale .content .rev_slider_wrapper:hover img,.filter-grayscale .content img:hover,.filter-grayscale .cs-style-3 .link:hover img,.filter-grayscale .dt-hovered img,.filter-grayscale .dt-owl-item:hover img,.filter-grayscale .filter-disable img,.filter-grayscale .footer img:hover,.filter-grayscale .gradient-overlap-layout-list article:hover img,.filter-grayscale .map-container:hover,.filter-grayscale .post-rollover:hover img,.filter-grayscale .post-thumbnail-rollover:hover img,.filter-grayscale .post-thumbnail:hover img,.filter-grayscale .rollover-project:hover img,.filter-grayscale .rollover-video:hover img,.filter-grayscale .rollover:hover img,.filter-grayscale .royalSlider:hover img,.filter-grayscale .rsThumb:hover img,.filter-grayscale .shortcode-banner:hover,.filter-grayscale .sidebar img:hover,.filter-grayscale embed:hover,.filter-grayscale iframe:hover,.filter-grayscale img.dt-hovered,.filter-grayscale img.filter-disable,.filter-grayscale object:hover,.filter-grayscale-static #branding-bottom img,.mobile-false .content-rollover-layout-list article:hover img,.mobile-false .gradient-overlay-layout-list article:hover img{-webkit-filter:grayscale(0%);-ms-filter:grayscale(0%);filter:grayscale(0%);filter:none}.gallery-shortcode figure{position:relative;overflow:hidden;transform:translateZ(0)}.gallery-rollover{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;opacity:0;transition:opacity .4s ease}.gallery-shortcode figure:hover .gallery-rollover{opacity:1}.album-gallery-shortcode .rollover{float:left}.blog-carousel-shortcode .gallery-zoom-ico,.blog-shortcode .gallery-zoom-ico{opacity:0;transition:opacity .4s ease}.blog-carousel-shortcode .post-thumbnail-rollover:hover .gallery-zoom-ico,.blog-shortcode .post-thumbnail-rollover:hover .gallery-zoom-ico,.content-rollover-layout-list .gallery-zoom-ico,.gradient-overlay-layout-list .gallery-zoom-ico{opacity:1}.albums-shortcode .gallery-zoom-ico,.blog-carousel-shortcode .gallery-zoom-ico,.blog-shortcode .gallery-zoom-ico,.gallery-shortcode .gallery-zoom-ico{position:absolute;top:50%;left:50%;width:100%;height:100%;z-index:10;border-style:solid;box-sizing:border-box;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.albums-shortcode .gallery-zoom-ico span,.blog-carousel-shortcode .gallery-zoom-ico span,.blog-shortcode .gallery-zoom-ico span,.gallery-shortcode .gallery-zoom-ico span{position:relative;z-index:11}.content-rollover-layout-list.albums-shortcode .gallery-zoom-ico,.content-rollover-layout-list.blog-carousel-shortcode .gallery-zoom-ico,.content-rollover-layout-list.blog-shortcode .gallery-zoom-ico,.content-rollover-layout-list.gallery-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.albums-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.blog-carousel-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.blog-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.gallery-shortcode .gallery-zoom-ico{position:static}.content-rollover-layout-list .post-thumbnail-wrap .gallery-zoom-ico,.gallery-shortcode.album-gallery-shortcode.hover-scale article:after,.gradient-overlay-layout-list .post-thumbnail-wrap .gallery-zoom-ico{display:none}.gallery-shortcode .rollover>i{display:none!important}.quick-scale-img .rollover,.scale-img .rollover{transform:translateZ(0);overflow:hidden}.quick-scale-img .post-thumbnail-rollover img,.quick-scale-img .rollover img,.quick-scale-img .trigger-img-hover .img-wrap img{transition:transform .25s ease-out,opacity .25s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale-img .post-thumbnail-rollover img,.scale-img .rollover img,.scale-img .trigger-img-hover .img-wrap img{transition:transform .3s ease-out,opacity .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.post-thumbnail-rollover img.blog-thumb-lazy-load,.post-thumbnail-rollover img.lazy-load,.post-thumbnail-rollover img.lazy-scroll,.rollover img.blog-thumb-lazy-load,.rollover img.lazy-load,.rollover img.lazy-scroll,.trigger-img-hover .img-wrap img.blog-thumb-lazy-load,.trigger-img-hover .img-wrap img.lazy-load,.trigger-img-hover .img-wrap img.lazy-scroll{transition:transform .3s ease-out,opacity .35s}.mobile-false .scale-img .post-thumbnail:not(.overlay-placeholder):hover>.post-thumbnail-rollover img,.mobile-false .scale-img .trigger-img-hover:hover .img-wrap img,.mobile-false .scale-img article:hover .rollover img,.mobile-false .scale-img figure:hover .rollover img,.scale-img .on-hover .post-thumbnail>.post-thumbnail-rollover img{transform:scale(1.2);transition:transform 4s ease-out,opacity .25s ease-out}.mobile-false .quick-scale-img .post-thumbnail:not(.overlay-placeholder):hover>.post-thumbnail-rollover img,.mobile-false .quick-scale-img .trigger-img-hover:hover .img-wrap img,.mobile-false .quick-scale-img article:hover .rollover img,.mobile-false .quick-scale-img figure:hover .rollover img,.quick-scale-img .on-hover .post-thumbnail>.post-thumbnail-rollover img{transform:scale(1.2);transition:transform .25s ease-out,opacity .25s ease-out}.mobile-false .hover-scale.gallery-shortcode .rollover-content{background:0 0!important;transform:scale(1)}.hover-scale.gallery-shortcode .post,.hover-scale.gallery-shortcode .post .rollover{overflow:hidden}.hover-scale.gallery-shortcode .rollover:after{display:block;background-color:inherit;position:absolute;top:0;left:0;right:0;opacity:0;content:"";border-radius:50%;padding-bottom:100%;transform:scale(0);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s}.hover-scale.gallery-shortcode .ratio-2 .rollover:after{top:-50%}.hover-scale .ratio_3-2 .rollover:after{top:-25%}.hover-scale article.ratio_0-5:after,.hover-scale.gallery-shortcode .ratio_0-5 .rollover:after{top:25%}.hover-scale.gallery-shortcode .ratio_4-3 .rollover:after{top:-16.6666%}.hover-scale.gallery-shortcode .ratio_2-3 .rollover:after{top:16.6666%}.hover-scale.gallery-shortcode .ratio_3-4 .rollover:after{top:14.5%}.mobile-false .hover-scale.gallery-shortcode .post:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked .rollover:after{opacity:1;transform:scale(1.42)}.mobile-false .hover-scale.gallery-shortcode .post.ratio_3-2:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_3-2 .rollover:after{transform:scale(1.2)}.mobile-false .hover-scale article.ratio_0-5:hover:after,.mobile-false .hover-scale.gallery-shortcode .post.ratio_0-5:hover .rollover:after{transform:scale(2.5)}.mobile-false .hover-scale.gallery-shortcode .post.ratio_4-3:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_4-3 .rollover:after{transform:scale(1.5)}.mobile-false .hover-scale.gallery-shortcode .post.ratio_2-3:hover .rollover:after,.mobile-false .hover-scale.gallery-shortcode .post.ratio_3-4:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_2-3 .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_3-4 .rollover:after{transform:scale(2)}.mobile-false .hover-scale .rollover-content{background:0 0!important;transform:scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s}.blog-shortcode>div:not(.dt-css-grid) .wf-cell,.blog.layout-grid .wf-container.description-under-image .wf-cell,.grid-masonry .wf-cell,.iso-grid .wf-cell,.iso-item,.portfolio-shortcode .wf-cell,.shortcode-blog-posts .wf-cell{opacity:0}.no-cssanimations #main .jg-container .wf-cell,.no-cssanimations .blog.layout-grid .wf-container.description-under-image .wf-cell,.no-cssanimations .grid-masonry .wf-cell,.no-cssanimations .iso-grid .wf-cell,.no-cssanimations .iso-item,.no-cssanimations .shortcode-blog-posts.iso-grid .wf-cell{opacity:1}.mobile-false .iso-container .wf-cell,.mobile-false .iso-grid .wf-cell{float:left}.iso-grid.iso-item-ready article,.mode-grid article{height:100%}.iso-item{width:100%}.dt-isotope .wf-cell{will-change:top,left}.dt-isotope .wf-cell.animate-position{transition:top .65s ease-out,left .65s ease-out;opacity:1}.footer .layzr-bg,.layzr-bg{background-position:center center;background-repeat:no-repeat}.layzr-bg.post-rollover,.layzr-bg.rollover-small{background-size:auto 30%}.layzr-loading-on .iso-lazy-load{opacity:0;transition:opacity .35s ease-out}.layzr-loading-on .iso-lazy-load.is-loaded{opacity:1}.loading-effect-none .wf-cell.shown:not(.isotope-hidden):not(.hidden),.mobile-true .dt-isotope .wf-cell.shown:not(.isotope-hidden),.mobile-true .wf-cell.shown:not(.isotope-hidden):not(.hidden){animation:dt_fadeIn .4s ease forwards}.mobile-false .loading-effect-fade-in .wf-cell.shown:not(.isotope-hidden):not(.hidden),.mobile-false .loading-effect-fade-in .wf-cell.start-animation{animation:dt_fadeIn .7s ease forwards}@keyframes dt_fadeIn{to{opacity:1}}.mobile-false .loading-effect-move-up .wf-cell.shown:not(.isotope-hidden):not(.hidden),.mobile-false .loading-effect-move-up .wf-cell.start-animation{transform:translateY(200px);animation:dt_moveUp .55s ease-in-out forwards}.mobile-false .loading-effect-move-up .wf-cell .project-list-content{-moz-osx-font-smoothing:grayscale}@keyframes dt_moveUp{to{transform:translateY(0);opacity:1}}.mobile-false .loading-effect-scale-up .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-scale-up .wf-cell.start-animation{transform:scale(.6);animation:dt_scaleUp .57s ease-in-out forwards}@keyframes dt_scaleUp{to{transform:scale(1);opacity:1}}.mobile-false .loading-effect-fall-perspective,.mobile-false .loading-effect-flip,.mobile-false .loading-effect-helix,.mobile-false .loading-effect-scale{-webkit-perspective:1300px;perspective:1300px}.mobile-false .loading-effect-fall-perspective{-webkit-backface-visibility:hidden}.mobile-false .loading-effect-fall-perspective .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-fall-perspective .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform:translateZ(400px) translateY(300px) rotateX(-65deg);animation:dt_fallPerspective .75s ease-in-out forwards}@keyframes dt_fallPerspective{100%{transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1}}.mobile-false .loading-effect-fly .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-fly .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform-origin:50% 50% -300px;transform:rotateX(-180deg);animation:dt_fly .7s ease-in-out forwards}.mobile-false .loading-effect-fly .wf-cell.animation-complete{opacity:1}@keyframes dt_fly{100%{transform:rotateX(0deg);opacity:1}}.mobile-false .loading-effect-flip .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-flip .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform-origin:0% 0%;transform:rotateX(-80deg);animation:dt_flip .7s ease-in-out forwards}@keyframes dt_flip{100%{transform:rotateX(0deg);opacity:1}}.mobile-false .loading-effect-helix .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-helix .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform:rotateY(-180deg);animation:dt_helix .7s ease-in-out forwards}@keyframes dt_helix{100%{transform:rotateY(0deg);opacity:1}}.mobile-false .loading-effect-scale .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-scale .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform:scale(.4);animation:dt_popUp .9s ease-in forwards}@keyframes dt_popUp{70%{transform:scale(1.05);opacity:.8;animation-timing-function:ease-in-out}100%{transform:scale(1);opacity:1}}.dt-isotope .wf-cell.no-transition,.dt-isotope.no-transition,.dt-isotope.no-transition .wf-cell{transition-duration:0s}#main .jg-container .wf-cell{float:left;opacity:0;padding:0}#main .jg-container .wf-cell .post{margin:0;padding:0}.layzr-loading-on .jgrid-lazy-load{opacity:0;transition:opacity .33s}.layzr-loading-on .jgrid-layzr-loaded{opacity:1}.jg-container .post .alignleft,.jg-container .post .alignnone{margin-bottom:0}.wf-container.dt-css-grid:before{display:none}.dt-css-grid{display:-ms-grid;display:grid;transition:all .33s}.cssgridlegacy.no-cssgrid .dt-css-grid,.no-cssgridlegacy.no-cssgrid .dt-css-grid{display:block}.dt-css-grid .wf-cell{display:flex;padding:0;opacity:0}.dt-css-grid .wf-cell>a,.dt-css-grid .wf-cell>article,.dt-css-grid .wf-cell>div{width:100%}.cssgridlegacy.no-cssgrid .dt-css-grid .wf-cell:not(.hidden),.no-cssgridlegacy.no-cssgrid .dt-css-grid .wf-cell:not(.hidden){display:inline-block}.jquery-filter .dt-css-grid .wf-cell.hidden,.jquery-filter .dt-css-grid .wf-cell:not(.visible):not(.shown){visibility:hidden;opacity:0}.dt-css-grid .no-img .overlay-placeholder img{max-width:100%}.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid,.no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}img.lazy-load,img.lazy-scroll,img.owl-thumb-lazy-load-show{transition:opacity .38s}img.lazy-load:not(.is-loaded),img.lazy-scroll:not(.is-loaded),img.owl-thumb-lazy-load-show:not(.is-loaded){opacity:0!important}img.is-loaded{opacity:1}.scroll-top{position:fixed;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;right:10px;bottom:10px;width:40px;height:40px;opacity:0;z-index:-1;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";text-decoration:none;background-color:#000;background-color:rgba(0,0,0,.2)}.show-mobile-header .scroll-top{opacity:0}.scroll-top,.scroll-top i,.scroll-top svg,.scroll-top::before{transition:all .4s ease}.scroll-top.off{right:-45px;opacity:0}.scroll-top.on{right:10px;opacity:1;z-index:109}.header-side-right .scroll-top.on{right:auto;left:10px}.show-mobile-header .scroll-top.on{opacity:0}.scroll-top:hover{background-color:#000;background-color:rgba(0,0,0,.5)}.scroll-top svg{text-transform:none;width:24px;line-height:1;fill:#fff}.scroll-top-elementor-icon:before{display:none}.scroll-top-elementor-icon,.scroll-top-elementor-icon:hover{color:#fff}.scroll-top-elementor-icon svg{fill:#fff}.no-avatar{position:relative;width:50px;height:50px;box-sizing:border-box}a.no-avatar{transition:all 450ms ease}.no-avatar svg{width:32px;height:auto}.comment .no-avatar,.items-grid .no-avatar,.recent-posts .no-avatar{width:60px;height:60px}.author-avatar .no-avatar,.comment .no-avatar{display:inline-flex;justify-content:center;align-items:center;position:initial}.shortcode-code{padding:25px 20px}.edit-link{padding:5px 10px;background-color:#69c354;color:#fff!important;text-decoration:none;font-family:Arial,sans-serif;font-size:12px;border-radius:3px}.edit-link:hover{color:#fff;background-color:#4fa53b}.details{position:relative;display:inline-block;vertical-align:top;padding-bottom:6px!important;margin-bottom:-6px;font-weight:700;text-decoration:none}.details:after{display:inline-block;padding-left:5px;font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:8px;line-height:1;content:"\f003"}.details:before{position:absolute;display:block;left:0;bottom:0;width:0;height:2px;content:"";transition:width .4s ease}.details:hover:before{width:100%}.round-images .alignleft,.round-images .alignleft i,.round-images .alignleft img,.round-images .blur-effect,.round-images .rollover i,.round-images a.rollover,.round-images img{border-radius:50%}#page .customSelect{padding:6px 10px 5px;box-sizing:border-box}#content span:last-child[class*=gw-go-btn-icon][class*=gw-go-btn-icon-large]{margin-bottom:-6px}#content span:last-child[class*=gw-go-btn-icon]{margin-bottom:-5px}.content .gw-go-col{border-top-width:1px;border-bottom-width:1px;border-color:#e2e2e2}.content .gw-go-col:before{margin-top:1px}.esgbox-overlay.esgbox-overlay-fixed{z-index:10000}.esg-grid a{text-decoration:none}.offer-tag{display:none}.boxed-layout #tiptip_holder{top:-20px!important}#main .chzn-container-single .chzn-single{background-image:none}.nsu_widget label{margin-right:10px}form.mc4wp-form label{font-weight:400}#main #content .rotatingtweet{padding:25px 20px 20px;box-sizing:border-box}#content .rotatingtweets{max-width:100%}.interval{padding-bottom:10px}.search-no-results .submit:hover{cursor:default}.useJS .container .l3,.useJS .container .photo.show,.useJS .container-1,.useJS .container-2,.useJS .container-3{transform:none}.lightbox.useJS .close,div.lightbox.useJS .img-caption{transition:none}.jp-carousel-comment-form-button,.wpb-js-composer div.pp_default .pp_contract,.wpb-js-composer div.pp_default .pp_expand{box-shadow:none}.content .searchform input.searchform-s{width:100%;margin-bottom:0}.dt-circle-content{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;-ms-flex-align:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:50%}@keyframes opacity-lat-rev{0%{opacity:1;visibility:visible}100%,30%{opacity:0;visibility:hidden}}.loading-ready #load{animation:opacity-lat-rev .8s ease 0s 1 normal both}body #load.loader-removed{opacity:0;visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dt-owl-item>article,.slick-slide .vc_row.vc_row-flex .ult-item-wrap{-ms-flex:0 0 auto;max-width:100%}.owl-carousel .post.product{display:block}}.slick-next,.slick-prev{z-index:10}.woocommerce-Reviews .comment-notes{text-align:left}.post-password-form input[type=password]{margin-right:10px}.customSelectInner{background-repeat:no-repeat;background-position:right center}.archive .taxonomy-description{margin-bottom:40px}.archive:not(.post-type-archive-product) .woocommerce-products-header .term-description{margin-bottom:50px}.mini-wpml{position:relative}[id*=give-form] .give-form-title{text-align:center;margin-bottom:30px}.give-btn.give-btn-reveal{border-color:transparent}.widget_give_forms_widget .give-form-title{display:none}.widget_give_forms_widget #give-donation-level-button-wrap>li{margin-bottom:0}.widget_give_forms_widget #give-donation-level-button-wrap{margin-bottom:5px}.footer-overlap .grecaptcha-badge{z-index:103}.hidden{display:none!important;opacity:0!important}.notransition{transition:none!important}.project-links-container{pointer-events:none}.project-links-container a{pointer-events:initial}.post-entry-content{pointer-events:none}.post-entry-content a{pointer-events:initial}.post-thumbnail::after{content:none}.flatpickr-current-month input.cur-year{min-height:inherit}.ult_modal ul{display:block;list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.elementor-popup-modal .mCSB_container.mCS_no_scrollbar,.masthead .mCSB_container.mCS_no_scrollbar,.the7-scrollbar-style .mCSB_container.mCS_no_scrollbar{margin-right:0}.elementor-popup-modal .mCSB_scrollTools,.masthead .mCSB_scrollTools,.the7-scrollbar-style .mCSB_scrollTools{opacity:0;transition:opacity .4s;width:16px;height:100%;top:10px;right:4px;z-index:10}.elementor-popup-modal .dialog-message:hover .mCSB_scrollTools,.masthead:hover .mCSB_scrollTools,.the7-scrollbar-style .mCSB_scrollTools{opacity:1}.dt-mobile-header .masthead .mCSB_scrollTools{right:-30px!important;left:auto!important}.elementor-popup-modal .mCSB_scrollTools .mCSB_draggerContainer,.masthead .mCSB_scrollTools .mCSB_draggerContainer,.the7-scrollbar-style .mCSB_scrollTools .mCSB_draggerContainers{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.elementor-popup-modal .mCSB_scrollTools a+.mCSB_draggerContainer,.masthead .mCSB_scrollTools a+.mCSB_draggerContainer,.the7-scrollbar-style .mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.elementor-popup-modal .mCSB_scrollTools .mCSB_draggerRail,.masthead .mCSB_scrollTools .mCSB_draggerRail,.the7-scrollbar-style .mCSB_scrollTools .mCSB_draggerRail{width:5px;height:100%;margin:0 auto;border-radius:10px}.elementor-popup-modal .mCSB_scrollTools .mCSB_dragger,.masthead .mCSB_scrollTools .mCSB_dragger,.the7-scrollbar-style .mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px}.elementor-popup-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.masthead .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.the7-scrollbar-style .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:5px;height:100%;margin:0 auto;border-radius:10px;text-align:center}.elementor-popup-modal .mCSB_container>.elementor-section-wrap{width:100%}.dt-mobile-header .mCSB_container,.elementor-popup-modal .mCSB_container,.masthead .mCSB_container,.the7-scrollbar-style .mCSB_container{min-height:100%!important;position:relative!important}.dt-mobile-header .mCSB_scrollTools,.elementor-popup-modal .mCSB_scrollTools,.masthead .mCSB_scrollTools,.the7-scrollbar-style .mCSB_scrollTools{top:0}.dt-mobile-header .mCSB_scrollTools .mCSB_draggerContainer,.elementor-popup-modal .mCSB_scrollTools .mCSB_draggerContainer,.masthead .mCSB_scrollTools .mCSB_draggerContainer,.the7-scrollbar-style .mCSB_scrollTools .mCSB_draggerContainer{top:10px;bottom:10px}.the7-scrollbar-style .mCSB_inside>.mCSB_container{margin-right:20px}.the7-scrollbar-style .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff;background:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}/*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */.testimonial-item{position:relative}.testimonial-item:not(.testimonial-item-slider){padding:20px 25px 20px}.dt-testimonials-shortcode .dt-css-grid .testimonial-item{height:100%}.testimonial-item .dt-owl-item article{padding:20px 25px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.hide-testimonial-position .testimonial-position{display:none}.testimonial-item.testimonial-item-slider{margin-bottom:32px}.testimonial-vcard .no-avatar{display:inline-flex;justify-content:center;align-items:center;width:60px;height:60px}.testimonial-vcard a.no-avatar:hover:after{color:#fff}.testimonial-vcard .rollover i{width:60px;height:60px}.testimonials .description-on-hover>.wf-cell .rollover i{visibility:visible}.testimonial-vcard .alignleft,.testimonial-vcard .alignleft div,.testimonial-vcard .rollover i,.testimonial-vcard img{-webkit-border-radius:50%;border-radius:50%}.testimonials{padding-bottom:10px}body.testimonials{padding-bottom:0}.widget .testimonials article{position:relative;padding:0}.testimonial-vcard{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:20px 0 0 0;overflow:hidden}.testimonial-desc{-webkit-align-self:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.testimonial-vcard .alignleft{margin:0 15px 5px 0;font-size:0;line-height:0}#footer .testimonial-vcard .alignleft,#sidebar .testimonial-vcard .alignleft{margin:0 15px 5px 0}.testimonial-vcard .alignleft div{overflow:hidden}.testimonials.list-view li{position:relative;overflow:hidden;padding:25px 0 0 0}.testimonials.list-view li:first-child{margin-top:0;padding-top:0;border-top:none!important}.testimonial-item .testimonial-desc .text-primary,.widget .testimonials .text-primary{display:block}.dt-testimonials-shortcode .testimonial-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%;padding:0;box-sizing:border-box}.content-align-center.dt-testimonials-shortcode .testimonial-item{-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.content-bg-off.dt-testimonials-shortcode .testimonial-item{background:0 0}.dt-testimonials-shortcode .testimonial-vcard{-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;margin-top:0;overflow:visible}.dt-testimonials-shortcode .testimonial-name a:hover{text-decoration:none}.testimonial-avatar img,.testimonial-avatar svg{max-width:100%;height:auto}.testim-no-avatar{display:block;line-height:0;box-sizing:border-box}.testim-no-avatar svg{transform:scale(.5)}.dt-testimonials-shortcode .testimonial-avatar{max-width:100%;-ms-flex:0 0 auto}.dt-testimonials-shortcode .testimonial-avatar .no-avatar{display:block;max-width:100%}.dt-testimonials-shortcode .testimonial-avatar .testimonial-thumb{display:block;line-height:0}.dt-testimonials-shortcode .testimonial-avatar .layzr-bg{border-radius:inherit}.dt-testimonials-shortcode .more-link{display:inline-block}.dt-testimonials-shortcode .testimonial-author{max-width:100%}.dt-testimonials-shortcode .testimonial-content{max-width:100%}.dt-testimonials-shortcode.layout-1 .testimonial-vcard{width:100%}.dt-testimonials-shortcode.layout-2 .testimonial-content{-webkit-order:0;-ms-flex-order:0;order:0}.dt-testimonials-shortcode.layout-2 .testimonial-avatar{-webkit-order:1;-ms-flex-order:1;order:1}.dt-testimonials-shortcode.layout-2 .testimonial-vcard{-webkit-order:2;-ms-flex-order:2;order:2}.dt-testimonials-shortcode.layout-3 .testimonial-content{-webkit-order:0;-ms-flex-order:0;order:0}.dt-testimonials-shortcode.layout-3 .testimonial-author{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex:0 0 auto;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-order:1;-ms-flex-order:1;order:1;text-align:left}.content-align-center.dt-testimonials-shortcode.layout-3 .testimonial-author{-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-testimonials-shortcode.layout-3 .testimonial-vcard,.dt-testimonials-shortcode.layout-3 .testimonial-vcard span{display:inline-block}.dt-testimonials-shortcode.layout-4 .testimonial-author{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex:0 0 auto;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.content-align-center.dt-testimonials-shortcode.layout-4 .testimonial-author{-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-testimonials-shortcode.layout-4 .testimonial-vcard,.dt-testimonials-shortcode.layout-4 .testimonial-vcard span{display:inline-block}.dt-testimonials-shortcode .content-wrap{max-width:100%}.dt-testimonials-shortcode.layout-5 .testimonial-item{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.dt-testimonials-shortcode.layout-5 .content-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex:0 0 auto;max-width:100%}.dt-testimonials-shortcode.layout-5 .testimonial-content{-webkit-order:0;-ms-flex-order:0;order:0}.dt-testimonials-shortcode.layout-5 .testimonial-vcard{-webkit-order:1;-ms-flex-order:1;order:1}.dt-testimonials-shortcode.layout-6 .testimonial-item{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.dt-testimonials-shortcode.layout-6 .content-wrap{-ms-flex:0 0 auto;max-width:100%}.dt-testimonials-shortcode[data-auto-height=false] .owl-stage{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-testimonials-shortcode[data-auto-height=false] .owl-stage .dt-owl-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-testimonials-shortcode[data-auto-height=false] .testimonial-content{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.content .slider-content .team-container{margin-bottom:0}.team-container{min-width:100%}.dt-team-masonry-shortcode .team-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-content:flex-start;-ms-align-content:flex-start;align-content:flex-start}.content-align-center.dt-team-masonry-shortcode .team-container{-webkit-align-content:center;-ms-align-content:center;align-content:center}.dt-team-shortcode .dt-css-grid .team-container{height:100%}.bg-on.team-container:not(.fullwidth-img){-webkit-border-radius:0;border-radius:0}.team-container img{max-width:100%;height:auto}.widget .team-container{padding:0;text-align:center}.widget .team-media a.rollover{display:inline-block;width:auto}.widget .team-container img{max-width:81px;-webkit-border-radius:50%;border-radius:50%}.team-desc{padding:20px 0 0;text-align:center}.content-align-left .team-desc{text-align:left}.bg-on .team-desc{padding:15px 25px 10px}#footer .team-desc,#sidebar .team-desc{padding:13px 0 7px}.team-container .soc-ico{padding-top:5px;margin-bottom:18px}.team-container.bg-on .soc-ico{margin-bottom:13px}#footer .team-container .soc-ico,#sidebar .team-container .soc-ico,.sidebar-content .team-container .soc-ico{margin-bottom:0}.content .team-items ul{margin:0}.round-images .team-container{text-align:center}.team-author-name a{text-decoration:none}.wf-container .team-author-name a{font-weight:700}.wf-container .team-author-name{font-weight:700}.dt-team-shortcode .team-media.apply-max-width{-webkit-align-self:flex-start;-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;-ms-flex:0 0 auto}.content-align-center.dt-team-shortcode .team-media.apply-max-width{-webkit-align-self:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.dt-team-shortcode .team-author p{display:inline-block}.team-author{padding-bottom:5px}.team-author p{margin-bottom:5px}.dt-team-shortcode.hide-team-position .team-author p,.hide-team-position .team-author p{display:none}.team-media{position:relative;line-height:0}.content-align-center .team-media{text-align:center}.dt-css-grid .team-media{-ms-flex:0 0 auto}.team-media>a,.team-media>span{width:100%;display:inline-block}.round-images .bg-on .team-media{padding:25px 25px 0}.disable-bg-rollover .rollover i{visibility:hidden}.dt-team-shortcode.scale-img .rollover{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translatez(0)}.dt-team-shortcode.scale-img .rollover img{-webkit-transition:-webkit-transform .3s ease-out,opacity .35s;transition:transform .3s ease-out,opacity .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.rollover img.lazy-load{-webkit-transition:transform .3s ease-out,opacity .35s;transition:transform .3s ease-out,opacity .35s}.dt-team-shortcode.scale-img .rollover:hover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform 4s ease-out;transition:transform 4s ease-out}.content .dt-team-shortcode .soc-ico a{margin-left:0}.content .dt-team-shortcode .soc-ico a:after,.content .dt-team-shortcode .soc-ico a:before{box-sizing:border-box}.content .dt-team-shortcode.dt-icon-bg-off .soc-ico a:before{background:0 0}.dt-team-shortcode.dt-icon-hover-bg-off .soc-ico a:after{background:0 0!important}.dt-team-shortcode .post-details{float:none;vertical-align:top;-webkit-align-self:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.content-align-left.dt-team-shortcode .post-details{-webkit-align-self:flex-start;-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.dt-team-shortcode[data-auto-height=false] .owl-stage{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-team-shortcode[data-auto-height=false] .owl-stage .dt-owl-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-team-shortcode[data-auto-height=false] .team-desc{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.move-icons-under-position .team-desc{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.move-icons-under-position .team-desc .soc-ico{-webkit-order:0;-ms-flex-order:0;order:0}.move-icons-under-position .team-desc .team-content{-webkit-order:1;-ms-flex-order:1;order:1}.move-icons-under-position .team-desc .post-details{-webkit-order:2;-ms-flex-order:2;order:2}.content-align-bottom,.content-align-centre{text-align:center}.rollover-project{position:relative;overflow:hidden}.post .rollover-project.alignnone{margin-bottom:0}.rollover-content{position:absolute;top:0;left:0;z-index:100;display:none;width:100%;height:100%;padding:10px 25px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mobile-true .hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content{display:none}.rollover-content:hover{cursor:pointer}.mobile-false .rollover-content{display:block;opacity:0}.mobile-false .buttons-on-img:hover .rollover-content,.mobile-false .rollover-project:hover .rollover-content{opacity:1}.hover-grid .rollover-content,.mobile-false .text-on-img.hover-grid .dt-owl-item{overflow:hidden}.mobile-true .rollover-content.hide-content{display:none}.mobile-true .albums .rollover-content,.mobile-true .buttons-on-img .rollover-content,.mobile-true .media .rollover-content{opacity:0}.mobile-true .is-clicked .buttons-on-img i,.mobile-true .is-clicked.rollover-content{visibility:visible!important;opacity:1!important}.always-show-info .rollover-content,.always-show-info .rollover-content-container{display:block;opacity:1!important}.rollover-content-container{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.links-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.description-under-image .links-container{position:absolute;top:0;left:0;width:100%;height:100%}.effect-sarah .links-container{-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.content-align-left-bottom.hover-style-two .links-container,.content-align-left.hover-style-three .links-container{position:absolute;display:block;top:15px;right:15px}.content-align-left-top.hover-style-two .links-container{position:absolute;display:block;bottom:15px;right:15px;text-align:right}.effect-bubba .links-container,.effect-layla .links-container,.effect-sarah .links-container{margin-top:10px}.mobile-true .links-container{visibility:hidden}.mobile-true .effect-bubba.always-show-info .links-container,.mobile-true .effect-layla.always-show-info .links-container,.mobile-true .effect-sarah.always-show-info .links-container,.mobile-true .is-clicked .links-container{visibility:visible}.mobile-true .hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .is-clicked .links-container{-webkit-transition-delay:0.3s;transition-delay:0.3s}.links-container>a{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;font-size:0;width:44px;height:44px;line-height:44px;border-radius:100px;margin:10px 5px 10px;opacity:1;text-align:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-backface-visibility:hidden}.effect-sarah .links-container>a{margin:5px 10px 5px 0}.links-container>a:after,.links-container>a:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";box-sizing:border-box;-webkit-border-radius:inherit;border-radius:inherit;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;-webkit-backface-visibility:hidden}.disable-icon-hover-bg .links-container>a:after,.disable-icon-hover-bg .links-container>a:before{-webkit-transition:none;transition:none}.links-container>a:before{background:rgba(255,255,255,.3)}.links-container>a:after{background:rgba(255,255,255,.5)}.links-container>a:before,.links-container>a:hover:after{opacity:1}.links-container>a:after,.links-container>a:hover:before{opacity:0}.links-container>a:hover:before,.links-container>a:not(:hover):after{transition-delay:0.1s}.links-container>a>span{position:relative;z-index:2;-webkit-transition:color .25s;transition:color .25s;font-size:16px;line-height:44px}.buttons-on-img .links-container>a,.hover-style-two:not(.hover-color-static) .links-container>a{-webkit-box-sizing:border-box;box-sizing:border-box}.cs-style-3 .rollover-content-wrap:before,.description-under-image .links-container:after,.description-under-image .links-container:before,.links-container:after,.links-container:before{content:"";display:table;clear:both}#page .rollover-content .entry-title a{background:0 0}.links-hovers-disabled .rollover-content .entry-title a:hover{background:0 0;-webkit-background-clip:text}#page .hover-style-one h2.entry-title,#page .hover-style-two h2.entry-title,#page .post .rollover-content .entry-title a:hover,#page .post .rollover-content h3.entry-title a:hover,#page .post .rollover-content h4.entry-title a:hover,#page .rollover-content,#page .rollover-content *,#page .rollover-content a:hover,#page .rollover-content h3.entry-title,#page .rollover-content h3.entry-title a{color:#fff}.rollover-content .portfolio-categories>a:after,.rollover-content .portfolio-categories>span:after{background:#fff}#page .hover-style-one h2.entry-title,#page .hover-style-two h2.entry-title,#page .hover-style-two h4.entry-title,#page .post .rollover-content .entry-title a:hover,#page .rollover-content .entry-title a,#page .rollover-content h3.entry-title{background:0 0}.hover-grid .rollover-content{-webkit-transition:none;transition:none}.mobile-true .hover-grid .rollover-content,.mobile-true .hover-grid-reverse .rollover-content,.mobile-true .hover-scale .rollover-content{top:0!important;left:0!important;opacity:0}.mobile-true .hover-grid .is-clicked .rollover-content,.mobile-true .hover-grid-reverse .is-clicked .rollover-content,.mobile-true .hover-scale .is-clicked .rollover-content{opacity:1}.mobile-false .hover-scale .rollover-content{background:0 0}.hover-scale .post{overflow:hidden}.hover-scale .post:after,.hover-scale .rollover-project:after{display:block;background-color:inherit;position:absolute;top:0;left:0;right:0;opacity:0;content:"";-webkit-border-radius:50%;border-radius:50%;padding-bottom:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s;transition:transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s}.hover-scale .post-thumbnail-rollover:after,.hover-scale .post:after{padding-bottom:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s;transition:transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s}.hover-scale .ratio-2.rollover-project:after,.hover-scale article.ratio-2.post:after{top:-50%}.hover-scale .ratio_3-2.rollover-project:after,.hover-scale article.ratio_3-2:after{top:-25%}.hover-scale .ratio_4-3.rollover-project:after,.hover-scale article.ratio_4-3:after{top:-16.6666%}.hover-scale .ratio_2-3.rollover-project:after,.hover-scale article.ratio_2-3:after{top:16.6666%}.hover-scale .ratio_3-4.rollover-project:after,.hover-scale article.ratio_3-4:after{top:14.5%}.mobile-false .hover-scale .rollover-project:hover:after,.mobile-false .hover-scale article:hover:after,.mobile-true .hover-scale article.is-clicked:after{opacity:1;-webkit-transform:scale(1.42);transform:scale(1.42)}.mobile-false .hover-scale .ratio_3-2.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_3-2:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_3-2:after{-webkit-transform:scale(1.2);transform:scale(1.2)}.mobile-false .hover-scale .ratio_4-3.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_4-3:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_4-3:after{-webkit-transform:scale(1.5);transform:scale(1.5)}.mobile-false .hover-scale .ratio_3-4.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_3-4:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_3-4:after{-webkit-transform:scale(2);transform:scale(2)}.mobile-false .hover-scale .ratio_2-3.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_2-3:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_2-3:after{-webkit-transform:scale(2);transform:scale(2)}.mobile-false .hover-scale .rollover-content{background:0 0!important;background-color:transparent;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s;transition:transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s}.mobile-false .hover-scale .rollover-project:hover .rollover-content{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.rollover-thumbnails{display:-ms-flexbox;width:170px;height:70px}.buttons-on-img .rollover-thumbnails,.description-under-image .rollover-thumbnails{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;z-index:9}.content-align-left-bottom.hover-style-two .rollover-thumbnails,.hover-style-one.content-align-left .rollover-thumbnails,.hover-style-three.content-align-left .rollover-thumbnails{position:absolute;display:block;top:15px;right:17px}.content-align-left-top.hover-style-two .rollover-thumbnails{position:absolute;display:block;bottom:14px;right:17px}.rollover-project .rollover-thumbnails{position:relative;margin-top:5px;margin-bottom:5px}.effect-bubba .rollover-project .rollover-thumbnails,.effect-layla .rollover-project .rollover-thumbnails,.effect-sarah .rollover-project .rollover-thumbnails{display:inline-block;margin-bottom:-5px;margin-top:15px}.mobile-false .buttons-on-img:hover .rollover-thumbnails,.mobile-false .rollover:hover .rollover-thumbnails,.mobile-true .rollover.is-clicked .rollover-thumbnails{opacity:1}.rollover-thumbnails span{position:absolute;top:0;left:0;width:69px;height:69px!important;border:3px solid #fff;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.15);box-shadow:0 0 5px 1px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.album-minuatures-style-1 .rollover-thumbnails span{width:90px;height:90px!important}.rollover-thumbnails span,.rollover-thumbnails span img{-webkit-border-radius:50%;border-radius:50%}.albums-shortcode .rollover-thumbnails span img{height:90px;max-height:100%}.rollover-thumbnails .r-thumbn-2 img{min-height:44px}.rollover-thumbnails .r-thumbn-1{z-index:102}.rollover-thumbnails .r-thumbn-2{left:49px;z-index:100}.rollover-thumbnails .r-thumbn-3{left:98px;z-index:99}.rollover-thumbnails span i{display:none!important}#page .rollover-thumbnails img{max-width:100%}.rollover-thumbnails .r-thumbn-1{z-index:102}.album-minuatures-style-1 .rollover-thumbnails .r-thumbn-1{top:25px;left:49px}.rollover-thumbnails .r-thumbn-2{z-index:100}.album-minuatures-style-1 .rollover-thumbnails .r-thumbn-2{top:0;left:42px;width:50px;height:50px!important}.album-minuatures-style-1 .rollover-thumbnails .r-thumbn-3{top:29px;left:0;width:70px;height:70px!important;z-index:101}.related-projects .project-list-content{padding-top:5px}.related-projects .portfolio-categories,.related-projects .project-list-content h3{margin-bottom:8px}#page .related-projects .owl-nav div,#page .related-projects .owl-nav div i{width:36px;height:36px;border-width:0;border-style:solid;border-radius:500px;opacity:1}.arrows-accent.slider-wrapper.related-projects .owl-nav div:hover i:before,.slider-wrapper.arrows-accent.related-projects .owl-nav div:hover i{color:rgba(255,255,255,.75)!important}.related-projects .owl-prev{top:50%;transform:translateY(calc(-50% + 0));left:10px}.related-projects .owl-next{top:50%;transform:translateY(calc(-50% + 0));right:10px}.owl-carousel.shortcode-photo-slider[data-img-mode=fit] .owl-stage{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-align-content:stretch;-ms-align-content:stretch;align-content:stretch}.owl-carousel.shortcode-photo-slider .dt-owl-item{overflow:hidden}.widget .instagram-photos{overflow:hidden;padding-top:5px}.widget_media_gallery .gallery-item{line-height:0}.instagram-photos a{position:relative;float:left;max-width:115px;border-right:2px solid transparent;border-bottom:2px solid transparent;line-height:0;opacity:0;-webkit-box-sizing:border-box;box-sizing:border-box}.widget .instagram-photos a{max-width:77px}.instagram-photos img{max-width:100%;width:100%;height:auto}.instagram-photos a i{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.mobile-false .instagram-photos a:hover i{opacity:1}.albums-shortcode article,.portfolio-shortcode article{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.mode-grid:not(.bottom-overlap-layout-list).albums-shortcode article,.mode-grid:not(.bottom-overlap-layout-list).portfolio-shortcode article,.mode-masonry:not(.bottom-overlap-layout-list).albums-shortcode article,.mode-masonry:not(.bottom-overlap-layout-list).portfolio-shortcode article{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:stretch;-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.bottom-overlap-layout-list.albums-shortcode article,.bottom-overlap-layout-list.portfolio-shortcode article{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center}.content-rollover-layout-list.mode-grid.albums-shortcode article,.content-rollover-layout-list.mode-grid.portfolio-shortcode article,.gradient-overlay-layout-list.mode-grid.albums-shortcode article,.gradient-overlay-layout-list.mode-grid.portfolio-shortcode article{height:auto}.hover-grid article,.hover-grid-reverse article{position:relative;overflow:hidden}.gradient-overlay-layout-list.albums-shortcode article,.gradient-overlay-layout-list.portfolio-shortcode article{overflow:hidden;transform:translateZ(0)}.albums-shortcode.quick-scale-img .post-thumbnail-rollover,.albums-shortcode.scale-img .post-thumbnail-rollover,.portfolio-shortcode.quick-scale-img .post-thumbnail-rollover,.portfolio-shortcode.scale-img .post-thumbnail-rollover{transform:translateZ(0)}.albums-shortcode .post-thumbnail-wrap,.portfolio-shortcode .post-thumbnail-wrap{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 0 auto}.gallery-carousel-shortcode .rollover,.related-projects .project-list-media{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 0 auto}.albums-shortcode .post-thumbnail,.portfolio-shortcode .post-thumbnail{position:relative;display:block}.albums-shortcode .post-thumbnail .alignleft,.portfolio-shortcode .post-thumbnail .alignleft{margin:0}.albums-shortcode .post-thumbnail .alignnone,.portfolio-shortcode .post-thumbnail .alignnone{margin-bottom:0}.portfolio-shortcode .format-gallery .post-thumbnail{width:100%}.post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{width:100%}.mobile-false .quick-scale-img.content-rollover-layout-list article:hover .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img,.mobile-false .quick-scale-img.gradient-overlap-layout-list article:hover .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img,.mobile-false .quick-scale-img.gradient-overlay-layout-list article:hover .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out}.mobile-true .quick-scale-img.content-rollover-layout-list article.is-clicked .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img,.mobile-true .quick-scale-img.gradient-overlay-layout-list article.is-clicked .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out}.mobile-false .gradient-overlap-layout-list.scale-img article:hover .post-thumbnail>.post-thumbnail-rollover img,.mobile-true .gradient-overlap-layout-list.scale-img .is-clicked .post-thumbnail>.post-thumbnail-rollover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform 4s ease-out;transition:transform 4s ease-out}.content-rollover-layout-list.albums-shortcode.show-content .post-entry-content:before,.content-rollover-layout-list.albums-shortcode.show-content .post-entry-wrapper{transform:translateY(0)!important;bottom:0!important}#page .content-rollover-layout-list.albums-shortcode.show-content .entry-excerpt,#page .content-rollover-layout-list.albums-shortcode.show-content .post-details{opacity:1}.albums-shortcode .post-entry-content,.portfolio-shortcode .post-entry-content{position:relative;z-index:10}.gradient-overlap-layout-list.albums-shortcode .post-entry-content,.gradient-overlap-layout-list.portfolio-shortcode .post-entry-content{position:relative;margin-top:-125px;z-index:1;padding-top:90px;width:100%}.gradient-overlap-layout-list.albums-shortcode .post-entry-content:before,.gradient-overlap-layout-list.portfolio-shortcode .post-entry-content:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:150px;content:""}.gradient-overlay-layout-list.albums-shortcode .post-entry-content,.gradient-overlay-layout-list.portfolio-shortcode .post-entry-content{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:0 0!important;width:100%;min-height:100%;left:0;top:0;overflow:hidden;-webkit-transition:opacity .35s;transition:opacity .35s}.mobile-true .hover-scale.gradient-overlay-layout-list.albums-shortcode .post-entry-content,.mobile-true .hover-scale.gradient-overlay-layout-list.portfolio-shortcode .post-entry-content{opacity:0}.mobile-true .hover-scale.gradient-overlay-layout-list.albums-shortcode .is-clicked .post-entry-content,.mobile-true .hover-scale.gradient-overlay-layout-list.portfolio-shortcode .is-clicked .post-entry-content{opacity:1}.mobile-true .hover-scale article.is-clicked .post-entry-content{opacity:1}.content-rollover-layout-list.albums-shortcode .post-entry-content,.content-rollover-layout-list.portfolio-shortcode .post-entry-content{height:100%}.gradient-overlay-layout-list.hover-fade article .post-entry-content{opacity:0;visibility:hidden}.mobile-false .gradient-overlay-layout-list.hover-fade article:hover .post-entry-content,.mobile-true .gradient-overlay-layout-list.hover-fade article.is-clicked .post-entry-content{opacity:1;visibility:visible}@-webkit-keyframes fadeInFromNone{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@keyframes fadeInFromNone{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes fadeToNone{0%{opacity:1}1%{opacity:0}100%{opacity:0;visibility:hidden}}@keyframes fadeToNone{0%{opacity:1}1%{opacity:0}100%{opacity:0;visibility:hidden}}.mobile-false .hover-scale .post-entry-content{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s;transition:transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s}.mobile-false .hover-scale article:hover .post-entry-content{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.hover-grid .post-entry-content,.hover-grid-reverse .post-entry-content{opacity:0}.mobile-false .hover-grid article:hover .post-entry-content,.mobile-false .hover-grid-reverse article:hover .post-entry-content,.mobile-true .hover-grid .is-clicked .post-entry-content,.mobile-true .hover-grid-reverse .is-clicked .post-entry-content{opacity:1}.mobile-false .hover-scale .post-thumbnail-rollover:after{display:none}.portfolio-shortcode .entry-excerpt{overflow:hidden}.portfolio-shortcode .post-entry-content .entry-title a,.portfolio-shortcode .post-entry-title-content .entry-title a{-webkit-transition:color .35s;transition:color .35s}.accent-gradient .portfolio-shortcode .post-entry-content .entry-title a,.accent-gradient .portfolio-shortcode .post-entry-title-content .entry-title a{-webkit-transition:none;transition:none}.albums-shortcode .entry-meta,.portfolio-shortcode .entry-meta{padding:0}.albums-shortcode .entry-meta a:hover,.portfolio-shortcode .entry-meta a:hover{text-decoration:none}.albums-shortcode .entry-meta>span a,.portfolio-shortcode .entry-meta>span a{display:inline-block}.albums-shortcode .entry-meta *,.portfolio-shortcode .entry-meta *{color:inherit}.albums-shortcode .entry-meta>a:after,.albums-shortcode .entry-meta>span:after,.portfolio-shortcode .entry-meta>a:after,.portfolio-shortcode .entry-meta>span:after{right:0;width:3px;height:3px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:""}.albums-shortcode .entry-meta>.data-link:hover,.portfolio-shortcode .entry-meta>.data-link:hover{text-decoration:none}.post-entry-content .project-links-container,.post-thumbnail-wrap .project-links-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.gradient-overlap-layout-list .post-entry-content .project-links-container,.gradient-overlap-layout-list .post-thumbnail-wrap .project-links-container{height:calc(100% - 125px)}.content-rollover-layout-list:not(.content-align-center) .post-entry-content .project-links-container,.content-rollover-layout-list:not(.content-align-center) .post-thumbnail-wrap .project-links-container,.gradient-overlay-layout-list:not(.content-align-center) .post-entry-content .project-links-container,.gradient-overlay-layout-list:not(.content-align-center) .post-thumbnail-wrap .project-links-container{-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.post-entry-content .project-links-container a,.post-thumbnail-wrap .project-links-container a{position:relative;font-size:0;line-height:0;opacity:0;text-align:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-backface-visibility:hidden}.post-entry-content .project-links-container a:after,.post-entry-content .project-links-container a:before,.post-thumbnail-wrap .project-links-container a:after,.post-thumbnail-wrap .project-links-container a:before{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;content:"";box-sizing:border-box;-webkit-border-radius:inherit;border-radius:inherit;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;-webkit-backface-visibility:hidden}.disable-icon-hover-bg .post-entry-content .project-links-container a:after,.disable-icon-hover-bg .post-entry-content .project-links-container a:before,.disable-icon-hover-bg .post-thumbnail-wrap .project-links-container a:after,.disable-icon-hover-bg .post-thumbnail-wrap .project-links-container a:before{-webkit-transition:none;transition:none}.post-entry-content .project-links-container a:before,.post-thumbnail-wrap .project-links-container a:before{opacity:1}.dt-icon-hover-on .post-entry-content .project-links-container a:hover:after,.dt-icon-hover-on .post-thumbnail-wrap .project-links-container a:hover:after{opacity:1}.post-entry-content .project-links-container a:after,.post-thumbnail-wrap .project-links-container a:after{opacity:0}.dt-icon-hover-on .post-entry-content .project-links-container a:hover:before,.dt-icon-hover-on .post-thumbnail-wrap .project-links-container a:hover:before{opacity:0}.post-entry-content .project-links-container a:hover:before,.post-entry-content .project-links-container a:not(:hover):after,.post-thumbnail-wrap .project-links-container a:hover:before,.post-thumbnail-wrap .project-links-container a:not(:hover):after{transition-delay:0.1s}.post-entry-content .project-links-container a>span,.post-thumbnail-wrap .project-links-container a>span{position:relative;z-index:2;-webkit-transition:color .25s;transition:color .25s}.gradient-overlay-layout-list .post-entry-content .project-links-container a,.gradient-overlay-layout-list .post-thumbnail-wrap .project-links-container a{opacity:1}.post-thumbnail-wrap .project-links-container{position:absolute;top:0;left:0;width:100%;height:100%}.gradient-overlap-layout-list.portfolio-shortcode article:hover .post-thumbnail-rollover:after,.mobile-true .gradient-overlap-layout-list.portfolio-shortcode .is-clicked .post-thumbnail-rollover:after,.mobile-true .portfolio-shortcode .is-clicked .post-thumbnail>.post-thumbnail-rollover:after,.portfolio-shortcode .post-thumbnail:hover>.post-thumbnail-rollover:after{opacity:1}.content-rollover-layout-list article:hover .project-links-container a,.gradient-overlap-layout-list article:hover .project-links-container a,.post-entry-content:hover .project-links-container a,.post-thumbnail:hover .project-links-container a{opacity:1}.slider-simple{background:#262626}.slider-masonry .slide-item,.slider-simple .slide-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.slider-masonry .dt-owl-item,.slider-simple .dt-owl-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden}.album-share-overlay .share-button.entry-share{margin:0}.album-share-overlay .soc-ico{position:absolute;z-index:999;visibility:hidden;overflow:visible;opacity:0;left:0;bottom:46px;width:auto;min-width:220px;color:#000;background-color:#fff}.album-share-overlay .soc-ico:after{position:absolute;left:0;margin-left:10px;bottom:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;content:""}.album-share-overlay .soc-ico a{display:none;width:100%;padding:8px 12px;margin:0;line-height:18px;height:auto;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;text-align:left;-webkit-border-radius:0;border-radius:0}.album-share-overlay .soc-ico a:hover *{color:#fff!important;fill:#fff!important}.album-share-overlay .soc-ico a:not(:hover){background:0 0!important}.album-share-overlay a.facebook:hover{background:#4c69c7!important}.album-share-overlay a.twitter:hover{background:#2abeeb!important}.album-share-overlay a.pinterest:hover{background:#cf2834!important}.album-share-overlay a.linkedin:hover{background:#007bc7!important}.album-share-overlay a.whatsapp:hover{background:#36b74d!important}.album-share-overlay a.google:hover{background:#e64235!important}.mobile-false .album-share-overlay .soc-ico a.whatsapp{display:none}#page .album-share-overlay .soc-ico a{box-shadow:none;text-shadow:none}.album-share-overlay .soc-ico a:after,.album-share-overlay .soc-ico a:before{display:none}#page .album-share-overlay .soc-ico a svg,#page .album-share-overlay .soc-ico a:hover svg{fill:#000;margin-right:5px}#page .album-share-overlay .social-text{font-size:14px;color:#222;text-shadow:none}.album-share-overlay{position:relative}.album-share-overlay,.album-share-overlay .share-button.entry-share,.photo-scroller .btn-project-link{float:left;width:32px;height:32px;padding:0;margin:0 5px 5px 0}.album-share-overlay .share-button.entry-share,.photo-scroller .btn-project-link{background-color:rgba(0,0,0,.4);-webkit-border-radius:50%;border-radius:50%}.album-share-overlay .share-button.entry-share:hover,.photo-scroller .btn-project-link:hover{opacity:.7;background-color:rgba(0,0,0,.4)}.photo-scroller .album-share-overlay .share-button.entry-share{display:flex;justify-content:center;align-items:center;width:36px;height:36px;line-height:36px;font-size:0;background-color:rgba(0,0,0,.4)}.photo-scroller .album-share-overlay .share-button.entry-share:hover{opacity:.7;background-color:rgba(0,0,0,.4)}.photoSlider .video-icon,.rsPlayBtn{position:absolute;display:flex;justify-content:center;align-items:center;top:50%;left:50%;width:80px;height:80px;margin-left:-40px;margin-top:-40px;background-color:#000;background-color:rgba(0,0,0,.4);-webkit-border-radius:50%;border-radius:50%;-webkit-transition:opacity .4s ease}.photoSlider .video-icon svg,.rsPlayBtn svg{fill:#fff;width:32px}.photo-scroller .ps-link{opacity:0;background-color:rgba(0,0,0,.4);-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.ps-center-btn,.rsBtnCenterer{position:absolute;left:50%;top:50%;width:91px;height:91px;margin:-45px 0 0 -45px}.ps-center-btn.BtnCenterer,.rsBtnCenterer.with-link{width:200px;margin:-45px 0 0 -100px}.photoSlider .ps-center-btn.BtnCenterer .ps-link,.photoSlider .ps-center-btn.BtnCenterer .video-icon,.rsBtnCenterer .rsPlayBtn{position:relative;top:0;left:0;display:inline-block;margin:0 5px}#page .photo-scroller .act .ps-link:hover,#page .photo-scroller .photoSlider .video-icon:hover,.rsPlayBtn:hover{background-color:rgba(0,0,0,.4);opacity:.7!important}.slider-content.logo-items .dt-owl-item{text-align:center}.logo-items.owl-carousel img{max-width:100%;height:auto}.albums-shortcode article:hover .gallery-rollover,.albums-shortcode article:hover .rollover-thumbnails,.gallery-shortcode article:hover .gallery-rollover,.gallery-shortcode article:hover .rollover-thumbnails{opacity:1}.albums-shortcode .rollover-thumbnails{position:relative;top:0;left:0;transform:none;display:inline-block;opacity:1}.album-minuatures-style-1.albums-shortcode .rollover-thumbnails{width:142px;height:116px}.album-minuatures-style-2.albums-shortcode .rollover-thumbnails{width:170px;height:70px}.album-rollover{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.album-rollover:hover{cursor:pointer}.bottom-overlap-layout-list .album-rollover,.classic-layout-list .album-rollover,.content-align-center .album-rollover,.gradient-overlap-layout-list .album-rollover{-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.bottom-overlap-layout-list .album-rollover,.classic-layout-list .album-rollover,.gradient-overlap-layout-list .album-rollover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.gradient-overlay-layout-list:not(.content-align-center) .album-rollover{display:block}.album-rollover .mobile-true .bottom-overlap-layout-list article.is-clicked,.album-rollover .mobile-true .classic-layout-list article.is-clicked,.album-rollover .mobile-true .gradient-overlap-layout-list article.is-clicked,.mobile-false .bottom-overlap-layout-list figure:hover .album-rollover,.mobile-false .classic-layout-list figure:hover .album-rollover,.mobile-false .gradient-overlap-layout-list article:hover .album-rollover{opacity:1}.gradient-overlap-layout-list .album-rollover{height:calc(100% - 125px)}.content-rollover-layout-list .album-rollover,.gradient-overlap-layout-list .album-rollover,.gradient-overlay-layout-list .album-rollover{background:0 0!important}.albums-shortcode.gradient-overlap-layout-list .post-entry-content{width:100%}.albums-shortcode .album-zoom-ico{border-style:solid;box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.albums-shortcode .album-zoom-ico span{position:relative}.albums-shortcode figure{position:relative;overflow:hidden}.mobile-false .albums-shortcode figure:hover>.post-thumbnail-rollover:after{opacity:1}.content-rollover-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after,.gradient-overlap-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after,.gradient-overlay-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after{opacity:1}/*! elementor-icons - v5.53.0 - 16-07-2026 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.53.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.53.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.53.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.53.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-after:before{content:"\ebfa"}.eicon-pagination-item:before{content:"\ebfb"}.eicon-before:before{content:"\ebfc"}.eicon-pagination:before{content:"\ebfd"}.eicon-loop-item:before{content:"\ec00"}.eicon-loop-widget:before{content:"\ec01"}.eicon-x-twitter:before{content:"\ef04"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot");
  src: url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-threads:before {
  content: '\e9cb'; }

.fa-threads-square:before {
  content: '\e9cc'; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-x-twitter:before {
  content: "\e9ca"; }

.fa-x-twitter-square:before {
  content: "\e9c9"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot");
  src: url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
<!DOCTYPE html>
<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
<html lang="en-US" prefix="og: https://ogp.me/ns#" class="no-js">
<!--<![endif]-->
<head>
	<meta charset="UTF-8" />
				<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
				<link rel="profile" href="https://gmpg.org/xfn/11" />
	
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Best Construction Company in Chennai - ₹1999/sq.ft</title>
<meta name="description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing"/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://hireandbuild.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Best Construction Company in Chennai - ₹1999/sq.ft" />
<meta property="og:description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing" />
<meta property="og:url" content="https://hireandbuild.com/" />
<meta property="og:site_name" content="Hireandbuild" />
<meta property="og:updated_time" content="2026-08-24T09:23:18+00:00" />
<meta property="article:published_time" content="2019-11-26T17:49:50+00:00" />
<meta property="article:modified_time" content="2026-08-24T09:23:18+00:00" />
<meta property="og:video" content="https://www.youtube.com/embed/QyzZYcc2lH0" />
<meta property="og:video" content="https://www.youtube.com/embed/TlCYc4xR7ns" />
<meta property="og:video" content="https://www.youtube.com/embed/i3gCsM10sYM" />
<meta property="og:video" content="https://www.youtube.com/embed/iZyPzzpufIU" />
<meta property="og:video" content="https://www.youtube.com/embed/OgTKz7HIpf0" />
<meta property="og:video" content="https://www.youtube.com/embed/izQNLxDITqk" />
<meta property="og:video" content="https://www.youtube.com/embed/LMMj4yUkWIU" />
<meta property="og:video" content="https://www.youtube.com/embed/IrW9uBZ2-hY" />
<meta property="og:video" content="https://www.youtube.com/embed/thKZ98a5Ui8" />
<meta property="og:video" content="https://www.youtube.com/embed/WfWGCdMfsS4" />
<meta property="og:video" content="https://www.youtube.com/embed/hMqwuzWILdQ" />
<meta property="og:video" content="https://www.youtube.com/embed/GQwxUgtHCAI" />
<meta property="og:video" content="https://www.youtube.com/embed/oLjG8yKQack" />
<meta property="og:video" content="https://www.youtube.com/embed/41NZRdVG8Ag" />
<meta property="og:video" content="https://www.youtube.com/embed/QSYz2Tta_xg" />
<meta property="og:video" content="https://www.youtube.com/embed/wZAidmBfxEs" />
<meta property="og:video" content="https://www.youtube.com/embed/U9lSmt7tP4A" />
<meta property="og:video" content="https://www.youtube.com/embed/VEeA6VJ05yw" />
<meta property="og:video" content="https://www.youtube.com/embed/H7g8z1Q7eyo" />
<meta property="og:video" content="https://www.youtube.com/embed/lggW89AaHys" />
<meta property="ya:ovs:upload_date" content="2019-11-26GMT+000017:49:50+00:00" />
<meta property="ya:ovs:allow_embed" content="true" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Best Construction Company in Chennai - ₹1999/sq.ft" />
<meta name="twitter:description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing" />
<meta name="twitter:site" content="@Hire and Build" />
<meta name="twitter:creator" content="@Hire and Build" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="hireandbuild" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="8 minutes" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["HomeAndConstructionBusiness","Organization"],"@id":"https://hireandbuild.com/#organization","name":"Hireandbuild","url":"https://hireandbuild.com","sameAs":["https://www.facebook.com/hireandbuild","https://twitter.com/Hire and Build"],"logo":{"@type":"ImageObject","@id":"https://hireandbuild.com/#logo","url":"https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1.png","contentUrl":"https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1.png","caption":"Hireandbuild","inLanguage":"en-US","width":"512","height":"512"},"openingHours":["Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 09:00-17:00"],"image":{"@id":"https://hireandbuild.com/#logo"}},{"@type":"WebSite","@id":"https://hireandbuild.com/#website","url":"https://hireandbuild.com","name":"Hireandbuild","alternateName":"Best building contractors in Chennai","publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://hireandbuild.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp","url":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://hireandbuild.com/#webpage","url":"https://hireandbuild.com/","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","datePublished":"2019-11-26T17:49:50+00:00","dateModified":"2026-08-24T09:23:18+00:00","about":{"@id":"https://hireandbuild.com/#organization"},"isPartOf":{"@id":"https://hireandbuild.com/#website"},"primaryImageOfPage":{"@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://hireandbuild.com/author/hireandbuild/","name":"hireandbuild","url":"https://hireandbuild.com/author/hireandbuild/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/7e031c85a567bd1e526d7015f43725d70ec7051b8e486b4eab13ab413a7955ea?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/7e031c85a567bd1e526d7015f43725d70ec7051b8e486b4eab13ab413a7955ea?s=96&amp;d=mm&amp;r=g","caption":"hireandbuild","inLanguage":"en-US"},"sameAs":["https://hireandbuild.com"],"worksFor":{"@id":"https://hireandbuild.com/#organization"}},{"headline":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","datePublished":"2019-11-26T17:49:50+00:00","dateModified":"2026-08-24T09:23:18+00:00","keywords":"Construction Company","image":{"@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp"},"author":{"@id":"https://hireandbuild.com/author/hireandbuild/","name":"hireandbuild"},"@type":"Article","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","@id":"https://hireandbuild.com/#schema-55053","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://hireandbuild.com/#webpage"}},{"@type":"HomeAndConstructionBusiness","name":"Hire and Build","url":"https://hireandbuild.com/","telephone":"+91-7200472008","address":{"@type":"PostalAddress","addressLocality":"Chennai","addressRegion":"Tamil Nadu","addressCountry":"IN"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"320"},"areaServed":"Chennai"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/QyzZYcc2lH0","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142632","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/TlCYc4xR7ns","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142633","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/i3gCsM10sYM","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142634","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/iZyPzzpufIU","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142635","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/OgTKz7HIpf0","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142636","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/izQNLxDITqk","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142637","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/LMMj4yUkWIU","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142638","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/IrW9uBZ2-hY","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142639","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/thKZ98a5Ui8","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142640","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/WfWGCdMfsS4","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142641","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/hMqwuzWILdQ","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142642","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/GQwxUgtHCAI","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142643","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/oLjG8yKQack","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142644","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/41NZRdVG8Ag","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142645","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/QSYz2Tta_xg","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142646","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/wZAidmBfxEs","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142647","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/U9lSmt7tP4A","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142648","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/VEeA6VJ05yw","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142649","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/H7g8z1Q7eyo","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142650","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/lggW89AaHys","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142651","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="Hireandbuild &raquo; Feed" href="https://hireandbuild.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Hireandbuild &raquo; Comments Feed" href="https://hireandbuild.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hireandbuild.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhireandbuild.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hireandbuild.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhireandbuild.com%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>

<link rel='stylesheet' id='hfe-widgets-style-css' href='https://hireandbuild.com/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.9.3' media='all' />
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="rank-math-related-posts-style-inline-css">
.wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb}

/*# sourceURL=https://hireandbuild.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #999999;--wp--preset--color--dark-gray: #111;--wp--preset--color--light-gray: #767676;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-dark-gray-color{color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-color{color: var(--wp--preset--color--light-gray) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-background-color{background-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-background-color{background-color: var(--wp--preset--color--light-gray) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-border-color{border-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-border-color{border-color: var(--wp--preset--color--light-gray) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-gallery.is-layout-flex){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}:where(.wp-block-gallery.is-layout-grid){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
:where(.wp-block-latest-posts.is-layout-flex){gap: 1.25em;}:where(.wp-block-latest-posts.is-layout-grid){gap: 1.25em;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='dashicons-css' href='https://hireandbuild.com/wp-includes/css/dashicons.min.css?ver=7.1' media='all' />
<link rel='stylesheet' id='admin-bar-css' href='https://hireandbuild.com/wp-includes/css/admin-bar.min.css?ver=7.1' media='all' />
<style id="admin-bar-inline-css">

    /* Hide CanvasJS credits for P404 charts specifically */
    #p404RedirectChart .canvasjs-chart-credit {
        display: none !important;
    }
    
    #p404RedirectChart canvas {
        border-radius: 6px;
    }

    .p404-redirect-adminbar-weekly-title {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 6px;
    }

    #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
        content: "\f103";
        color: #dc3545;
        top: 3px;
    }
    
    #wp-admin-bar-p404_free_top_button .ab-item {
        min-width: 80px !important;
        padding: 0px !important;
    }
    
    /* Ensure proper positioning and z-index for P404 dropdown */
    .p404-redirect-adminbar-dropdown-wrap { 
        min-width: 0; 
        padding: 0;
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown {
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .p404-redirect-dropdown-container {
        min-width: 340px;
        padding: 18px 18px 12px 18px;
        background: #23282d !important;
        color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        margin-top: 10px;
        position: relative !important;
        z-index: 999999 !important;
        display: block !important;
        border: 1px solid #444;
    }
    
    /* Ensure P404 dropdown appears on hover */
    #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { 
        display: none !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { 
        display: block !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container {
        display: block !important;
    }
    
    .p404-redirect-card {
        background: #2c3338;
        border-radius: 8px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #444;
    }
    
    .p404-redirect-btn {
        display: inline-block;
        background: #dc3545;
        color: #fff !important;
        font-weight: bold;
        padding: 5px 22px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: background 0.2s, box-shadow 0.2s;
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(220,53,69,0.15);
        text-align: center;
        line-height: 1.6;
    }
    
    .p404-redirect-btn:hover {
        background: #c82333;
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(220,53,69,0.25);
    }
    
    /* Prevent conflicts with other admin bar dropdowns */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item {
        z-index: auto;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item {
        z-index: 999998 !important;
    }
    
/*# sourceURL=admin-bar-inline-css */
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://hireandbuild.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7' media='all' />
<link rel='stylesheet' id='hfe-style-css' href='https://hireandbuild.com/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=2.9.3' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-8-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-8.css?ver=1787556299' media='all' />
<link rel='stylesheet' id='the7-e-sticky-effect-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-sticky-effects.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-toggle-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-1160-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-1160.css?ver=1787563369' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='the7-icon-box-widget-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-icon-box-widget.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='the7-vertical-menu-widget-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-vertical-menu-widget.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-5635-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-5635.css?ver=1787556299' media='all' />
<link rel='stylesheet' id='elementor-post-4232-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-4232.css?ver=1787556300' media='all' />
<link rel='stylesheet' id='dt-main-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/main.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-custom-scrollbar-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-core-css' href='https://hireandbuild.com/wp-content/plugins/dt-the7-core/assets/css/post-type.min.css?ver=2.7.13' media='all' />
<link rel='stylesheet' id='hfe-elementor-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.34.0' media='all' />
<link rel='stylesheet' id='hfe-icons-list-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' />
<link rel='stylesheet' id='hfe-social-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-widget-blockquote-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-blockquote.min.css?ver=3.25.0' media='all' />
<link rel='stylesheet' id='hfe-mega-menu-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.26.2' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-widget-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.26.0' media='all' />
<link rel='stylesheet' id='the7-css-vars-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/css-vars.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='dt-custom-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/custom.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='dt-media-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/media.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='the7-elements-albums-portfolio-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/the7-elements-albums-portfolio.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='the7-elements-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/post-type-dynamic.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='qlwapp-frontend-css' href='https://hireandbuild.com/wp-content/plugins/wp-whatsapp-chat/build/frontend/css/style.css?ver=8.5.9' media='all' />
<link rel='stylesheet' id='style-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/style.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-elementor-global-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/elementor-global.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='eael-general-css' href='https://hireandbuild.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.7.3' media='all' />
<link rel='stylesheet' id='elementor-gf-local-opensans-css' href='https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742361972' media='all' />
<link rel='stylesheet' id='elementor-gf-local-assistant-css' href='https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/css/assistant.css?ver=1742361974' media='all' />
<link rel='stylesheet' id='elementor-gf-poppins-css' href='https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;display=swap' media='all' />
<link rel='stylesheet' id='elementor-icons-the7-feather-css' href='https://hireandbuild.com/wp-content/uploads/elementor/custom-icons/the7-feather/style.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' />
<script id="jquery-core-js" src="https://hireandbuild.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>




<link rel="https://api.w.org/" href="https://hireandbuild.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hireandbuild.com/wp-json/wp/v2/pages/1160" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hireandbuild.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.1" />
<link rel='shortlink' href='https://hireandbuild.com/' />
<style id="essential-blocks-global-styles">
            :root {
                --eb-global-primary-color: #101828;
--eb-global-secondary-color: #475467;
--eb-global-tertiary-color: #98A2B3;
--eb-global-text-color: #475467;
--eb-global-heading-color: #1D2939;
--eb-global-link-color: #444CE7;
--eb-global-background-color: #F9FAFB;
--eb-global-button-text-color: #FFFFFF;
--eb-global-button-background-color: #101828;
--eb-gradient-primary-color: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
--eb-gradient-secondary-color: linear-gradient(90deg, hsla(18, 76%, 85%, 1) 0%, hsla(203, 69%, 84%, 1) 100%);
--eb-gradient-tertiary-color: linear-gradient(90deg, hsla(248, 21%, 15%, 1) 0%, hsla(250, 14%, 61%, 1) 100%);
--eb-gradient-background-color: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(233, 233, 233) 49%, rgb(244, 243, 243) 100%);

                --eb-tablet-breakpoint: 1024px;
--eb-mobile-breakpoint: 767px;

            }
            
            
        </style><meta name="generator" content="Site Kit by Google 1.185.0" /><!-- HFCM by 99 Robots - Snippet # 1: Home page keyword -->
<meta name="keywords" content="cost of constructing a house in chennai, building construction in chennai, civil contractors in chennai, Interior designers">
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 3: Microsoft clarity -->

<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 11: Google search console code -->
<meta name="google-site-verification" content="BS57J9mEQlMFNZ2j8vNjkOcOa80itmflsIOk-N5hT0o" />
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 12: Google Analytics code -->
<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-QJH3LRTRDM" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0ctUUpIM0xSVFJETScp" defer></script>
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 16: Google Tag Manager -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5KVVMQPG');</script>
<!-- End Google Tag Manager -->
<!-- /end HFCM by 99 Robots -->
<!-- Hotjar Tracking Code for www.hireandbuild.com -->


<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-QJH3LRTRDM" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0ctUUpIM0xSVFJETScp" defer></script>

<!-- Organic Code Tracking  for www.hireandbuild.com -->
<script src="https://www.googletagmanager.com/gtag/js?id=AW-XXXXXXXXX" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0FXLVhYWFhYWFhYWCcpO2d0YWcoJ2NvbmZpZycsJ0ctWFhYWFhYWFgnKQ==" defer></script>
			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.3.70-->
			
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
			<meta name="generator" content="Elementor 4.2.3; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-270x270.png" />
<style id="wp-custom-css">
body.home {
  padding-top: 0 !important;
}




</style>
<style id='the7-custom-inline-css' type='text/css'>
.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
	text-align: center;
	width: 1.25em;
}
</style>
</head>
<body id="the7-body" class="home wp-singular page-template page-template-elementor_header_footer page page-id-1160 wp-embed-responsive wp-theme-dt-the7 the7-core-ver-2.7.13 ehf-template-dt-the7 ehf-stylesheet-dt-the7 dt-responsive-on right-mobile-menu-close-icon ouside-menu-close-icon mobile-close-right-caption  fade-thin-mobile-menu-close-icon fade-medium-menu-close-icon srcset-enabled btn-flat custom-btn-color custom-btn-hover-color first-switch-logo-left first-switch-menu-right second-switch-logo-left second-switch-menu-right right-mobile-menu layzr-loading-on popup-message-style the7-ver-14.4.8 elementor-default elementor-template-full-width elementor-clear-template elementor-kit-8 elementor-page elementor-page-1160 elementor-page-6261">
<!-- The7 14.4.8 -->

<div id="page" >
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

<style id="the7-page-content-style">
#main {
  padding-top: 0px;
  padding-bottom: 0px;
}
#main > .wf-wrap {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 778px) {
  #main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #main > .wf-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}
</style>		<header data-elementor-type="header" data-elementor-id="5635" class="elementor elementor-5635 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-4d7b488 e-con-full e-flex e-con e-parent" data-id="4d7b488" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-770d2a4 elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="770d2a4" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

.hb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 90px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 9999;
  border-bottom: 1.5px solid #f0ede8;
}

.hb-logo a { display: flex; align-items: center; }
.hb-logo img { height: 56px; width: auto; display: block; }

.hb-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
.hb-nav > li { position: relative; }

.hb-nav > li > a,
.hb-nav > li > span {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  font-size: 14.5px; font-weight: 500; color: #1a1a1a;
  text-decoration: none; border-radius: 10px;
  cursor: pointer; user-select: none; white-space: nowrap;
  position: relative;
  transition: color 0.22s ease, background 0.22s ease;
  letter-spacing: -0.01em;
}

.hb-nav > li > a::after,
.hb-nav > li > span::after {
  content: ''; position: absolute;
  bottom: 5px; left: 16px; right: 16px;
  height: 2px; background: #E8600A; border-radius: 2px;
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.hb-nav > li > a:hover,
.hb-nav > li > span:hover { color: #E8600A; }
.hb-nav > li > a:hover::after,
.hb-nav > li > span:hover::after,
.hb-nav > li:hover > span::after { transform: scaleX(1); }

.hb-chev { display: inline-flex; align-items: center; transition: transform 0.25s ease; }
.hb-chev svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hb-nav > li:hover > span .hb-chev { transform: rotate(180deg); }

.hb-dropdown {
  position: absolute;
  top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 248px; background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,0.08), 0 24px 48px -4px rgba(0,0,0,0.14);
  border: 1px solid #f0ede8; padding: 8px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.4,0,0.2,1);
  z-index: 10000;
}

/* Invisible hover bridge — stops dropdown from closing when crossing the gap */
.hb-dropdown::after {
  content: ''; position: absolute;
  top: -14px; left: 0; right: 0; height: 14px;
  background: transparent;
}

.hb-dropdown::before {
  content: ''; position: absolute;
  top: -5px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px; background: #ffffff;
  border-left: 1px solid #f0ede8; border-top: 1px solid #f0ede8;
  border-radius: 2px 0 0 0; z-index: 1;
}

.hb-nav > li:hover .hb-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }

.hb-dropdown a {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 16px; font-size: 14px; font-weight: 500;
  color: #2a2a2a; text-decoration: none; border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
  font-family: 'Poppins', sans-serif;
}
.hb-dropdown a + a { border-top: 1px solid #f7f4f0; }
.dd-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #E8600A; opacity: 0; flex-shrink: 0;
  transition: opacity 0.18s ease, transform 0.18s ease; transform: scale(0);
}
.hb-dropdown a:hover { background: #fff5ef; color: #E8600A; padding-left: 20px; }
.hb-dropdown a:hover .dd-dot { opacity: 1; transform: scale(1); }

.hb-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  position: relative; overflow: hidden;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
  box-shadow: 0 4px 16px rgba(232,96,10,0.32); white-space: nowrap;
}
.hb-cta a::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 50%, transparent 100%);
  transition: left 0.45s ease;
}
.hb-cta a:hover::before { left: 160%; }
.hb-cta a:hover { background: #c94f00; box-shadow: 0 8px 26px rgba(232,96,10,0.44); transform: translateY(-2px); }
.hb-cta a:active { transform: translateY(0); }
.hb-cta-arrow { transition: transform 0.2s ease; }
.hb-cta a:hover .hb-cta-arrow { transform: translateX(4px); }

/* ── Hamburger ── */
.hb-burger {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  width: 46px; height: 46px;
  border: none; background: transparent; cursor: pointer;
  border-radius: 10px; padding: 10px; gap: 5px;
  transition: background 0.2s;
  position: relative; z-index: 10002;
}
.hb-burger:hover { background: #fff5ef; }
.hb-burger span {
  display: block; width: 24px; height: 2px;
  background: #1a1a1a; border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.2s, width 0.3s;
  transform-origin: center; pointer-events: none;
}
.hb-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hb-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.hb-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Overlay ── */
.hb-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000; opacity: 0;
  transition: opacity 0.3s ease;
}
.hb-overlay.is-open { display: block; }
.hb-overlay.is-visible { opacity: 1; }

/* ── Drawer ── */
.hb-drawer {
  position: fixed; top: 0; right: 0;
  width: 300px; height: 100%;
  background: #ffffff; z-index: 10001;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
}
.hb-drawer.is-open { transform: translateX(0); }

.hb-drawer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 20px; border-bottom: 1.5px solid #f0ede8; flex-shrink: 0;
}
.hb-drawer-top img { height: 40px; }

.hb-close-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid #e8e4df; background: #ffffff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.18s, border-color 0.18s; flex-shrink: 0;
}
.hb-close-btn:hover { background: #fff0e8; border-color: #E8600A; }
.hb-close-btn svg {
  width: 16px; height: 16px; stroke: #444;
  stroke-width: 2.5; stroke-linecap: round; fill: none; pointer-events: none;
}
.hb-close-btn:hover svg { stroke: #E8600A; }

.hb-mob-nav { list-style: none; padding: 12px 12px 0; flex: 1; }
.hb-mob-nav > li { margin-bottom: 2px; }

.hb-mob-nav > li > a,
.hb-mob-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 13px 14px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500;
  color: #1a1a1a; text-decoration: none; border-radius: 10px;
  cursor: pointer; border: none; background: transparent;
  transition: background 0.18s, color 0.18s; text-align: left;
}
.hb-mob-nav > li > a:hover,
.hb-mob-trigger:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-trigger.is-open { background: #fff5ef; color: #E8600A; }

.mob-arrow { flex-shrink: 0; transition: transform 0.25s ease; }
.mob-arrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; pointer-events: none; }
.hb-mob-trigger.is-open .mob-arrow { transform: rotate(180deg); }

.hb-mob-sub {
  list-style: none; max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
  background: #faf8f6; border-radius: 0 0 10px 10px; margin: 0 2px 4px;
}
.hb-mob-sub.is-open { max-height: 400px; }
.hb-mob-sub li a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; font-family: 'Poppins', sans-serif;
  font-size: 13.5px; font-weight: 500; color: #555;
  text-decoration: none; border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.hb-mob-sub li a::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #E8600A; opacity: 0.45; flex-shrink: 0; transition: opacity 0.15s;
}
.hb-mob-sub li a:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-sub li a:hover::before { opacity: 1; }

.hb-mob-cta { padding: 20px 12px 36px; flex-shrink: 0; }
.hb-mob-cta a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 24px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(232,96,10,0.30);
}
.hb-mob-cta a:hover { background: #c94f00; }

@media (max-width: 1024px) {
  .hb-header { padding: 0 24px; height: 76px; }
  .hb-nav-wrap, .hb-cta { display: none !important; }
  .hb-burger { display: flex !important; }
}
@media (max-width: 480px) {
  .hb-logo img { height: 44px; }
  .hb-drawer { width: 100%; }
}
</style>

<header class="hb-header">
  <div class="hb-logo">
    <a href="https://hireandbuild.com/">
      <img src="https://hireandbuild.com/wp-content/uploads/2023/09/HB512x512.png" alt="HireAndBuild" />
    </a>
  </div>

  <div class="hb-nav-wrap">
    <nav aria-label="Main navigation">
      <ul class="hb-nav">
        <li><a href="https://hireandbuild.com/about-us/">About us</a></li>
        <li><a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">Joint Venture</a></li>
        <li><a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">Cost Calculator</a></li>
        <li>
          <span>Pricing <span class="hb-chev" aria-hidden="true"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span></span>
          <div class="hb-dropdown">
            <a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/"><span class="dd-dot"></span>Residential Construction</a>
            <a href="https://hireandbuild.com/commercial-construction-packages-chennai/"><span class="dd-dot"></span>Commercial Construction</a>
          </div>
        </li>
        <li>
          <span>Services <span class="hb-chev" aria-hidden="true"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span></span>
          <div class="hb-dropdown">
            <a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/"><span class="dd-dot"></span>Turnkey House Construction</a>
            <a href="https://hireandbuild.com/commercial-construction-company-in-chennai/"><span class="dd-dot"></span>Commercial Construction</a>
            <a href="https://hireandbuild.com/architects-in-chennai/"><span class="dd-dot"></span>Architectural Designing</a>
            <a href="https://hireandbuild.com/structural-engineers-in-chennai/"><span class="dd-dot"></span>Structural Designing</a>
            <a href="https://hireandbuild.com/building-plan-approval-in-chennai/"><span class="dd-dot"></span>Building Plan Approval</a>
          </div>
        </li>
        <li><a href="https://hireandbuild.com/projects/">Projects</a></li>
        <li><a href="https://hireandbuild.com/careers/">Careers</a></li>
        <li><a href="https://hireandbuild.com/contact-us/">Contact</a></li>
      </ul>
    </nav>
  </div>

  <div class="hb-cta">
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">
      Get a Free Quote
      <svg class="hb-cta-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap: round; stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
    </a>
  </div>

  <button class="hb-burger" id="hbBurger" aria-label="Open menu" type="button">
    <span></span><span></span><span></span>
  </button>
</header>

<div class="hb-overlay" id="hbOverlay"></div>

<div class="hb-drawer" id="hbDrawer">
  <div class="hb-drawer-top">
    <a href="https://hireandbuild.com/">
      <img src="https://hireandbuild.com/wp-content/uploads/2023/09/HB512x512.png" alt="HireAndBuild" />
    </a>
    <button class="hb-close-btn" id="hbCloseBtn" type="button" aria-label="Close menu">
      <svg viewBox="0 0 24 24"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>
    </button>
  </div>

  <ul class="hb-mob-nav">
    <li><a href="https://hireandbuild.com/about-us/">About us</a></li>
    <li><a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">Joint Venture</a></li>
    <li><a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">Cost Calculator</a></li>
    <li>
      <button class="hb-mob-trigger" type="button">
        Pricing
        <span class="mob-arrow"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span>
      </button>
      <ul class="hb-mob-sub">
        <li><a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/">Residential Construction</a></li>
        <li><a href="https://hireandbuild.com/commercial-construction-packages-chennai/">Commercial Construction</a></li>
      </ul>
    </li>
    <li>
      <button class="hb-mob-trigger" type="button">
        Services
        <span class="mob-arrow"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span>
      </button>
      <ul class="hb-mob-sub">
        <li><a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/">Turnkey House Construction</a></li>
        <li><a href="https://hireandbuild.com/commercial-construction-company-in-chennai/">Commercial Construction</a></li>
        <li><a href="https://hireandbuild.com/architects-in-chennai/">Architectural Designing</a></li>
        <li><a href="https://hireandbuild.com/structural-engineers-in-chennai/">Structural Designing</a></li>
        <li><a href="https://hireandbuild.com/building-plan-approval-in-chennai/">Building Plan Approval</a></li>
      </ul>
    </li>
    <li><a href="https://hireandbuild.com/projects/">Projects</a></li>
    <li><a href="https://hireandbuild.com/careers/">Careers</a></li>
    <li><a href="https://hireandbuild.com/contact-us/">Contact</a></li>
  </ul>

  <div class="hb-mob-cta">
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">
      Get a Free Quote
      <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
    </a>
  </div>
</div>

				</div>
				</div>
				</div>
				</header>
		

<div id="main" class="sidebar-none sidebar-divider-off">

	
	<div class="main-gradient"></div>
	<div class="wf-wrap">
	<div class="wf-container-main">

	


	<div id="content" class="content" role="main">

				<div data-elementor-type="wp-page" data-elementor-id="1160" class="elementor elementor-1160" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-56b8af9 e-con-full e-flex e-con e-parent" data-id="56b8af9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9c1c4d5 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="9c1c4d5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
  
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />

  <style>

    /*
     * ── STRATEGY ────────────────────────────────────────────────────
     * WP themes apply padding / max-width on .entry-content or similar
     * wrappers AND set overflow:hidden which kills 100vw breakout tricks.
     *
     * Safe approach: detect the WP container padding via JS at runtime,
     * apply equal negative side margins to pull the hero flush, then
     * re-add the same amount as internal padding so content stays inset.
     *
     * This works inside any overflow:hidden parent and never causes
     * horizontal scroll.
     * ───────────────────────────────────────────────────────────────
     */

    .hnb-hero *,
    .hnb-hero *::before,
    .hnb-hero *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* ─── HERO SECTION ─── */
    .hnb-hero {
      font-family: 'Poppins', sans-serif;
      min-height: 100dvh;
      width: auto; /* overridden by JS */
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 60px 64px 80px;
      gap: 64px;
      position: relative;
      overflow: visible;
      background: #111;
    }

    .hnb-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('https://hireandbuild.com/wp-content/uploads/2026/07/construction-company-chennai.webp');
      background-size: cover;
      background-position: center 40%;
      background-repeat: no-repeat;
      z-index: 0;
    }

    .hnb-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        110deg,
        rgba(8,8,8,0.82) 0%,
        rgba(8,8,8,0.70) 50%,
        rgba(8,8,8,0.54) 100%
      );
      z-index: 1;
    }

    /* ─── LEFT COPY ─── */
    .hnb-hero__copy {
      position: relative;
      z-index: 2;
    }

    .hnb-hero__h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -1px;
      color: #ffffff;
      margin: 0 0 18px 0;
      padding: 0;
      text-shadow: 0 2px 16px rgba(0,0,0,0.5);
      animation: hnbFadeUp 0.5s 0.08s ease both;
      border: none;
      background: none;
    }

    .hnb-hero__h1 .hnb-accent { color: #E85D04; }

    .hnb-hero__h1 .hnb-underline {
      position: relative;
      display: inline-block;
    }

    .hnb-hero__h1 .hnb-underline::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 3px;
      width: 100%;
      height: 3px;
      background: #E85D04;
      border-radius: 2px;
      transform-origin: left;
      transform: scaleX(0);
      animation: hnbLineGrow 0.6s 0.75s ease forwards;
    }

    .hnb-hero__desc {
      font-family: 'Poppins', sans-serif;
      font-size: 0.9rem;
      font-weight: 300;
      color: rgba(255,255,255,0.78);
      line-height: 1.8;
      max-width: 480px;
      margin: 0 0 20px 0;
      padding: 0;
      animation: hnbFadeUp 0.5s 0.16s ease both;
    }

    /* ── Phone Inline ── */
    .hnb-phone-inline {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      text-decoration: none;
      animation: hnbFadeUp 0.5s 0.20s ease both;
    }

    .hnb-phone-inline__icon {
      width: 36px;
      height: 36px;
      background: rgba(232,93,4,0.18);
      border: 1px solid rgba(232,93,4,0.35);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #E85D04;
      flex-shrink: 0;
      transition: background 0.2s, border-color 0.2s;
    }

    .hnb-phone-inline:hover .hnb-phone-inline__icon {
      background: rgba(232,93,4,0.32);
      border-color: #E85D04;
    }

    .hnb-phone-inline__label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.68rem;
      color: rgba(255,255,255,0.5);
      display: block;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .hnb-phone-inline__number {
      font-family: 'Poppins', sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: #ffffff;
      display: block;
      letter-spacing: 0.5px;
      margin-top: 3px;
      transition: color 0.2s;
    }

    .hnb-phone-inline:hover .hnb-phone-inline__number { color: #E85D04; }

    /* ── CTAs ── */
    .hnb-hero__ctas {
      display: flex;
      gap: 14px;
      animation: hnbFadeUp 0.5s 0.24s ease both;
    }

    .hnb-hero__cta {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 18px;
      border-radius: 10px;
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: border-color 0.22s, box-shadow 0.22s, transform 0.18s, background 0.22s;
      flex: 1;
      min-width: 0;
      cursor: pointer;
    }

    .hnb-hero__cta:hover {
      border-color: #E85D04;
      background: rgba(232,93,4,0.18);
      box-shadow: 0 4px 20px rgba(232,93,4,0.25);
      transform: translateY(-2px);
      text-decoration: none;
    }

    .hnb-hero__cta-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: rgba(232,93,4,0.22);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #E85D04;
      flex-shrink: 0;
    }

    .hnb-hero__cta-text {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-width: 0;
    }

    .hnb-hero__cta-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.65rem;
      font-weight: 400;
      color: rgba(255,255,255,0.5);
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      display: block;
    }

    .hnb-hero__cta-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.3;
      margin-top: 3px;
      display: block;
    }

    .hnb-hero__cta-arrow {
      color: #E85D04;
      flex-shrink: 0;
      transition: transform 0.2s;
    }

    .hnb-hero__cta:hover .hnb-hero__cta-arrow { transform: translateX(4px); }

    /* ─── FORM CARD ─── */
    .hnb-hero__form-card {
      position: relative;
      z-index: 2;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,0.09);
      border-radius: 16px;
      padding: 32px 32px 26px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.02), 0 16px 48px rgba(0,0,0,0.18);
      animation: hnbFadeUp 0.6s 0.1s ease both;
    }

    .hnb-hero__form-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      height: 3px;
      background: linear-gradient(90deg, #E85D04, #F48C06, transparent);
      border-radius: 0 0 3px 3px;
    }

    .hnb-hero .hnb-s1-form-wrap {
      width: 100%;
      max-width: 100%;
      background: transparent;
      border: none;
      padding: 0;
      box-shadow: none;
      font-family: 'Poppins', sans-serif;
    }

    .hnb-hero .hnb-s1-form-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #0D0D0D;
      letter-spacing: -0.3px;
      margin: 0 0 4px 0;
      padding: 0;
      line-height: 1.3;
    }

    .hnb-hero .hnb-s1-form-sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #6B6B6B;
      font-weight: 300;
      margin: 0 0 16px 0;
      padding: 0;
      line-height: 1.5;
    }

    .hnb-hero .hnb-s1-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .hnb-hero .hnb-s1-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .hnb-hero .hnb-s1-field {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hnb-hero .hnb-s1-field label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.65rem;
      font-weight: 600;
      color: #0D0D0D;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      line-height: 1.4;
      display: block;
      margin: 0;
      padding: 0;
    }

    .hnb-hero .hnb-s1-field input,
    .hnb-hero .hnb-s1-field textarea {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      font-weight: 400;
      color: #0D0D0D;
      background: #FAF9F8;
      border: 1.5px solid rgba(0,0,0,0.1);
      border-radius: 8px;
      padding: 10px 12px;
      outline: none;
      width: 100%;
      appearance: none;
      -webkit-appearance: none;
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
      line-height: 1.4;
      margin: 0;
    }

    .hnb-hero .hnb-s1-field textarea {
      resize: vertical;
      min-height: 72px;
      max-height: 140px;
      font-family: 'Poppins', sans-serif;
    }

    .hnb-hero .hnb-s1-field input::placeholder,
    .hnb-hero .hnb-s1-field textarea::placeholder {
      color: #C0C0C0;
      font-weight: 300;
    }

    .hnb-hero .hnb-s1-field input:focus,
    .hnb-hero .hnb-s1-field textarea:focus {
      border-color: #E85D04;
      background: #ffffff;
      box-shadow: 0 0 0 3px rgba(232,93,4,0.1);
    }

    .hnb-hero .hnb-s1-field input.hnb-invalid,
    .hnb-hero .hnb-s1-field textarea.hnb-invalid { border-color: rgba(220,38,38,0.6); background: rgba(220,38,38,0.04); }
    .hnb-hero .hnb-s1-field input.hnb-valid,
    .hnb-hero .hnb-s1-field textarea.hnb-valid   { border-color: rgba(22,163,74,0.5);  background: rgba(22,163,74,0.04); }

    .hnb-hero .hnb-s1-field-hint {
      font-family: 'Poppins', sans-serif;
      font-size: 0.62rem;
      margin-top: 2px;
      padding-left: 2px;
      display: none;
      line-height: 1.4;
    }

    .hnb-hero .hnb-s1-field-hint.hnb-hint-error { color: #dc2626; display: block; }
    .hnb-hero .hnb-s1-field-hint.hnb-hint-ok    { color: #16a34a; display: block; }

    .hnb-hero .hnb-s1-section-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.58rem;
      font-weight: 600;
      color: #A0A0A0;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-top: 1px solid rgba(0,0,0,0.08);
      padding-top: 10px;
      margin-top: 2px;
      display: block;
    }

    .hnb-hero .hnb-s1-error {
      display: none;
      background: rgba(220,38,38,0.07);
      border: 1px solid rgba(220,38,38,0.22);
      border-radius: 8px;
      padding: 9px 12px;
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #dc2626;
      text-align: center;
      line-height: 1.5;
    }

    .hnb-hero .hnb-s1-form-submit {
      display: block;
      width: 100%;
      margin-top: 4px;
      padding: 13px;
      background: #E85D04;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      font-family: 'Poppins', sans-serif;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      cursor: pointer;
      transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
      line-height: 1.4;
      text-align: center;
      -webkit-tap-highlight-color: transparent;
    }

    .hnb-hero .hnb-s1-form-submit:hover:not(:disabled) {
      background: #F48C06;
      box-shadow: 0 8px 24px rgba(232,93,4,0.35);
      transform: translateY(-2px);
    }

    .hnb-hero .hnb-s1-form-submit:disabled { opacity: 0.7; cursor: not-allowed; }

    .hnb-hero .hnb-s1-success {
      display: none;
      text-align: center;
      padding: 14px 0 4px;
    }

    .hnb-hero .hnb-s1-success-svg {
      display: block;
      margin: 0 auto 14px;
      width: 56px;
      height: 56px;
    }

    .hnb-hero .hnb-s1-success-svg .hnb-circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 3;
      stroke: #16a34a;
      fill: none;
      animation: hnbCircle 0.6s ease forwards;
    }

    .hnb-hero .hnb-s1-success-svg .hnb-check {
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      stroke-width: 3;
      stroke: #16a34a;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      animation: hnbCheck 0.4s 0.55s ease forwards;
    }

    .hnb-hero .hnb-s1-success-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      color: #0D0D0D;
      margin-bottom: 4px;
      padding: 0;
    }

    .hnb-hero .hnb-s1-success-sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #6B6B6B;
      padding: 0;
      margin: 0;
    }

    /* ─── ANIMATIONS ─── */
    @keyframes hnbFadeUp  { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes hnbLineGrow { to { transform: scaleX(1); } }
    @keyframes hnbCircle  { to { stroke-dashoffset: 0; } }
    @keyframes hnbCheck   { to { stroke-dashoffset: 0; } }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .hnb-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 64px;
      }
      .hnb-hero__copy { text-align: center; }
      .hnb-hero__h1   { font-size: clamp(1.6rem, 4.5vw, 2.2rem); letter-spacing: -0.5px; }
      .hnb-hero__desc { max-width: 100%; margin-left: auto; margin-right: auto; }
      .hnb-hero__ctas { justify-content: center; }
      .hnb-phone-inline { margin-left: auto; margin-right: auto; display: flex; justify-content: center; }
      .hnb-hero__form-card { padding: 28px 24px; }
    }

    @media (max-width: 720px) {
      .hnb-hero {
        gap: 32px;
        padding-top: 36px;
        padding-bottom: 52px;
      }
      .hnb-hero__h1 {
        font-size: clamp(1.35rem, 5.5vw, 1.85rem);
        line-height: 1.22;
        letter-spacing: -0.4px;
      }
      .hnb-hero__h1 br { display: none; }
      .hnb-hero__desc { font-size: 0.85rem; line-height: 1.75; margin-bottom: 16px; }
      .hnb-hero__ctas { flex-direction: column; gap: 10px; width: 100%; }
      .hnb-hero__cta  { width: 100%; padding: 13px 16px; flex: none; }
      .hnb-hero__form-card { padding: 24px 18px 20px; border-radius: 14px; width: 100%; }
      .hnb-hero .hnb-s1-form-row { grid-template-columns: 1fr 1fr; gap: 8px; }
    }

    @media (max-width: 430px) {
      .hnb-hero {
        gap: 28px;
        padding-top: 32px;
        padding-bottom: 48px;
      }
      .hnb-hero__h1 { font-size: clamp(1.25rem, 6vw, 1.6rem); line-height: 1.25; letter-spacing: -0.3px; }
      .hnb-hero__desc { font-size: 0.82rem; }
      .hnb-hero__cta  { padding: 12px 14px; gap: 10px; }
      .hnb-hero__cta-title { font-size: 0.82rem; }
      .hnb-hero__form-card { padding: 22px 14px 18px; border-radius: 12px; }
      .hnb-hero .hnb-s1-form-row  { grid-template-columns: 1fr; gap: 10px; }
      .hnb-hero .hnb-s1-form-title { font-size: 0.98rem; }
      .hnb-hero .hnb-s1-form-sub   { font-size: 0.7rem; }
      .hnb-hero .hnb-s1-field input,
      .hnb-hero .hnb-s1-field textarea { font-size: 16px; padding: 11px 12px; }
      .hnb-hero .hnb-s1-form-submit { font-size: 0.9rem; padding: 14px; }
      .hnb-phone-inline__number { font-size: 0.95rem; }
    }

    @media (max-width: 390px) {
      .hnb-hero {
        gap: 26px;
        padding-top: 28px;
        padding-bottom: 44px;
      }
      .hnb-hero__h1 { font-size: clamp(1.15rem, 6.5vw, 1.45rem); line-height: 1.28; }
      .hnb-hero__desc { font-size: 0.8rem; }
      .hnb-hero__cta  { padding: 11px 12px; }
      .hnb-hero__cta-icon { width: 32px; height: 32px; }
      .hnb-hero__form-card { padding: 20px 12px 16px; }
      .hnb-hero .hnb-s1-form-title { font-size: 0.92rem; }
    }

    @media (max-width: 360px) {
      .hnb-hero {
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 40px;
      }
      .hnb-hero__h1 { font-size: 1.15rem; line-height: 1.3; }
      .hnb-hero__desc { font-size: 0.78rem; }
      .hnb-hero__form-card { padding: 18px 10px 14px; }
      .hnb-hero__cta { padding: 10px; gap: 8px; }
      .hnb-hero__cta-icon { width: 28px; height: 28px; border-radius: 6px; }
      .hnb-hero__cta-title { font-size: 0.78rem; }
      .hnb-hero__cta-label { font-size: 0.58rem; }
      .hnb-hero .hnb-s1-field input,
      .hnb-hero .hnb-s1-field textarea { font-size: 16px; padding: 10px; }
      .hnb-hero .hnb-s1-form-submit { font-size: 0.88rem; padding: 13px; }
      .hnb-phone-inline__number { font-size: 0.9rem; }
      .hnb-phone-inline__icon { width: 32px; height: 32px; }
    }

  </style>
</head>
<body>

<section class="hnb-hero" id="hnbHero">

  <div class="hnb-hero__copy">
    <h1 class="hnb-hero__h1">
      Best  Construction Company in Chennai<br>
      Starting at <span class="hnb-accent hnb-underline">₹1999/Sq.Ft</span>
    </h1>

    <p class="hnb-hero__desc">
      HireAndBuild is rated among the best house construction companies in Chennai for transparent pricing, on-time delivery and written structural warranty.
      220+ families across Chennai trusted us to build their dream home. We would love to build yours too.
    </p>

    <a href="tel:+917200472008" class="hnb-phone-inline"
       onclick="gtag('event','generate_lead',{'event_category':'Call','event_label':'Phone Click'})">
      <div class="hnb-phone-inline__icon">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
             stroke="currentColor" stroke-width="2.2"
             stroke-linecap="round" stroke-linejoin="round">
          <path d="M22 16.92v3a2 2 0 01-2.18 2 19.79-19.79 0 01-8.63-3.07 9.51 9.51 0 01-3-3 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/>
        </svg>
      </div>
      <div>
        <span class="hnb-phone-inline__label">Call us anytime</span>
        <span class="hnb-phone-inline__number">+91 72004 72008</span>
      </div>
    </a>

    <div class="hnb-hero__ctas">
      <a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/" class="hnb-hero__cta">
        <div class="hnb-hero__cta-icon">
          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <rect x="3" y="3" width="18" height="18" rx="3"/><path d="M9 9h6M9 12h6M9 15h4"/>
          </svg>
        </div>
        <div class="hnb-hero__cta-text">
          <span class="hnb-hero__cta-label">View House Construction</span>
          <span class="hnb-hero__cta-title">Packages in Chennai</span>
        </div>
        <svg class="hnb-hero__cta-arrow" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </a>
      <a href="https://hireandbuild.com/projects/" class="hnb-hero__cta">
        <div class="hnb-hero__cta-icon">
          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/>
            <rect x="3" y="14" width="7" height="7" rx="1"/><rect x="14" y="14" width="7" height="7" rx="1"/>
          </svg>
        </div>
        <div class="hnb-hero__cta-text">
          <span class="hnb-hero__cta-label">Completed House</span>
          <span class="hnb-hero__cta-title">Projects in Chennai</span>
        </div>
        <svg class="hnb-hero__cta-arrow" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </a>
    </div>
  </div>

  <div class="hnb-hero__form-card">
    <div class="hnb-s1-form-wrap">
      <div class="hnb-s1-form-title">Get a Free Estimate</div>
      <div class="hnb-s1-form-sub">No commitment · Response within 24 hours</div>

      <div class="hnb-s1-form" id="hnbLeadForm">

        <div class="hnb-s1-form-row">
          <div class="hnb-s1-field">
            <label for="hnbName">Full Name *</label>
            <input type="text" id="hnbName" placeholder="Ravi Kumar" autocomplete="name"/>
          </div>
          <div class="hnb-s1-field">
            <label for="hnbPhone">Phone *</label>
            <input type="tel" id="hnbPhone" placeholder="9876543210" maxlength="10" inputmode="numeric" autocomplete="tel"/>
            <span class="hnb-s1-field-hint" id="hnbPhoneHint"></span>
          </div>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbEmail">Email Address *</label>
          <input type="email" id="hnbEmail" placeholder="yourname@gmail.com" autocomplete="email" inputmode="email"/>
          <span class="hnb-s1-field-hint" id="hnbEmailHint"></span>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbLocation">Plot Location</label>
          <input type="text" id="hnbLocation" placeholder="e.g. Anna Nagar, Chennai" autocomplete="off"/>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbArea">Plot Area (sq.ft)</label>
          <input type="number" id="hnbArea" placeholder="1200" inputmode="numeric"/>
        </div>

        <span class="hnb-s1-section-label">About Your Requirement</span>

        <div class="hnb-s1-field">
          <label for="hnbNotes">Additional Notes</label>
          <textarea id="hnbNotes" placeholder="Describe your requirements, preferred style, number of floors, special requests…"></textarea>
        </div>

        <div class="hnb-s1-error" id="hnbError"></div>

        <button type="button" class="hnb-s1-form-submit" id="hnbSubmit" onclick="hnbSubmitLead()">
          Request Free Estimate →
        </button>

      </div>

      <div class="hnb-s1-success" id="hnbSuccess">
        <svg class="hnb-s1-success-svg" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg">
          <circle class="hnb-circle" cx="26" cy="26" r="24"/>
          <polyline class="hnb-check" points="14,27 22,35 38,18"/>
        </svg>
        <div class="hnb-s1-success-title">Request Received!</div>
        <div class="hnb-s1-success-sub">Our team will call you within 24 hours.</div>
      </div>
    </div>
  </div>

</section>

<script src="data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIGhlcm89ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkhlcm8nKTtpZighaGVybylyZXR1cm47ZnVuY3Rpb24gYXBwbHlCbGVlZCgpe2hlcm8uc3R5bGUubWFyZ2luTGVmdD0nJztoZXJvLnN0eWxlLm1hcmdpblJpZ2h0PScnO2hlcm8uc3R5bGUucGFkZGluZ0xlZnQ9Jyc7aGVyby5zdHlsZS5wYWRkaW5nUmlnaHQ9Jyc7dmFyIHJlY3Q9aGVyby5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTt2YXIgdnBXaWR0aD13aW5kb3cuaW5uZXJXaWR0aDt2YXIgbGVmdEdhcD1yZWN0LmxlZnQ7dmFyIHJpZ2h0R2FwPXZwV2lkdGgtcmVjdC5yaWdodDtpZihsZWZ0R2FwPjF8fHJpZ2h0R2FwPjEpe2hlcm8uc3R5bGUubWFyZ2luTGVmdD0nLScrbGVmdEdhcCsncHgnO2hlcm8uc3R5bGUubWFyZ2luUmlnaHQ9Jy0nK3JpZ2h0R2FwKydweCc7dmFyIHc9dnBXaWR0aDt2YXIgYmFzZVBhZEg9dzw9MzYwPzEyOnc8PTM5MD8xNDp3PD00MzA/MTY6dzw9NzIwPzE4Onc8PTk2MD8zMjo2NDtoZXJvLnN0eWxlLnBhZGRpbmdMZWZ0PShsZWZ0R2FwK2Jhc2VQYWRIKSsncHgnO2hlcm8uc3R5bGUucGFkZGluZ1JpZ2h0PShyaWdodEdhcCtiYXNlUGFkSCkrJ3B4J319CmFwcGx5QmxlZWQoKTt3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigncmVzaXplJyxhcHBseUJsZWVkKX0pKCk7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYlBob25lJykuYWRkRXZlbnRMaXN0ZW5lcigna2V5cHJlc3MnLGZ1bmN0aW9uKGUpe2lmKCEvWzAtOV0vLnRlc3QoZS5rZXkpKWUucHJldmVudERlZmF1bHQoKTt9KTtkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iUGhvbmUnKS5hZGRFdmVudExpc3RlbmVyKCdpbnB1dCcsZnVuY3Rpb24oKXt0aGlzLnZhbHVlPXRoaXMudmFsdWUucmVwbGFjZSgvXEQvZywnJykuc2xpY2UoMCwxMCk7dmFyIGhpbnQ9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYlBob25lSGludCcpO2lmKCF0aGlzLnZhbHVlKXt0aGlzLmNsYXNzTGlzdC5yZW1vdmUoJ2huYi1pbnZhbGlkJywnaG5iLXZhbGlkJyk7aGludC5jbGFzc05hbWU9J2huYi1zMS1maWVsZC1oaW50JztoaW50LnRleHRDb250ZW50PScnfWVsc2UgaWYodGhpcy52YWx1ZS5sZW5ndGg9PT0xMCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcpO3RoaXMuY2xhc3NMaXN0LmFkZCgnaG5iLXZhbGlkJyk7aGludC5jbGFzc05hbWU9J2huYi1zMS1maWVsZC1oaW50IGhuYi1oaW50LW9rJztoaW50LnRleHRDb250ZW50PSfinJMgVmFsaWQgbnVtYmVyJ31lbHNle3RoaXMuY2xhc3NMaXN0LnJlbW92ZSgnaG5iLXZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItaW52YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCBobmItaGludC1lcnJvcic7aGludC50ZXh0Q29udGVudD0oMTAtdGhpcy52YWx1ZS5sZW5ndGgpKycgbW9yZSBkaWdpdChzKSBuZWVkZWQnfX0pO2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJFbWFpbCcpLmFkZEV2ZW50TGlzdGVuZXIoJ2JsdXInLGZ1bmN0aW9uKCl7dmFyIHZhbD10aGlzLnZhbHVlLnRyaW0oKTt2YXIgaGludD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iRW1haWxIaW50Jyk7aWYoIXZhbCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcsJ2huYi12YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCc7aGludC50ZXh0Q29udGVudD0nJztyZXR1cm59CnZhciBvaz0vXlthLXpBLVowLTkuXyUrXC1dK0BnbWFpbFwuY29tJC8udGVzdCh2YWwpO2lmKG9rKXt0aGlzLmNsYXNzTGlzdC5yZW1vdmUoJ2huYi1pbnZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItdmFsaWQnKTtoaW50LmNsYXNzTmFtZT0naG5iLXMxLWZpZWxkLWhpbnQgaG5iLWhpbnQtb2snO2hpbnQudGV4dENvbnRlbnQ9J+KckyBWYWxpZCBHbWFpbCBhZGRyZXNzJ31lbHNle3RoaXMuY2xhc3NMaXN0LnJlbW92ZSgnaG5iLXZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItaW52YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCBobmItaGludC1lcnJvcic7aGludC50ZXh0Q29udGVudD0nT25seSBAZ21haWwuY29tIGFkZHJlc3NlcyBhY2NlcHRlZCd9fSk7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkVtYWlsJykuYWRkRXZlbnRMaXN0ZW5lcignaW5wdXQnLGZ1bmN0aW9uKCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcsJ2huYi12YWxpZCcpO3ZhciBoaW50PWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJFbWFpbEhpbnQnKTtoaW50LmNsYXNzTmFtZT0naG5iLXMxLWZpZWxkLWhpbnQnO2hpbnQudGV4dENvbnRlbnQ9Jyd9KTthc3luYyBmdW5jdGlvbiBobmJTdWJtaXRMZWFkKCl7dmFyIG5hbWU9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYk5hbWUnKS52YWx1ZS50cmltKCk7dmFyIHBob25lPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJQaG9uZScpLnZhbHVlLnRyaW0oKTt2YXIgZW1haWw9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkVtYWlsJykudmFsdWUudHJpbSgpO3ZhciBsb2NhdGlvbj1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iTG9jYXRpb24nKS52YWx1ZS50cmltKCk7dmFyIGFyZWE9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkFyZWEnKS52YWx1ZS50cmltKCk7dmFyIG5vdGVzPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJOb3RlcycpLnZhbHVlLnRyaW0oKTt2YXIgZXJyb3JFbD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iRXJyb3InKTt2YXIgc3VibWl0QnRuPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJTdWJtaXQnKTtlcnJvckVsLnN0eWxlLmRpc3BsYXk9J25vbmUnO2Vycm9yRWwudGV4dENvbnRlbnQ9Jyc7aWYoIW5hbWUpe2Vycm9yRWwudGV4dENvbnRlbnQ9J1BsZWFzZSBlbnRlciB5b3VyIGZ1bGwgbmFtZS4nO2Vycm9yRWwuc3R5bGUuZGlzcGxheT0nYmxvY2snO3JldHVybn0KaWYoIXBob25lfHxwaG9uZS5sZW5ndGghPT0xMCl7ZXJyb3JFbC50ZXh0Q29udGVudD0nUGxlYXNlIGVudGVyIGEgdmFsaWQgMTAtZGlnaXQgcGhvbmUgbnVtYmVyLic7ZXJyb3JFbC5zdHlsZS5kaXNwbGF5PSdibG9jayc7cmV0dXJufQppZighZW1haWwpe2Vycm9yRWwudGV4dENvbnRlbnQ9J1BsZWFzZSBlbnRlciB5b3VyIEVtYWlsIGFkZHJlc3MuJztlcnJvckVsLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJztyZXR1cm59CmlmKCEvXlthLXpBLVowLTkuXyUrXC1dK0BbYS16QS1aMC05LlwtXStcLlthLXpBLVpdezIsfSQvLnRlc3QoZW1haWwpKXtlcnJvckVsLnRleHRDb250ZW50PSdFbWFpbCBtdXN0IGJlIGEgdmFsaWQgQGdtYWlsLmNvbSBhZGRyZXNzLic7ZXJyb3JFbC5zdHlsZS5kaXNwbGF5PSdibG9jayc7cmV0dXJufQpzdWJtaXRCdG4uZGlzYWJsZWQ9ITA7c3VibWl0QnRuLnRleHRDb250ZW50PSdTZW5kaW5n4oCmJzt2YXIgY29tbWVudHM9J0xvY2F0aW9uOiAnKyhsb2NhdGlvbnx8J+KAlCcpKycgfCBBcmVhOiAnKyhhcmVhfHwn4oCUJykrJyBzcS5mdCB8IE5vdGVzOiAnKyhub3Rlc3x8J+KAlCcpO3ZhciBwYXJhbXM9bmV3IFVSTFNlYXJjaFBhcmFtcyh7J2ZpZWxkc1tUSVRMRV0nOidXZWJzaXRlIExlYWQg4oCUICcrbmFtZSwnZmllbGRzW05BTUVdJzpuYW1lLCdmaWVsZHNbUEhPTkVdWzBdW1ZBTFVFXSc6cGhvbmUsJ2ZpZWxkc1tQSE9ORV1bMF1bVkFMVUVfVFlQRV0nOidXT1JLJywnZmllbGRzW0VNQUlMXVswXVtWQUxVRV0nOmVtYWlsLCdmaWVsZHNbRU1BSUxdWzBdW1ZBTFVFX1RZUEVdJzonV09SSycsJ2ZpZWxkc1tDT01NRU5UU10nOmNvbW1lbnRzLCdmaWVsZHNbU09VUkNFX0lEXSc6J1dFQicsfSk7dmFyIFdFQkhPT0s9J2h0dHBzOi8vaGlyZWFuZGJ1aWxkLmJpdHJpeDI0LmluL3Jlc3QvMTQvZmhkaHJhZnB1eWM3MzF0MS9jcm0ubGVhZC5hZGQuanNvbic7dHJ5e3ZhciByZXNwb25zZT1hd2FpdCBmZXRjaChXRUJIT09LKyc/JytwYXJhbXMudG9TdHJpbmcoKSx7bWV0aG9kOidHRVQnfSk7dmFyIGRhdGE9YXdhaXQgcmVzcG9uc2UuanNvbigpO2lmKGRhdGEucmVzdWx0KXt3aW5kb3cuZGF0YUxheWVyPXdpbmRvdy5kYXRhTGF5ZXJ8fFtdO3dpbmRvdy5kYXRhTGF5ZXIucHVzaCh7ZXZlbnQ6J2hiX2Zvcm1fc3VibWl0J30pO2d0YWcoJ2V2ZW50JywnZ2VuZXJhdGVfbGVhZCcse2V2ZW50X2NhdGVnb3J5OidGb3JtJyxldmVudF9sYWJlbDonSGVybyBGb3JtJ30pO2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJMZWFkRm9ybScpLnN0eWxlLmRpc3BsYXk9J25vbmUnO2RvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5obmItczEtZm9ybS1zdWInKS5zdHlsZS5kaXNwbGF5PSdub25lJztkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iU3VjY2VzcycpLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJ31lbHNle3Rocm93IG5ldyBFcnJvcihKU09OLnN0cmluZ2lmeShkYXRhKSl9fWNhdGNoKGVycil7Y29uc29sZS5lcnJvcignTGVhZCBzdWJtaXNzaW9uIGVycm9yOicsZXJyKTtlcnJvckVsLnRleHRDb250ZW50PSdTb21ldGhpbmcgd2VudCB3cm9uZy4gUGxlYXNlIHRyeSBhZ2Fpbi4nO2Vycm9yRWwuc3R5bGUuZGlzcGxheT0nYmxvY2snO3N1Ym1pdEJ0bi5kaXNhYmxlZD0hMTtzdWJtaXRCdG4udGV4dENvbnRlbnQ9J1JlcXVlc3QgRnJlZSBFc3RpbWF0ZSDihpInfX0KZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignY29udGV4dG1lbnUnLGZ1bmN0aW9uKGUpe2UucHJldmVudERlZmF1bHQoKX0p" defer></script>

<script data-optimized="1" src="https://hireandbuild.com/wp-content/litespeed/js/1263891cdf810b4041a105adffc198da.js?ver=2383a" defer></script></body>
</html>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f4285bc e-con-full e-flex e-con e-parent" data-id="f4285bc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1252d50 elementor-widget__width-initial elementor-widget elementor-widget-html" data-id="1252d50" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
  <style>

    .hnb-stats *,
    .hnb-stats *::before,
    .hnb-stats *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .hnb-stats {
      font-family: 'Poppins', sans-serif;
      background: #ffffff;
      padding: 0 48px;
    }

    .hnb-stats__band {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: stretch;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.08);
      border: 1px solid rgba(0,0,0,0.06);
      overflow: hidden;
      position: relative;
    }

    .hnb-stats__band::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #E85D04, #F48C06, #ffb347, #F48C06, #E85D04);
      background-size: 300% 100%;
      animation: hnbShimmer 3s linear infinite;
      z-index: 2;
    }
    @keyframes hnbShimmer {
      0%   { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    .hnb-stats__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 44px 24px 38px;
      position: relative;
      transition: background 0.25s;
      cursor: default;
    }

    .hnb-stats__item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 0; top: 18%; bottom: 18%;
      width: 1px;
      background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1), transparent);
    }

    .hnb-stats__item:hover { background: rgba(232,93,4,0.03); }

    .hnb-stats__icon-wrap {
      width: 66px;
      height: 66px;
      border-radius: 18px;
      background: rgba(232,93,4,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: background 0.25s, transform 0.3s cubic-bezier(.34,1.56,.64,1);
      flex-shrink: 0;
      position: relative;
    }

    .hnb-stats__icon-wrap::after {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 21px;
      border: 2px solid rgba(232,93,4,0);
      transition: border-color 0.25s;
    }

    .hnb-stats__item:hover .hnb-stats__icon-wrap {
      background: rgba(232,93,4,0.14);
      transform: translateY(-5px) scale(1.07);
    }

    .hnb-stats__item:hover .hnb-stats__icon-wrap::after {
      border-color: rgba(232,93,4,0.3);
    }

    .hnb-stats__icon-wrap svg {
      width: 34px;
      height: 34px;
      display: block;
    }

    .hnb-stats__num {
      font-family: 'Poppins', sans-serif;
      font-size: 2.5rem;
      font-weight: 800;
      color: #0D0D0D;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 10px;
      display: block;
    }

    .hnb-stats__suffix {
      color: #E85D04;
      font-size: 1.9rem;
      font-weight: 800;
      letter-spacing: -1px;
    }

    .hnb-stats__label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      font-weight: 500;
      color: #6B6B6B;
      line-height: 1.5;
      max-width: 140px;
      display: block;
      transition: color 0.2s;
    }

    .hnb-stats__item:hover .hnb-stats__label { color: #444; }

    @media (max-width: 900px) {
      .hnb-stats { padding: 0 20px; }
      .hnb-stats__band { grid-template-columns: 1fr 1fr; border-radius: 16px; }
      .hnb-stats__item:nth-child(2)::after { display: none; }
      .hnb-stats__item:nth-child(1),
      .hnb-stats__item:nth-child(2) { border-bottom: 1px solid rgba(0,0,0,0.07); }
      .hnb-stats__item { padding: 32px 16px 28px; }
      .hnb-stats__num { font-size: 2rem; }
    }
    @media (max-width: 480px) {
      .hnb-stats__band { grid-template-columns: 1fr; }
      .hnb-stats__item::after { display: none !important; }
      .hnb-stats__item:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.07); }
    }

  </style>
</head>
<body>

<section class="hnb-stats">
  <div class="hnb-stats__band">

    <!-- 1 · 120+ Projects -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- calendar body -->
          <rect x="6" y="11" width="36" height="31" rx="5" fill="#E85D04" opacity="0.1"/>
          <rect x="6" y="11" width="36" height="31" rx="5" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- top header fill -->
          <rect x="6" y="11" width="36" height="12" rx="5" fill="#E85D04" opacity="0.15"/>
          <rect x="11" y="17" width="26" height="6" fill="#E85D04" opacity="0.15"/>
          <!-- rings -->
          <line x1="16" y1="6" x2="16" y2="17" stroke="#E85D04" stroke-width="2.4" stroke-linecap="round"/>
          <line x1="32" y1="6" x2="32" y2="17" stroke="#E85D04" stroke-width="2.4" stroke-linecap="round"/>
          <!-- date grid -->
          <rect x="12" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.8"/>
          <rect x="21.5" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="31" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="12" y="35" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="21.5" y="35" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.8"/>
        </svg>
      </div>
      <span class="hnb-stats__num">220<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Homes Built</span>
    </div>

    <!-- 2 · 350+ Quality Checks -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- briefcase body -->
          <rect x="6" y="17" width="36" height="25" rx="5" fill="#E85D04" opacity="0.1"/>
          <rect x="6" y="17" width="36" height="25" rx="5" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- handle -->
          <path d="M17 17v-4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v4" stroke="#E85D04" stroke-width="2.2" stroke-linecap="round" fill="none"/>
          <!-- horizontal seam -->
          <line x1="6" y1="28" x2="42" y2="28" stroke="#E85D04" stroke-width="1.8" opacity="0.3"/>
          <!-- centre clasp box -->
          <rect x="19.5" y="23" width="9" height="9" rx="2.5" fill="#E85D04" opacity="0.15"/>
          <rect x="19.5" y="23" width="9" height="9" rx="2.5" stroke="#E85D04" stroke-width="1.8" fill="none"/>
          <!-- checkmark in clasp -->
          <polyline points="21.5,27.5 23.5,29.5 26.5,24.5" stroke="#E85D04" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
          <!-- side vents -->
          <line x1="13" y1="33" x2="13" y2="37" stroke="#E85D04" stroke-width="1.6" stroke-linecap="round" opacity="0.4"/>
          <line x1="35" y1="33" x2="35" y2="37" stroke="#E85D04" stroke-width="1.6" stroke-linecap="round" opacity="0.4"/>
        </svg>
      </div>
      <span class="hnb-stats__num">350<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Quality Checks Per Project</span>
    </div>

    <!-- 3 · 1,000,000 Sq.ft Completed -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- ribbon left -->
          <path d="M19 30 L12 46 L21 41 L24 46 L24 30" fill="#E85D04" opacity="0.2"/>
          <!-- ribbon right -->
          <path d="M29 30 L36 46 L27 41 L24 46 L24 30" fill="#E85D04" opacity="0.2"/>
          <!-- outer glow ring -->
          <circle cx="24" cy="20" r="15" fill="#E85D04" opacity="0.07"/>
          <!-- outer circle -->
          <circle cx="24" cy="20" r="14" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- dashed inner ring -->
          <circle cx="24" cy="20" r="9.5" stroke="#E85D04" stroke-width="1.4" stroke-dasharray="2.5 2.2" opacity="0.45" fill="none"/>
          <!-- 5-point star -->
          <path d="M24 12.5
                   L25.9 17.9 L31.6 17.9
                   L27.1 21.2 L28.7 26.6
                   L24 23.5 L19.3 26.6
                   L20.9 21.2 L16.4 17.9
                   L22.1 17.9 Z"
                fill="#E85D04" opacity="0.9"/>
        </svg>
      </div>
      <span class="hnb-stats__num">2,50,000</span>
      <span class="hnb-stats__label">Sq.ft Completed</span>
    </div>

    <!-- 4 · 15 Years Warranty -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- shield glow fill -->
          <path d="M24 4L7 12v13c0 9 7.2 17.4 17 20 9.8-2.6 17-11 17-20V12L24 4z"
                fill="#E85D04" opacity="0.1"/>
          <!-- shield outer stroke -->
          <path d="M24 4L7 12v13c0 9 7.2 17.4 17 20 9.8-2.6 17-11 17-20V12L24 4z"
                stroke="#E85D04" stroke-width="2.2" stroke-linejoin="round" fill="none"/>
          <!-- inner shield contour -->
          <path d="M24 9.5L12 15.5v9.8c0 6.2 5 12 12 14.2 7-2.2 12-8 12-14.2v-9.8L24 9.5z"
                stroke="#E85D04" stroke-width="1.3" stroke-linejoin="round" opacity="0.28" fill="none"/>
          <!-- big checkmark -->
          <polyline points="16,25 22,31 32,18"
                    stroke="#E85D04" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
        </svg>
      </div>
      <span class="hnb-stats__num">15<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Years Warranty</span>
    </div>

  </div>
</section>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-848b775 e-con-full e-flex e-con e-parent" data-id="848b775" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-58a6d6d elementor-widget elementor-widget-html" data-id="58a6d6d" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== CLIENT SATISFACTION STORIES — Elementor Safe ===== -->
<!-- Paste inside an Elementor HTML widget                     -->

<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

<style>
/* ── Scoped to .css-stories — safe for Elementor ── */
.css-stories *,
.css-stories *::before,
.css-stories *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.css-stories {
  --orange:      #F26522;
  --orange-dark: #C94E10;
  --orange-glow: rgba(242,101,34,0.18);
  --black:       #1A1A1A;
  --grey:        #999;
  --border:      #EBEBEB;
  --white:       #FFFFFF;

  font-family: 'Poppins', sans-serif !important;
  background: #ffffff;
  color: var(--black);
  width: 100%;
  overflow: hidden;
  padding: 70px 0 90px;
  position: relative;
}

/* Subtle dot-grid background */
.css-stories::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #f0f0f0 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* Fade the dot grid on the sides */
.css-stories::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, transparent 20%, transparent 80%, rgba(255,255,255,0.7) 100%);
  pointer-events: none;
  z-index: 0;
}

.css-stories > * { position: relative; z-index: 1; }

/* ── HEADER ── */
.css-stories .css-header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 52px;
  animation: css-fadeUp 0.75s ease both;
}

.css-stories .css-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-glow);
  border: 1px solid rgba(242,101,34,0.25);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}
.css-stories .css-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: css-pulse 1.8s ease-in-out infinite;
}

.css-stories .css-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.css-stories .css-title-accent {
  color: var(--orange);
  position: relative;
  display: inline-block;
}
/* Underline squiggle under accent word */
.css-stories .css-title-accent::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8'%3E%3Cpath d='M0 4 Q10 0 20 4 Q30 8 40 4 Q50 0 60 4 Q70 8 80 4' stroke='%23F26522' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x center / 80px 8px;
  opacity: 0.7;
}

.css-stories .css-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--grey);
  font-weight: 400;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── STATS ROW ── */
.css-stories .css-stats {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.css-stories .css-stat {
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.css-stories .css-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  display: block;
}
.css-stories .css-stat-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  display: block;
  margin-top: 3px;
}

/* divider between stats */
.css-stories .css-stat + .css-stat {
  border-left: 1px solid var(--border);
  padding-left: 36px;
}

/* ── CAROUSEL ── */
.css-stories .css-outer {
  position: relative;
}
.css-stories .css-outer::before,
.css-stories .css-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 130px;
  z-index: 10;
  pointer-events: none;
}
.css-stories .css-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff 5%, transparent);
}
.css-stories .css-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff 5%, transparent);
}

.css-stories .css-track-wrap {
  overflow: hidden;
  cursor: grab;
  padding: 30px 0 38px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.css-stories .css-track-wrap:active { cursor: grabbing; }

.css-stories .css-track {
  display: flex;
  gap: 22px;
  transition: transform 0.56s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  padding: 0 80px;
}

/* ── CARD ── */
.css-stories .css-card {
  flex: 0 0 330px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 16/9;
  cursor: pointer;
  transition:
    transform  0.52s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.52s ease,
    opacity    0.52s ease;
}

.css-stories .css-card.is-center {
  transform: scale(1.08);
  box-shadow:
    0 20px 60px rgba(242,101,34,0.22),
    0 6px  20px rgba(0,0,0,0.1),
    0 0 0 2.5px var(--orange);
  opacity: 1;
}
.css-stories .css-card.is-side {
  opacity: 0.52;
  transform: scale(0.94);
}
.css-stories .css-card.is-far {
  opacity: 0.25;
  transform: scale(0.88);
}

/* thumbnail */
.css-stories .css-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease, filter 0.4s ease;
  filter: brightness(0.7) saturate(0.9);
  border: none;
  border-radius: 0;
  max-width: none;
  margin: 0; padding: 0;
  box-shadow: none;
}
.css-stories .css-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.55) saturate(0.85);
}

/* gradient overlay */
.css-stories .css-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.1) 55%, transparent 100%),
    linear-gradient(135deg, rgba(242,101,34,0.05) 0%, transparent 60%);
  pointer-events: none;
}

/* orange top bar */
.css-stories .css-top-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--orange), #ffb347);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
  border-radius: 0 0 2px 2px;
}
.css-stories .css-card.is-center .css-top-bar { transform: scaleX(1); }

/* corner ribbon */
.css-stories .css-num {
  position: absolute;
  top: 13px; left: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.38);
  padding: 3px 9px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
}

/* play button */
.css-stories .css-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1), background 0.25s;
  box-shadow: 0 8px 30px rgba(242,101,34,0.55), 0 0 0 8px rgba(242,101,34,0.12);
  pointer-events: none;
}
.css-stories .css-play svg { fill: #fff; margin-left: 4px; }

.css-stories .css-card.is-center .css-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.css-stories .css-card:hover .css-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--orange-dark);
}

/* bottom watch label */
.css-stories .css-watch {
  position: absolute;
  bottom: 15px; left: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: flex; align-items: center; gap: 7px;
}
.css-stories .css-watch-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 10px;
  color: #fff;
  flex-shrink: 0;
}

.css-stories .css-card.is-center .css-watch,
.css-stories .css-card:hover      .css-watch {
  opacity: 1;
  transform: translateY(0);
}

/* ── PROGRESS BAR ── */
.css-stories .css-progress-wrap {
  margin: 28px auto 0;
  width: min(320px, 80%);
  height: 3px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.css-stories .css-progress-bar {
  height: 100%;
  background: linear-gradient(to right, var(--orange), #ffb347);
  border-radius: 4px;
  transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 5%;
}

/* ── CONTROLS ── */
.css-stories .css-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
  padding: 0 24px;
  flex-wrap: wrap;
}

.css-stories .css-arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s, transform 0.22s, box-shadow 0.25s;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.css-stories .css-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(0);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 0;
}
.css-stories .css-arrow span { position: relative; z-index: 1; }
.css-stories .css-arrow:hover::before { transform: scale(1); }
.css-stories .css-arrow:hover { color: #fff; box-shadow: 0 6px 20px rgba(242,101,34,0.35); }
.css-stories .css-arrow:active { transform: scale(0.93); }

.css-stories .css-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 240px;
}
.css-stories .css-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.3s, width 0.35s cubic-bezier(0.34,1.56,0.64,1), border-radius 0.3s, transform 0.2s;
  flex-shrink: 0;
}
.css-stories .css-dot:hover { transform: scale(1.3); background: rgba(242,101,34,0.4); }
.css-stories .css-dot.is-active {
  background: var(--orange);
  width: 26px;
  border-radius: 4px;
}

/* ── MODAL ── */
.css-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.css-modal-bg.is-open { opacity: 1; pointer-events: all; }

.css-modal-inner {
  position: relative;
  width: 90vw;
  max-width: 950px;
  transform: scale(0.92) translateY(26px);
  transition: transform 0.48s cubic-bezier(0.34,1.46,0.64,1);
  font-family: 'Poppins', sans-serif;
  padding: 0 16px;
}
.css-modal-bg.is-open .css-modal-inner { transform: scale(1) translateY(0); }

.css-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
}
.css-modal-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  font-family: 'Poppins', sans-serif;
}
.css-modal-eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: css-pulse 1.8s ease-in-out infinite;
}
.css-modal-close {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.22s, background 0.22s, color 0.22s, transform 0.2s;
}
.css-modal-close:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: rotate(90deg) scale(1.05);
}

.css-video-wrap {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 20px 70px rgba(0,0,0,0.18),
    0 0 0 2px var(--border),
    0 0 0 6px rgba(242,101,34,0.08);
}
.css-video-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

.css-modal-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
}
.css-mnav-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.22s;
}
.css-mnav-btn:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: scale(1.08);
}
.css-mnav-counter {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  font-family: 'Poppins', sans-serif;
  background: rgba(242,101,34,0.07);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(242,101,34,0.15);
}
.css-mnav-counter b { color: var(--orange); font-weight: 700; }

/* ── ANIMATIONS ── */
@keyframes css-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes css-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}

/* ─────────────────────
   MOBILE  ≤ 767px
───────────────────── */
@media (max-width: 767px) {

  .css-stories { padding: 44px 0 60px; }

  .css-stories .css-header {
    padding: 0 20px;
    margin-bottom: 36px;
  }

  .css-stories .css-title { font-size: 25px; }
  .css-stories .css-sub   { font-size: 13px; }

  .css-stories .css-stats { gap: 0; }
  .css-stories .css-stat + .css-stat { padding-left: 24px; }
  .css-stories .css-stat-num   { font-size: 18px; }
  .css-stories .css-stat-label { font-size: 9px; }

  .css-stories .css-card {
    flex: 0 0 73vw;
    max-width: 290px;
    border-radius: 12px;
  }
  .css-stories .css-track { padding: 0 13.5vw; gap: 14px; }
  .css-stories .css-outer::before,
  .css-stories .css-outer::after { width: 55px; }

  .css-stories .css-card.is-center { transform: scale(1.04); }
  .css-stories .css-card.is-side   { transform: scale(0.92); }

  .css-stories .css-play { width: 46px; height: 46px; }

  .css-stories .css-dots { max-width: 180px; gap: 6px; }
  .css-stories .css-dot { width: 6px; height: 6px; }
  .css-stories .css-dot.is-active { width: 18px; }

  .css-stories .css-arrow { width: 40px; height: 40px; font-size: 15px; }

  .css-stories .css-progress-wrap { width: min(220px, 72%); }

  .css-modal-inner { width: 96vw; padding: 0 10px; }
  .css-video-wrap  { border-radius: 10px; }
  .css-modal-close { width: 34px; height: 34px; font-size: 13px; }
  .css-mnav-btn    { width: 36px; height: 36px; font-size: 13px; }
  .css-mnav-counter { font-size: 11px; padding: 5px 12px; }
}

@media (max-width: 400px) {
  .css-stories .css-card { flex: 0 0 80vw; }
  .css-stories .css-track { padding: 0 10vw; }
}
</style>

<!-- ── MARKUP ── -->
<div class="css-stories">

  <div class="css-header">
    <div class="css-badge">
      <span class="css-badge-dot"></span>
      Real Client Stories
    </div>
    <h2 class="css-title">
      Client <span class="css-title-accent">Satisfaction</span> Stories
    </h2>
    <p class="css-sub">Hear directly from the people whose lives and businesses we've had the privilege to impact.</p>

    <div class="css-stats">
      <div class="css-stat">
        <span class="css-stat-num">20+</span>
        <span class="css-stat-label">Stories Shared</span>
      </div>
      <div class="css-stat">
        <span class="css-stat-num">100%</span>
        <span class="css-stat-label">Real Clients</span>
      </div>
      <div class="css-stat">
        <span class="css-stat-num">4.8★</span>
        <span class="css-stat-label">Avg Rating</span>
      </div>
    </div>
  </div>

  <div class="css-outer">
    <div class="css-track-wrap" id="cssTrackWrap">
      <div class="css-track" id="cssTrack"></div>
    </div>
  </div>

  <!-- Progress bar -->
  <div class="css-progress-wrap">
    <div class="css-progress-bar" id="cssProgress"></div>
  </div>

  <div class="css-controls">
    <button class="css-arrow" id="cssPrev" aria-label="Previous"><span>&#8592;</span></button>
    <div class="css-dots" id="cssDots"></div>
    <button class="css-arrow" id="cssNext" aria-label="Next"><span>&#8594;</span></button>
  </div>

</div>

<!-- Modal -->
<div class="css-modal-bg" id="cssModal">
  <div class="css-modal-inner">
    <div class="css-modal-top">
      <span class="css-modal-eyebrow">Client Story</span>
      <button class="css-modal-close" id="cssClose">&#x2715;</button>
    </div>
    <div class="css-video-wrap">
      <iframe id="cssIframe" allowfullscreen allow="autoplay; encrypted-media"></iframe>
    </div>
    <div class="css-modal-nav">
      <button class="css-mnav-btn" id="cssMPrev">&#8592;</button>
      <span class="css-mnav-counter"><b id="cssMCur">1</b> &nbsp;/&nbsp; <b>20</b></span>
      <button class="css-mnav-btn" id="cssMNext">&#8594;</button>
    </div>
  </div>
</div>


<!-- ===== END CLIENT SATISFACTION STORIES ===== -->				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c875c4b e-con-full e-flex elementor-invisible e-con e-parent" data-id="c875c4b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
				<div class="elementor-element elementor-element-1998bcc elementor-widget elementor-widget-html" data-id="1998bcc" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== ABOUT HIREANDBUILD SECTION ===== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;1,700&display=swap" rel="stylesheet">

<style>
/* ── HARD RESET: scoped only to .hnb-about ── */
.hnb-about,
.hnb-about *,
.hnb-about *::before,
.hnb-about *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Undo Elementor image overrides inside this section */
.hnb-about img {
  display: block !important;
  max-width: 100% !important;
  height: auto;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── SECTION ── */
.hnb-about {
  background: #ffffff !important;
  width: 100% !important;
  padding: 80px 64px 90px !important;
  overflow: hidden !important;
  position: relative !important;
}

.hnb-about::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 480px; height: 480px;
  background: radial-gradient(circle at top right, rgba(255,94,20,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hnb-about::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 360px; height: 360px;
  background: radial-gradient(circle at bottom left, rgba(255,94,20,0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hnb-about__inner {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ── HEADER ── */
.hnb-about__header {
  text-align: center !important;
  margin-bottom: 52px !important;
  animation: abt-fadeUp 0.6s 0.1s ease both;
}

.hnb-about__h2 {
  font-size: clamp(1.45rem, 3vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.hnb-about__h2 span {
  color: #FF5E14 !important;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
}

.hnb-about__p {
  font-size: 0.92rem !important;
  font-weight: 300 !important;
  color: #555555 !important;
  line-height: 1.9 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.hnb-about__p strong {
  color: #111111 !important;
  font-weight: 600 !important;
}

/* ── FOUNDER CARD ── */
.hnb-about__founder {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #EEEEEE !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07) !important;
  animation: abt-fadeUp 0.7s 0.2s ease both;
}

.hnb-about__founder::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF5E14, #F48C06, #FFD700);
  z-index: 5;
}

/* ── GALLERY ── */
.hnb-about__gallery {
  position: relative !important;
  overflow: hidden !important;
  background: #0a0a0a !important;
  width: 100% !important;
  aspect-ratio: 4 / 2 !important;
}

/* track is just a size container — no width tricks, no translateX ever */
.hnb-gallery__track {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

/* all slides stacked in the same spot, invisible by default */
.hnb-gallery__slide {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  transition: opacity 0.55s ease !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* only the active slide shows */
.hnb-gallery__slide.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 1 !important;
}

.hnb-gallery__slide img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hnb-gallery__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.28) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.55) 100%),
    linear-gradient(to right, rgba(0,0,0,0.15) 0%, transparent 20%, transparent 80%, rgba(0,0,0,0.15) 100%);
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Counter */
.hnb-gallery__counter {
  position: absolute !important;
  top: 14px; right: 14px;
  z-index: 3;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

.hnb-gallery__counter b {
  color: #FF5E14 !important;
  font-weight: 700;
}

/* Bottom bar */
.hnb-gallery__bottom {
  position: absolute !important;
  bottom: 0; left: 0; right: 0;
  padding: 18px 18px 14px;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
}

.hnb-about__gift-badge {
  display: flex !important;
  align-items: center !important;
  gap: 9px;
  background: rgba(255,94,20,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 7px 13px;
  box-shadow: 0 6px 24px rgba(255,94,20,0.4);
  flex-shrink: 0;
}

.hnb-about__gift-icon {
  flex-shrink: 0 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  animation: abt-giftBounce 2s ease-in-out infinite;
}

.hnb-about__gift-text span:first-child {
  display: block !important;
  font-size: 0.55rem !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.78) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  line-height: 1.3 !important;
}

.hnb-about__gift-text span:last-child {
  display: block !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 2px !important;
  line-height: 1.2 !important;
}

/* Dots */
.hnb-gallery__dots {
  display: flex !important;
  gap: 7px !important;
  align-items: center !important;
  flex-wrap: wrap;
}

.hnb-gallery__dot {
  width: 7px !important; height: 7px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.35) !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: background 0.25s, width 0.3s, border-radius 0.3s !important;
  flex-shrink: 0;
}

.hnb-gallery__dot.active {
  background: #FF5E14 !important;
  width: 22px !important;
  border-radius: 4px !important;
}

/* Thumbnail strip */
.hnb-gallery__thumbs {
  display: flex !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  background: #f4f4f4 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  /* FIX: prevent thumb strip scroll from leaking to page */
  overscroll-behavior-x: contain !important;
}

.hnb-gallery__thumbs::-webkit-scrollbar { display: none !important; }

.hnb-gallery__thumb {
  flex: 0 0 auto !important;
  width: 80px !important; height: 40px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  opacity: 0.45 !important;
  transition: border-color 0.22s, opacity 0.22s, transform 0.2s !important;
}

.hnb-gallery__thumb img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

.hnb-gallery__thumb.active {
  border-color: #FF5E14 !important;
  opacity: 1 !important;
  transform: scale(1.06) !important;
}

.hnb-gallery__thumb:hover { opacity: 0.85 !important; }

/* ── CONTENT BELOW GALLERY ── */
.hnb-about__founder-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  padding: 44px 48px !important;
  align-items: start !important;
  background: #ffffff !important;
}

.hnb-about__founder-heading {
  font-size: clamp(1.05rem, 1.6vw, 1.45rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.hnb-about__founder-heading span { color: #FF5E14 !important; }

.hnb-about__founder-body {
  font-size: 0.83rem !important;
  font-weight: 300 !important;
  color: #555555 !important;
  line-height: 1.85 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Milestones */
.hnb-about__milestones {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.hnb-about__milestone {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
}

.hnb-about__milestone-icon {
  width: 38px !important; height: 38px !important;
  border-radius: 10px !important;
  background: #FFF3EC !important;
  border: 1px solid rgba(255,94,20,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: #FF5E14 !important;
  transition: background 0.25s, border-color 0.25s !important;
}

.hnb-about__milestone:hover .hnb-about__milestone-icon {
  background: rgba(255,94,20,0.15) !important;
  border-color: rgba(255,94,20,0.4) !important;
}

.hnb-about__milestone-text strong {
  display: block !important;
  font-size: 0.81rem !important;
  font-weight: 600 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
}

.hnb-about__milestone-text span {
  font-size: 0.71rem !important;
  font-weight: 300 !important;
  color: #777777 !important;
  line-height: 1.5 !important;
}

/* ── ANIMATIONS ── */
@keyframes abt-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes abt-giftBounce {
  0%,100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-5px) rotate(4deg); }
}

/* ══════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════ */

/* Large tablet */
@media screen and (max-width: 1024px) {
  .hnb-about { padding: 70px 40px 80px !important; }
  .hnb-about__founder-content { padding: 36px !important; gap: 32px !important; }
}

/* Tablet portrait */
@media screen and (max-width: 860px) {
  .hnb-about { padding: 60px 28px 70px !important; }
  .hnb-about__founder-content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 32px 28px !important;
  }
  .hnb-about__gallery { aspect-ratio: 4 / 2.2 !important; }
}

/* Mobile landscape */
@media screen and (max-width: 640px) {
  .hnb-about { padding: 48px 20px 56px !important; }
  .hnb-about__header { margin-bottom: 36px !important; }
  .hnb-about__h2 { font-size: 1.35rem !important; letter-spacing: -0.02em !important; }
  .hnb-about__p { font-size: 0.88rem !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 2.6 !important; }
  .hnb-about__founder { border-radius: 16px !important; }
  .hnb-about__founder-content { padding: 28px 20px !important; gap: 24px !important; }
  .hnb-about__founder-heading { font-size: 1.05rem !important; }
  .hnb-gallery__bottom { padding: 14px 14px 12px !important; flex-wrap: wrap !important; gap: 10px !important; }
  .hnb-about__gift-badge { padding: 6px 11px !important; }
  .hnb-about__gift-icon svg { width: 16px !important; height: 16px !important; }
  .hnb-about__gift-text span:last-child { font-size: 0.68rem !important; }
}

/* Mobile portrait */
@media screen and (max-width: 480px) {
  .hnb-about { padding: 40px 16px 48px !important; }
  .hnb-about__h2 { font-size: 1.22rem !important; line-height: 1.25 !important; }
  .hnb-about__p { font-size: 0.85rem !important; line-height: 1.8 !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 3 !important; }
  .hnb-gallery__thumb { width: 58px !important; height: 30px !important; }
  .hnb-gallery__thumbs { padding: 8px 12px !important; gap: 6px !important; }
  .hnb-about__founder-content { padding: 24px 16px !important; gap: 22px !important; }
  .hnb-about__founder-heading { font-size: 1rem !important; }
  .hnb-about__founder-body { font-size: 0.8rem !important; }
  .hnb-about__milestone-icon { width: 34px !important; height: 34px !important; }
  .hnb-about__milestone-icon svg { width: 16px !important; height: 16px !important; }
  .hnb-about__milestone-text strong { font-size: 0.78rem !important; }
  .hnb-about__milestone-text span { font-size: 0.68rem !important; }
  /* Hide dots on very small screens, keep badge */
  .hnb-gallery__dots { display: none !important; }
  .hnb-gallery__counter { top: 10px !important; right: 10px !important; font-size: 0.62rem !important; }
}

/* Extra small */
@media screen and (max-width: 360px) {
  .hnb-about { padding: 32px 14px 40px !important; }
  .hnb-about__h2 { font-size: 1.1rem !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 3.2 !important; }
  .hnb-about__gift-badge { display: none !important; }
  .hnb-gallery__counter { display: block !important; }
}
</style>

<!-- ── MARKUP ── -->
<section class="hnb-about">
  <div class="hnb-about__inner">

    <!-- Header -->
    <div class="hnb-about__header">
      <h2 class="hnb-about__h2">About <span>HireandBuild</span> – Best  Construction Company in Chennai</h2>
      <p class="hnb-about__p">
        When we started HireandBuild, we kept hearing the same story from families across Chennai.They hired a contractor. Work started well. Then delays crept in. Bills started growing. Phone calls stopped getting answered. And the home they dreamed about for years ended up costing more and taking longer than anyone promised.We built HireandBuild to fix that. Every project we take on gets a dedicated site engineer who is on your plot every single day. Every payment 
you make is tied to a completed milestone — not a verbal promise. Andevery home we build comes with a written 15-year warranty that actually means something."We have built 220+ homes across Chennai — from compact independent houses in Tambaram and Ambattur to multi-floor villas in Anna Nagar and OMR."
      </p>
    </div>

    <!-- Founder Gifting Card -->
    <div class="hnb-about__founder">

      <!-- Gallery -->
      <div class="hnb-about__gallery" id="abtGallery">

        <div class="hnb-gallery__counter">
          <b id="abtCurNum">1</b> / 13
        </div>

        <div class="hnb-gallery__track" id="abtTrack">
          <div class="hnb-gallery__slide active">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp" alt="Founder gifting client 1" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-2.webp" alt="Founder gifting client 2" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-3.webp" alt="Founder gifting client 3" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-4.webp" alt="Founder gifting client 4" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-5.webp" alt="Founder gifting client 5" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-6.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-7.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-8.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-9.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-10.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-11.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-12.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-13.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          

        </div>

        <!-- Bottom: gift badge + dots -->
        <div class="hnb-gallery__bottom">
          <div class="hnb-about__gift-badge">
            <span class="hnb-about__gift-icon">
              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <polyline points="20 12 20 22 4 22 4 12"/>
                <rect x="2" y="7" width="20" height="5"/>
                <line x1="12" y1="22" x2="12" y2="7"/>
                <path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/>
                <path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/>
              </svg>
            </span>
            <div class="hnb-about__gift-text">
              <span>A Tradition of Joy</span>
              <span>Every Handover. Every Home.</span>
            </div>
          </div>
          <div class="hnb-gallery__dots" id="abtDots">
            <button class="hnb-gallery__dot active" onclick="abtGoTo(0)" aria-label="Slide 1"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(1)" aria-label="Slide 2"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(2)" aria-label="Slide 3"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(3)" aria-label="Slide 4"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(4)" aria-label="Slide 5"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(5)" aria-label="Slide 6"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(6)"  aria-label="Slide 7"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(7)"  aria-label="Slide 8"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(8)"  aria-label="Slide 9"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(9)"  aria-label="Slide 10"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(10)" aria-label="Slide 11"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(11)" aria-label="Slide 12"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(12)" aria-label="Slide 13"></button>
          </div>
        </div>

      </div>

      <!-- Thumbnail strip -->
      <div class="hnb-gallery__thumbs" id="abtThumbs">
        <div class="hnb-gallery__thumb active" onclick="abtGoTo(0)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp" alt="Thumb 1" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(1)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-2.webp" alt="Thumb 2" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(2)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-3.webp" alt="Thumb 3" loading="lazy"/>
        </div>
        <!-- FIX: was abtGoTo(4), corrected to abtGoTo(3) -->
        <div class="hnb-gallery__thumb" onclick="abtGoTo(3)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-4.webp" alt="Thumb 4" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(4)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-5.webp" alt="Thumb 5" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(5)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-6.webp" alt="Thumb 6" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(6)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-7.webp" alt="Thumb 7" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(7)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-8.webp" alt="Thumb 8" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(8)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-9.webp" alt="Thumb 9" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(9)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-10.webp" alt="Thumb 10" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(10)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-11.webp" alt="Thumb 11" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(11)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-12.webp" alt="Thumb 12" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(12)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-13.webp" alt="Thumb 13" loading="lazy"/>
        </div>
        
      </div>

      <!-- Content below gallery -->
      <div class="hnb-about__founder-content">

        <div>
          <h3 class="hnb-about__founder-heading">
            We Don't Just Build Houses —<br>
            We <span>Celebrate</span> Every<br>
            Family's New Beginning
          </h3>
          <p class="hnb-about__founder-body">
            Our founder personally gifts every client upon completion — a heartfelt gesture that marks the start of their new chapter and our commitment that goes beyond construction.
          </p>
        </div>

        <div class="hnb-about__milestones">
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <path d="M3 9.5L12 3l9 6.5V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5z"/>
                <polyline points="9 22 9 12 15 12 15 22"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Personal Handover Ceremony</strong>
              <span>Founder-led key handover at every project completion</span>
            </div>
          </div>
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <polyline points="20 12 20 22 4 22 4 12"/>
                <rect x="2" y="7" width="20" height="5"/>
                <line x1="12" y1="22" x2="12" y2="7"/>
                <path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/>
                <path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Complimentary Gift for Every Homeowner</strong>
              <span>A signature gift from our founder as a token of celebration</span>
            </div>
          </div>
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Lifetime Relationship</strong>
              <span>Our bond with clients doesn't end at handover</span>
            </div>
          </div>
        </div>

      </div>
    </div>

  </div>
</section>


<!-- ===== END ABOUT SECTION ===== -->				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-15ec0e0 e-flex e-con-boxed e-con e-parent" data-id="15ec0e0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-606f385 elementor-widget elementor-widget-html" data-id="606f385" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
.hnb-story-names{font-family:'Poppins',sans-serif;background:#fff;padding:0 40px 48px;max-width:1100px;margin:0 auto;}
.hnb-story-names h3{font-size:14px;font-weight:600;color:#333;margin-bottom:16px;text-align:center;}
.hnb-story-names p{font-size:13px;color:#666;line-height:2;text-align:center;max-width:800px;margin:0 auto;}
.hnb-story-names p a{color:#F26522;text-decoration:none;font-weight:500;}
</style>
<div class="hnb-story-names">
  <h3>Real client stories from homeowners across Chennai</h3>
  <p>
    Watch testimonials from families who built their homes with HireAndBuild across
    Tambaram, Anna Nagar, OMR, Ambattur, Mogappair, Velachery, Porur, Thiruverkadu,
    Perungalathur, Kundrathur, Gerugambakkam, Kolapakkam, Virugambakkam,
    Thoraipakkam, and Iyyapanthangal.
    <br><br>
    220+ families have trusted us to build their dream home in Chennai.
    Our clients rate us <strong>4.8★</strong> on average for quality, transparency, and on-time delivery.
    Every story you see is a real homeowner — no scripts, no actors.
  </p>
</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bce2cb4 e-flex e-con-boxed e-con e-parent" data-id="bce2cb4" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8455ba2 elementor-widget elementor-widget-html" data-id="8455ba2" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{--black:#0d0d0d;--orange:#f47c20;--white:#ffffff;--gray-1:#f5f5f5;--gray-2:#e0e0e0;--gray-3:#9e9e9e;}
body{font-family:'Poppins',sans-serif;background:var(--gray-1);color:var(--black);padding:60px 16px 80px;}
.section{max-width:1160px;margin:0 auto;}
.section-header{text-align:center;margin-bottom:40px;}
.section-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:12px;position:relative;}
.section-label::before,.section-label::after{content:'';position:absolute;top:50%;width:24px;height:1.5px;background:var(--orange);}
.section-label::before{right:calc(100% + 8px);}
.section-label::after{left:calc(100% + 8px);}
.section-title{font-size:clamp(22px,5vw,38px);font-weight:800;color:var(--black);line-height:1.2;letter-spacing:-0.5px;margin-bottom:12px;}
.section-title span{color:var(--orange);}
.section-subtitle{font-size:14px;font-weight:400;color:var(--gray-3);max-width:420px;margin:0 auto;line-height:1.6;}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;}
.card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.08);transition:transform 0.32s cubic-bezier(.22,1,.36,1),box-shadow 0.32s ease;position:relative;border:1.5px solid var(--gray-2);}
.card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,0.14);}
.card-badge{position:absolute;top:12px;left:12px;z-index:2;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:50px;}
.badge-completed{background:var(--black);color:var(--orange);}
.card-img-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;}
.card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s cubic-bezier(.22,1,.36,1);}
.card:hover .card-img-wrap img{transform:scale(1.06);}
.card-img-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--orange);}
.card-body{padding:20px 18px 22px;}
.card-name{font-size:17px;font-weight:700;color:var(--black);margin-bottom:5px;}
.card-location{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--orange);margin-bottom:16px;}
.card-divider{height:1px;background:var(--gray-2);margin-bottom:14px;}
.card-specs{display:flex;flex-direction:column;gap:8px;}
.spec-row{display:flex;align-items:center;gap:8px;font-size:12px;}
.spec-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.spec-icon.built{background:rgba(244,124,32,0.12);}
.spec-icon.plot{background:rgba(13,13,13,0.07);}
.spec-label{font-weight:600;color:var(--black);flex:1;}
.spec-value{font-weight:400;color:var(--gray-3);font-size:11.5px;}
.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;}
.cta-count{font-size:13px;font-weight:500;color:var(--gray-3);}
.cta-count strong{color:var(--black);font-weight:700;}
.cta-btn{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-size:15px;font-weight:700;color:var(--white);background:var(--black);border:none;border-radius:50px;padding:16px 36px;cursor:pointer;text-decoration:none;transition:background 0.25s,transform 0.2s,box-shadow 0.25s;box-shadow:0 8px 28px rgba(13,13,13,0.18);}
.cta-btn:hover{background:var(--orange);color:var(--white)!important;transform:translateY(-2px);box-shadow:0 12px 32px rgba(244,124,32,0.35);}
@media(max-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;}.card-body{padding:14px 12px 16px;}.card-name{font-size:14px;}}
@media(max-width:400px){.cards-grid{grid-template-columns:1fr;}}
</style>

<div class="section">
  <div class="section-header">
    <span class="section-label">Chennai · Portfolio</span>
    <h2 class="section-title">Our Residential Construction Projects <span>in Chennai</span></h2>
    <p class="section-subtitle">Trusted by homeowners across Chennai to build their dream homes.</p>
  </div>

  <div class="cards-grid">

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Yuvaraj-Villivakkam-300x225-1.jpeg" alt="House construction project by Yuvaraj in Villivakkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Yuvaraj</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Villivakkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,400 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">1,800 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/10/Boopesh-Thiruverkadu-site-edited.jpeg" alt="House construction project by Boopesh in Thiruverkadu Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Boopesh</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thiruverkadu, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">3,100 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,200 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Perungalathur-project-compressed-300x235-1.png" alt="House construction project by Rahul in Thiruverkadu Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Rahul</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thiruverkadu, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Rajadurai-Urapakkam-Site-4-edite-image-300x234-1.jpg" alt="House construction project by Rajadurai in Urapakkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Rajadurai</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Urapakkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Vignesh-thalambur-site-edited-300x260-1.jpeg" alt="House construction project by Vignesh in Thalumbur Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Vignesh</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thalumbur, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/KVT-Vadaperumbakkam-compressed-300x209-1.png" alt="House construction project in Vadaperukkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">KVT</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Vadaperukkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

  </div>

  <div class="cta-wrap">
    <p class="cta-count">Showing <strong>6</strong> of <strong>220+</strong> projects</p>
    <a class="cta-btn" href="/projects/">
      See Our Completed Houses in Chennai
      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
    </a>
  </div>
</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a5bff34 e-flex e-con-boxed e-con e-parent" data-id="a5bff34" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-61ba168 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="61ba168" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* ── ALL STYLES SCOPED — no body or * overrides ── */

.sm-section {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
}

/* ── 3-COLUMN GRID ── */
.sm-section .sm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 900px;
}

/* ── CARD ── */
.sm-section .sm-card {
  box-sizing: border-box;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.09);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 28px;
  animation: smRise .6s cubic-bezier(.22,1,.36,1) both;
  transition: transform .3s ease, box-shadow .3s ease;
}
.sm-section .sm-card:nth-child(2) { animation-delay: .1s; }
.sm-section .sm-card:nth-child(3) { animation-delay: .2s; }
.sm-section .sm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.13);
}

@keyframes smRise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* top colour bar */
.sm-section .sm-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  border-radius: 22px 22px 0 0;
}
.sm-section .sm-card--ig::before { background: linear-gradient(90deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb::before { background: linear-gradient(90deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt::before { background: linear-gradient(90deg,#ff0000,#cc0000); }

/* avatar ring */
.sm-section .sm-ring {
  width: 76px; height: 76px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.sm-section .sm-card--ig .sm-ring { background: linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb .sm-ring { background: linear-gradient(135deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt .sm-ring { background: linear-gradient(135deg,#ff0000,#cc0000); }

.sm-section .sm-avatar-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.sm-section .sm-avatar { width: 100%; height: 100%; object-fit: cover; display: block; }

/* badge */
.sm-section .sm-badge {
  position: absolute; bottom: 2px; right: 2px;
  width: 20px; height: 20px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-sizing: border-box;
}
.sm-section .sm-card--ig .sm-badge { background: #3897f0; }
.sm-section .sm-card--fb .sm-badge { background: #1877f2; }
.sm-section .sm-card--yt .sm-badge { background: #ff0000; }
.sm-section .sm-badge svg { width: 10px; fill: #fff; }

/* platform label */
.sm-section .sm-platform {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.sm-section .sm-card--ig .sm-platform { color: #ee2a7b; }
.sm-section .sm-card--fb .sm-platform { color: #1877f2; }
.sm-section .sm-card--yt .sm-platform { color: #ff0000; }

/* username */
.sm-section .sm-username {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  text-align: center;
}

/* divider */
.sm-section .sm-divider {
  width: 40px; height: 3px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.sm-section .sm-card--ig .sm-divider { background: linear-gradient(90deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb .sm-divider { background: linear-gradient(90deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt .sm-divider { background: linear-gradient(90deg,#ff0000,#cc0000); }

/* stat */
.sm-section .sm-stat {
  text-align: center;
  margin-bottom: 22px;
}
.sm-section .sm-stat-value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.sm-section .sm-card--ig .sm-stat-value { color: #ee2a7b; }
.sm-section .sm-card--fb .sm-stat-value { color: #1877f2; }
.sm-section .sm-card--yt .sm-stat-value { color: #ff0000; }

.sm-section .sm-stat-label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}

/* button */
.sm-section .sm-btn {
  box-sizing: border-box;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  position: relative; overflow: hidden;
  white-space: nowrap;
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: transform .25s ease, box-shadow .3s ease, background-position .4s ease, letter-spacing .25s ease;
  width: 100%;
  justify-content: center;
}
.sm-section .sm-card--ig .sm-btn { background: linear-gradient(135deg,#f9ce34 0%,#ee2a7b 55%,#6228d7 100%); box-shadow: 0 4px 15px rgba(238,42,123,.35); }
.sm-section .sm-card--fb .sm-btn { background: linear-gradient(135deg,#1877f2 0%,#0a54c4 100%); box-shadow: 0 4px 15px rgba(24,119,242,.35); }
.sm-section .sm-card--yt .sm-btn { background: linear-gradient(135deg,#ff0000 0%,#cc0000 100%); box-shadow: 0 4px 15px rgba(255,0,0,.35); }

.sm-section .sm-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.22),transparent 70%);
  transform: translateX(-120%) skewX(-15deg);
  transition: transform .55s ease;
  pointer-events: none;
}
.sm-section .sm-btn:hover {
  background-position: 100% 50%;
  transform: translateY(-2px) scale(1.03);
  letter-spacing: .04em;
  color: #fff;
  text-decoration: none;
}
.sm-section .sm-card--ig .sm-btn:hover { box-shadow: 0 8px 28px rgba(238,42,123,.55), 0 0 0 3px rgba(238,42,123,.15); }
.sm-section .sm-card--fb .sm-btn:hover { box-shadow: 0 8px 28px rgba(24,119,242,.55), 0 0 0 3px rgba(24,119,242,.15); }
.sm-section .sm-card--yt .sm-btn:hover { box-shadow: 0 8px 28px rgba(255,0,0,.55), 0 0 0 3px rgba(255,0,0,.15); }
.sm-section .sm-btn:hover::before { transform: translateX(120%) skewX(-15deg); }
.sm-section .sm-btn:active { transform: scale(.97); }

.sm-section .sm-btn svg { width: 16px; height: 16px; fill: white; flex-shrink: 0; transition: transform .3s ease; }
.sm-section .sm-btn:hover svg { transform: rotate(12deg) scale(1.2); }

/* responsive */
@media (max-width: 640px) {
  .sm-section .sm-grid { grid-template-columns: 1fr; max-width: 360px; }
}
@media (min-width: 641px) and (max-width: 860px) {
  .sm-section .sm-grid { grid-template-columns: repeat(3,1fr); gap: 12px; }
  .sm-section .sm-card { padding: 24px 14px 20px; }
  .sm-section .sm-stat-value { font-size: 22px; }
  .sm-section .sm-btn { font-size: 12px; padding: 10px 14px; }
}
</style>

<!-- Wrap everything in .sm-section to scope all styles -->
<div class="sm-section">
  <div class="sm-grid">

    <!-- ── INSTAGRAM ── -->
    <div class="sm-card sm-card--ig">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">Instagram</div>
      <div class="sm-username">@hire_and_build</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="142" data-suffix="K">142K</div>
        <div class="sm-stat-label">Followers</div>
      </div>
      <a href="https://www.instagram.com/hire_and_build/" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 512 512"><path d="M256 49.5c68.5 0 76.6.3 103.6 1.5 25 1.1 38.6 5.3 47.6 8.8 12 4.6 20.5 10.2 29.5 19.2 9 9 14.6 17.5 19.2 29.5 3.5 9 7.7 22.6 8.8 47.6 1.2 27 1.5 35.1 1.5 103.6s-.3 76.6-1.5 103.6c-1.1 25-5.3 38.6-8.8 47.6-4.6 12-10.2 20.5-19.2 29.5-9 9-17.5 14.6-29.5 19.2-9 3.5-22.6 7.7-47.6 8.8-27 1.2-35.1 1.5-103.6 1.5s-76.6-.3-103.6-1.5c-25-1.1-38.6-5.3-47.6-8.8-12-4.6-20.5-10.2-29.5-19.2-9-9-14.6-17.5-19.2-29.5-3.5-9-7.7-22.6-8.8-47.6C49.8 332.6 49.5 324.5 49.5 256s.3-76.6 1.5-103.6c1.1-25 5.3-38.6 8.8-47.6 4.6-12 10.2-20.5 19.2-29.5 9-9 17.5-14.6 29.5-19.2 9-3.5 22.6-7.7 47.6-8.8C179.4 49.8 187.5 49.5 256 49.5m0-43.5c-69.6 0-78.3.3-105.6 1.5-27.2 1.2-45.8 5.6-62 11.9-16.8 6.5-31 15.2-45.2 29.4C28.9 63 20.2 77.2 13.7 94c-6.3 16.2-10.7 34.8-11.9 62C.6 183.3.3 192 .3 261.6c0 69.6.3 78.3 1.5 105.6 1.2 27.2 5.6 45.8 11.9 62 6.5 16.8 15.2 31 29.4 45.2 14.2 14.2 28.4 22.9 45.2 29.4 16.2 6.3 34.8 10.7 62 11.9 27.3 1.2 36 1.5 105.6 1.5 69.6 0 78.3-.3 105.6-1.5 27.2-1.2 45.8-5.6 62-11.9 16.8-6.5 31-15.2 45.2-29.4 14.2-14.2 22.9-28.4 29.4-45.2 6.3-16.2 10.7-34.8 11.9-62 1.2-27.3 1.5-36 1.5-105.6 0-69.6-.3-78.3-1.5-105.6-1.2-27.2-5.6-45.8-11.9-62-6.5-16.8-15.2-31-29.4-45.2C449-8.8 434.8-17.5 418-24c-16.2-6.3-34.8-10.7-62-11.9C328.7 6.3 320 6 250.4 6H256z"/><path d="M256 134.6c-67 0-121.4 54.4-121.4 121.4S189 377.4 256 377.4 377.4 323 377.4 256 323 134.6 256 134.6zm0 200.2c-43.5 0-78.8-35.3-78.8-78.8s35.3-78.8 78.8-78.8 78.8 35.3 78.8 78.8-35.3 78.8-78.8 78.8z"/><circle cx="381.9" cy="130.1" r="28.4"/></svg>
        Follow Us
      </a>
    </div>

    <!-- ── FACEBOOK ── -->
    <div class="sm-card sm-card--fb">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">Facebook</div>
      <div class="sm-username">hireandbuild</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="130" data-suffix="K">130K</div>
        <div class="sm-stat-label">Followers</div>
      </div>
      <a href="https://www.facebook.com/hireandbuild" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 24 24"><path d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.41c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.97h-1.514c-1.491 0-1.956.93-1.956 1.885v2.27h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z"/></svg>
        Like Page
      </a>
    </div>

    <!-- ── YOUTUBE ── -->
    <div class="sm-card sm-card--yt">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">YouTube</div>
      <div class="sm-username">@Hireandbuild</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="207" data-suffix="K">207K</div>
        <div class="sm-stat-label">Subscribers</div>
      </div>
      <a href="https://www.youtube.com/@Hireandbuild" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 24 24"><path d="M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z"/></svg>
        Subscribe
      </a>
    </div>

  </div>
</div>

				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-48eebcf e-flex e-con-boxed e-con e-parent" data-id="48eebcf" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9bb9bb0 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="9bb9bb0" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- Cost Calculator Banner Widget -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">

<div class="cost-calculator-banner">
  
  <div class="ccb-content">
    <h2 style="">House Construction Cost in Chennai – Per Sq Ft Price & Instant Calculator</h2>

    <p>
      Instantly estimate your home construction cost in Chennai using HireandBuild’s accurate cost calculator.
    </p>
    
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/" class="ccb-btn">Calculate House Construction Cost in Chennai</a>
  </div>

</div>

<style>
/* SECTION */
.cost-calculator-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 70px;
  border-radius: 14px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;

  background: url("https://hireandbuild.com/wp-content/uploads/2026/02/Madras-Cost-Calculator.webp");
  background-size: cover;
  background-position: 90% 30%;
  background-repeat: no-repeat;
}

/* LEFT DARK FADE */
.cost-calculator-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.55) 25%,
    rgba(0,0,0,0.25) 55%,
    rgba(0,0,0,0) 75%
  );
}

/* CONTENT */
.ccb-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

/* HEADING */
.ccb-content h2 {
    font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(0,0,0,0.8);
}

/* PARAGRAPH */
.ccb-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0,0,0,0.7);
}

/* CTA BUTTON */
.ccb-btn {
  display: inline-block;
  background: #ff4d00;
  color: #ffffff;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  box-shadow:
    0 10px 26px rgba(0,0,0,0.45),
    0 0 0 2px rgba(255,255,255,0.25);
}

/* 🔥 FIXED HOVER CONTRAST */
.ccb-btn:hover {
  background: #ff9a5c;  /* lighter orange */
  color: #1a1a1a;       /* dark text for contrast */
  transform: translateY(-4px);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.55),
    0 0 18px rgba(255,120,40,0.6);
}

/* TABLET */
@media (max-width: 1024px) {
  .cost-calculator-banner {
    padding: 45px 30px;
    background-position: center;
  }

  .ccb-content h2 {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cost-calculator-banner {
    padding: 35px 20px;
    background-position: center;
  }

  .ccb-content {
    max-width: 100%;
  }

  .ccb-content h2 {
    font-size: 24px;
  }

  .ccb-content p {
    font-size: 14px;
  }

  .ccb-btn {
    width: 100%;
    text-align: center;
  }
}
</style>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a4efbcc e-grid e-con-boxed e-con e-parent" data-id="a4efbcc" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fbf1f89 elementor-widget elementor-widget-image" data-id="fbf1f89" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="1024" height="683" src="https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-1024x683.webp" class="attachment-large size-large wp-image-19492" alt="best house construction company in Chennai" srcset="https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-1024x683.webp 1024w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-300x200.webp 300w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-768x512.webp 768w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors.webp 1536w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				<div class="elementor-element elementor-element-d69e5cf elementor-widget elementor-widget-html" data-id="d69e5cf" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<div class="right-tab">

  <div class="right-tab-content">

    <h2>
     Trusted Construction Company in Chennai – Start Your Project with Confidence
    </h2>

    <p class="ptag">
      Partner with Hireandbuild for structured residential construction backed by transparent pricing, strict site supervision, and engineered quality standards. From planning and design to final handover, we ensure every stage is executed with clarity and accountability. Contact our team today to discuss your construction requirements and receive a detailed project estimate.
    </p>

    <!-- BUTTON -->

    <a href="https://wa.me/917200472008" class="right-tab-btn" target="_blank" rel="noopener">

      <!-- WhatsApp Icon -->
      <svg viewBox="0 0 32 32" class="wa-icon">
        <path fill="#25D366"
        d="M16 3C9.4 3 4 8.4 4 15c0 2.6.8 5 2.2 7L4 29l7.2-2.3c1.9 1 4.1 1.6 6.3 1.6 6.6 0 12-5.4 12-12S22.6 3 16 3z"/>
        <path fill="#ffffff"
        d="M20.5 18.6c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-1 1.2-.2.2-.4.3-.7.1-.3-.2-1.4-.5-2.6-1.6-1-.9-1.6-2-1.8-2.3-.2-.3 0-.5.1-.7.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.2-.7-1.7-1-2.3-.3-.7-.6-.6-.8-.6h-.7c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.6s1.1 3 1.2 3.2c.2.2 2.2 3.4 5.4 4.7.8.3 1.4.5 1.9.7.8.2 1.5.2 2 .1.6-.1 1.8-.8 2-1.5.2-.7.2-1.4.1-1.5-.1-.2-.3-.3-.6-.4z"/>
      </svg>

      Start a Free Consultation

    </a>

  </div>

</div>

<style>

/* FORCE FONT */

.right-tab,
.right-tab *{
  font-family:'Poppins',sans-serif !important;
}

/* TAB */

.right-tab{
  height:100%;
  background:#f5f5f5;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  padding:40px 48px;
}

/* CONTENT */

.right-tab-content{
  max-width:520px;
}

/* HEADING */

.right-tab h2{
  font-size:26px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:24px;
  color:#1a1a1a;
}

/* PARAGRAPH */

.right-tab .ptag{
  color:#000 !important;
  margin-bottom:34px;
  line-height:1.7;
  font-size:15px;
}

/* BUTTON */

.right-tab-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:14px 28px 14px 22px; /* optical balance */
  border-radius:12px;
  background:white;
  color:#FF5E14;
  font-weight:600;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  transition:.25s ease;
}

/* ICON SIZE */

.wa-icon{
  width:22px;
  height:22px;
  flex-shrink:0;
}

/* HOVER */

.right-tab-btn:hover{
  background:#25D366;
  color:white;
  border-color:#25D366;
  box-shadow:0 8px 20px rgba(37,211,102,.35);
  transform:translateY(-2px);
}

/* MOBILE */

@media(max-width:768px){

  .right-tab{
    padding:28px;
    text-align:center;
    justify-content:center;
  }

  .right-tab h2{
    font-size:20px;
  }

}

</style>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9a9a99c e-flex e-con-boxed e-con e-parent" data-id="9a9a99c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aa5ba5a elementor-widget elementor-widget-heading" data-id="aa5ba5a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">"Why Homeowners Choose HireAndBuild Over Other House Construction Companies in Chennai"</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0ee4760 elementor-widget elementor-widget-text-editor" data-id="0ee4760" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><br />Because we show up every single day — with a dedicated site engineer on your plot, milestone-based payments so you never pay for work that isn&#8217;t done, and a written 15-year structural warranty that actually means something. 220+ Chennai families have trusted us to build their dream home on time, without surprise bills. We&#8217;d love to build yours too.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-27aada3 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="27aada3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c7db655 elementor-widget elementor-widget-html" data-id="c7db655" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== WHY CHOOSE US — Elementor Safe HTML Widget ===== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

<style>
.wcb-section *,
.wcb-section *::before,
.wcb-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wcb-section {
  --orange:      #FF5E14;
  --orange-dark: #D44A08;
  --black:       #111111;
  --white:       #FFFFFF;
  --border:      #EBEBEB;

  font-family: 'Poppins', sans-serif !important;
  background: var(--white);
  width: 100%;
  padding: 60px 40px 70px;
  overflow: hidden;
  position: relative;
}

/* ── HEADER ── */
.wcb-header {
  text-align: center;
  margin-bottom: 48px;
  animation: wcb-fadeUp 0.7s ease both;
}

.wcb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF3EC;
  border: 1px solid rgba(255,94,20,0.2);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
}
.wcb-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: wcb-pulse 1.8s ease-in-out infinite;
}

.wcb-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 800;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.wcb-title span { color: var(--orange); }

.wcb-sub {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── SLIDER ── */
.wcb-slider-outer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.wcb-slides-wrap { overflow: hidden; }

.wcb-slides-track {
  display: flex;
  transition: transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.wcb-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 4px 4px 12px;
}

/* ── CARD ── */
.wcb-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: default;
  aspect-ratio: 9 / 16;
  transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94),
              box-shadow 0.35s ease;
  opacity: 0;
  animation: wcb-fadeUp 0.5s ease forwards;
}
.wcb-card:nth-child(1) { animation-delay: 0.05s; }
.wcb-card:nth-child(2) { animation-delay: 0.15s; }
.wcb-card:nth-child(3) { animation-delay: 0.25s; }

.wcb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(255,94,20,0.2), 0 4px 16px rgba(0,0,0,0.1);
}

/* Full-cover image */
.wcb-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  border: none;
  border-radius: 0;
  max-width: none;
  margin: 0; padding: 0;
  box-shadow: none;
}
.wcb-card:hover img { transform: scale(1.05); }

/* Dark gradient from top — for text readability */
.wcb-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.38) 0%,
    rgba(0,0,0,0.18) 35%,
    rgba(0,0,0,0.03) 60%,
    transparent 100%
  );
  pointer-events: none;
}

/* Orange left border accent on hover */
.wcb-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 3;
  border-radius: 0 0 0 18px;
}
.wcb-card:hover::before { transform: scaleY(1); }

/* ── TEXT OVERLAY — TOP ── */
.wcb-card-text {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 24px 22px 20px;
  z-index: 2;
}

.wcb-card-label {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.wcb-card-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55), 0 2px 20px rgba(0,0,0,0.35);
}

.wcb-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,0.82);
  font-weight: 300;
  line-height: 1.65;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* ── DIVIDER LINE ── */
.wcb-card-divider {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--orange), #ffb347);
  border-radius: 18px 18px 0 0;
  z-index: 3;
}

/* ── CONTROLS — ARROWS ONLY ── */
.wcb-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.wcb-arrow {
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s, transform 0.22s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.wcb-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(0);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 0;
}
.wcb-arrow span { position: relative; z-index: 1; }
.wcb-arrow:hover::before { transform: scale(1); }
.wcb-arrow:hover { color: #fff; box-shadow: 0 6px 20px rgba(255,94,20,0.35); }
.wcb-arrow:active { transform: scale(0.92); }

/* Slide indicator text */
.wcb-slide-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}
.wcb-slide-label b { color: var(--orange); }

/* ── ANIMATIONS ── */
@keyframes wcb-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wcb-pulse {
  0%,100% { transform: scale(1);   opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.55; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .wcb-section { padding: 48px 20px 56px; }
  .wcb-slide { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 560px) {
  .wcb-section { padding: 40px 16px 48px; }
  .wcb-title { font-size: 22px; }
  .wcb-slide { grid-template-columns: 1fr; gap: 14px; }
  .wcb-card { aspect-ratio: 9 / 16; }
}
</style>

<!-- ── MARKUP ── -->
<div class="wcb-section">

  <!-- Header -->
  <div class="wcb-header">
    <h2 class="wcb-title">Why Choose <span>HireandBuild</span> for Your Residential Construction in Chennai?</h2>
    <p class="wcb-sub">Six pillars that make every Hire &amp; Build project a guaranteed success.</p>
  </div>

  <!-- Slider -->
  <div class="wcb-slider-outer">
    <div class="wcb-slides-wrap">
      <div class="wcb-slides-track" id="wcbTrack">

        <!-- ── SLIDE 1 ── -->
        <div class="wcb-slide">

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Site-Engineer-1.webp" alt="Site Engineer" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">01 &nbsp;·&nbsp; Expert Supervision</span>
              <h3 class="wcb-card-title">Dedicated Site Engineer for Every Project</h3>
              <p class="wcb-card-desc">Qualified Engineer Supervision on Every Project</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Timeline1.webp" alt="Timeline" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">02 &nbsp;·&nbsp; On-Time Delivery</span>
              <h3 class="wcb-card-title">Structured Timeline with On-Time Completion</h3>
              <p class="wcb-card-desc">Structured Timeline with Milestone Tracking</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/transparent-stage-wise-payment-model.webp" alt="Payment Model" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">03 &nbsp;·&nbsp; Zero Hidden Costs</span>
              <h3 class="wcb-card-title">Transparent Stage-Wise Payment Model</h3>
              <p class="wcb-card-desc">Transparent Stage-Wise Pricing Model</p>
            </div>
          </div>

        </div>

        <!-- ── SLIDE 2 ── -->
        <div class="wcb-slide">

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/End-to-End-Construction-Management.webp" alt="End-to-End" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">04 &nbsp;·&nbsp; Full Lifecycle</span>
              <h3 class="wcb-card-title">End-to-End Construction Management</h3>
              <p class="wcb-card-desc">Complete Construction Lifecycle Management</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/elementor/thumbs/Quality-Assurance-rjo0yj0b04z0qava4ezcrrjt2hw4u4qekgcj4rol4w.webp" alt="Quality" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">05 &nbsp;·&nbsp; Premium Materials</span>
              <h3 class="wcb-card-title">Material Quality Assurance</h3>
              <p class="wcb-card-desc">Verified Materials with Strict Quality Checks</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Real-Time-Project-Updates.webp" alt="Real-Time Updates" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">06 &nbsp;·&nbsp; Live Tracking</span>
              <h3 class="wcb-card-title">Real-Time Project Updates</h3>
              <p class="wcb-card-desc">Regular Site Updates &amp; Progress Reports</p>
            </div>
          </div>

        </div>

      </div>
    </div>
  </div>

  <!-- Arrows only -->
  <div class="wcb-controls">
    <button class="wcb-arrow" id="wcbPrev" aria-label="Previous"><span>&#8592;</span></button>
    <span class="wcb-slide-label"><b id="wcbCur">1</b> / 2</span>
    <button class="wcb-arrow" id="wcbNext" aria-label="Next"><span>&#8594;</span></button>
  </div>

</div>


<!-- ===== END WHY CHOOSE US ===== -->				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c56be80 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child" data-id="c56be80" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9a3d187 elementor-widget elementor-widget-html" data-id="9a3d187" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>
.hb-wrap *,
.hb-wrap *::before,
.hb-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hb-wrap {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 10px;
  background: #f0ede9;
}

/* ═══ LEFT TABS ═══ */
.hb-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 68px;
}

.hb-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.hb-tab-ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.hb-tab-ring svg {
  width: 22px;
  height: 22px;
  stroke: #b0a89e;
  stroke-width: 1.8;
  fill: none;
  transition: stroke 0.3s ease;
}

.hb-tab-name {
  font-size: 8px;
  font-weight: 700;
  color: #b0a89e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  max-width: 64px;
  transition: color 0.3s ease;
}

.hb-tab.active .hb-tab-ring {
  background: #fde8db;
  box-shadow: 0 4px 14px rgba(255,92,26,0.22);
  transform: scale(1.06);
}
.hb-tab.active .hb-tab-ring svg {
  stroke: #FF5C1A;
}
.hb-tab.active .hb-tab-name {
  color: #FF5C1A;
  font-weight: 800;
}

/* ═══ RIGHT CARD ═══ */
.hb-card {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.hb-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.hb-card-bg.active { opacity: 1; }

.hb-bg0 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Site-Engineer-1.webp') center/cover no-repeat; }
.hb-bg1 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Timeline1.webp') center/cover no-repeat; }
.hb-bg2 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/transparent-stage-wise-payment-model.webp') center/cover no-repeat; }
.hb-bg3 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/End-to-End-Construction-Management-1.webp') center/cover no-repeat; }
.hb-bg4 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Quality-Assurance.webp') center/cover no-repeat; }
.hb-bg5 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Real-Time-Project-Updates.webp') center/cover no-repeat; }

/* ── PANEL: now justify TOP ── */
.hb-panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;          /* ← moved to top */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  /* gradient from TOP so text is readable */
  background: linear-gradient(to bottom, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.08) 70%, transparent 100%);
}
.hb-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.hb-panel-top {
  padding: 20px 18px 22px;
}
.hb-panel-top h2 {
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}
.hb-panel-top p {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
}

.hb-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}

.hb-shield-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 220px;
}

.hb-shield-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hb-shield-photo {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.hb-shield-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hb-shield-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.45) 100%);
}

.hb-big-num {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 58px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 40px rgba(255,255,255,0.4), 0 0 80px rgba(255,255,255,0.15);
  letter-spacing: -2px;
}

.hb-big-icon {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hb-big-icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  stroke-width: 1.6;
  fill: none;
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.6));
}
</style>
</head>
<body>

<div class="hb-wrap">

  <!-- ═══ LEFT TABS ═══ -->
  <div class="hb-tabs">

    <div class="hb-tab active" data-i="0">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/>
          <circle cx="12" cy="7" r="4"/>
          <path d="M16 11l1 1 3-3"/>
        </svg>
      </div>
      <span class="hb-tab-name">Site Engineer</span>
    </div>

    <div class="hb-tab" data-i="1">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <rect x="3" y="4" width="18" height="17" rx="2"/>
          <path d="M3 9h18M8 2v4M16 2v4M7 14h4M7 17h6"/>
        </svg>
      </div>
      <span class="hb-tab-name">Timeline</span>
    </div>

    <div class="hb-tab" data-i="2">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="9"/>
          <path d="M8.5 9.5h7M8.5 12h4c1.7 0 3-.8 3-2.5M8.5 12l4.5 5.5"/>
        </svg>
      </div>
      <span class="hb-tab-name">Payment</span>
    </div>

    <div class="hb-tab" data-i="3">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M3 12L12 4l9 8v8H3z"/>
          <path d="M9 21v-8h6v8"/>
          <path d="M15 4h3v4"/>
        </svg>
      </div>
      <span class="hb-tab-name">Construction</span>
    </div>

    <div class="hb-tab" data-i="4">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M12 2l8 4v6c0 5-3.5 8.5-8 10C7.5 20.5 4 17 4 12V6z"/>
          <path d="M9 12l2 2 4-4"/>
        </svg>
      </div>
      <span class="hb-tab-name">Quality</span>
    </div>

    <div class="hb-tab" data-i="5">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="2.5"/>
          <path d="M6.8 6.8a7.5 7.5 0 000 10.4M17.2 6.8a7.5 7.5 0 010 10.4"/>
          <path d="M3.5 3.5a13 13 0 000 17M20.5 3.5a13 13 0 010 17"/>
        </svg>
      </div>
      <span class="hb-tab-name">Live Updates</span>
    </div>

  </div>

  <!-- ═══ RIGHT CARD ═══ -->
  <div class="hb-card">

    <div class="hb-card-bg hb-bg0 active"></div>
    <div class="hb-card-bg hb-bg1"></div>
    <div class="hb-card-bg hb-bg2"></div>
    <div class="hb-card-bg hb-bg3"></div>
    <div class="hb-card-bg hb-bg4"></div>
    <div class="hb-card-bg hb-bg5"></div>

    <div class="hb-panel active">
      <div class="hb-panel-top">
        <h2>Your Own Dedicated Site Engineer</h2>
        <p>A qualified engineer monitors your build full-time — ensuring quality at every stage.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Structured Project Timeline</h2>
        <p>Clear milestones, committed deadlines. You always know what happens next.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Transparent Payment Model</h2>
        <p>Pay milestone by milestone. Full cost visibility with zero hidden charges.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>End-to-End House Construction</h2>
        <p>From foundation to finishing, we handle every detail of your build.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Material Quality Assurance</h2>
        <p>Only ISI-certified, grade-approved materials across your entire home build.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Real-Time Project Updates</h2>
        <p>Daily photos, videos & progress reports sent straight to your phone.</p>
      </div>
    </div>

  </div>
</div>

				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6fe24b9 e-flex e-con-boxed e-con e-parent" data-id="6fe24b9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b36ec7f elementor-widget elementor-widget-html" data-id="b36ec7f" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- HireAndBuild – Residential Construction Services Section v2 -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<section class="hab-rs-section">
  <div class="hab-rs-wrapper">

    <!-- LEFT: Image -->
    <div class="hab-rs-image-col">
      <img decoding="async"
        src="https://hireandbuild.com/wp-content/uploads/2026/02/why-choose-us-1.webp"
        
        class="hab-rs-img"
      />
    </div>

    <!-- RIGHT: Content -->
    <div class="hab-rs-content-col">
      <h2 class="hab-rs-heading">
         Building Construction Services in Chennai – Residential & Commercial
      </h2>

      <p class="hab-rs-body">
        HireandBuild is a trusted <strong>residential construction company in Chennai</strong> offering end-to-end home building services for independent houses, villas, and custom homes. Whether you are building a single-floor independent house or a <strong>G+1 or G+2 home</strong> for your family, our team handles everything from foundation to final finishing.
      </p>

      <p class="hab-rs-body">
        As experienced <strong>home builders in Chennai</strong>, we work across all major localities — Anna Nagar, Mogappair, Porur, Tambaram, OMR, Velachery, Ambattur, and Thiruverkadu. Every project is executed with a fixed price, a dedicated site engineer, and a written 15-year warranty.
      </p>

      <p class="hab-rs-body">
        Looking for a reliable <strong>building contractor in Chennai</strong> who delivers on time without surprise bills? That is exactly what we have been doing for <strong>220+ families across Chennai.</strong>
      </p>

      <!-- Pillars -->
      <div class="hab-rs-pillars">

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z"/>
            <circle cx="12" cy="9" r="2.5"/>
          </svg>
          Fixed Price
        </div>

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/>
            <circle cx="12" cy="7" r="4"/>
          </svg>
          Dedicated Engineer
        </div>

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
          </svg>
          15-Year Warranty
        </div>

      </div>

      <!-- CTA Button -->
      <a href="https://wa.me/917200472008" class="hab-rs-cta" target="_blank" rel="noopener">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="flex-shrink:0;">
          <path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z"/>
          <path d="M12 0C5.373 0 0 5.373 0 12c0 2.136.561 4.14 1.535 5.875L.057 23.215a.75.75 0 00.921.921l5.34-1.478A11.953 11.953 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 21.75a9.717 9.717 0 01-4.964-1.364l-.355-.212-3.683 1.02 1.02-3.683-.212-.355A9.718 9.718 0 012.25 12C2.25 6.615 6.615 2.25 12 2.25S21.75 6.615 21.75 12 17.385 21.75 12 21.75z"/>
        </svg>
        Start a Free Consultation
      </a>
    </div>

  </div>
</section>

<style>
/* ── Scoped to .hab-rs-* — will NOT affect any other element on the page ── */

.hab-rs-section {
  background: #ffffff;
  padding: 80px 24px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.hab-rs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

/* ── Image Column ── */
.hab-rs-image-col {
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}

.hab-rs-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* ── Content Column ── */
.hab-rs-content-col {
  flex: 1;
  min-width: 280px;
}

.hab-rs-heading {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin: 0 0 24px !important;
}

.hab-rs-body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #444444 !important;
  margin: 0 0 16px !important;
}

.hab-rs-body strong {
  color: #1a1a1a !important;
  font-weight: 600 !important;
}

/* ── Pill Tags ── */
.hab-rs-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
}

.hab-rs-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #e86c1f;
  background: #fff4ec;
  border: 1.5px solid #fde4cf;
  border-radius: 100px;
  padding: 6px 16px;
  white-space: nowrap;
}

.hab-rs-pill-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  stroke: #e86c1f;
}

/* ── CTA Button ── */
.hab-rs-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #e86c1f !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 14px 28px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
  cursor: pointer;
}

.hab-rs-cta:hover {
  border-color: #e86c1f;
  box-shadow: 0 4px 20px rgba(232, 108, 31, 0.15);
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hab-rs-wrapper {
    flex-direction: column;
    gap: 36px;
  }

  .hab-rs-image-col {
    max-width: 100%;
    width: 100%;
  }

  .hab-rs-img {
    height: 280px;
  }
}
</style>

				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-87daf33 e-con-full e-flex e-con e-parent" data-id="87daf33" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-1f76432 e-con-full e-flex e-con e-child" data-id="1f76432" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-299cdf5 elementor-widget elementor-widget-image" data-id="299cdf5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="683" height="1024" src="https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-683x1024.webp" class="attachment-large size-large wp-image-20497" alt="" srcset="https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-683x1024.webp 683w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-200x300.webp 200w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-768x1152.webp 768w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections.webp 1024w" sizes="(max-width: 683px) 100vw, 683px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-09852a0 e-con-full e-flex e-con e-child" data-id="09852a0" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d4b11e4 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading" data-id="d4b11e4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Integrated Interior Solutions Within Your Home Construction in Chennai</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-fddbd47 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor" data-id="fddbd47" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #333333;">Our expert interior designers in Chennai work closely with you to create spaces that blend style, comfort, and functionality.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-96004d1 elementor-widget__width-initial elementor-widget elementor-widget-html" data-id="96004d1" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>

/* ── SCOPED RESET: only affects this widget ── */
.hb-proc-wrap *,
.hb-proc-wrap *::before,
.hb-proc-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hb-proc-wrap {
  font-family: 'Manrope', sans-serif;
  padding: 36px 16px 40px;
}

/* ── HEADER ── */
.hb-proc-header {
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  animation: hbProcFadeUp 0.6s ease 0.05s forwards;
}
.hb-proc-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF5C1A;
  background: rgba(255,92,26,0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.hb-proc-header h2 {
  font-size: 22px;
  font-weight: 900;
  color: #1A1A2E;
  line-height: 1.2;
}
.hb-proc-header h2 span {
  background: linear-gradient(135deg,#FF5C1A,#FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── TIMELINE ── */
.hb-proc-timeline {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.hb-proc-timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #FF5C1A 0%, #FF8C00 40%, rgba(255,140,0,0.3) 80%, transparent 100%);
  z-index: 0;
}

/* ── ROW ── */
.hb-proc-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  position: relative;
  opacity: 0;
  transform: translateX(-16px);
  animation: hbProcSlideIn 0.55s cubic-bezier(.22,1,.36,1) forwards;
}
.hb-proc-row:last-child { padding-bottom: 0; }
.hb-proc-row:nth-child(1) { animation-delay: 0.12s; }
.hb-proc-row:nth-child(2) { animation-delay: 0.24s; }
.hb-proc-row:nth-child(3) { animation-delay: 0.36s; }
.hb-proc-row:nth-child(4) { animation-delay: 0.48s; }

/* ── NODE ── */
.hb-proc-node {
  flex-shrink: 0;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hb-proc-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF5C1A, #FF8C00);
  box-shadow: 0 4px 16px rgba(255,92,26,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hb-proc-row:hover .hb-proc-dot {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(255,92,26,0.45);
}
.hb-proc-dot svg {
  width: 18px; height: 18px;
  stroke: #fff; stroke-width: 2; fill: none;
}

/* ── STEP CARD ── */
.hb-proc-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
  overflow: hidden;
}
.hb-proc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF5C1A, #FF8C00);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.hb-proc-row:hover .hb-proc-card {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,92,26,0.13);
}
.hb-proc-row:hover .hb-proc-card::before { opacity: 1; }

.hb-proc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.hb-proc-card-title {
  font-size: 14px;
  font-weight: 800;
  color: #1A1A2E;
  line-height: 1.3;
}
.hb-proc-step-pill {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5C1A;
  background: rgba(255,92,26,0.08);
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 10px;
}
.hb-proc-card-desc {
  font-size: 12.5px;
  font-weight: 500;
  color: #888;
  line-height: 1.65;
}

/* ── ANIMATIONS (uniquely named) ── */
@keyframes hbProcSlideIn {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes hbProcFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── MOBILE ── */
@media (max-width: 380px) {
  .hb-proc-dot { width: 38px; height: 38px; }
  .hb-proc-dot svg { width: 15px; height: 15px; }
  .hb-proc-timeline::before { left: 25px; }
  .hb-proc-node { width: 50px; }
  .hb-proc-card-title { font-size: 13px; }
  .hb-proc-card-desc { font-size: 12px; }
  .hb-proc-step-pill { display: none; }
}

</style>
</head>
<body>

<div class="hb-proc-wrap">


  <div class="hb-proc-timeline">

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><path d="M3 10.5L12 3l9 7.5"/><path d="M5 9.5V20h14V9.5"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Consultation & Planning</span>
          <span class="hb-proc-step-pill">Step 1</span>
        </div>
        <p class="hb-proc-card-desc">We study your plot, budget & design goals before anything begins.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18"/><path d="M3 9h18M9 21V9"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">3D Design & Architecture</span>
          <span class="hb-proc-step-pill">Step 2</span>
        </div>
        <p class="hb-proc-card-desc">Realistic 3D layouts and structural drawings approved before work starts.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16"/><path d="M8 8h8M8 12h8M8 16h6"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Materials & Clear BOQ</span>
          <span class="hb-proc-step-pill">Step 3</span>
        </div>
        <p class="hb-proc-card-desc">Transparent bill of quantities — approved specs, zero hidden costs.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4"/><circle cx="12" cy="12" r="9"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Handover & 15-Year Warranty</span>
          <span class="hb-proc-step-pill">Step 4</span>
        </div>
        <p class="hb-proc-card-desc">Fully completed home delivered with documented warranty handover.</p>
      </div>
    </div>

  </div>
</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f49314c e-flex e-con-boxed e-con e-parent" data-id="f49314c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b5c7192 elementor-widget elementor-widget-html" data-id="b5c7192" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>

/* ── SCOPED RESET ── */
.hb-partners-wrap *,
.hb-partners-wrap *::before,
.hb-partners-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── WRAPPER ── */
.hb-partners-wrap {
  font-family: 'Manrope', sans-serif;
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

/* Background diagonal lines texture */
.hb-partners-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,92,26,0.025) 40px,
    rgba(255,92,26,0.025) 41px
  );
  pointer-events: none;
  z-index: 0;
}

/* ── SECTION BLOCK ── */
.hb-section {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
.hb-section:last-child { margin-bottom: 0; }

/* ── SECTION HEADING ── */
.hb-section-head {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
}

.hb-section-head .hb-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FF5C1A;
  margin-bottom: 10px;
}
.hb-section-head .hb-tag::before,
.hb-section-head .hb-tag::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: #FF5C1A;
  opacity: 0.5;
}

.hb-section-head h2 {
  font-size: 26px;
  font-weight: 900;
  color: #1A1A2E;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hb-section-head h2 em {
  font-style: normal;
  background: linear-gradient(135deg, #FF5C1A, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── MARQUEE TRACK ── */
.hb-marquee-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* fade edges */
.hb-marquee-outer::before,
.hb-marquee-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.hb-marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.hb-marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.hb-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: hbMarquee 22s linear infinite;
}
.hb-marquee-track:hover {
  animation-play-state: paused;
}

/* reverse direction for banking row */
.hb-marquee-track.reverse {
  animation: hbMarqueeRev 26s linear infinite;
}
.hb-marquee-track.reverse:hover {
  animation-play-state: paused;
}

@keyframes hbMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes hbMarqueeRev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* ── LOGO PILL ── */
.hb-logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 16px 28px;
  min-width: 160px;
  height: 80px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.hb-logo-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,92,26,0.04), rgba(255,140,0,0.04));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hb-logo-pill:hover {
  border-color: rgba(255,92,26,0.3);
  box-shadow: 0 6px 24px rgba(255,92,26,0.12);
  transform: translateY(-3px);
}
.hb-logo-pill:hover::before {
  opacity: 1;
}

.hb-logo-pill img {
  max-width: 110px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(30%);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
  position: relative;
  z-index: 1;
}

.hb-logo-pill:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ── DIVIDER ── */
.hb-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FF5C1A, transparent);
  margin: 0 auto 56px;
  border-radius: 2px;
}

</style>
</head>
<body style="background:#fff;">

<div class="hb-partners-wrap">

  <!-- ══ VENDORS ══ -->
  <div class="hb-section">
    <div class="hb-section-head">
      <div class="hb-tag">Trusted Brands</div>
      <h2>Our <em>Vendors</em></h2>
    </div>

    <div class="hb-marquee-outer">
      <div class="hb-marquee-track">
        <!-- SET 1 -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/kajaria-1.png" alt="Kajaria"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/ramco-super-grade-image.png" alt="Ramco"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Parryware-logo-hd.png" alt="Parryware"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Nippon-paint.png" alt="Nippon Paint"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/jaquar-logo.webp" alt="Jaquar"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/tata-tiscon1.webp" alt="tata-tiscon"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ultra-tech.webp" alt="ultra-tech"></div>
        
        <!-- SET 2 (duplicate for infinite loop) -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/kajaria-1.png" alt="Kajaria"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/ramco-super-grade-image.png" alt="Ramco"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Parryware-logo-hd.png" alt="Parryware"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Nippon-paint.png" alt="Nippon Paint"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/jaquar-logo.webp" alt="Jaquar"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/tata-tiscon1.webp" alt="tata-tiscon"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ultra-tech.webp" alt="ultra-tech"></div>
      </div>
    </div>
  </div>

  <!-- ── DIVIDER ── -->
  <div class="hb-divider"></div>

  <!-- ══ BANKING PARTNERS ══ -->
  <div class="hb-section">
    <div class="hb-section-head">
      <div class="hb-tag">Finance & Loans</div>
      <h2>Our Banking <em>Partners</em></h2>
    </div>

    <div class="hb-marquee-outer">
      <div class="hb-marquee-track reverse">
        <!-- SET 1 -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/sbi-home-loan-1.png" alt="SBI Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/IDFC-lOGO1.jpg" alt="IDFC First Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/uco-bank-logo.png" alt="UCO Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/hdfc-bank-home-loan.png" alt="HDFC Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/axis-bank.webp" alt="axis-bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ICICI-Bank.webp" alt="ICICI-Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Indian-Bank-logo.webp" alt="Indian-Bank-logo"></div>
        
        
        <!-- SET 2 (duplicate for infinite loop) -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/sbi-home-loan-1.png" alt="SBI Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/IDFC-lOGO1.jpg" alt="IDFC First Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/uco-bank-logo.png" alt="UCO Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/hdfc-bank-home-loan.png" alt="HDFC Home Loans"></div>
          <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/axis-bank.webp" alt="axis-bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ICICI-Bank.webp" alt="ICICI-Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Indian-Bank-logo.webp" alt="Indian-Bank-logo"></div>
      </div>
    </div>
  </div>

</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3aa20d9 e-flex e-con-boxed e-con e-parent" data-id="3aa20d9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b3703fa elementor-widget elementor-widget-heading" data-id="b3703fa" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Frequently Asked Questions (FAQs)</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-26e40ff e-flex e-con-boxed e-con e-parent" data-id="26e40ff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3849d5f elementor-widget__width-initial elementor-widget elementor-widget-toggle" data-id="3849d5f" data-element_type="widget" data-e-type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
							<div class="elementor-toggle">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5901" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-5901" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">1. What is the construction cost per sq ft in Chennai?</a>
					</div>

					<div id="elementor-tab-content-5901" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-5901"><p>HireandBuild offers <a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/">house construction in Chennai</a> starting at ₹1899/sq.ft. The final cost depends on your plot size, number of floors, and finish level. Use our free cost calculator for an instant estimate.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5902" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-5902" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">2. How long does it take to build a house in Chennai?</a>
					</div>

					<div id="elementor-tab-content-5902" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-5902"><p>A typical residential project takes 12 to 18 months.We provide a written project timeline before work begins.See how our works from start to finish.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5903" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-5903" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">3. Do you handle the complete construction from start to finish?</a>
					</div>

					<div id="elementor-tab-content-5903" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-5903"><p>Yes. We offer complete turnkey house construction in Chennai covering soil testing, <a href="https://hireandbuild.com/architects-in-chennai/">architectural design</a>, structural work, electrical, plumbing, finishing, and final handover — all under one roof.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5904" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-5904" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">4. What areas in Chennai do you cover?</a>
					</div>

					<div id="elementor-tab-content-5904" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-5904"><p>We serve all major localities across Chennai including Anna Nagar, Mogappair, Porur, Perungalathur, Tambaram, Velachery, OMR, Thiruverkadu, Ambattur, and surrounding areas.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5905" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-5905" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">5. Is your construction pricing transparent with no hidden costs?</a>
					</div>

					<div id="elementor-tab-content-5905" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-5905"><p>Yes. We follow a milestone-based payment model with a detailed Bill of Quantities (BOQ) shared before work starts. You know exactly what you are paying for at every stage — no surprise charges.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5906" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-5906" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">6. Do you assign a dedicated engineer to my project?</a>
					</div>

					<div id="elementor-tab-content-5906" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-5906"><p>Yes. Every HireandBuild project gets a qualified, full-time site engineer assigned from day one. Your engineer is physically present on your plot every single day — monitoring material quality, workmanship, and construction progress at every stage. You are never left depending on a contractor&#8217;s word. Our engineer is your eyes on the ground throughout the entire build.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5907" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-5907" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">7. What warranty do you offer on house construction?</a>
					</div>

					<div id="elementor-tab-content-5907" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-5907"><p>HireandBuild provides a 15-year structural warranty on all residential construction projects. All warranty terms are documented in writing before the project begins.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5908" class="elementor-tab-title" data-tab="8" role="button" aria-controls="elementor-tab-content-5908" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">8.Did you provide joint venture ?</a>
					</div>

					<div id="elementor-tab-content-5908" class="elementor-tab-content elementor-clearfix" data-tab="8" role="region" aria-labelledby="elementor-tab-title-5908"><p>Yes, we collaborate with architects, builders, and contractors through <a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">joint venture partnerships.</a> We handle structural design, analysis, and compliance while working closely with your team to ensure safe and efficient project execution.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5909" class="elementor-tab-title" data-tab="9" role="button" aria-controls="elementor-tab-content-5909" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">9. Do you help with home loan approvals?</a>
					</div>

					<div id="elementor-tab-content-5909" class="elementor-tab-content elementor-clearfix" data-tab="9" role="region" aria-labelledby="elementor-tab-title-5909"><p>Yes. We work with leading banks including <a href="https://onlinesbi.sbi.bank.in/" target="_blank" rel="noopener">SBI</a>, HDFC, ICICI, Axis Bank, and IDFC First Bank to help you get home loan approvals smoothly alongside your construction project.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-59010" class="elementor-tab-title" data-tab="10" role="button" aria-controls="elementor-tab-content-59010" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">10.How do I get started with HireandBuild?</a>
					</div>

					<div id="elementor-tab-content-59010" class="elementor-tab-content elementor-clearfix" data-tab="10" role="region" aria-labelledby="elementor-tab-title-59010"><p>Call us at +91 72004 72008 or <a href="https://hireandbuild.com/contact-us/">fill out our free estimate form</a> on this page. Our team will schedule a free site visit and provide a detailed construction estimate within 24 hours.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-59011" class="elementor-tab-title" data-tab="11" role="button" aria-controls="elementor-tab-content-59011" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">11.Do you build G+1 and G+2 houses in Chennai?</a>
					</div>

					<div id="elementor-tab-content-59011" class="elementor-tab-content elementor-clearfix" data-tab="11" role="region" aria-labelledby="elementor-tab-title-59011"><p>Yes. We build single-floor independent houses, G+1, and G+2 residential homes across Chennai. Each project is structurally designed after soil testing — foundation depth and column sizing are never assumed, always engineered. Whether you are planning one floor now with future expansion in mind, or building a complete multi-floor home from the start, we design and execute the structure to handle it safely.</p></div>
				</div>
										<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"1. What is the construction cost per sq ft in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>HireandBuild offers <a href=\"https:\/\/hireandbuild.com\/turnkey-house-construction-services-in-chennai\/\">house construction in Chennai<\/a> starting at \u20b91899\/sq.ft. The final cost depends on your plot size, number of floors, and finish level. Use our free cost calculator for an instant estimate.<\/p>"}},{"@type":"Question","name":"2. How long does it take to build a house in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>A typical residential project takes 12 to 18 months.We provide a written project timeline before work begins.See how our works from start to finish.<\/p>"}},{"@type":"Question","name":"3. Do you handle the complete construction from start to finish?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We offer complete turnkey house construction in Chennai covering soil testing, <a href=\"https:\/\/hireandbuild.com\/architects-in-chennai\/\">architectural design<\/a>, structural work, electrical, plumbing, finishing, and final handover \u2014 all under one roof.<\/p>"}},{"@type":"Question","name":"4. What areas in Chennai do you cover?","acceptedAnswer":{"@type":"Answer","text":"<p>We serve all major localities across Chennai including Anna Nagar, Mogappair, Porur, Perungalathur, Tambaram, Velachery, OMR, Thiruverkadu, Ambattur, and surrounding areas.<\/p>"}},{"@type":"Question","name":"5. Is your construction pricing transparent with no hidden costs?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We follow a milestone-based payment model with a detailed Bill of Quantities (BOQ) shared before work starts. You know exactly what you are paying for at every stage \u2014 no surprise charges.<\/p>"}},{"@type":"Question","name":"6. Do you assign a dedicated engineer to my project?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. Every HireandBuild project gets a qualified, full-time site engineer assigned from day one. Your engineer is physically present on your plot every single day \u2014 monitoring material quality, workmanship, and construction progress at every stage. You are never left depending on a contractor&#8217;s word. Our engineer is your eyes on the ground throughout the entire build.<\/p>"}},{"@type":"Question","name":"7. What warranty do you offer on house construction?","acceptedAnswer":{"@type":"Answer","text":"<p>HireandBuild provides a 15-year structural warranty on all residential construction projects. All warranty terms are documented in writing before the project begins.<\/p>"}},{"@type":"Question","name":"8.Did you provide joint venture ?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes, we collaborate with architects, builders, and contractors through <a href=\"https:\/\/hireandbuild.com\/joint-venture-builders-in-chennai\/\">joint venture partnerships.<\/a> We handle structural design, analysis, and compliance while working closely with your team to ensure safe and efficient project execution.<\/p>"}},{"@type":"Question","name":"9. Do you help with home loan approvals?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We work with leading banks including <a href=\"https:\/\/onlinesbi.sbi.bank.in\/\">SBI<\/a>, HDFC, ICICI, Axis Bank, and IDFC First Bank to help you get home loan approvals smoothly alongside your construction project.<\/p>"}},{"@type":"Question","name":"10.How do I get started with HireandBuild?","acceptedAnswer":{"@type":"Answer","text":"<p>Call us at +91 72004 72008 or <a href=\"https:\/\/hireandbuild.com\/contact-us\/\">fill out our free estimate form<\/a> on this page. Our team will schedule a free site visit and provide a detailed construction estimate within 24 hours.<\/p>"}},{"@type":"Question","name":"11.Do you build G+1 and G+2 houses in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We build single-floor independent houses, G+1, and G+2 residential homes across Chennai. Each project is structurally designed after soil testing \u2014 foundation depth and column sizing are never assumed, always engineered. Whether you are planning one floor now with future expansion in mind, or building a complete multi-floor home from the start, we design and execute the structure to handle it safely.<\/p>"}}]}</script>
					</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		
	</div><!-- #content -->

	


			</div><!-- .wf-container -->
		</div><!-- .wf-wrap -->

	
	</div><!-- #main -->

	


	<!-- !Footer -->
	<footer id="footer" class="footer solid-bg elementor-footer"  role="contentinfo">

		
			<div class="wf-wrap">
				<div class="wf-container-footer">
					<div class="wf-container">
								<footer data-elementor-type="footer" data-elementor-id="4232" class="elementor elementor-4232 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-be17310 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="be17310" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-434d776" data-id="434d776" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-43691f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="43691f1" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7b302f0" data-id="7b302f0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-757ba6f elementor-widget elementor-widget-heading" data-id="757ba6f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Contact</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-8bacc23 elementor-widget elementor-widget-spacer" data-id="8bacc23" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-de5ec6d elementor-widget elementor-widget-text-editor" data-id="de5ec6d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>2nd floor, 87a, 2nd Main Rd, above Zalya&#8217;s Closet, Nolambur Phase II, Mogappair West, Chennai, Tamil Nadu &#8211; 600037</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0a2e280 elementor-widget elementor-widget-spacer" data-id="0a2e280" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0568ae1 icon-box-vertical-align-center content-align-left icon-position-left icon-vertical-align-start elementor-widget elementor-widget-the7_icon_box_widget" data-id="0568ae1" data-element_type="widget" data-e-type="widget" data-widget_type="the7_icon_box_widget.default">
				<div class="elementor-widget-container">
					
		<div class="the7-box-wrapper the7-elementor-widget the7_icon_box_widget-0568ae1">			<div class="box-content-wrapper">
									<a class="elementor-icon-div" >						<div class="elementor-icon">
							<i aria-hidden="true" class="feather feather-phone-call"></i>						</div>
					</a>								<div class="box-content">
																	<h4 class="box-heading">
							<a >								+91 72004 72008							</a>						</h4>
																<div class="box-description"><p>Mon - Sat 10:00 am - 7:00 pm</p></div>
					
					
				</div>
			</div>
		</div>					</div>
				</div>
				<div class="elementor-element elementor-element-ddcc6cf elementor-widget elementor-widget-spacer" data-id="ddcc6cf" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3502e3b content-align-mobile-center icon-position-mobile-top icon-vertical-align-center icon-vertical-align-mobile-center icon-position-tablet-top icon-vertical-align-tablet-start content-align-left icon-box-vertical-align-top icon-position-left elementor-widget elementor-widget-the7_icon_box_widget" data-id="3502e3b" data-element_type="widget" data-e-type="widget" data-widget_type="the7_icon_box_widget.default">
				<div class="elementor-widget-container">
					
		<div class="the7-box-wrapper the7-elementor-widget the7_icon_box_widget-3502e3b">			<div class="box-content-wrapper">
									<a class="elementor-icon-div" >						<div class="elementor-icon">
							<i aria-hidden="true" class="feather feather-mail"></i>						</div>
					</a>								<div class="box-content">
																	<h4 class="box-heading">
							<a >								info@hireandbuild.com							</a>						</h4>
										
					
				</div>
			</div>
		</div>					</div>
				</div>
				<div class="elementor-element elementor-element-4017909 elementor-widget elementor-widget-spacer" data-id="4017909" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-83b4437 elementor-shape-circle e-grid-align-tablet-center e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="83b4437" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-a9861cf" href="https://www.facebook.com/hireandbuild" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6e6ada5" href="https://www.instagram.com/hire_and_build/?igshid=1u600eerodi26" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i aria-hidden="true" class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b301d73" href="https://in.linkedin.com/company/hireandbuild" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i aria-hidden="true" class="fab fa-linkedin"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-fd8b9a7" href="https://www.youtube.com/channel/UC0EGNd5NNtT9-F_zOCyPUXw" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i aria-hidden="true" class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-715dbd6" href="https://twitter.com/hireandbuild?lang=en" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="48px" height="48px"><path d="M 2.3671875 3 L 9.4628906 13.140625 L 2.7402344 21 L 5.3808594 21 L 10.644531 14.830078 L 14.960938 21 L 21.871094 21 L 14.449219 10.375 L 20.740234 3 L 18.140625 3 L 13.271484 8.6875 L 9.2988281 3 L 2.3671875 3 z M 6.2070312 5 L 8.2558594 5 L 18.033203 19 L 16.001953 19 L 6.2070312 5 z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-65c6a2b" data-id="65c6a2b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-55c47ee elementor-widget elementor-widget-heading" data-id="55c47ee" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Page Links</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ee5b325 elementor-widget elementor-widget-spacer" data-id="ee5b325" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c24f796 dt-nav-menu_align-mobile-center dt-sub-menu_align-center dt-nav-menu_align-center elementor-widget elementor-widget-the7_nav-menu" data-id="c24f796" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submenu_display&quot;:&quot;on_click&quot;}" data-widget_type="the7_nav-menu.default">
				<div class="elementor-widget-container">
					<nav class="dt-nav-menu--main dt-nav-menu__container dt-sub-menu-display-on_click dt-icon-align-with_text dt-icon-position-right dt-sub-icon-position-right dt-sub-icon-align-with_text"><ul class="dt-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13253 first depth-0"><a href='https://hireandbuild.com/about-us/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">About us</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15161 depth-0"><a href='https://hireandbuild.com/joint-venture-builders-in-chennai/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Joint Venture</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18497 depth-0"><a href='https://hireandbuild.com/house-construction-cost-calculator-free-online/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Cost Calculator</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20648 has-children depth-0"><a href='https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Pricing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a><ul class="the7-e-sub-nav vertical-sub-nav hover-style-bg"  role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22135 first depth-1"><a href='https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Residential Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22134 depth-1"><a href='https://hireandbuild.com/commercial-construction-packages-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Commercial Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13621 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Services</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a><ul class="the7-e-sub-nav vertical-sub-nav hover-style-bg"  role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13837 first depth-1"><a href='https://hireandbuild.com/commercial-construction-company-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Commercial Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13678 depth-1"><a href='https://hireandbuild.com/architects-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Architectural Designing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13745 depth-1"><a href='https://hireandbuild.com/structural-engineers-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Structural Designing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13781 depth-1"><a href='https://hireandbuild.com/building-plan-approval-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Building Plan Approval</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12875 depth-0"><a href='https://hireandbuild.com/projects/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Projects</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22387 depth-0"><a href='https://hireandbuild.com/careers/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Careers</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13409 depth-0"><a href='https://hireandbuild.com/contact-us/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Contact</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-button menu-item menu-item-type-post_type menu-item-object-page menu-item-18924 last depth-0"><a href='https://hireandbuild.com/house-construction-cost-calculator-free-online/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Get a Free Quote</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></nav>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7bc332e" data-id="7bc332e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38988dd elementor-widget elementor-widget-heading" data-id="38988dd" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Useful Links</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d4a24d8 elementor-widget elementor-widget-spacer" data-id="d4a24d8" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-6c1030d elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6c1030d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/construction-cost-calculator-free-online/">

											<span class="elementor-icon-list-text">Cost Calcuator</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/home-construction-company-in-chennai/">

											<span class="elementor-icon-list-text">Building Construction</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/building-contract/">

											<span class="elementor-icon-list-text">Knowledge Center</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/careers/">

											<span class="elementor-icon-list-text">Careers</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a225dae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a225dae" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-19caf8b" data-id="19caf8b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d21eae5 elementor-widget elementor-widget-heading" data-id="d21eae5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">© Copyright 2026  Hireandbuild, Chennai , All rights reserved.</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</footer>
							</div><!-- .wf-container -->
				</div><!-- .wf-container-footer -->
			</div><!-- .wf-wrap -->

			
	</footer><!-- #footer -->

			<a href="#" class="scroll-top scroll-top-elementor-icon ">
				<i aria-hidden="true" class="feather feather-arrow-up"></i>				<span class="screen-reader-text">Go to Top</span>
			</a>
			
</div><!-- #page -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/dt-the7/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
			
					<div
			class="qlwapp"
			style="--qlwapp-scheme-font-family:inherit;--qlwapp-scheme-font-size:18px;--qlwapp-scheme-icon-size:60px;--qlwapp-scheme-icon-font-size:24px;--qlwapp-scheme-box-max-height:400px;--qlwapp-scheme-brand:#25d366;--qlwapp-scheme-text:#ffffff;--qlwapp-scheme-text-secondary:#303030;--qlwapp-scheme-contact-role-color:inherit;--qlwapp-scheme-contact-name-color:inherit;--qlwapp-scheme-contact-availability-color:inherit;--qlwapp-scheme-box-message-word-break:break-all;--qlwapp-button-notification-bubble-animation:none;"
			data-contacts="[{&quot;id&quot;:1,&quot;bot_id&quot;:&quot;&quot;,&quot;order&quot;:0,&quot;active&quot;:1,&quot;chat&quot;:1,&quot;avatar&quot;:&quot;https:\/\/www.gravatar.com\/avatar\/00000000000000000000000000000000&quot;,&quot;type&quot;:&quot;phone&quot;,&quot;phone&quot;:&quot;7200472008&quot;,&quot;group&quot;:&quot;https:\/\/chat.whatsapp.com\/EQuPUtcPzEdIZVlT8JyyNw&quot;,&quot;firstname&quot;:&quot;John&quot;,&quot;lastname&quot;:&quot;Doe&quot;,&quot;label&quot;:&quot;Support&quot;,&quot;message&quot;:&quot;I am looking for a Construction and Architectural Services to build my dream home. Kindly Contact me. Thank you..&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timezone&quot;:&quot;UTC+0&quot;,&quot;visibility&quot;:&quot;readonly&quot;,&quot;timedays&quot;:[],&quot;whatsapp_link_type&quot;:&quot;web&quot;,&quot;display&quot;:{&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;devices&quot;:&quot;all&quot;}}]"
			data-primary-contact="{&quot;id&quot;:1,&quot;bot_id&quot;:&quot;&quot;,&quot;order&quot;:0,&quot;active&quot;:1,&quot;chat&quot;:1,&quot;avatar&quot;:&quot;https:\/\/www.gravatar.com\/avatar\/00000000000000000000000000000000&quot;,&quot;type&quot;:&quot;phone&quot;,&quot;phone&quot;:&quot;7200472008&quot;,&quot;group&quot;:&quot;https:\/\/chat.whatsapp.com\/EQuPUtcPzEdIZVlT8JyyNw&quot;,&quot;firstname&quot;:&quot;John&quot;,&quot;lastname&quot;:&quot;Doe&quot;,&quot;label&quot;:&quot;Support&quot;,&quot;message&quot;:&quot;I am looking for a Construction and Architectural Services to build my dream home. Kindly Contact me. Thank you..&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timezone&quot;:&quot;UTC+0&quot;,&quot;visibility&quot;:&quot;readonly&quot;,&quot;timedays&quot;:[],&quot;whatsapp_link_type&quot;:&quot;web&quot;,&quot;display&quot;:{&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;devices&quot;:&quot;all&quot;}}"
			data-display="{&quot;devices&quot;:&quot;all&quot;,&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}}"
			data-button="{&quot;layout&quot;:&quot;bubble&quot;,&quot;box&quot;:&quot;no&quot;,&quot;position&quot;:&quot;bottom-right&quot;,&quot;text&quot;:&quot;&quot;,&quot;icon&quot;:&quot;qlwapp-whatsapp-icon&quot;,&quot;developer&quot;:&quot;no&quot;,&quot;rounded&quot;:&quot;yes&quot;,&quot;animation_name&quot;:&quot;&quot;,&quot;animation_delay&quot;:&quot;&quot;,&quot;notification_bubble&quot;:&quot;none&quot;,&quot;notification_bubble_animation&quot;:&quot;none&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timedays&quot;:[],&quot;timezone&quot;:&quot;&quot;,&quot;visibility&quot;:&quot;readonly&quot;}"
			data-box="{&quot;enable&quot;:&quot;yes&quot;,&quot;auto_open&quot;:&quot;no&quot;,&quot;auto_delay_open&quot;:1000,&quot;lazy_load&quot;:&quot;no&quot;,&quot;allow_outside_close&quot;:&quot;no&quot;,&quot;header&quot;:&quot;\n\t\t\t\t\t\t\t\t&lt;p style=\&quot;line-height: 1;text-align: start\&quot;&gt;&lt;span style=\&quot;font-size: 12px;vertical-align: bottom;letter-spacing: -0.2px;opacity: 0.8;margin: 5px 0 0 1px\&quot;&gt;Powered by&lt;\/span&gt;&lt;\/p&gt;\n\t\t\t\t\t\t\t\t&lt;p style=\&quot;line-height: 1;text-align: start\&quot;&gt;&lt;a style=\&quot;font-size: 24px;line-height: 34px;font-weight: bold;text-decoration: none;color: white\&quot; href=\&quot;https:\/\/quadlayers.com\/products\/whatsapp-chat\/?utm_source=qlwapp_plugin&amp;utm_medium=header&amp;utm_campaign=social-chat\&quot; target=\&quot;_blank\&quot; rel=\&quot;noopener\&quot;&gt;Social Chat&lt;\/a&gt;&lt;\/p&gt;&quot;,&quot;footer&quot;:&quot;&lt;p style=\&quot;text-align: start;\&quot;&gt;Need help? Our team is just a message away&lt;\/p&gt;&quot;,&quot;response&quot;:&quot;Write a response&quot;,&quot;consent_message&quot;:&quot;I accept cookies and privacy policy.&quot;,&quot;consent_enabled&quot;:&quot;no&quot;}"
			data-scheme="{&quot;font_family&quot;:&quot;inherit&quot;,&quot;font_size&quot;:&quot;18&quot;,&quot;icon_size&quot;:&quot;60&quot;,&quot;icon_font_size&quot;:&quot;24&quot;,&quot;box_max_height&quot;:&quot;400&quot;,&quot;brand&quot;:&quot;#25d366&quot;,&quot;text&quot;:&quot;#ffffff&quot;,&quot;text_secondary&quot;:&quot;#303030&quot;,&quot;link&quot;:&quot;&quot;,&quot;message&quot;:&quot;&quot;,&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;contact_role_color&quot;:&quot;inherit&quot;,&quot;contact_name_color&quot;:&quot;inherit&quot;,&quot;contact_availability_color&quot;:&quot;inherit&quot;,&quot;box_message_word_break&quot;:&quot;break-all&quot;}"
		>
					</div>
		



































<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://hireandbuild.com/wp-includes/js/wp-emoji-release.min.js?ver=7.1"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://hireandbuild.com/wp-includes/js/wp-emoji-loader.min.js
</script>

<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
	<div class="pswp__bg"></div>
	<div class="pswp__scroll-wrap">
		<div class="pswp__container">
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
		</div>
		<div class="pswp__ui pswp__ui--hidden">
			<div class="pswp__top-bar">
				<div class="pswp__counter"></div>
				<button class="pswp__button pswp__button--close" title="Close (Esc)" aria-label="Close (Esc)"></button>
				<button class="pswp__button pswp__button--share" title="Share" aria-label="Share"></button>
				<button class="pswp__button pswp__button--fs" title="Toggle fullscreen" aria-label="Toggle fullscreen"></button>
				<button class="pswp__button pswp__button--zoom" title="Zoom in/out" aria-label="Zoom in/out"></button>
				<div class="pswp__preloader">
					<div class="pswp__preloader__icn">
						<div class="pswp__preloader__cut">
							<div class="pswp__preloader__donut"></div>
						</div>
					</div>
				</div>
			</div>
			<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
				<div class="pswp__share-tooltip"></div> 
			</div>
			<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)" aria-label="Previous (arrow left)">
			</button>
			<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)" aria-label="Next (arrow right)">
			</button>
			<div class="pswp__caption">
				<div class="pswp__caption__center"></div>
			</div>
		</div>
	</div>
</div>
<script data-optimized="1" src="https://hireandbuild.com/wp-content/litespeed/js/1263891cdf810b4041a105adffc198da.js?ver=2383a" defer></script></body>
</html>


<!-- Page cached by LiteSpeed Cache 7.9 on 2026-08-26 06:03:12 --><!DOCTYPE html>
<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
<html lang="en-US" prefix="og: https://ogp.me/ns#" class="no-js">
<!--<![endif]-->
<head>
	<meta charset="UTF-8" />
				<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
				<link rel="profile" href="https://gmpg.org/xfn/11" />
	
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Best Construction Company in Chennai - ₹1999/sq.ft</title>
<meta name="description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing"/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://hireandbuild.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Best Construction Company in Chennai - ₹1999/sq.ft" />
<meta property="og:description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing" />
<meta property="og:url" content="https://hireandbuild.com/" />
<meta property="og:site_name" content="Hireandbuild" />
<meta property="og:updated_time" content="2026-08-24T09:23:18+00:00" />
<meta property="article:published_time" content="2019-11-26T17:49:50+00:00" />
<meta property="article:modified_time" content="2026-08-24T09:23:18+00:00" />
<meta property="og:video" content="https://www.youtube.com/embed/QyzZYcc2lH0" />
<meta property="og:video" content="https://www.youtube.com/embed/TlCYc4xR7ns" />
<meta property="og:video" content="https://www.youtube.com/embed/i3gCsM10sYM" />
<meta property="og:video" content="https://www.youtube.com/embed/iZyPzzpufIU" />
<meta property="og:video" content="https://www.youtube.com/embed/OgTKz7HIpf0" />
<meta property="og:video" content="https://www.youtube.com/embed/izQNLxDITqk" />
<meta property="og:video" content="https://www.youtube.com/embed/LMMj4yUkWIU" />
<meta property="og:video" content="https://www.youtube.com/embed/IrW9uBZ2-hY" />
<meta property="og:video" content="https://www.youtube.com/embed/thKZ98a5Ui8" />
<meta property="og:video" content="https://www.youtube.com/embed/WfWGCdMfsS4" />
<meta property="og:video" content="https://www.youtube.com/embed/hMqwuzWILdQ" />
<meta property="og:video" content="https://www.youtube.com/embed/GQwxUgtHCAI" />
<meta property="og:video" content="https://www.youtube.com/embed/oLjG8yKQack" />
<meta property="og:video" content="https://www.youtube.com/embed/41NZRdVG8Ag" />
<meta property="og:video" content="https://www.youtube.com/embed/QSYz2Tta_xg" />
<meta property="og:video" content="https://www.youtube.com/embed/wZAidmBfxEs" />
<meta property="og:video" content="https://www.youtube.com/embed/U9lSmt7tP4A" />
<meta property="og:video" content="https://www.youtube.com/embed/VEeA6VJ05yw" />
<meta property="og:video" content="https://www.youtube.com/embed/H7g8z1Q7eyo" />
<meta property="og:video" content="https://www.youtube.com/embed/lggW89AaHys" />
<meta property="ya:ovs:upload_date" content="2019-11-26GMT+000017:49:50+00:00" />
<meta property="ya:ovs:allow_embed" content="true" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Best Construction Company in Chennai - ₹1999/sq.ft" />
<meta name="twitter:description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing" />
<meta name="twitter:site" content="@Hire and Build" />
<meta name="twitter:creator" content="@Hire and Build" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="hireandbuild" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="8 minutes" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["HomeAndConstructionBusiness","Organization"],"@id":"https://hireandbuild.com/#organization","name":"Hireandbuild","url":"https://hireandbuild.com","sameAs":["https://www.facebook.com/hireandbuild","https://twitter.com/Hire and Build"],"logo":{"@type":"ImageObject","@id":"https://hireandbuild.com/#logo","url":"https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1.png","contentUrl":"https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1.png","caption":"Hireandbuild","inLanguage":"en-US","width":"512","height":"512"},"openingHours":["Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 09:00-17:00"],"image":{"@id":"https://hireandbuild.com/#logo"}},{"@type":"WebSite","@id":"https://hireandbuild.com/#website","url":"https://hireandbuild.com","name":"Hireandbuild","alternateName":"Best building contractors in Chennai","publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://hireandbuild.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp","url":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://hireandbuild.com/#webpage","url":"https://hireandbuild.com/","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","datePublished":"2019-11-26T17:49:50+00:00","dateModified":"2026-08-24T09:23:18+00:00","about":{"@id":"https://hireandbuild.com/#organization"},"isPartOf":{"@id":"https://hireandbuild.com/#website"},"primaryImageOfPage":{"@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://hireandbuild.com/author/hireandbuild/","name":"hireandbuild","url":"https://hireandbuild.com/author/hireandbuild/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/7e031c85a567bd1e526d7015f43725d70ec7051b8e486b4eab13ab413a7955ea?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/7e031c85a567bd1e526d7015f43725d70ec7051b8e486b4eab13ab413a7955ea?s=96&amp;d=mm&amp;r=g","caption":"hireandbuild","inLanguage":"en-US"},"sameAs":["https://hireandbuild.com"],"worksFor":{"@id":"https://hireandbuild.com/#organization"}},{"headline":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","datePublished":"2019-11-26T17:49:50+00:00","dateModified":"2026-08-24T09:23:18+00:00","keywords":"Construction Company","image":{"@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp"},"author":{"@id":"https://hireandbuild.com/author/hireandbuild/","name":"hireandbuild"},"@type":"Article","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","@id":"https://hireandbuild.com/#schema-55053","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://hireandbuild.com/#webpage"}},{"@type":"HomeAndConstructionBusiness","name":"Hire and Build","url":"https://hireandbuild.com/","telephone":"+91-7200472008","address":{"@type":"PostalAddress","addressLocality":"Chennai","addressRegion":"Tamil Nadu","addressCountry":"IN"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"320"},"areaServed":"Chennai"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/QyzZYcc2lH0","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142632","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/TlCYc4xR7ns","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142633","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/i3gCsM10sYM","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142634","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/iZyPzzpufIU","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142635","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/OgTKz7HIpf0","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142636","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/izQNLxDITqk","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142637","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/LMMj4yUkWIU","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142638","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/IrW9uBZ2-hY","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142639","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/thKZ98a5Ui8","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142640","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/WfWGCdMfsS4","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142641","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/hMqwuzWILdQ","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142642","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/GQwxUgtHCAI","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142643","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/oLjG8yKQack","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142644","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/41NZRdVG8Ag","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142645","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/QSYz2Tta_xg","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142646","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/wZAidmBfxEs","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142647","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/U9lSmt7tP4A","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142648","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/VEeA6VJ05yw","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142649","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/H7g8z1Q7eyo","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142650","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/lggW89AaHys","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142651","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="Hireandbuild &raquo; Feed" href="https://hireandbuild.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Hireandbuild &raquo; Comments Feed" href="https://hireandbuild.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hireandbuild.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhireandbuild.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hireandbuild.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhireandbuild.com%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>

<link rel='stylesheet' id='hfe-widgets-style-css' href='https://hireandbuild.com/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.9.3' media='all' />
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="rank-math-related-posts-style-inline-css">
.wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb}

/*# sourceURL=https://hireandbuild.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #999999;--wp--preset--color--dark-gray: #111;--wp--preset--color--light-gray: #767676;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-dark-gray-color{color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-color{color: var(--wp--preset--color--light-gray) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-background-color{background-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-background-color{background-color: var(--wp--preset--color--light-gray) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-border-color{border-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-border-color{border-color: var(--wp--preset--color--light-gray) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-gallery.is-layout-flex){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}:where(.wp-block-gallery.is-layout-grid){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
:where(.wp-block-latest-posts.is-layout-flex){gap: 1.25em;}:where(.wp-block-latest-posts.is-layout-grid){gap: 1.25em;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='dashicons-css' href='https://hireandbuild.com/wp-includes/css/dashicons.min.css?ver=7.1' media='all' />
<link rel='stylesheet' id='admin-bar-css' href='https://hireandbuild.com/wp-includes/css/admin-bar.min.css?ver=7.1' media='all' />
<style id="admin-bar-inline-css">

    /* Hide CanvasJS credits for P404 charts specifically */
    #p404RedirectChart .canvasjs-chart-credit {
        display: none !important;
    }
    
    #p404RedirectChart canvas {
        border-radius: 6px;
    }

    .p404-redirect-adminbar-weekly-title {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 6px;
    }

    #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
        content: "\f103";
        color: #dc3545;
        top: 3px;
    }
    
    #wp-admin-bar-p404_free_top_button .ab-item {
        min-width: 80px !important;
        padding: 0px !important;
    }
    
    /* Ensure proper positioning and z-index for P404 dropdown */
    .p404-redirect-adminbar-dropdown-wrap { 
        min-width: 0; 
        padding: 0;
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown {
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .p404-redirect-dropdown-container {
        min-width: 340px;
        padding: 18px 18px 12px 18px;
        background: #23282d !important;
        color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        margin-top: 10px;
        position: relative !important;
        z-index: 999999 !important;
        display: block !important;
        border: 1px solid #444;
    }
    
    /* Ensure P404 dropdown appears on hover */
    #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { 
        display: none !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { 
        display: block !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container {
        display: block !important;
    }
    
    .p404-redirect-card {
        background: #2c3338;
        border-radius: 8px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #444;
    }
    
    .p404-redirect-btn {
        display: inline-block;
        background: #dc3545;
        color: #fff !important;
        font-weight: bold;
        padding: 5px 22px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: background 0.2s, box-shadow 0.2s;
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(220,53,69,0.15);
        text-align: center;
        line-height: 1.6;
    }
    
    .p404-redirect-btn:hover {
        background: #c82333;
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(220,53,69,0.25);
    }
    
    /* Prevent conflicts with other admin bar dropdowns */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item {
        z-index: auto;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item {
        z-index: 999998 !important;
    }
    
/*# sourceURL=admin-bar-inline-css */
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://hireandbuild.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7' media='all' />
<link rel='stylesheet' id='hfe-style-css' href='https://hireandbuild.com/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=2.9.3' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-8-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-8.css?ver=1787556299' media='all' />
<link rel='stylesheet' id='the7-e-sticky-effect-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-sticky-effects.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-toggle-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-1160-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-1160.css?ver=1787563369' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='the7-icon-box-widget-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-icon-box-widget.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='the7-vertical-menu-widget-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-vertical-menu-widget.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-5635-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-5635.css?ver=1787556299' media='all' />
<link rel='stylesheet' id='elementor-post-4232-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-4232.css?ver=1787556300' media='all' />
<link rel='stylesheet' id='dt-main-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/main.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-custom-scrollbar-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-core-css' href='https://hireandbuild.com/wp-content/plugins/dt-the7-core/assets/css/post-type.min.css?ver=2.7.13' media='all' />
<link rel='stylesheet' id='hfe-elementor-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.34.0' media='all' />
<link rel='stylesheet' id='hfe-icons-list-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' />
<link rel='stylesheet' id='hfe-social-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-widget-blockquote-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-blockquote.min.css?ver=3.25.0' media='all' />
<link rel='stylesheet' id='hfe-mega-menu-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.26.2' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-widget-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.26.0' media='all' />
<link rel='stylesheet' id='the7-css-vars-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/css-vars.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='dt-custom-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/custom.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='dt-media-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/media.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='the7-elements-albums-portfolio-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/the7-elements-albums-portfolio.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='the7-elements-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/post-type-dynamic.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='qlwapp-frontend-css' href='https://hireandbuild.com/wp-content/plugins/wp-whatsapp-chat/build/frontend/css/style.css?ver=8.5.9' media='all' />
<link rel='stylesheet' id='style-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/style.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-elementor-global-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/elementor-global.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='eael-general-css' href='https://hireandbuild.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.7.3' media='all' />
<link rel='stylesheet' id='elementor-gf-local-opensans-css' href='https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742361972' media='all' />
<link rel='stylesheet' id='elementor-gf-local-assistant-css' href='https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/css/assistant.css?ver=1742361974' media='all' />
<link rel='stylesheet' id='elementor-gf-poppins-css' href='https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;display=swap' media='all' />
<link rel='stylesheet' id='elementor-icons-the7-feather-css' href='https://hireandbuild.com/wp-content/uploads/elementor/custom-icons/the7-feather/style.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' />
<script id="jquery-core-js" src="https://hireandbuild.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>




<link rel="https://api.w.org/" href="https://hireandbuild.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hireandbuild.com/wp-json/wp/v2/pages/1160" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hireandbuild.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.1" />
<link rel='shortlink' href='https://hireandbuild.com/' />
<style id="essential-blocks-global-styles">
            :root {
                --eb-global-primary-color: #101828;
--eb-global-secondary-color: #475467;
--eb-global-tertiary-color: #98A2B3;
--eb-global-text-color: #475467;
--eb-global-heading-color: #1D2939;
--eb-global-link-color: #444CE7;
--eb-global-background-color: #F9FAFB;
--eb-global-button-text-color: #FFFFFF;
--eb-global-button-background-color: #101828;
--eb-gradient-primary-color: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
--eb-gradient-secondary-color: linear-gradient(90deg, hsla(18, 76%, 85%, 1) 0%, hsla(203, 69%, 84%, 1) 100%);
--eb-gradient-tertiary-color: linear-gradient(90deg, hsla(248, 21%, 15%, 1) 0%, hsla(250, 14%, 61%, 1) 100%);
--eb-gradient-background-color: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(233, 233, 233) 49%, rgb(244, 243, 243) 100%);

                --eb-tablet-breakpoint: 1024px;
--eb-mobile-breakpoint: 767px;

            }
            
            
        </style><meta name="generator" content="Site Kit by Google 1.185.0" /><!-- HFCM by 99 Robots - Snippet # 1: Home page keyword -->
<meta name="keywords" content="cost of constructing a house in chennai, building construction in chennai, civil contractors in chennai, Interior designers">
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 3: Microsoft clarity -->

<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 11: Google search console code -->
<meta name="google-site-verification" content="BS57J9mEQlMFNZ2j8vNjkOcOa80itmflsIOk-N5hT0o" />
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 12: Google Analytics code -->
<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-QJH3LRTRDM" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0ctUUpIM0xSVFJETScp" defer></script>
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 16: Google Tag Manager -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5KVVMQPG');</script>
<!-- End Google Tag Manager -->
<!-- /end HFCM by 99 Robots -->
<!-- Hotjar Tracking Code for www.hireandbuild.com -->


<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-QJH3LRTRDM" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0ctUUpIM0xSVFJETScp" defer></script>

<!-- Organic Code Tracking  for www.hireandbuild.com -->
<script src="https://www.googletagmanager.com/gtag/js?id=AW-XXXXXXXXX" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0FXLVhYWFhYWFhYWCcpO2d0YWcoJ2NvbmZpZycsJ0ctWFhYWFhYWFgnKQ==" defer></script>
			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.3.70-->
			
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
			<meta name="generator" content="Elementor 4.2.3; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-270x270.png" />
<style id="wp-custom-css">
body.home {
  padding-top: 0 !important;
}




</style>
<style id='the7-custom-inline-css' type='text/css'>
.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
	text-align: center;
	width: 1.25em;
}
</style>
</head>
<body id="the7-body" class="home wp-singular page-template page-template-elementor_header_footer page page-id-1160 wp-embed-responsive wp-theme-dt-the7 the7-core-ver-2.7.13 ehf-template-dt-the7 ehf-stylesheet-dt-the7 dt-responsive-on right-mobile-menu-close-icon ouside-menu-close-icon mobile-close-right-caption  fade-thin-mobile-menu-close-icon fade-medium-menu-close-icon srcset-enabled btn-flat custom-btn-color custom-btn-hover-color first-switch-logo-left first-switch-menu-right second-switch-logo-left second-switch-menu-right right-mobile-menu layzr-loading-on popup-message-style the7-ver-14.4.8 elementor-default elementor-template-full-width elementor-clear-template elementor-kit-8 elementor-page elementor-page-1160 elementor-page-6261">
<!-- The7 14.4.8 -->

<div id="page" >
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

<style id="the7-page-content-style">
#main {
  padding-top: 0px;
  padding-bottom: 0px;
}
#main > .wf-wrap {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 778px) {
  #main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #main > .wf-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}
</style>		<header data-elementor-type="header" data-elementor-id="5635" class="elementor elementor-5635 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-4d7b488 e-con-full e-flex e-con e-parent" data-id="4d7b488" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-770d2a4 elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="770d2a4" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

.hb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 90px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 9999;
  border-bottom: 1.5px solid #f0ede8;
}

.hb-logo a { display: flex; align-items: center; }
.hb-logo img { height: 56px; width: auto; display: block; }

.hb-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
.hb-nav > li { position: relative; }

.hb-nav > li > a,
.hb-nav > li > span {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  font-size: 14.5px; font-weight: 500; color: #1a1a1a;
  text-decoration: none; border-radius: 10px;
  cursor: pointer; user-select: none; white-space: nowrap;
  position: relative;
  transition: color 0.22s ease, background 0.22s ease;
  letter-spacing: -0.01em;
}

.hb-nav > li > a::after,
.hb-nav > li > span::after {
  content: ''; position: absolute;
  bottom: 5px; left: 16px; right: 16px;
  height: 2px; background: #E8600A; border-radius: 2px;
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.hb-nav > li > a:hover,
.hb-nav > li > span:hover { color: #E8600A; }
.hb-nav > li > a:hover::after,
.hb-nav > li > span:hover::after,
.hb-nav > li:hover > span::after { transform: scaleX(1); }

.hb-chev { display: inline-flex; align-items: center; transition: transform 0.25s ease; }
.hb-chev svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hb-nav > li:hover > span .hb-chev { transform: rotate(180deg); }

.hb-dropdown {
  position: absolute;
  top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 248px; background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,0.08), 0 24px 48px -4px rgba(0,0,0,0.14);
  border: 1px solid #f0ede8; padding: 8px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.4,0,0.2,1);
  z-index: 10000;
}

/* Invisible hover bridge — stops dropdown from closing when crossing the gap */
.hb-dropdown::after {
  content: ''; position: absolute;
  top: -14px; left: 0; right: 0; height: 14px;
  background: transparent;
}

.hb-dropdown::before {
  content: ''; position: absolute;
  top: -5px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px; background: #ffffff;
  border-left: 1px solid #f0ede8; border-top: 1px solid #f0ede8;
  border-radius: 2px 0 0 0; z-index: 1;
}

.hb-nav > li:hover .hb-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }

.hb-dropdown a {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 16px; font-size: 14px; font-weight: 500;
  color: #2a2a2a; text-decoration: none; border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
  font-family: 'Poppins', sans-serif;
}
.hb-dropdown a + a { border-top: 1px solid #f7f4f0; }
.dd-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #E8600A; opacity: 0; flex-shrink: 0;
  transition: opacity 0.18s ease, transform 0.18s ease; transform: scale(0);
}
.hb-dropdown a:hover { background: #fff5ef; color: #E8600A; padding-left: 20px; }
.hb-dropdown a:hover .dd-dot { opacity: 1; transform: scale(1); }

.hb-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  position: relative; overflow: hidden;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
  box-shadow: 0 4px 16px rgba(232,96,10,0.32); white-space: nowrap;
}
.hb-cta a::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 50%, transparent 100%);
  transition: left 0.45s ease;
}
.hb-cta a:hover::before { left: 160%; }
.hb-cta a:hover { background: #c94f00; box-shadow: 0 8px 26px rgba(232,96,10,0.44); transform: translateY(-2px); }
.hb-cta a:active { transform: translateY(0); }
.hb-cta-arrow { transition: transform 0.2s ease; }
.hb-cta a:hover .hb-cta-arrow { transform: translateX(4px); }

/* ── Hamburger ── */
.hb-burger {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  width: 46px; height: 46px;
  border: none; background: transparent; cursor: pointer;
  border-radius: 10px; padding: 10px; gap: 5px;
  transition: background 0.2s;
  position: relative; z-index: 10002;
}
.hb-burger:hover { background: #fff5ef; }
.hb-burger span {
  display: block; width: 24px; height: 2px;
  background: #1a1a1a; border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.2s, width 0.3s;
  transform-origin: center; pointer-events: none;
}
.hb-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hb-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.hb-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Overlay ── */
.hb-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000; opacity: 0;
  transition: opacity 0.3s ease;
}
.hb-overlay.is-open { display: block; }
.hb-overlay.is-visible { opacity: 1; }

/* ── Drawer ── */
.hb-drawer {
  position: fixed; top: 0; right: 0;
  width: 300px; height: 100%;
  background: #ffffff; z-index: 10001;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
}
.hb-drawer.is-open { transform: translateX(0); }

.hb-drawer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 20px; border-bottom: 1.5px solid #f0ede8; flex-shrink: 0;
}
.hb-drawer-top img { height: 40px; }

.hb-close-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid #e8e4df; background: #ffffff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.18s, border-color 0.18s; flex-shrink: 0;
}
.hb-close-btn:hover { background: #fff0e8; border-color: #E8600A; }
.hb-close-btn svg {
  width: 16px; height: 16px; stroke: #444;
  stroke-width: 2.5; stroke-linecap: round; fill: none; pointer-events: none;
}
.hb-close-btn:hover svg { stroke: #E8600A; }

.hb-mob-nav { list-style: none; padding: 12px 12px 0; flex: 1; }
.hb-mob-nav > li { margin-bottom: 2px; }

.hb-mob-nav > li > a,
.hb-mob-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 13px 14px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500;
  color: #1a1a1a; text-decoration: none; border-radius: 10px;
  cursor: pointer; border: none; background: transparent;
  transition: background 0.18s, color 0.18s; text-align: left;
}
.hb-mob-nav > li > a:hover,
.hb-mob-trigger:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-trigger.is-open { background: #fff5ef; color: #E8600A; }

.mob-arrow { flex-shrink: 0; transition: transform 0.25s ease; }
.mob-arrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; pointer-events: none; }
.hb-mob-trigger.is-open .mob-arrow { transform: rotate(180deg); }

.hb-mob-sub {
  list-style: none; max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
  background: #faf8f6; border-radius: 0 0 10px 10px; margin: 0 2px 4px;
}
.hb-mob-sub.is-open { max-height: 400px; }
.hb-mob-sub li a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; font-family: 'Poppins', sans-serif;
  font-size: 13.5px; font-weight: 500; color: #555;
  text-decoration: none; border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.hb-mob-sub li a::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #E8600A; opacity: 0.45; flex-shrink: 0; transition: opacity 0.15s;
}
.hb-mob-sub li a:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-sub li a:hover::before { opacity: 1; }

.hb-mob-cta { padding: 20px 12px 36px; flex-shrink: 0; }
.hb-mob-cta a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 24px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(232,96,10,0.30);
}
.hb-mob-cta a:hover { background: #c94f00; }

@media (max-width: 1024px) {
  .hb-header { padding: 0 24px; height: 76px; }
  .hb-nav-wrap, .hb-cta { display: none !important; }
  .hb-burger { display: flex !important; }
}
@media (max-width: 480px) {
  .hb-logo img { height: 44px; }
  .hb-drawer { width: 100%; }
}
</style>

<header class="hb-header">
  <div class="hb-logo">
    <a href="https://hireandbuild.com/">
      <img src="https://hireandbuild.com/wp-content/uploads/2023/09/HB512x512.png" alt="HireAndBuild" />
    </a>
  </div>

  <div class="hb-nav-wrap">
    <nav aria-label="Main navigation">
      <ul class="hb-nav">
        <li><a href="https://hireandbuild.com/about-us/">About us</a></li>
        <li><a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">Joint Venture</a></li>
        <li><a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">Cost Calculator</a></li>
        <li>
          <span>Pricing <span class="hb-chev" aria-hidden="true"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span></span>
          <div class="hb-dropdown">
            <a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/"><span class="dd-dot"></span>Residential Construction</a>
            <a href="https://hireandbuild.com/commercial-construction-packages-chennai/"><span class="dd-dot"></span>Commercial Construction</a>
          </div>
        </li>
        <li>
          <span>Services <span class="hb-chev" aria-hidden="true"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span></span>
          <div class="hb-dropdown">
            <a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/"><span class="dd-dot"></span>Turnkey House Construction</a>
            <a href="https://hireandbuild.com/commercial-construction-company-in-chennai/"><span class="dd-dot"></span>Commercial Construction</a>
            <a href="https://hireandbuild.com/architects-in-chennai/"><span class="dd-dot"></span>Architectural Designing</a>
            <a href="https://hireandbuild.com/structural-engineers-in-chennai/"><span class="dd-dot"></span>Structural Designing</a>
            <a href="https://hireandbuild.com/building-plan-approval-in-chennai/"><span class="dd-dot"></span>Building Plan Approval</a>
          </div>
        </li>
        <li><a href="https://hireandbuild.com/projects/">Projects</a></li>
        <li><a href="https://hireandbuild.com/careers/">Careers</a></li>
        <li><a href="https://hireandbuild.com/contact-us/">Contact</a></li>
      </ul>
    </nav>
  </div>

  <div class="hb-cta">
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">
      Get a Free Quote
      <svg class="hb-cta-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap: round; stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
    </a>
  </div>

  <button class="hb-burger" id="hbBurger" aria-label="Open menu" type="button">
    <span></span><span></span><span></span>
  </button>
</header>

<div class="hb-overlay" id="hbOverlay"></div>

<div class="hb-drawer" id="hbDrawer">
  <div class="hb-drawer-top">
    <a href="https://hireandbuild.com/">
      <img src="https://hireandbuild.com/wp-content/uploads/2023/09/HB512x512.png" alt="HireAndBuild" />
    </a>
    <button class="hb-close-btn" id="hbCloseBtn" type="button" aria-label="Close menu">
      <svg viewBox="0 0 24 24"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>
    </button>
  </div>

  <ul class="hb-mob-nav">
    <li><a href="https://hireandbuild.com/about-us/">About us</a></li>
    <li><a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">Joint Venture</a></li>
    <li><a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">Cost Calculator</a></li>
    <li>
      <button class="hb-mob-trigger" type="button">
        Pricing
        <span class="mob-arrow"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span>
      </button>
      <ul class="hb-mob-sub">
        <li><a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/">Residential Construction</a></li>
        <li><a href="https://hireandbuild.com/commercial-construction-packages-chennai/">Commercial Construction</a></li>
      </ul>
    </li>
    <li>
      <button class="hb-mob-trigger" type="button">
        Services
        <span class="mob-arrow"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span>
      </button>
      <ul class="hb-mob-sub">
        <li><a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/">Turnkey House Construction</a></li>
        <li><a href="https://hireandbuild.com/commercial-construction-company-in-chennai/">Commercial Construction</a></li>
        <li><a href="https://hireandbuild.com/architects-in-chennai/">Architectural Designing</a></li>
        <li><a href="https://hireandbuild.com/structural-engineers-in-chennai/">Structural Designing</a></li>
        <li><a href="https://hireandbuild.com/building-plan-approval-in-chennai/">Building Plan Approval</a></li>
      </ul>
    </li>
    <li><a href="https://hireandbuild.com/projects/">Projects</a></li>
    <li><a href="https://hireandbuild.com/careers/">Careers</a></li>
    <li><a href="https://hireandbuild.com/contact-us/">Contact</a></li>
  </ul>

  <div class="hb-mob-cta">
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">
      Get a Free Quote
      <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
    </a>
  </div>
</div>

				</div>
				</div>
				</div>
				</header>
		

<div id="main" class="sidebar-none sidebar-divider-off">

	
	<div class="main-gradient"></div>
	<div class="wf-wrap">
	<div class="wf-container-main">

	


	<div id="content" class="content" role="main">

				<div data-elementor-type="wp-page" data-elementor-id="1160" class="elementor elementor-1160" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-56b8af9 e-con-full e-flex e-con e-parent" data-id="56b8af9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9c1c4d5 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="9c1c4d5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
  
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />

  <style>

    /*
     * ── STRATEGY ────────────────────────────────────────────────────
     * WP themes apply padding / max-width on .entry-content or similar
     * wrappers AND set overflow:hidden which kills 100vw breakout tricks.
     *
     * Safe approach: detect the WP container padding via JS at runtime,
     * apply equal negative side margins to pull the hero flush, then
     * re-add the same amount as internal padding so content stays inset.
     *
     * This works inside any overflow:hidden parent and never causes
     * horizontal scroll.
     * ───────────────────────────────────────────────────────────────
     */

    .hnb-hero *,
    .hnb-hero *::before,
    .hnb-hero *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* ─── HERO SECTION ─── */
    .hnb-hero {
      font-family: 'Poppins', sans-serif;
      min-height: 100dvh;
      width: auto; /* overridden by JS */
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 60px 64px 80px;
      gap: 64px;
      position: relative;
      overflow: visible;
      background: #111;
    }

    .hnb-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('https://hireandbuild.com/wp-content/uploads/2026/07/construction-company-chennai.webp');
      background-size: cover;
      background-position: center 40%;
      background-repeat: no-repeat;
      z-index: 0;
    }

    .hnb-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        110deg,
        rgba(8,8,8,0.82) 0%,
        rgba(8,8,8,0.70) 50%,
        rgba(8,8,8,0.54) 100%
      );
      z-index: 1;
    }

    /* ─── LEFT COPY ─── */
    .hnb-hero__copy {
      position: relative;
      z-index: 2;
    }

    .hnb-hero__h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -1px;
      color: #ffffff;
      margin: 0 0 18px 0;
      padding: 0;
      text-shadow: 0 2px 16px rgba(0,0,0,0.5);
      animation: hnbFadeUp 0.5s 0.08s ease both;
      border: none;
      background: none;
    }

    .hnb-hero__h1 .hnb-accent { color: #E85D04; }

    .hnb-hero__h1 .hnb-underline {
      position: relative;
      display: inline-block;
    }

    .hnb-hero__h1 .hnb-underline::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 3px;
      width: 100%;
      height: 3px;
      background: #E85D04;
      border-radius: 2px;
      transform-origin: left;
      transform: scaleX(0);
      animation: hnbLineGrow 0.6s 0.75s ease forwards;
    }

    .hnb-hero__desc {
      font-family: 'Poppins', sans-serif;
      font-size: 0.9rem;
      font-weight: 300;
      color: rgba(255,255,255,0.78);
      line-height: 1.8;
      max-width: 480px;
      margin: 0 0 20px 0;
      padding: 0;
      animation: hnbFadeUp 0.5s 0.16s ease both;
    }

    /* ── Phone Inline ── */
    .hnb-phone-inline {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      text-decoration: none;
      animation: hnbFadeUp 0.5s 0.20s ease both;
    }

    .hnb-phone-inline__icon {
      width: 36px;
      height: 36px;
      background: rgba(232,93,4,0.18);
      border: 1px solid rgba(232,93,4,0.35);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #E85D04;
      flex-shrink: 0;
      transition: background 0.2s, border-color 0.2s;
    }

    .hnb-phone-inline:hover .hnb-phone-inline__icon {
      background: rgba(232,93,4,0.32);
      border-color: #E85D04;
    }

    .hnb-phone-inline__label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.68rem;
      color: rgba(255,255,255,0.5);
      display: block;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .hnb-phone-inline__number {
      font-family: 'Poppins', sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: #ffffff;
      display: block;
      letter-spacing: 0.5px;
      margin-top: 3px;
      transition: color 0.2s;
    }

    .hnb-phone-inline:hover .hnb-phone-inline__number { color: #E85D04; }

    /* ── CTAs ── */
    .hnb-hero__ctas {
      display: flex;
      gap: 14px;
      animation: hnbFadeUp 0.5s 0.24s ease both;
    }

    .hnb-hero__cta {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 18px;
      border-radius: 10px;
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: border-color 0.22s, box-shadow 0.22s, transform 0.18s, background 0.22s;
      flex: 1;
      min-width: 0;
      cursor: pointer;
    }

    .hnb-hero__cta:hover {
      border-color: #E85D04;
      background: rgba(232,93,4,0.18);
      box-shadow: 0 4px 20px rgba(232,93,4,0.25);
      transform: translateY(-2px);
      text-decoration: none;
    }

    .hnb-hero__cta-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: rgba(232,93,4,0.22);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #E85D04;
      flex-shrink: 0;
    }

    .hnb-hero__cta-text {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-width: 0;
    }

    .hnb-hero__cta-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.65rem;
      font-weight: 400;
      color: rgba(255,255,255,0.5);
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      display: block;
    }

    .hnb-hero__cta-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.3;
      margin-top: 3px;
      display: block;
    }

    .hnb-hero__cta-arrow {
      color: #E85D04;
      flex-shrink: 0;
      transition: transform 0.2s;
    }

    .hnb-hero__cta:hover .hnb-hero__cta-arrow { transform: translateX(4px); }

    /* ─── FORM CARD ─── */
    .hnb-hero__form-card {
      position: relative;
      z-index: 2;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,0.09);
      border-radius: 16px;
      padding: 32px 32px 26px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.02), 0 16px 48px rgba(0,0,0,0.18);
      animation: hnbFadeUp 0.6s 0.1s ease both;
    }

    .hnb-hero__form-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      height: 3px;
      background: linear-gradient(90deg, #E85D04, #F48C06, transparent);
      border-radius: 0 0 3px 3px;
    }

    .hnb-hero .hnb-s1-form-wrap {
      width: 100%;
      max-width: 100%;
      background: transparent;
      border: none;
      padding: 0;
      box-shadow: none;
      font-family: 'Poppins', sans-serif;
    }

    .hnb-hero .hnb-s1-form-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #0D0D0D;
      letter-spacing: -0.3px;
      margin: 0 0 4px 0;
      padding: 0;
      line-height: 1.3;
    }

    .hnb-hero .hnb-s1-form-sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #6B6B6B;
      font-weight: 300;
      margin: 0 0 16px 0;
      padding: 0;
      line-height: 1.5;
    }

    .hnb-hero .hnb-s1-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .hnb-hero .hnb-s1-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .hnb-hero .hnb-s1-field {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hnb-hero .hnb-s1-field label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.65rem;
      font-weight: 600;
      color: #0D0D0D;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      line-height: 1.4;
      display: block;
      margin: 0;
      padding: 0;
    }

    .hnb-hero .hnb-s1-field input,
    .hnb-hero .hnb-s1-field textarea {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      font-weight: 400;
      color: #0D0D0D;
      background: #FAF9F8;
      border: 1.5px solid rgba(0,0,0,0.1);
      border-radius: 8px;
      padding: 10px 12px;
      outline: none;
      width: 100%;
      appearance: none;
      -webkit-appearance: none;
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
      line-height: 1.4;
      margin: 0;
    }

    .hnb-hero .hnb-s1-field textarea {
      resize: vertical;
      min-height: 72px;
      max-height: 140px;
      font-family: 'Poppins', sans-serif;
    }

    .hnb-hero .hnb-s1-field input::placeholder,
    .hnb-hero .hnb-s1-field textarea::placeholder {
      color: #C0C0C0;
      font-weight: 300;
    }

    .hnb-hero .hnb-s1-field input:focus,
    .hnb-hero .hnb-s1-field textarea:focus {
      border-color: #E85D04;
      background: #ffffff;
      box-shadow: 0 0 0 3px rgba(232,93,4,0.1);
    }

    .hnb-hero .hnb-s1-field input.hnb-invalid,
    .hnb-hero .hnb-s1-field textarea.hnb-invalid { border-color: rgba(220,38,38,0.6); background: rgba(220,38,38,0.04); }
    .hnb-hero .hnb-s1-field input.hnb-valid,
    .hnb-hero .hnb-s1-field textarea.hnb-valid   { border-color: rgba(22,163,74,0.5);  background: rgba(22,163,74,0.04); }

    .hnb-hero .hnb-s1-field-hint {
      font-family: 'Poppins', sans-serif;
      font-size: 0.62rem;
      margin-top: 2px;
      padding-left: 2px;
      display: none;
      line-height: 1.4;
    }

    .hnb-hero .hnb-s1-field-hint.hnb-hint-error { color: #dc2626; display: block; }
    .hnb-hero .hnb-s1-field-hint.hnb-hint-ok    { color: #16a34a; display: block; }

    .hnb-hero .hnb-s1-section-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.58rem;
      font-weight: 600;
      color: #A0A0A0;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-top: 1px solid rgba(0,0,0,0.08);
      padding-top: 10px;
      margin-top: 2px;
      display: block;
    }

    .hnb-hero .hnb-s1-error {
      display: none;
      background: rgba(220,38,38,0.07);
      border: 1px solid rgba(220,38,38,0.22);
      border-radius: 8px;
      padding: 9px 12px;
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #dc2626;
      text-align: center;
      line-height: 1.5;
    }

    .hnb-hero .hnb-s1-form-submit {
      display: block;
      width: 100%;
      margin-top: 4px;
      padding: 13px;
      background: #E85D04;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      font-family: 'Poppins', sans-serif;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      cursor: pointer;
      transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
      line-height: 1.4;
      text-align: center;
      -webkit-tap-highlight-color: transparent;
    }

    .hnb-hero .hnb-s1-form-submit:hover:not(:disabled) {
      background: #F48C06;
      box-shadow: 0 8px 24px rgba(232,93,4,0.35);
      transform: translateY(-2px);
    }

    .hnb-hero .hnb-s1-form-submit:disabled { opacity: 0.7; cursor: not-allowed; }

    .hnb-hero .hnb-s1-success {
      display: none;
      text-align: center;
      padding: 14px 0 4px;
    }

    .hnb-hero .hnb-s1-success-svg {
      display: block;
      margin: 0 auto 14px;
      width: 56px;
      height: 56px;
    }

    .hnb-hero .hnb-s1-success-svg .hnb-circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 3;
      stroke: #16a34a;
      fill: none;
      animation: hnbCircle 0.6s ease forwards;
    }

    .hnb-hero .hnb-s1-success-svg .hnb-check {
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      stroke-width: 3;
      stroke: #16a34a;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      animation: hnbCheck 0.4s 0.55s ease forwards;
    }

    .hnb-hero .hnb-s1-success-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      color: #0D0D0D;
      margin-bottom: 4px;
      padding: 0;
    }

    .hnb-hero .hnb-s1-success-sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #6B6B6B;
      padding: 0;
      margin: 0;
    }

    /* ─── ANIMATIONS ─── */
    @keyframes hnbFadeUp  { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes hnbLineGrow { to { transform: scaleX(1); } }
    @keyframes hnbCircle  { to { stroke-dashoffset: 0; } }
    @keyframes hnbCheck   { to { stroke-dashoffset: 0; } }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .hnb-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 64px;
      }
      .hnb-hero__copy { text-align: center; }
      .hnb-hero__h1   { font-size: clamp(1.6rem, 4.5vw, 2.2rem); letter-spacing: -0.5px; }
      .hnb-hero__desc { max-width: 100%; margin-left: auto; margin-right: auto; }
      .hnb-hero__ctas { justify-content: center; }
      .hnb-phone-inline { margin-left: auto; margin-right: auto; display: flex; justify-content: center; }
      .hnb-hero__form-card { padding: 28px 24px; }
    }

    @media (max-width: 720px) {
      .hnb-hero {
        gap: 32px;
        padding-top: 36px;
        padding-bottom: 52px;
      }
      .hnb-hero__h1 {
        font-size: clamp(1.35rem, 5.5vw, 1.85rem);
        line-height: 1.22;
        letter-spacing: -0.4px;
      }
      .hnb-hero__h1 br { display: none; }
      .hnb-hero__desc { font-size: 0.85rem; line-height: 1.75; margin-bottom: 16px; }
      .hnb-hero__ctas { flex-direction: column; gap: 10px; width: 100%; }
      .hnb-hero__cta  { width: 100%; padding: 13px 16px; flex: none; }
      .hnb-hero__form-card { padding: 24px 18px 20px; border-radius: 14px; width: 100%; }
      .hnb-hero .hnb-s1-form-row { grid-template-columns: 1fr 1fr; gap: 8px; }
    }

    @media (max-width: 430px) {
      .hnb-hero {
        gap: 28px;
        padding-top: 32px;
        padding-bottom: 48px;
      }
      .hnb-hero__h1 { font-size: clamp(1.25rem, 6vw, 1.6rem); line-height: 1.25; letter-spacing: -0.3px; }
      .hnb-hero__desc { font-size: 0.82rem; }
      .hnb-hero__cta  { padding: 12px 14px; gap: 10px; }
      .hnb-hero__cta-title { font-size: 0.82rem; }
      .hnb-hero__form-card { padding: 22px 14px 18px; border-radius: 12px; }
      .hnb-hero .hnb-s1-form-row  { grid-template-columns: 1fr; gap: 10px; }
      .hnb-hero .hnb-s1-form-title { font-size: 0.98rem; }
      .hnb-hero .hnb-s1-form-sub   { font-size: 0.7rem; }
      .hnb-hero .hnb-s1-field input,
      .hnb-hero .hnb-s1-field textarea { font-size: 16px; padding: 11px 12px; }
      .hnb-hero .hnb-s1-form-submit { font-size: 0.9rem; padding: 14px; }
      .hnb-phone-inline__number { font-size: 0.95rem; }
    }

    @media (max-width: 390px) {
      .hnb-hero {
        gap: 26px;
        padding-top: 28px;
        padding-bottom: 44px;
      }
      .hnb-hero__h1 { font-size: clamp(1.15rem, 6.5vw, 1.45rem); line-height: 1.28; }
      .hnb-hero__desc { font-size: 0.8rem; }
      .hnb-hero__cta  { padding: 11px 12px; }
      .hnb-hero__cta-icon { width: 32px; height: 32px; }
      .hnb-hero__form-card { padding: 20px 12px 16px; }
      .hnb-hero .hnb-s1-form-title { font-size: 0.92rem; }
    }

    @media (max-width: 360px) {
      .hnb-hero {
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 40px;
      }
      .hnb-hero__h1 { font-size: 1.15rem; line-height: 1.3; }
      .hnb-hero__desc { font-size: 0.78rem; }
      .hnb-hero__form-card { padding: 18px 10px 14px; }
      .hnb-hero__cta { padding: 10px; gap: 8px; }
      .hnb-hero__cta-icon { width: 28px; height: 28px; border-radius: 6px; }
      .hnb-hero__cta-title { font-size: 0.78rem; }
      .hnb-hero__cta-label { font-size: 0.58rem; }
      .hnb-hero .hnb-s1-field input,
      .hnb-hero .hnb-s1-field textarea { font-size: 16px; padding: 10px; }
      .hnb-hero .hnb-s1-form-submit { font-size: 0.88rem; padding: 13px; }
      .hnb-phone-inline__number { font-size: 0.9rem; }
      .hnb-phone-inline__icon { width: 32px; height: 32px; }
    }

  </style>
</head>
<body>

<section class="hnb-hero" id="hnbHero">

  <div class="hnb-hero__copy">
    <h1 class="hnb-hero__h1">
      Best  Construction Company in Chennai<br>
      Starting at <span class="hnb-accent hnb-underline">₹1999/Sq.Ft</span>
    </h1>

    <p class="hnb-hero__desc">
      HireAndBuild is rated among the best house construction companies in Chennai for transparent pricing, on-time delivery and written structural warranty.
      220+ families across Chennai trusted us to build their dream home. We would love to build yours too.
    </p>

    <a href="tel:+917200472008" class="hnb-phone-inline"
       onclick="gtag('event','generate_lead',{'event_category':'Call','event_label':'Phone Click'})">
      <div class="hnb-phone-inline__icon">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
             stroke="currentColor" stroke-width="2.2"
             stroke-linecap="round" stroke-linejoin="round">
          <path d="M22 16.92v3a2 2 0 01-2.18 2 19.79-19.79 0 01-8.63-3.07 9.51 9.51 0 01-3-3 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/>
        </svg>
      </div>
      <div>
        <span class="hnb-phone-inline__label">Call us anytime</span>
        <span class="hnb-phone-inline__number">+91 72004 72008</span>
      </div>
    </a>

    <div class="hnb-hero__ctas">
      <a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/" class="hnb-hero__cta">
        <div class="hnb-hero__cta-icon">
          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <rect x="3" y="3" width="18" height="18" rx="3"/><path d="M9 9h6M9 12h6M9 15h4"/>
          </svg>
        </div>
        <div class="hnb-hero__cta-text">
          <span class="hnb-hero__cta-label">View House Construction</span>
          <span class="hnb-hero__cta-title">Packages in Chennai</span>
        </div>
        <svg class="hnb-hero__cta-arrow" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </a>
      <a href="https://hireandbuild.com/projects/" class="hnb-hero__cta">
        <div class="hnb-hero__cta-icon">
          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/>
            <rect x="3" y="14" width="7" height="7" rx="1"/><rect x="14" y="14" width="7" height="7" rx="1"/>
          </svg>
        </div>
        <div class="hnb-hero__cta-text">
          <span class="hnb-hero__cta-label">Completed House</span>
          <span class="hnb-hero__cta-title">Projects in Chennai</span>
        </div>
        <svg class="hnb-hero__cta-arrow" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </a>
    </div>
  </div>

  <div class="hnb-hero__form-card">
    <div class="hnb-s1-form-wrap">
      <div class="hnb-s1-form-title">Get a Free Estimate</div>
      <div class="hnb-s1-form-sub">No commitment · Response within 24 hours</div>

      <div class="hnb-s1-form" id="hnbLeadForm">

        <div class="hnb-s1-form-row">
          <div class="hnb-s1-field">
            <label for="hnbName">Full Name *</label>
            <input type="text" id="hnbName" placeholder="Ravi Kumar" autocomplete="name"/>
          </div>
          <div class="hnb-s1-field">
            <label for="hnbPhone">Phone *</label>
            <input type="tel" id="hnbPhone" placeholder="9876543210" maxlength="10" inputmode="numeric" autocomplete="tel"/>
            <span class="hnb-s1-field-hint" id="hnbPhoneHint"></span>
          </div>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbEmail">Email Address *</label>
          <input type="email" id="hnbEmail" placeholder="yourname@gmail.com" autocomplete="email" inputmode="email"/>
          <span class="hnb-s1-field-hint" id="hnbEmailHint"></span>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbLocation">Plot Location</label>
          <input type="text" id="hnbLocation" placeholder="e.g. Anna Nagar, Chennai" autocomplete="off"/>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbArea">Plot Area (sq.ft)</label>
          <input type="number" id="hnbArea" placeholder="1200" inputmode="numeric"/>
        </div>

        <span class="hnb-s1-section-label">About Your Requirement</span>

        <div class="hnb-s1-field">
          <label for="hnbNotes">Additional Notes</label>
          <textarea id="hnbNotes" placeholder="Describe your requirements, preferred style, number of floors, special requests…"></textarea>
        </div>

        <div class="hnb-s1-error" id="hnbError"></div>

        <button type="button" class="hnb-s1-form-submit" id="hnbSubmit" onclick="hnbSubmitLead()">
          Request Free Estimate →
        </button>

      </div>

      <div class="hnb-s1-success" id="hnbSuccess">
        <svg class="hnb-s1-success-svg" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg">
          <circle class="hnb-circle" cx="26" cy="26" r="24"/>
          <polyline class="hnb-check" points="14,27 22,35 38,18"/>
        </svg>
        <div class="hnb-s1-success-title">Request Received!</div>
        <div class="hnb-s1-success-sub">Our team will call you within 24 hours.</div>
      </div>
    </div>
  </div>

</section>

<script src="data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIGhlcm89ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkhlcm8nKTtpZighaGVybylyZXR1cm47ZnVuY3Rpb24gYXBwbHlCbGVlZCgpe2hlcm8uc3R5bGUubWFyZ2luTGVmdD0nJztoZXJvLnN0eWxlLm1hcmdpblJpZ2h0PScnO2hlcm8uc3R5bGUucGFkZGluZ0xlZnQ9Jyc7aGVyby5zdHlsZS5wYWRkaW5nUmlnaHQ9Jyc7dmFyIHJlY3Q9aGVyby5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTt2YXIgdnBXaWR0aD13aW5kb3cuaW5uZXJXaWR0aDt2YXIgbGVmdEdhcD1yZWN0LmxlZnQ7dmFyIHJpZ2h0R2FwPXZwV2lkdGgtcmVjdC5yaWdodDtpZihsZWZ0R2FwPjF8fHJpZ2h0R2FwPjEpe2hlcm8uc3R5bGUubWFyZ2luTGVmdD0nLScrbGVmdEdhcCsncHgnO2hlcm8uc3R5bGUubWFyZ2luUmlnaHQ9Jy0nK3JpZ2h0R2FwKydweCc7dmFyIHc9dnBXaWR0aDt2YXIgYmFzZVBhZEg9dzw9MzYwPzEyOnc8PTM5MD8xNDp3PD00MzA/MTY6dzw9NzIwPzE4Onc8PTk2MD8zMjo2NDtoZXJvLnN0eWxlLnBhZGRpbmdMZWZ0PShsZWZ0R2FwK2Jhc2VQYWRIKSsncHgnO2hlcm8uc3R5bGUucGFkZGluZ1JpZ2h0PShyaWdodEdhcCtiYXNlUGFkSCkrJ3B4J319CmFwcGx5QmxlZWQoKTt3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigncmVzaXplJyxhcHBseUJsZWVkKX0pKCk7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYlBob25lJykuYWRkRXZlbnRMaXN0ZW5lcigna2V5cHJlc3MnLGZ1bmN0aW9uKGUpe2lmKCEvWzAtOV0vLnRlc3QoZS5rZXkpKWUucHJldmVudERlZmF1bHQoKTt9KTtkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iUGhvbmUnKS5hZGRFdmVudExpc3RlbmVyKCdpbnB1dCcsZnVuY3Rpb24oKXt0aGlzLnZhbHVlPXRoaXMudmFsdWUucmVwbGFjZSgvXEQvZywnJykuc2xpY2UoMCwxMCk7dmFyIGhpbnQ9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYlBob25lSGludCcpO2lmKCF0aGlzLnZhbHVlKXt0aGlzLmNsYXNzTGlzdC5yZW1vdmUoJ2huYi1pbnZhbGlkJywnaG5iLXZhbGlkJyk7aGludC5jbGFzc05hbWU9J2huYi1zMS1maWVsZC1oaW50JztoaW50LnRleHRDb250ZW50PScnfWVsc2UgaWYodGhpcy52YWx1ZS5sZW5ndGg9PT0xMCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcpO3RoaXMuY2xhc3NMaXN0LmFkZCgnaG5iLXZhbGlkJyk7aGludC5jbGFzc05hbWU9J2huYi1zMS1maWVsZC1oaW50IGhuYi1oaW50LW9rJztoaW50LnRleHRDb250ZW50PSfinJMgVmFsaWQgbnVtYmVyJ31lbHNle3RoaXMuY2xhc3NMaXN0LnJlbW92ZSgnaG5iLXZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItaW52YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCBobmItaGludC1lcnJvcic7aGludC50ZXh0Q29udGVudD0oMTAtdGhpcy52YWx1ZS5sZW5ndGgpKycgbW9yZSBkaWdpdChzKSBuZWVkZWQnfX0pO2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJFbWFpbCcpLmFkZEV2ZW50TGlzdGVuZXIoJ2JsdXInLGZ1bmN0aW9uKCl7dmFyIHZhbD10aGlzLnZhbHVlLnRyaW0oKTt2YXIgaGludD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iRW1haWxIaW50Jyk7aWYoIXZhbCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcsJ2huYi12YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCc7aGludC50ZXh0Q29udGVudD0nJztyZXR1cm59CnZhciBvaz0vXlthLXpBLVowLTkuXyUrXC1dK0BnbWFpbFwuY29tJC8udGVzdCh2YWwpO2lmKG9rKXt0aGlzLmNsYXNzTGlzdC5yZW1vdmUoJ2huYi1pbnZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItdmFsaWQnKTtoaW50LmNsYXNzTmFtZT0naG5iLXMxLWZpZWxkLWhpbnQgaG5iLWhpbnQtb2snO2hpbnQudGV4dENvbnRlbnQ9J+KckyBWYWxpZCBHbWFpbCBhZGRyZXNzJ31lbHNle3RoaXMuY2xhc3NMaXN0LnJlbW92ZSgnaG5iLXZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItaW52YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCBobmItaGludC1lcnJvcic7aGludC50ZXh0Q29udGVudD0nT25seSBAZ21haWwuY29tIGFkZHJlc3NlcyBhY2NlcHRlZCd9fSk7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkVtYWlsJykuYWRkRXZlbnRMaXN0ZW5lcignaW5wdXQnLGZ1bmN0aW9uKCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcsJ2huYi12YWxpZCcpO3ZhciBoaW50PWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJFbWFpbEhpbnQnKTtoaW50LmNsYXNzTmFtZT0naG5iLXMxLWZpZWxkLWhpbnQnO2hpbnQudGV4dENvbnRlbnQ9Jyd9KTthc3luYyBmdW5jdGlvbiBobmJTdWJtaXRMZWFkKCl7dmFyIG5hbWU9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYk5hbWUnKS52YWx1ZS50cmltKCk7dmFyIHBob25lPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJQaG9uZScpLnZhbHVlLnRyaW0oKTt2YXIgZW1haWw9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkVtYWlsJykudmFsdWUudHJpbSgpO3ZhciBsb2NhdGlvbj1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iTG9jYXRpb24nKS52YWx1ZS50cmltKCk7dmFyIGFyZWE9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkFyZWEnKS52YWx1ZS50cmltKCk7dmFyIG5vdGVzPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJOb3RlcycpLnZhbHVlLnRyaW0oKTt2YXIgZXJyb3JFbD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iRXJyb3InKTt2YXIgc3VibWl0QnRuPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJTdWJtaXQnKTtlcnJvckVsLnN0eWxlLmRpc3BsYXk9J25vbmUnO2Vycm9yRWwudGV4dENvbnRlbnQ9Jyc7aWYoIW5hbWUpe2Vycm9yRWwudGV4dENvbnRlbnQ9J1BsZWFzZSBlbnRlciB5b3VyIGZ1bGwgbmFtZS4nO2Vycm9yRWwuc3R5bGUuZGlzcGxheT0nYmxvY2snO3JldHVybn0KaWYoIXBob25lfHxwaG9uZS5sZW5ndGghPT0xMCl7ZXJyb3JFbC50ZXh0Q29udGVudD0nUGxlYXNlIGVudGVyIGEgdmFsaWQgMTAtZGlnaXQgcGhvbmUgbnVtYmVyLic7ZXJyb3JFbC5zdHlsZS5kaXNwbGF5PSdibG9jayc7cmV0dXJufQppZighZW1haWwpe2Vycm9yRWwudGV4dENvbnRlbnQ9J1BsZWFzZSBlbnRlciB5b3VyIEVtYWlsIGFkZHJlc3MuJztlcnJvckVsLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJztyZXR1cm59CmlmKCEvXlthLXpBLVowLTkuXyUrXC1dK0BbYS16QS1aMC05LlwtXStcLlthLXpBLVpdezIsfSQvLnRlc3QoZW1haWwpKXtlcnJvckVsLnRleHRDb250ZW50PSdFbWFpbCBtdXN0IGJlIGEgdmFsaWQgQGdtYWlsLmNvbSBhZGRyZXNzLic7ZXJyb3JFbC5zdHlsZS5kaXNwbGF5PSdibG9jayc7cmV0dXJufQpzdWJtaXRCdG4uZGlzYWJsZWQ9ITA7c3VibWl0QnRuLnRleHRDb250ZW50PSdTZW5kaW5n4oCmJzt2YXIgY29tbWVudHM9J0xvY2F0aW9uOiAnKyhsb2NhdGlvbnx8J+KAlCcpKycgfCBBcmVhOiAnKyhhcmVhfHwn4oCUJykrJyBzcS5mdCB8IE5vdGVzOiAnKyhub3Rlc3x8J+KAlCcpO3ZhciBwYXJhbXM9bmV3IFVSTFNlYXJjaFBhcmFtcyh7J2ZpZWxkc1tUSVRMRV0nOidXZWJzaXRlIExlYWQg4oCUICcrbmFtZSwnZmllbGRzW05BTUVdJzpuYW1lLCdmaWVsZHNbUEhPTkVdWzBdW1ZBTFVFXSc6cGhvbmUsJ2ZpZWxkc1tQSE9ORV1bMF1bVkFMVUVfVFlQRV0nOidXT1JLJywnZmllbGRzW0VNQUlMXVswXVtWQUxVRV0nOmVtYWlsLCdmaWVsZHNbRU1BSUxdWzBdW1ZBTFVFX1RZUEVdJzonV09SSycsJ2ZpZWxkc1tDT01NRU5UU10nOmNvbW1lbnRzLCdmaWVsZHNbU09VUkNFX0lEXSc6J1dFQicsfSk7dmFyIFdFQkhPT0s9J2h0dHBzOi8vaGlyZWFuZGJ1aWxkLmJpdHJpeDI0LmluL3Jlc3QvMTQvZmhkaHJhZnB1eWM3MzF0MS9jcm0ubGVhZC5hZGQuanNvbic7dHJ5e3ZhciByZXNwb25zZT1hd2FpdCBmZXRjaChXRUJIT09LKyc/JytwYXJhbXMudG9TdHJpbmcoKSx7bWV0aG9kOidHRVQnfSk7dmFyIGRhdGE9YXdhaXQgcmVzcG9uc2UuanNvbigpO2lmKGRhdGEucmVzdWx0KXt3aW5kb3cuZGF0YUxheWVyPXdpbmRvdy5kYXRhTGF5ZXJ8fFtdO3dpbmRvdy5kYXRhTGF5ZXIucHVzaCh7ZXZlbnQ6J2hiX2Zvcm1fc3VibWl0J30pO2d0YWcoJ2V2ZW50JywnZ2VuZXJhdGVfbGVhZCcse2V2ZW50X2NhdGVnb3J5OidGb3JtJyxldmVudF9sYWJlbDonSGVybyBGb3JtJ30pO2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJMZWFkRm9ybScpLnN0eWxlLmRpc3BsYXk9J25vbmUnO2RvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5obmItczEtZm9ybS1zdWInKS5zdHlsZS5kaXNwbGF5PSdub25lJztkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iU3VjY2VzcycpLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJ31lbHNle3Rocm93IG5ldyBFcnJvcihKU09OLnN0cmluZ2lmeShkYXRhKSl9fWNhdGNoKGVycil7Y29uc29sZS5lcnJvcignTGVhZCBzdWJtaXNzaW9uIGVycm9yOicsZXJyKTtlcnJvckVsLnRleHRDb250ZW50PSdTb21ldGhpbmcgd2VudCB3cm9uZy4gUGxlYXNlIHRyeSBhZ2Fpbi4nO2Vycm9yRWwuc3R5bGUuZGlzcGxheT0nYmxvY2snO3N1Ym1pdEJ0bi5kaXNhYmxlZD0hMTtzdWJtaXRCdG4udGV4dENvbnRlbnQ9J1JlcXVlc3QgRnJlZSBFc3RpbWF0ZSDihpInfX0KZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignY29udGV4dG1lbnUnLGZ1bmN0aW9uKGUpe2UucHJldmVudERlZmF1bHQoKX0p" defer></script>

<script data-optimized="1" src="https://hireandbuild.com/wp-content/litespeed/js/1263891cdf810b4041a105adffc198da.js?ver=2383a" defer></script></body>
</html>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f4285bc e-con-full e-flex e-con e-parent" data-id="f4285bc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1252d50 elementor-widget__width-initial elementor-widget elementor-widget-html" data-id="1252d50" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
  <style>

    .hnb-stats *,
    .hnb-stats *::before,
    .hnb-stats *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .hnb-stats {
      font-family: 'Poppins', sans-serif;
      background: #ffffff;
      padding: 0 48px;
    }

    .hnb-stats__band {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: stretch;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.08);
      border: 1px solid rgba(0,0,0,0.06);
      overflow: hidden;
      position: relative;
    }

    .hnb-stats__band::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #E85D04, #F48C06, #ffb347, #F48C06, #E85D04);
      background-size: 300% 100%;
      animation: hnbShimmer 3s linear infinite;
      z-index: 2;
    }
    @keyframes hnbShimmer {
      0%   { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    .hnb-stats__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 44px 24px 38px;
      position: relative;
      transition: background 0.25s;
      cursor: default;
    }

    .hnb-stats__item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 0; top: 18%; bottom: 18%;
      width: 1px;
      background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1), transparent);
    }

    .hnb-stats__item:hover { background: rgba(232,93,4,0.03); }

    .hnb-stats__icon-wrap {
      width: 66px;
      height: 66px;
      border-radius: 18px;
      background: rgba(232,93,4,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: background 0.25s, transform 0.3s cubic-bezier(.34,1.56,.64,1);
      flex-shrink: 0;
      position: relative;
    }

    .hnb-stats__icon-wrap::after {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 21px;
      border: 2px solid rgba(232,93,4,0);
      transition: border-color 0.25s;
    }

    .hnb-stats__item:hover .hnb-stats__icon-wrap {
      background: rgba(232,93,4,0.14);
      transform: translateY(-5px) scale(1.07);
    }

    .hnb-stats__item:hover .hnb-stats__icon-wrap::after {
      border-color: rgba(232,93,4,0.3);
    }

    .hnb-stats__icon-wrap svg {
      width: 34px;
      height: 34px;
      display: block;
    }

    .hnb-stats__num {
      font-family: 'Poppins', sans-serif;
      font-size: 2.5rem;
      font-weight: 800;
      color: #0D0D0D;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 10px;
      display: block;
    }

    .hnb-stats__suffix {
      color: #E85D04;
      font-size: 1.9rem;
      font-weight: 800;
      letter-spacing: -1px;
    }

    .hnb-stats__label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      font-weight: 500;
      color: #6B6B6B;
      line-height: 1.5;
      max-width: 140px;
      display: block;
      transition: color 0.2s;
    }

    .hnb-stats__item:hover .hnb-stats__label { color: #444; }

    @media (max-width: 900px) {
      .hnb-stats { padding: 0 20px; }
      .hnb-stats__band { grid-template-columns: 1fr 1fr; border-radius: 16px; }
      .hnb-stats__item:nth-child(2)::after { display: none; }
      .hnb-stats__item:nth-child(1),
      .hnb-stats__item:nth-child(2) { border-bottom: 1px solid rgba(0,0,0,0.07); }
      .hnb-stats__item { padding: 32px 16px 28px; }
      .hnb-stats__num { font-size: 2rem; }
    }
    @media (max-width: 480px) {
      .hnb-stats__band { grid-template-columns: 1fr; }
      .hnb-stats__item::after { display: none !important; }
      .hnb-stats__item:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.07); }
    }

  </style>
</head>
<body>

<section class="hnb-stats">
  <div class="hnb-stats__band">

    <!-- 1 · 120+ Projects -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- calendar body -->
          <rect x="6" y="11" width="36" height="31" rx="5" fill="#E85D04" opacity="0.1"/>
          <rect x="6" y="11" width="36" height="31" rx="5" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- top header fill -->
          <rect x="6" y="11" width="36" height="12" rx="5" fill="#E85D04" opacity="0.15"/>
          <rect x="11" y="17" width="26" height="6" fill="#E85D04" opacity="0.15"/>
          <!-- rings -->
          <line x1="16" y1="6" x2="16" y2="17" stroke="#E85D04" stroke-width="2.4" stroke-linecap="round"/>
          <line x1="32" y1="6" x2="32" y2="17" stroke="#E85D04" stroke-width="2.4" stroke-linecap="round"/>
          <!-- date grid -->
          <rect x="12" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.8"/>
          <rect x="21.5" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="31" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="12" y="35" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="21.5" y="35" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.8"/>
        </svg>
      </div>
      <span class="hnb-stats__num">220<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Homes Built</span>
    </div>

    <!-- 2 · 350+ Quality Checks -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- briefcase body -->
          <rect x="6" y="17" width="36" height="25" rx="5" fill="#E85D04" opacity="0.1"/>
          <rect x="6" y="17" width="36" height="25" rx="5" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- handle -->
          <path d="M17 17v-4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v4" stroke="#E85D04" stroke-width="2.2" stroke-linecap="round" fill="none"/>
          <!-- horizontal seam -->
          <line x1="6" y1="28" x2="42" y2="28" stroke="#E85D04" stroke-width="1.8" opacity="0.3"/>
          <!-- centre clasp box -->
          <rect x="19.5" y="23" width="9" height="9" rx="2.5" fill="#E85D04" opacity="0.15"/>
          <rect x="19.5" y="23" width="9" height="9" rx="2.5" stroke="#E85D04" stroke-width="1.8" fill="none"/>
          <!-- checkmark in clasp -->
          <polyline points="21.5,27.5 23.5,29.5 26.5,24.5" stroke="#E85D04" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
          <!-- side vents -->
          <line x1="13" y1="33" x2="13" y2="37" stroke="#E85D04" stroke-width="1.6" stroke-linecap="round" opacity="0.4"/>
          <line x1="35" y1="33" x2="35" y2="37" stroke="#E85D04" stroke-width="1.6" stroke-linecap="round" opacity="0.4"/>
        </svg>
      </div>
      <span class="hnb-stats__num">350<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Quality Checks Per Project</span>
    </div>

    <!-- 3 · 1,000,000 Sq.ft Completed -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- ribbon left -->
          <path d="M19 30 L12 46 L21 41 L24 46 L24 30" fill="#E85D04" opacity="0.2"/>
          <!-- ribbon right -->
          <path d="M29 30 L36 46 L27 41 L24 46 L24 30" fill="#E85D04" opacity="0.2"/>
          <!-- outer glow ring -->
          <circle cx="24" cy="20" r="15" fill="#E85D04" opacity="0.07"/>
          <!-- outer circle -->
          <circle cx="24" cy="20" r="14" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- dashed inner ring -->
          <circle cx="24" cy="20" r="9.5" stroke="#E85D04" stroke-width="1.4" stroke-dasharray="2.5 2.2" opacity="0.45" fill="none"/>
          <!-- 5-point star -->
          <path d="M24 12.5
                   L25.9 17.9 L31.6 17.9
                   L27.1 21.2 L28.7 26.6
                   L24 23.5 L19.3 26.6
                   L20.9 21.2 L16.4 17.9
                   L22.1 17.9 Z"
                fill="#E85D04" opacity="0.9"/>
        </svg>
      </div>
      <span class="hnb-stats__num">2,50,000</span>
      <span class="hnb-stats__label">Sq.ft Completed</span>
    </div>

    <!-- 4 · 15 Years Warranty -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- shield glow fill -->
          <path d="M24 4L7 12v13c0 9 7.2 17.4 17 20 9.8-2.6 17-11 17-20V12L24 4z"
                fill="#E85D04" opacity="0.1"/>
          <!-- shield outer stroke -->
          <path d="M24 4L7 12v13c0 9 7.2 17.4 17 20 9.8-2.6 17-11 17-20V12L24 4z"
                stroke="#E85D04" stroke-width="2.2" stroke-linejoin="round" fill="none"/>
          <!-- inner shield contour -->
          <path d="M24 9.5L12 15.5v9.8c0 6.2 5 12 12 14.2 7-2.2 12-8 12-14.2v-9.8L24 9.5z"
                stroke="#E85D04" stroke-width="1.3" stroke-linejoin="round" opacity="0.28" fill="none"/>
          <!-- big checkmark -->
          <polyline points="16,25 22,31 32,18"
                    stroke="#E85D04" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
        </svg>
      </div>
      <span class="hnb-stats__num">15<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Years Warranty</span>
    </div>

  </div>
</section>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-848b775 e-con-full e-flex e-con e-parent" data-id="848b775" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-58a6d6d elementor-widget elementor-widget-html" data-id="58a6d6d" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== CLIENT SATISFACTION STORIES — Elementor Safe ===== -->
<!-- Paste inside an Elementor HTML widget                     -->

<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

<style>
/* ── Scoped to .css-stories — safe for Elementor ── */
.css-stories *,
.css-stories *::before,
.css-stories *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.css-stories {
  --orange:      #F26522;
  --orange-dark: #C94E10;
  --orange-glow: rgba(242,101,34,0.18);
  --black:       #1A1A1A;
  --grey:        #999;
  --border:      #EBEBEB;
  --white:       #FFFFFF;

  font-family: 'Poppins', sans-serif !important;
  background: #ffffff;
  color: var(--black);
  width: 100%;
  overflow: hidden;
  padding: 70px 0 90px;
  position: relative;
}

/* Subtle dot-grid background */
.css-stories::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #f0f0f0 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* Fade the dot grid on the sides */
.css-stories::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, transparent 20%, transparent 80%, rgba(255,255,255,0.7) 100%);
  pointer-events: none;
  z-index: 0;
}

.css-stories > * { position: relative; z-index: 1; }

/* ── HEADER ── */
.css-stories .css-header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 52px;
  animation: css-fadeUp 0.75s ease both;
}

.css-stories .css-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-glow);
  border: 1px solid rgba(242,101,34,0.25);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}
.css-stories .css-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: css-pulse 1.8s ease-in-out infinite;
}

.css-stories .css-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.css-stories .css-title-accent {
  color: var(--orange);
  position: relative;
  display: inline-block;
}
/* Underline squiggle under accent word */
.css-stories .css-title-accent::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8'%3E%3Cpath d='M0 4 Q10 0 20 4 Q30 8 40 4 Q50 0 60 4 Q70 8 80 4' stroke='%23F26522' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x center / 80px 8px;
  opacity: 0.7;
}

.css-stories .css-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--grey);
  font-weight: 400;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── STATS ROW ── */
.css-stories .css-stats {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.css-stories .css-stat {
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.css-stories .css-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  display: block;
}
.css-stories .css-stat-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  display: block;
  margin-top: 3px;
}

/* divider between stats */
.css-stories .css-stat + .css-stat {
  border-left: 1px solid var(--border);
  padding-left: 36px;
}

/* ── CAROUSEL ── */
.css-stories .css-outer {
  position: relative;
}
.css-stories .css-outer::before,
.css-stories .css-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 130px;
  z-index: 10;
  pointer-events: none;
}
.css-stories .css-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff 5%, transparent);
}
.css-stories .css-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff 5%, transparent);
}

.css-stories .css-track-wrap {
  overflow: hidden;
  cursor: grab;
  padding: 30px 0 38px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.css-stories .css-track-wrap:active { cursor: grabbing; }

.css-stories .css-track {
  display: flex;
  gap: 22px;
  transition: transform 0.56s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  padding: 0 80px;
}

/* ── CARD ── */
.css-stories .css-card {
  flex: 0 0 330px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 16/9;
  cursor: pointer;
  transition:
    transform  0.52s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.52s ease,
    opacity    0.52s ease;
}

.css-stories .css-card.is-center {
  transform: scale(1.08);
  box-shadow:
    0 20px 60px rgba(242,101,34,0.22),
    0 6px  20px rgba(0,0,0,0.1),
    0 0 0 2.5px var(--orange);
  opacity: 1;
}
.css-stories .css-card.is-side {
  opacity: 0.52;
  transform: scale(0.94);
}
.css-stories .css-card.is-far {
  opacity: 0.25;
  transform: scale(0.88);
}

/* thumbnail */
.css-stories .css-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease, filter 0.4s ease;
  filter: brightness(0.7) saturate(0.9);
  border: none;
  border-radius: 0;
  max-width: none;
  margin: 0; padding: 0;
  box-shadow: none;
}
.css-stories .css-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.55) saturate(0.85);
}

/* gradient overlay */
.css-stories .css-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.1) 55%, transparent 100%),
    linear-gradient(135deg, rgba(242,101,34,0.05) 0%, transparent 60%);
  pointer-events: none;
}

/* orange top bar */
.css-stories .css-top-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--orange), #ffb347);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
  border-radius: 0 0 2px 2px;
}
.css-stories .css-card.is-center .css-top-bar { transform: scaleX(1); }

/* corner ribbon */
.css-stories .css-num {
  position: absolute;
  top: 13px; left: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.38);
  padding: 3px 9px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
}

/* play button */
.css-stories .css-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1), background 0.25s;
  box-shadow: 0 8px 30px rgba(242,101,34,0.55), 0 0 0 8px rgba(242,101,34,0.12);
  pointer-events: none;
}
.css-stories .css-play svg { fill: #fff; margin-left: 4px; }

.css-stories .css-card.is-center .css-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.css-stories .css-card:hover .css-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--orange-dark);
}

/* bottom watch label */
.css-stories .css-watch {
  position: absolute;
  bottom: 15px; left: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: flex; align-items: center; gap: 7px;
}
.css-stories .css-watch-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 10px;
  color: #fff;
  flex-shrink: 0;
}

.css-stories .css-card.is-center .css-watch,
.css-stories .css-card:hover      .css-watch {
  opacity: 1;
  transform: translateY(0);
}

/* ── PROGRESS BAR ── */
.css-stories .css-progress-wrap {
  margin: 28px auto 0;
  width: min(320px, 80%);
  height: 3px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.css-stories .css-progress-bar {
  height: 100%;
  background: linear-gradient(to right, var(--orange), #ffb347);
  border-radius: 4px;
  transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 5%;
}

/* ── CONTROLS ── */
.css-stories .css-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
  padding: 0 24px;
  flex-wrap: wrap;
}

.css-stories .css-arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s, transform 0.22s, box-shadow 0.25s;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.css-stories .css-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(0);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 0;
}
.css-stories .css-arrow span { position: relative; z-index: 1; }
.css-stories .css-arrow:hover::before { transform: scale(1); }
.css-stories .css-arrow:hover { color: #fff; box-shadow: 0 6px 20px rgba(242,101,34,0.35); }
.css-stories .css-arrow:active { transform: scale(0.93); }

.css-stories .css-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 240px;
}
.css-stories .css-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.3s, width 0.35s cubic-bezier(0.34,1.56,0.64,1), border-radius 0.3s, transform 0.2s;
  flex-shrink: 0;
}
.css-stories .css-dot:hover { transform: scale(1.3); background: rgba(242,101,34,0.4); }
.css-stories .css-dot.is-active {
  background: var(--orange);
  width: 26px;
  border-radius: 4px;
}

/* ── MODAL ── */
.css-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.css-modal-bg.is-open { opacity: 1; pointer-events: all; }

.css-modal-inner {
  position: relative;
  width: 90vw;
  max-width: 950px;
  transform: scale(0.92) translateY(26px);
  transition: transform 0.48s cubic-bezier(0.34,1.46,0.64,1);
  font-family: 'Poppins', sans-serif;
  padding: 0 16px;
}
.css-modal-bg.is-open .css-modal-inner { transform: scale(1) translateY(0); }

.css-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
}
.css-modal-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  font-family: 'Poppins', sans-serif;
}
.css-modal-eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: css-pulse 1.8s ease-in-out infinite;
}
.css-modal-close {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.22s, background 0.22s, color 0.22s, transform 0.2s;
}
.css-modal-close:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: rotate(90deg) scale(1.05);
}

.css-video-wrap {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 20px 70px rgba(0,0,0,0.18),
    0 0 0 2px var(--border),
    0 0 0 6px rgba(242,101,34,0.08);
}
.css-video-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

.css-modal-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
}
.css-mnav-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.22s;
}
.css-mnav-btn:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: scale(1.08);
}
.css-mnav-counter {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  font-family: 'Poppins', sans-serif;
  background: rgba(242,101,34,0.07);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(242,101,34,0.15);
}
.css-mnav-counter b { color: var(--orange); font-weight: 700; }

/* ── ANIMATIONS ── */
@keyframes css-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes css-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}

/* ─────────────────────
   MOBILE  ≤ 767px
───────────────────── */
@media (max-width: 767px) {

  .css-stories { padding: 44px 0 60px; }

  .css-stories .css-header {
    padding: 0 20px;
    margin-bottom: 36px;
  }

  .css-stories .css-title { font-size: 25px; }
  .css-stories .css-sub   { font-size: 13px; }

  .css-stories .css-stats { gap: 0; }
  .css-stories .css-stat + .css-stat { padding-left: 24px; }
  .css-stories .css-stat-num   { font-size: 18px; }
  .css-stories .css-stat-label { font-size: 9px; }

  .css-stories .css-card {
    flex: 0 0 73vw;
    max-width: 290px;
    border-radius: 12px;
  }
  .css-stories .css-track { padding: 0 13.5vw; gap: 14px; }
  .css-stories .css-outer::before,
  .css-stories .css-outer::after { width: 55px; }

  .css-stories .css-card.is-center { transform: scale(1.04); }
  .css-stories .css-card.is-side   { transform: scale(0.92); }

  .css-stories .css-play { width: 46px; height: 46px; }

  .css-stories .css-dots { max-width: 180px; gap: 6px; }
  .css-stories .css-dot { width: 6px; height: 6px; }
  .css-stories .css-dot.is-active { width: 18px; }

  .css-stories .css-arrow { width: 40px; height: 40px; font-size: 15px; }

  .css-stories .css-progress-wrap { width: min(220px, 72%); }

  .css-modal-inner { width: 96vw; padding: 0 10px; }
  .css-video-wrap  { border-radius: 10px; }
  .css-modal-close { width: 34px; height: 34px; font-size: 13px; }
  .css-mnav-btn    { width: 36px; height: 36px; font-size: 13px; }
  .css-mnav-counter { font-size: 11px; padding: 5px 12px; }
}

@media (max-width: 400px) {
  .css-stories .css-card { flex: 0 0 80vw; }
  .css-stories .css-track { padding: 0 10vw; }
}
</style>

<!-- ── MARKUP ── -->
<div class="css-stories">

  <div class="css-header">
    <div class="css-badge">
      <span class="css-badge-dot"></span>
      Real Client Stories
    </div>
    <h2 class="css-title">
      Client <span class="css-title-accent">Satisfaction</span> Stories
    </h2>
    <p class="css-sub">Hear directly from the people whose lives and businesses we've had the privilege to impact.</p>

    <div class="css-stats">
      <div class="css-stat">
        <span class="css-stat-num">20+</span>
        <span class="css-stat-label">Stories Shared</span>
      </div>
      <div class="css-stat">
        <span class="css-stat-num">100%</span>
        <span class="css-stat-label">Real Clients</span>
      </div>
      <div class="css-stat">
        <span class="css-stat-num">4.8★</span>
        <span class="css-stat-label">Avg Rating</span>
      </div>
    </div>
  </div>

  <div class="css-outer">
    <div class="css-track-wrap" id="cssTrackWrap">
      <div class="css-track" id="cssTrack"></div>
    </div>
  </div>

  <!-- Progress bar -->
  <div class="css-progress-wrap">
    <div class="css-progress-bar" id="cssProgress"></div>
  </div>

  <div class="css-controls">
    <button class="css-arrow" id="cssPrev" aria-label="Previous"><span>&#8592;</span></button>
    <div class="css-dots" id="cssDots"></div>
    <button class="css-arrow" id="cssNext" aria-label="Next"><span>&#8594;</span></button>
  </div>

</div>

<!-- Modal -->
<div class="css-modal-bg" id="cssModal">
  <div class="css-modal-inner">
    <div class="css-modal-top">
      <span class="css-modal-eyebrow">Client Story</span>
      <button class="css-modal-close" id="cssClose">&#x2715;</button>
    </div>
    <div class="css-video-wrap">
      <iframe id="cssIframe" allowfullscreen allow="autoplay; encrypted-media"></iframe>
    </div>
    <div class="css-modal-nav">
      <button class="css-mnav-btn" id="cssMPrev">&#8592;</button>
      <span class="css-mnav-counter"><b id="cssMCur">1</b> &nbsp;/&nbsp; <b>20</b></span>
      <button class="css-mnav-btn" id="cssMNext">&#8594;</button>
    </div>
  </div>
</div>


<!-- ===== END CLIENT SATISFACTION STORIES ===== -->				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c875c4b e-con-full e-flex elementor-invisible e-con e-parent" data-id="c875c4b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
				<div class="elementor-element elementor-element-1998bcc elementor-widget elementor-widget-html" data-id="1998bcc" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== ABOUT HIREANDBUILD SECTION ===== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;1,700&display=swap" rel="stylesheet">

<style>
/* ── HARD RESET: scoped only to .hnb-about ── */
.hnb-about,
.hnb-about *,
.hnb-about *::before,
.hnb-about *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Undo Elementor image overrides inside this section */
.hnb-about img {
  display: block !important;
  max-width: 100% !important;
  height: auto;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── SECTION ── */
.hnb-about {
  background: #ffffff !important;
  width: 100% !important;
  padding: 80px 64px 90px !important;
  overflow: hidden !important;
  position: relative !important;
}

.hnb-about::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 480px; height: 480px;
  background: radial-gradient(circle at top right, rgba(255,94,20,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hnb-about::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 360px; height: 360px;
  background: radial-gradient(circle at bottom left, rgba(255,94,20,0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hnb-about__inner {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ── HEADER ── */
.hnb-about__header {
  text-align: center !important;
  margin-bottom: 52px !important;
  animation: abt-fadeUp 0.6s 0.1s ease both;
}

.hnb-about__h2 {
  font-size: clamp(1.45rem, 3vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.hnb-about__h2 span {
  color: #FF5E14 !important;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
}

.hnb-about__p {
  font-size: 0.92rem !important;
  font-weight: 300 !important;
  color: #555555 !important;
  line-height: 1.9 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.hnb-about__p strong {
  color: #111111 !important;
  font-weight: 600 !important;
}

/* ── FOUNDER CARD ── */
.hnb-about__founder {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #EEEEEE !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07) !important;
  animation: abt-fadeUp 0.7s 0.2s ease both;
}

.hnb-about__founder::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF5E14, #F48C06, #FFD700);
  z-index: 5;
}

/* ── GALLERY ── */
.hnb-about__gallery {
  position: relative !important;
  overflow: hidden !important;
  background: #0a0a0a !important;
  width: 100% !important;
  aspect-ratio: 4 / 2 !important;
}

/* track is just a size container — no width tricks, no translateX ever */
.hnb-gallery__track {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

/* all slides stacked in the same spot, invisible by default */
.hnb-gallery__slide {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  transition: opacity 0.55s ease !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* only the active slide shows */
.hnb-gallery__slide.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 1 !important;
}

.hnb-gallery__slide img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hnb-gallery__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.28) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.55) 100%),
    linear-gradient(to right, rgba(0,0,0,0.15) 0%, transparent 20%, transparent 80%, rgba(0,0,0,0.15) 100%);
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Counter */
.hnb-gallery__counter {
  position: absolute !important;
  top: 14px; right: 14px;
  z-index: 3;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

.hnb-gallery__counter b {
  color: #FF5E14 !important;
  font-weight: 700;
}

/* Bottom bar */
.hnb-gallery__bottom {
  position: absolute !important;
  bottom: 0; left: 0; right: 0;
  padding: 18px 18px 14px;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
}

.hnb-about__gift-badge {
  display: flex !important;
  align-items: center !important;
  gap: 9px;
  background: rgba(255,94,20,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 7px 13px;
  box-shadow: 0 6px 24px rgba(255,94,20,0.4);
  flex-shrink: 0;
}

.hnb-about__gift-icon {
  flex-shrink: 0 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  animation: abt-giftBounce 2s ease-in-out infinite;
}

.hnb-about__gift-text span:first-child {
  display: block !important;
  font-size: 0.55rem !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.78) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  line-height: 1.3 !important;
}

.hnb-about__gift-text span:last-child {
  display: block !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 2px !important;
  line-height: 1.2 !important;
}

/* Dots */
.hnb-gallery__dots {
  display: flex !important;
  gap: 7px !important;
  align-items: center !important;
  flex-wrap: wrap;
}

.hnb-gallery__dot {
  width: 7px !important; height: 7px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.35) !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: background 0.25s, width 0.3s, border-radius 0.3s !important;
  flex-shrink: 0;
}

.hnb-gallery__dot.active {
  background: #FF5E14 !important;
  width: 22px !important;
  border-radius: 4px !important;
}

/* Thumbnail strip */
.hnb-gallery__thumbs {
  display: flex !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  background: #f4f4f4 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  /* FIX: prevent thumb strip scroll from leaking to page */
  overscroll-behavior-x: contain !important;
}

.hnb-gallery__thumbs::-webkit-scrollbar { display: none !important; }

.hnb-gallery__thumb {
  flex: 0 0 auto !important;
  width: 80px !important; height: 40px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  opacity: 0.45 !important;
  transition: border-color 0.22s, opacity 0.22s, transform 0.2s !important;
}

.hnb-gallery__thumb img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

.hnb-gallery__thumb.active {
  border-color: #FF5E14 !important;
  opacity: 1 !important;
  transform: scale(1.06) !important;
}

.hnb-gallery__thumb:hover { opacity: 0.85 !important; }

/* ── CONTENT BELOW GALLERY ── */
.hnb-about__founder-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  padding: 44px 48px !important;
  align-items: start !important;
  background: #ffffff !important;
}

.hnb-about__founder-heading {
  font-size: clamp(1.05rem, 1.6vw, 1.45rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.hnb-about__founder-heading span { color: #FF5E14 !important; }

.hnb-about__founder-body {
  font-size: 0.83rem !important;
  font-weight: 300 !important;
  color: #555555 !important;
  line-height: 1.85 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Milestones */
.hnb-about__milestones {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.hnb-about__milestone {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
}

.hnb-about__milestone-icon {
  width: 38px !important; height: 38px !important;
  border-radius: 10px !important;
  background: #FFF3EC !important;
  border: 1px solid rgba(255,94,20,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: #FF5E14 !important;
  transition: background 0.25s, border-color 0.25s !important;
}

.hnb-about__milestone:hover .hnb-about__milestone-icon {
  background: rgba(255,94,20,0.15) !important;
  border-color: rgba(255,94,20,0.4) !important;
}

.hnb-about__milestone-text strong {
  display: block !important;
  font-size: 0.81rem !important;
  font-weight: 600 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
}

.hnb-about__milestone-text span {
  font-size: 0.71rem !important;
  font-weight: 300 !important;
  color: #777777 !important;
  line-height: 1.5 !important;
}

/* ── ANIMATIONS ── */
@keyframes abt-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes abt-giftBounce {
  0%,100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-5px) rotate(4deg); }
}

/* ══════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════ */

/* Large tablet */
@media screen and (max-width: 1024px) {
  .hnb-about { padding: 70px 40px 80px !important; }
  .hnb-about__founder-content { padding: 36px !important; gap: 32px !important; }
}

/* Tablet portrait */
@media screen and (max-width: 860px) {
  .hnb-about { padding: 60px 28px 70px !important; }
  .hnb-about__founder-content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 32px 28px !important;
  }
  .hnb-about__gallery { aspect-ratio: 4 / 2.2 !important; }
}

/* Mobile landscape */
@media screen and (max-width: 640px) {
  .hnb-about { padding: 48px 20px 56px !important; }
  .hnb-about__header { margin-bottom: 36px !important; }
  .hnb-about__h2 { font-size: 1.35rem !important; letter-spacing: -0.02em !important; }
  .hnb-about__p { font-size: 0.88rem !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 2.6 !important; }
  .hnb-about__founder { border-radius: 16px !important; }
  .hnb-about__founder-content { padding: 28px 20px !important; gap: 24px !important; }
  .hnb-about__founder-heading { font-size: 1.05rem !important; }
  .hnb-gallery__bottom { padding: 14px 14px 12px !important; flex-wrap: wrap !important; gap: 10px !important; }
  .hnb-about__gift-badge { padding: 6px 11px !important; }
  .hnb-about__gift-icon svg { width: 16px !important; height: 16px !important; }
  .hnb-about__gift-text span:last-child { font-size: 0.68rem !important; }
}

/* Mobile portrait */
@media screen and (max-width: 480px) {
  .hnb-about { padding: 40px 16px 48px !important; }
  .hnb-about__h2 { font-size: 1.22rem !important; line-height: 1.25 !important; }
  .hnb-about__p { font-size: 0.85rem !important; line-height: 1.8 !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 3 !important; }
  .hnb-gallery__thumb { width: 58px !important; height: 30px !important; }
  .hnb-gallery__thumbs { padding: 8px 12px !important; gap: 6px !important; }
  .hnb-about__founder-content { padding: 24px 16px !important; gap: 22px !important; }
  .hnb-about__founder-heading { font-size: 1rem !important; }
  .hnb-about__founder-body { font-size: 0.8rem !important; }
  .hnb-about__milestone-icon { width: 34px !important; height: 34px !important; }
  .hnb-about__milestone-icon svg { width: 16px !important; height: 16px !important; }
  .hnb-about__milestone-text strong { font-size: 0.78rem !important; }
  .hnb-about__milestone-text span { font-size: 0.68rem !important; }
  /* Hide dots on very small screens, keep badge */
  .hnb-gallery__dots { display: none !important; }
  .hnb-gallery__counter { top: 10px !important; right: 10px !important; font-size: 0.62rem !important; }
}

/* Extra small */
@media screen and (max-width: 360px) {
  .hnb-about { padding: 32px 14px 40px !important; }
  .hnb-about__h2 { font-size: 1.1rem !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 3.2 !important; }
  .hnb-about__gift-badge { display: none !important; }
  .hnb-gallery__counter { display: block !important; }
}
</style>

<!-- ── MARKUP ── -->
<section class="hnb-about">
  <div class="hnb-about__inner">

    <!-- Header -->
    <div class="hnb-about__header">
      <h2 class="hnb-about__h2">About <span>HireandBuild</span> – Best  Construction Company in Chennai</h2>
      <p class="hnb-about__p">
        When we started HireandBuild, we kept hearing the same story from families across Chennai.They hired a contractor. Work started well. Then delays crept in. Bills started growing. Phone calls stopped getting answered. And the home they dreamed about for years ended up costing more and taking longer than anyone promised.We built HireandBuild to fix that. Every project we take on gets a dedicated site engineer who is on your plot every single day. Every payment 
you make is tied to a completed milestone — not a verbal promise. Andevery home we build comes with a written 15-year warranty that actually means something."We have built 220+ homes across Chennai — from compact independent houses in Tambaram and Ambattur to multi-floor villas in Anna Nagar and OMR."
      </p>
    </div>

    <!-- Founder Gifting Card -->
    <div class="hnb-about__founder">

      <!-- Gallery -->
      <div class="hnb-about__gallery" id="abtGallery">

        <div class="hnb-gallery__counter">
          <b id="abtCurNum">1</b> / 13
        </div>

        <div class="hnb-gallery__track" id="abtTrack">
          <div class="hnb-gallery__slide active">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp" alt="Founder gifting client 1" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-2.webp" alt="Founder gifting client 2" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-3.webp" alt="Founder gifting client 3" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-4.webp" alt="Founder gifting client 4" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-5.webp" alt="Founder gifting client 5" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-6.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-7.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-8.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-9.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-10.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-11.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-12.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-13.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          

        </div>

        <!-- Bottom: gift badge + dots -->
        <div class="hnb-gallery__bottom">
          <div class="hnb-about__gift-badge">
            <span class="hnb-about__gift-icon">
              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <polyline points="20 12 20 22 4 22 4 12"/>
                <rect x="2" y="7" width="20" height="5"/>
                <line x1="12" y1="22" x2="12" y2="7"/>
                <path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/>
                <path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/>
              </svg>
            </span>
            <div class="hnb-about__gift-text">
              <span>A Tradition of Joy</span>
              <span>Every Handover. Every Home.</span>
            </div>
          </div>
          <div class="hnb-gallery__dots" id="abtDots">
            <button class="hnb-gallery__dot active" onclick="abtGoTo(0)" aria-label="Slide 1"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(1)" aria-label="Slide 2"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(2)" aria-label="Slide 3"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(3)" aria-label="Slide 4"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(4)" aria-label="Slide 5"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(5)" aria-label="Slide 6"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(6)"  aria-label="Slide 7"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(7)"  aria-label="Slide 8"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(8)"  aria-label="Slide 9"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(9)"  aria-label="Slide 10"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(10)" aria-label="Slide 11"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(11)" aria-label="Slide 12"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(12)" aria-label="Slide 13"></button>
          </div>
        </div>

      </div>

      <!-- Thumbnail strip -->
      <div class="hnb-gallery__thumbs" id="abtThumbs">
        <div class="hnb-gallery__thumb active" onclick="abtGoTo(0)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp" alt="Thumb 1" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(1)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-2.webp" alt="Thumb 2" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(2)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-3.webp" alt="Thumb 3" loading="lazy"/>
        </div>
        <!-- FIX: was abtGoTo(4), corrected to abtGoTo(3) -->
        <div class="hnb-gallery__thumb" onclick="abtGoTo(3)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-4.webp" alt="Thumb 4" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(4)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-5.webp" alt="Thumb 5" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(5)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-6.webp" alt="Thumb 6" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(6)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-7.webp" alt="Thumb 7" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(7)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-8.webp" alt="Thumb 8" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(8)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-9.webp" alt="Thumb 9" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(9)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-10.webp" alt="Thumb 10" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(10)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-11.webp" alt="Thumb 11" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(11)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-12.webp" alt="Thumb 12" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(12)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-13.webp" alt="Thumb 13" loading="lazy"/>
        </div>
        
      </div>

      <!-- Content below gallery -->
      <div class="hnb-about__founder-content">

        <div>
          <h3 class="hnb-about__founder-heading">
            We Don't Just Build Houses —<br>
            We <span>Celebrate</span> Every<br>
            Family's New Beginning
          </h3>
          <p class="hnb-about__founder-body">
            Our founder personally gifts every client upon completion — a heartfelt gesture that marks the start of their new chapter and our commitment that goes beyond construction.
          </p>
        </div>

        <div class="hnb-about__milestones">
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <path d="M3 9.5L12 3l9 6.5V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5z"/>
                <polyline points="9 22 9 12 15 12 15 22"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Personal Handover Ceremony</strong>
              <span>Founder-led key handover at every project completion</span>
            </div>
          </div>
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <polyline points="20 12 20 22 4 22 4 12"/>
                <rect x="2" y="7" width="20" height="5"/>
                <line x1="12" y1="22" x2="12" y2="7"/>
                <path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/>
                <path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Complimentary Gift for Every Homeowner</strong>
              <span>A signature gift from our founder as a token of celebration</span>
            </div>
          </div>
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Lifetime Relationship</strong>
              <span>Our bond with clients doesn't end at handover</span>
            </div>
          </div>
        </div>

      </div>
    </div>

  </div>
</section>


<!-- ===== END ABOUT SECTION ===== -->				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-15ec0e0 e-flex e-con-boxed e-con e-parent" data-id="15ec0e0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-606f385 elementor-widget elementor-widget-html" data-id="606f385" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
.hnb-story-names{font-family:'Poppins',sans-serif;background:#fff;padding:0 40px 48px;max-width:1100px;margin:0 auto;}
.hnb-story-names h3{font-size:14px;font-weight:600;color:#333;margin-bottom:16px;text-align:center;}
.hnb-story-names p{font-size:13px;color:#666;line-height:2;text-align:center;max-width:800px;margin:0 auto;}
.hnb-story-names p a{color:#F26522;text-decoration:none;font-weight:500;}
</style>
<div class="hnb-story-names">
  <h3>Real client stories from homeowners across Chennai</h3>
  <p>
    Watch testimonials from families who built their homes with HireAndBuild across
    Tambaram, Anna Nagar, OMR, Ambattur, Mogappair, Velachery, Porur, Thiruverkadu,
    Perungalathur, Kundrathur, Gerugambakkam, Kolapakkam, Virugambakkam,
    Thoraipakkam, and Iyyapanthangal.
    <br><br>
    220+ families have trusted us to build their dream home in Chennai.
    Our clients rate us <strong>4.8★</strong> on average for quality, transparency, and on-time delivery.
    Every story you see is a real homeowner — no scripts, no actors.
  </p>
</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bce2cb4 e-flex e-con-boxed e-con e-parent" data-id="bce2cb4" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8455ba2 elementor-widget elementor-widget-html" data-id="8455ba2" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{--black:#0d0d0d;--orange:#f47c20;--white:#ffffff;--gray-1:#f5f5f5;--gray-2:#e0e0e0;--gray-3:#9e9e9e;}
body{font-family:'Poppins',sans-serif;background:var(--gray-1);color:var(--black);padding:60px 16px 80px;}
.section{max-width:1160px;margin:0 auto;}
.section-header{text-align:center;margin-bottom:40px;}
.section-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:12px;position:relative;}
.section-label::before,.section-label::after{content:'';position:absolute;top:50%;width:24px;height:1.5px;background:var(--orange);}
.section-label::before{right:calc(100% + 8px);}
.section-label::after{left:calc(100% + 8px);}
.section-title{font-size:clamp(22px,5vw,38px);font-weight:800;color:var(--black);line-height:1.2;letter-spacing:-0.5px;margin-bottom:12px;}
.section-title span{color:var(--orange);}
.section-subtitle{font-size:14px;font-weight:400;color:var(--gray-3);max-width:420px;margin:0 auto;line-height:1.6;}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;}
.card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.08);transition:transform 0.32s cubic-bezier(.22,1,.36,1),box-shadow 0.32s ease;position:relative;border:1.5px solid var(--gray-2);}
.card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,0.14);}
.card-badge{position:absolute;top:12px;left:12px;z-index:2;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:50px;}
.badge-completed{background:var(--black);color:var(--orange);}
.card-img-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;}
.card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s cubic-bezier(.22,1,.36,1);}
.card:hover .card-img-wrap img{transform:scale(1.06);}
.card-img-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--orange);}
.card-body{padding:20px 18px 22px;}
.card-name{font-size:17px;font-weight:700;color:var(--black);margin-bottom:5px;}
.card-location{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--orange);margin-bottom:16px;}
.card-divider{height:1px;background:var(--gray-2);margin-bottom:14px;}
.card-specs{display:flex;flex-direction:column;gap:8px;}
.spec-row{display:flex;align-items:center;gap:8px;font-size:12px;}
.spec-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.spec-icon.built{background:rgba(244,124,32,0.12);}
.spec-icon.plot{background:rgba(13,13,13,0.07);}
.spec-label{font-weight:600;color:var(--black);flex:1;}
.spec-value{font-weight:400;color:var(--gray-3);font-size:11.5px;}
.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;}
.cta-count{font-size:13px;font-weight:500;color:var(--gray-3);}
.cta-count strong{color:var(--black);font-weight:700;}
.cta-btn{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-size:15px;font-weight:700;color:var(--white);background:var(--black);border:none;border-radius:50px;padding:16px 36px;cursor:pointer;text-decoration:none;transition:background 0.25s,transform 0.2s,box-shadow 0.25s;box-shadow:0 8px 28px rgba(13,13,13,0.18);}
.cta-btn:hover{background:var(--orange);color:var(--white)!important;transform:translateY(-2px);box-shadow:0 12px 32px rgba(244,124,32,0.35);}
@media(max-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;}.card-body{padding:14px 12px 16px;}.card-name{font-size:14px;}}
@media(max-width:400px){.cards-grid{grid-template-columns:1fr;}}
</style>

<div class="section">
  <div class="section-header">
    <span class="section-label">Chennai · Portfolio</span>
    <h2 class="section-title">Our Residential Construction Projects <span>in Chennai</span></h2>
    <p class="section-subtitle">Trusted by homeowners across Chennai to build their dream homes.</p>
  </div>

  <div class="cards-grid">

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Yuvaraj-Villivakkam-300x225-1.jpeg" alt="House construction project by Yuvaraj in Villivakkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Yuvaraj</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Villivakkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,400 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">1,800 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/10/Boopesh-Thiruverkadu-site-edited.jpeg" alt="House construction project by Boopesh in Thiruverkadu Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Boopesh</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thiruverkadu, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">3,100 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,200 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Perungalathur-project-compressed-300x235-1.png" alt="House construction project by Rahul in Thiruverkadu Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Rahul</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thiruverkadu, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Rajadurai-Urapakkam-Site-4-edite-image-300x234-1.jpg" alt="House construction project by Rajadurai in Urapakkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Rajadurai</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Urapakkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Vignesh-thalambur-site-edited-300x260-1.jpeg" alt="House construction project by Vignesh in Thalumbur Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Vignesh</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thalumbur, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/KVT-Vadaperumbakkam-compressed-300x209-1.png" alt="House construction project in Vadaperukkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">KVT</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Vadaperukkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

  </div>

  <div class="cta-wrap">
    <p class="cta-count">Showing <strong>6</strong> of <strong>220+</strong> projects</p>
    <a class="cta-btn" href="/projects/">
      See Our Completed Houses in Chennai
      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
    </a>
  </div>
</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a5bff34 e-flex e-con-boxed e-con e-parent" data-id="a5bff34" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-61ba168 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="61ba168" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* ── ALL STYLES SCOPED — no body or * overrides ── */

.sm-section {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
}

/* ── 3-COLUMN GRID ── */
.sm-section .sm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 900px;
}

/* ── CARD ── */
.sm-section .sm-card {
  box-sizing: border-box;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.09);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 28px;
  animation: smRise .6s cubic-bezier(.22,1,.36,1) both;
  transition: transform .3s ease, box-shadow .3s ease;
}
.sm-section .sm-card:nth-child(2) { animation-delay: .1s; }
.sm-section .sm-card:nth-child(3) { animation-delay: .2s; }
.sm-section .sm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.13);
}

@keyframes smRise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* top colour bar */
.sm-section .sm-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  border-radius: 22px 22px 0 0;
}
.sm-section .sm-card--ig::before { background: linear-gradient(90deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb::before { background: linear-gradient(90deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt::before { background: linear-gradient(90deg,#ff0000,#cc0000); }

/* avatar ring */
.sm-section .sm-ring {
  width: 76px; height: 76px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.sm-section .sm-card--ig .sm-ring { background: linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb .sm-ring { background: linear-gradient(135deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt .sm-ring { background: linear-gradient(135deg,#ff0000,#cc0000); }

.sm-section .sm-avatar-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.sm-section .sm-avatar { width: 100%; height: 100%; object-fit: cover; display: block; }

/* badge */
.sm-section .sm-badge {
  position: absolute; bottom: 2px; right: 2px;
  width: 20px; height: 20px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-sizing: border-box;
}
.sm-section .sm-card--ig .sm-badge { background: #3897f0; }
.sm-section .sm-card--fb .sm-badge { background: #1877f2; }
.sm-section .sm-card--yt .sm-badge { background: #ff0000; }
.sm-section .sm-badge svg { width: 10px; fill: #fff; }

/* platform label */
.sm-section .sm-platform {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.sm-section .sm-card--ig .sm-platform { color: #ee2a7b; }
.sm-section .sm-card--fb .sm-platform { color: #1877f2; }
.sm-section .sm-card--yt .sm-platform { color: #ff0000; }

/* username */
.sm-section .sm-username {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  text-align: center;
}

/* divider */
.sm-section .sm-divider {
  width: 40px; height: 3px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.sm-section .sm-card--ig .sm-divider { background: linear-gradient(90deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb .sm-divider { background: linear-gradient(90deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt .sm-divider { background: linear-gradient(90deg,#ff0000,#cc0000); }

/* stat */
.sm-section .sm-stat {
  text-align: center;
  margin-bottom: 22px;
}
.sm-section .sm-stat-value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.sm-section .sm-card--ig .sm-stat-value { color: #ee2a7b; }
.sm-section .sm-card--fb .sm-stat-value { color: #1877f2; }
.sm-section .sm-card--yt .sm-stat-value { color: #ff0000; }

.sm-section .sm-stat-label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}

/* button */
.sm-section .sm-btn {
  box-sizing: border-box;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  position: relative; overflow: hidden;
  white-space: nowrap;
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: transform .25s ease, box-shadow .3s ease, background-position .4s ease, letter-spacing .25s ease;
  width: 100%;
  justify-content: center;
}
.sm-section .sm-card--ig .sm-btn { background: linear-gradient(135deg,#f9ce34 0%,#ee2a7b 55%,#6228d7 100%); box-shadow: 0 4px 15px rgba(238,42,123,.35); }
.sm-section .sm-card--fb .sm-btn { background: linear-gradient(135deg,#1877f2 0%,#0a54c4 100%); box-shadow: 0 4px 15px rgba(24,119,242,.35); }
.sm-section .sm-card--yt .sm-btn { background: linear-gradient(135deg,#ff0000 0%,#cc0000 100%); box-shadow: 0 4px 15px rgba(255,0,0,.35); }

.sm-section .sm-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.22),transparent 70%);
  transform: translateX(-120%) skewX(-15deg);
  transition: transform .55s ease;
  pointer-events: none;
}
.sm-section .sm-btn:hover {
  background-position: 100% 50%;
  transform: translateY(-2px) scale(1.03);
  letter-spacing: .04em;
  color: #fff;
  text-decoration: none;
}
.sm-section .sm-card--ig .sm-btn:hover { box-shadow: 0 8px 28px rgba(238,42,123,.55), 0 0 0 3px rgba(238,42,123,.15); }
.sm-section .sm-card--fb .sm-btn:hover { box-shadow: 0 8px 28px rgba(24,119,242,.55), 0 0 0 3px rgba(24,119,242,.15); }
.sm-section .sm-card--yt .sm-btn:hover { box-shadow: 0 8px 28px rgba(255,0,0,.55), 0 0 0 3px rgba(255,0,0,.15); }
.sm-section .sm-btn:hover::before { transform: translateX(120%) skewX(-15deg); }
.sm-section .sm-btn:active { transform: scale(.97); }

.sm-section .sm-btn svg { width: 16px; height: 16px; fill: white; flex-shrink: 0; transition: transform .3s ease; }
.sm-section .sm-btn:hover svg { transform: rotate(12deg) scale(1.2); }

/* responsive */
@media (max-width: 640px) {
  .sm-section .sm-grid { grid-template-columns: 1fr; max-width: 360px; }
}
@media (min-width: 641px) and (max-width: 860px) {
  .sm-section .sm-grid { grid-template-columns: repeat(3,1fr); gap: 12px; }
  .sm-section .sm-card { padding: 24px 14px 20px; }
  .sm-section .sm-stat-value { font-size: 22px; }
  .sm-section .sm-btn { font-size: 12px; padding: 10px 14px; }
}
</style>

<!-- Wrap everything in .sm-section to scope all styles -->
<div class="sm-section">
  <div class="sm-grid">

    <!-- ── INSTAGRAM ── -->
    <div class="sm-card sm-card--ig">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">Instagram</div>
      <div class="sm-username">@hire_and_build</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="142" data-suffix="K">142K</div>
        <div class="sm-stat-label">Followers</div>
      </div>
      <a href="https://www.instagram.com/hire_and_build/" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 512 512"><path d="M256 49.5c68.5 0 76.6.3 103.6 1.5 25 1.1 38.6 5.3 47.6 8.8 12 4.6 20.5 10.2 29.5 19.2 9 9 14.6 17.5 19.2 29.5 3.5 9 7.7 22.6 8.8 47.6 1.2 27 1.5 35.1 1.5 103.6s-.3 76.6-1.5 103.6c-1.1 25-5.3 38.6-8.8 47.6-4.6 12-10.2 20.5-19.2 29.5-9 9-17.5 14.6-29.5 19.2-9 3.5-22.6 7.7-47.6 8.8-27 1.2-35.1 1.5-103.6 1.5s-76.6-.3-103.6-1.5c-25-1.1-38.6-5.3-47.6-8.8-12-4.6-20.5-10.2-29.5-19.2-9-9-14.6-17.5-19.2-29.5-3.5-9-7.7-22.6-8.8-47.6C49.8 332.6 49.5 324.5 49.5 256s.3-76.6 1.5-103.6c1.1-25 5.3-38.6 8.8-47.6 4.6-12 10.2-20.5 19.2-29.5 9-9 17.5-14.6 29.5-19.2 9-3.5 22.6-7.7 47.6-8.8C179.4 49.8 187.5 49.5 256 49.5m0-43.5c-69.6 0-78.3.3-105.6 1.5-27.2 1.2-45.8 5.6-62 11.9-16.8 6.5-31 15.2-45.2 29.4C28.9 63 20.2 77.2 13.7 94c-6.3 16.2-10.7 34.8-11.9 62C.6 183.3.3 192 .3 261.6c0 69.6.3 78.3 1.5 105.6 1.2 27.2 5.6 45.8 11.9 62 6.5 16.8 15.2 31 29.4 45.2 14.2 14.2 28.4 22.9 45.2 29.4 16.2 6.3 34.8 10.7 62 11.9 27.3 1.2 36 1.5 105.6 1.5 69.6 0 78.3-.3 105.6-1.5 27.2-1.2 45.8-5.6 62-11.9 16.8-6.5 31-15.2 45.2-29.4 14.2-14.2 22.9-28.4 29.4-45.2 6.3-16.2 10.7-34.8 11.9-62 1.2-27.3 1.5-36 1.5-105.6 0-69.6-.3-78.3-1.5-105.6-1.2-27.2-5.6-45.8-11.9-62-6.5-16.8-15.2-31-29.4-45.2C449-8.8 434.8-17.5 418-24c-16.2-6.3-34.8-10.7-62-11.9C328.7 6.3 320 6 250.4 6H256z"/><path d="M256 134.6c-67 0-121.4 54.4-121.4 121.4S189 377.4 256 377.4 377.4 323 377.4 256 323 134.6 256 134.6zm0 200.2c-43.5 0-78.8-35.3-78.8-78.8s35.3-78.8 78.8-78.8 78.8 35.3 78.8 78.8-35.3 78.8-78.8 78.8z"/><circle cx="381.9" cy="130.1" r="28.4"/></svg>
        Follow Us
      </a>
    </div>

    <!-- ── FACEBOOK ── -->
    <div class="sm-card sm-card--fb">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">Facebook</div>
      <div class="sm-username">hireandbuild</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="130" data-suffix="K">130K</div>
        <div class="sm-stat-label">Followers</div>
      </div>
      <a href="https://www.facebook.com/hireandbuild" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 24 24"><path d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.41c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.97h-1.514c-1.491 0-1.956.93-1.956 1.885v2.27h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z"/></svg>
        Like Page
      </a>
    </div>

    <!-- ── YOUTUBE ── -->
    <div class="sm-card sm-card--yt">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">YouTube</div>
      <div class="sm-username">@Hireandbuild</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="207" data-suffix="K">207K</div>
        <div class="sm-stat-label">Subscribers</div>
      </div>
      <a href="https://www.youtube.com/@Hireandbuild" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 24 24"><path d="M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z"/></svg>
        Subscribe
      </a>
    </div>

  </div>
</div>

				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-48eebcf e-flex e-con-boxed e-con e-parent" data-id="48eebcf" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9bb9bb0 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="9bb9bb0" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- Cost Calculator Banner Widget -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">

<div class="cost-calculator-banner">
  
  <div class="ccb-content">
    <h2 style="">House Construction Cost in Chennai – Per Sq Ft Price & Instant Calculator</h2>

    <p>
      Instantly estimate your home construction cost in Chennai using HireandBuild’s accurate cost calculator.
    </p>
    
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/" class="ccb-btn">Calculate House Construction Cost in Chennai</a>
  </div>

</div>

<style>
/* SECTION */
.cost-calculator-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 70px;
  border-radius: 14px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;

  background: url("https://hireandbuild.com/wp-content/uploads/2026/02/Madras-Cost-Calculator.webp");
  background-size: cover;
  background-position: 90% 30%;
  background-repeat: no-repeat;
}

/* LEFT DARK FADE */
.cost-calculator-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.55) 25%,
    rgba(0,0,0,0.25) 55%,
    rgba(0,0,0,0) 75%
  );
}

/* CONTENT */
.ccb-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

/* HEADING */
.ccb-content h2 {
    font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(0,0,0,0.8);
}

/* PARAGRAPH */
.ccb-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0,0,0,0.7);
}

/* CTA BUTTON */
.ccb-btn {
  display: inline-block;
  background: #ff4d00;
  color: #ffffff;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  box-shadow:
    0 10px 26px rgba(0,0,0,0.45),
    0 0 0 2px rgba(255,255,255,0.25);
}

/* 🔥 FIXED HOVER CONTRAST */
.ccb-btn:hover {
  background: #ff9a5c;  /* lighter orange */
  color: #1a1a1a;       /* dark text for contrast */
  transform: translateY(-4px);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.55),
    0 0 18px rgba(255,120,40,0.6);
}

/* TABLET */
@media (max-width: 1024px) {
  .cost-calculator-banner {
    padding: 45px 30px;
    background-position: center;
  }

  .ccb-content h2 {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cost-calculator-banner {
    padding: 35px 20px;
    background-position: center;
  }

  .ccb-content {
    max-width: 100%;
  }

  .ccb-content h2 {
    font-size: 24px;
  }

  .ccb-content p {
    font-size: 14px;
  }

  .ccb-btn {
    width: 100%;
    text-align: center;
  }
}
</style>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a4efbcc e-grid e-con-boxed e-con e-parent" data-id="a4efbcc" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fbf1f89 elementor-widget elementor-widget-image" data-id="fbf1f89" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="1024" height="683" src="https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-1024x683.webp" class="attachment-large size-large wp-image-19492" alt="best house construction company in Chennai" srcset="https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-1024x683.webp 1024w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-300x200.webp 300w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-768x512.webp 768w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors.webp 1536w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				<div class="elementor-element elementor-element-d69e5cf elementor-widget elementor-widget-html" data-id="d69e5cf" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<div class="right-tab">

  <div class="right-tab-content">

    <h2>
     Trusted Construction Company in Chennai – Start Your Project with Confidence
    </h2>

    <p class="ptag">
      Partner with Hireandbuild for structured residential construction backed by transparent pricing, strict site supervision, and engineered quality standards. From planning and design to final handover, we ensure every stage is executed with clarity and accountability. Contact our team today to discuss your construction requirements and receive a detailed project estimate.
    </p>

    <!-- BUTTON -->

    <a href="https://wa.me/917200472008" class="right-tab-btn" target="_blank" rel="noopener">

      <!-- WhatsApp Icon -->
      <svg viewBox="0 0 32 32" class="wa-icon">
        <path fill="#25D366"
        d="M16 3C9.4 3 4 8.4 4 15c0 2.6.8 5 2.2 7L4 29l7.2-2.3c1.9 1 4.1 1.6 6.3 1.6 6.6 0 12-5.4 12-12S22.6 3 16 3z"/>
        <path fill="#ffffff"
        d="M20.5 18.6c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-1 1.2-.2.2-.4.3-.7.1-.3-.2-1.4-.5-2.6-1.6-1-.9-1.6-2-1.8-2.3-.2-.3 0-.5.1-.7.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.2-.7-1.7-1-2.3-.3-.7-.6-.6-.8-.6h-.7c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.6s1.1 3 1.2 3.2c.2.2 2.2 3.4 5.4 4.7.8.3 1.4.5 1.9.7.8.2 1.5.2 2 .1.6-.1 1.8-.8 2-1.5.2-.7.2-1.4.1-1.5-.1-.2-.3-.3-.6-.4z"/>
      </svg>

      Start a Free Consultation

    </a>

  </div>

</div>

<style>

/* FORCE FONT */

.right-tab,
.right-tab *{
  font-family:'Poppins',sans-serif !important;
}

/* TAB */

.right-tab{
  height:100%;
  background:#f5f5f5;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  padding:40px 48px;
}

/* CONTENT */

.right-tab-content{
  max-width:520px;
}

/* HEADING */

.right-tab h2{
  font-size:26px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:24px;
  color:#1a1a1a;
}

/* PARAGRAPH */

.right-tab .ptag{
  color:#000 !important;
  margin-bottom:34px;
  line-height:1.7;
  font-size:15px;
}

/* BUTTON */

.right-tab-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:14px 28px 14px 22px; /* optical balance */
  border-radius:12px;
  background:white;
  color:#FF5E14;
  font-weight:600;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  transition:.25s ease;
}

/* ICON SIZE */

.wa-icon{
  width:22px;
  height:22px;
  flex-shrink:0;
}

/* HOVER */

.right-tab-btn:hover{
  background:#25D366;
  color:white;
  border-color:#25D366;
  box-shadow:0 8px 20px rgba(37,211,102,.35);
  transform:translateY(-2px);
}

/* MOBILE */

@media(max-width:768px){

  .right-tab{
    padding:28px;
    text-align:center;
    justify-content:center;
  }

  .right-tab h2{
    font-size:20px;
  }

}

</style>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9a9a99c e-flex e-con-boxed e-con e-parent" data-id="9a9a99c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aa5ba5a elementor-widget elementor-widget-heading" data-id="aa5ba5a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">"Why Homeowners Choose HireAndBuild Over Other House Construction Companies in Chennai"</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0ee4760 elementor-widget elementor-widget-text-editor" data-id="0ee4760" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><br />Because we show up every single day — with a dedicated site engineer on your plot, milestone-based payments so you never pay for work that isn&#8217;t done, and a written 15-year structural warranty that actually means something. 220+ Chennai families have trusted us to build their dream home on time, without surprise bills. We&#8217;d love to build yours too.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-27aada3 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="27aada3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c7db655 elementor-widget elementor-widget-html" data-id="c7db655" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== WHY CHOOSE US — Elementor Safe HTML Widget ===== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

<style>
.wcb-section *,
.wcb-section *::before,
.wcb-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wcb-section {
  --orange:      #FF5E14;
  --orange-dark: #D44A08;
  --black:       #111111;
  --white:       #FFFFFF;
  --border:      #EBEBEB;

  font-family: 'Poppins', sans-serif !important;
  background: var(--white);
  width: 100%;
  padding: 60px 40px 70px;
  overflow: hidden;
  position: relative;
}

/* ── HEADER ── */
.wcb-header {
  text-align: center;
  margin-bottom: 48px;
  animation: wcb-fadeUp 0.7s ease both;
}

.wcb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF3EC;
  border: 1px solid rgba(255,94,20,0.2);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
}
.wcb-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: wcb-pulse 1.8s ease-in-out infinite;
}

.wcb-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 800;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.wcb-title span { color: var(--orange); }

.wcb-sub {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── SLIDER ── */
.wcb-slider-outer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.wcb-slides-wrap { overflow: hidden; }

.wcb-slides-track {
  display: flex;
  transition: transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.wcb-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 4px 4px 12px;
}

/* ── CARD ── */
.wcb-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: default;
  aspect-ratio: 9 / 16;
  transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94),
              box-shadow 0.35s ease;
  opacity: 0;
  animation: wcb-fadeUp 0.5s ease forwards;
}
.wcb-card:nth-child(1) { animation-delay: 0.05s; }
.wcb-card:nth-child(2) { animation-delay: 0.15s; }
.wcb-card:nth-child(3) { animation-delay: 0.25s; }

.wcb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(255,94,20,0.2), 0 4px 16px rgba(0,0,0,0.1);
}

/* Full-cover image */
.wcb-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  border: none;
  border-radius: 0;
  max-width: none;
  margin: 0; padding: 0;
  box-shadow: none;
}
.wcb-card:hover img { transform: scale(1.05); }

/* Dark gradient from top — for text readability */
.wcb-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.38) 0%,
    rgba(0,0,0,0.18) 35%,
    rgba(0,0,0,0.03) 60%,
    transparent 100%
  );
  pointer-events: none;
}

/* Orange left border accent on hover */
.wcb-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 3;
  border-radius: 0 0 0 18px;
}
.wcb-card:hover::before { transform: scaleY(1); }

/* ── TEXT OVERLAY — TOP ── */
.wcb-card-text {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 24px 22px 20px;
  z-index: 2;
}

.wcb-card-label {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.wcb-card-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55), 0 2px 20px rgba(0,0,0,0.35);
}

.wcb-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,0.82);
  font-weight: 300;
  line-height: 1.65;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* ── DIVIDER LINE ── */
.wcb-card-divider {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--orange), #ffb347);
  border-radius: 18px 18px 0 0;
  z-index: 3;
}

/* ── CONTROLS — ARROWS ONLY ── */
.wcb-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.wcb-arrow {
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s, transform 0.22s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.wcb-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(0);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 0;
}
.wcb-arrow span { position: relative; z-index: 1; }
.wcb-arrow:hover::before { transform: scale(1); }
.wcb-arrow:hover { color: #fff; box-shadow: 0 6px 20px rgba(255,94,20,0.35); }
.wcb-arrow:active { transform: scale(0.92); }

/* Slide indicator text */
.wcb-slide-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}
.wcb-slide-label b { color: var(--orange); }

/* ── ANIMATIONS ── */
@keyframes wcb-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wcb-pulse {
  0%,100% { transform: scale(1);   opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.55; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .wcb-section { padding: 48px 20px 56px; }
  .wcb-slide { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 560px) {
  .wcb-section { padding: 40px 16px 48px; }
  .wcb-title { font-size: 22px; }
  .wcb-slide { grid-template-columns: 1fr; gap: 14px; }
  .wcb-card { aspect-ratio: 9 / 16; }
}
</style>

<!-- ── MARKUP ── -->
<div class="wcb-section">

  <!-- Header -->
  <div class="wcb-header">
    <h2 class="wcb-title">Why Choose <span>HireandBuild</span> for Your Residential Construction in Chennai?</h2>
    <p class="wcb-sub">Six pillars that make every Hire &amp; Build project a guaranteed success.</p>
  </div>

  <!-- Slider -->
  <div class="wcb-slider-outer">
    <div class="wcb-slides-wrap">
      <div class="wcb-slides-track" id="wcbTrack">

        <!-- ── SLIDE 1 ── -->
        <div class="wcb-slide">

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Site-Engineer-1.webp" alt="Site Engineer" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">01 &nbsp;·&nbsp; Expert Supervision</span>
              <h3 class="wcb-card-title">Dedicated Site Engineer for Every Project</h3>
              <p class="wcb-card-desc">Qualified Engineer Supervision on Every Project</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Timeline1.webp" alt="Timeline" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">02 &nbsp;·&nbsp; On-Time Delivery</span>
              <h3 class="wcb-card-title">Structured Timeline with On-Time Completion</h3>
              <p class="wcb-card-desc">Structured Timeline with Milestone Tracking</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/transparent-stage-wise-payment-model.webp" alt="Payment Model" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">03 &nbsp;·&nbsp; Zero Hidden Costs</span>
              <h3 class="wcb-card-title">Transparent Stage-Wise Payment Model</h3>
              <p class="wcb-card-desc">Transparent Stage-Wise Pricing Model</p>
            </div>
          </div>

        </div>

        <!-- ── SLIDE 2 ── -->
        <div class="wcb-slide">

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/End-to-End-Construction-Management.webp" alt="End-to-End" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">04 &nbsp;·&nbsp; Full Lifecycle</span>
              <h3 class="wcb-card-title">End-to-End Construction Management</h3>
              <p class="wcb-card-desc">Complete Construction Lifecycle Management</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/elementor/thumbs/Quality-Assurance-rjo0yj0b04z0qava4ezcrrjt2hw4u4qekgcj4rol4w.webp" alt="Quality" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">05 &nbsp;·&nbsp; Premium Materials</span>
              <h3 class="wcb-card-title">Material Quality Assurance</h3>
              <p class="wcb-card-desc">Verified Materials with Strict Quality Checks</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Real-Time-Project-Updates.webp" alt="Real-Time Updates" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">06 &nbsp;·&nbsp; Live Tracking</span>
              <h3 class="wcb-card-title">Real-Time Project Updates</h3>
              <p class="wcb-card-desc">Regular Site Updates &amp; Progress Reports</p>
            </div>
          </div>

        </div>

      </div>
    </div>
  </div>

  <!-- Arrows only -->
  <div class="wcb-controls">
    <button class="wcb-arrow" id="wcbPrev" aria-label="Previous"><span>&#8592;</span></button>
    <span class="wcb-slide-label"><b id="wcbCur">1</b> / 2</span>
    <button class="wcb-arrow" id="wcbNext" aria-label="Next"><span>&#8594;</span></button>
  </div>

</div>


<!-- ===== END WHY CHOOSE US ===== -->				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c56be80 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child" data-id="c56be80" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9a3d187 elementor-widget elementor-widget-html" data-id="9a3d187" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>
.hb-wrap *,
.hb-wrap *::before,
.hb-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hb-wrap {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 10px;
  background: #f0ede9;
}

/* ═══ LEFT TABS ═══ */
.hb-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 68px;
}

.hb-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.hb-tab-ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.hb-tab-ring svg {
  width: 22px;
  height: 22px;
  stroke: #b0a89e;
  stroke-width: 1.8;
  fill: none;
  transition: stroke 0.3s ease;
}

.hb-tab-name {
  font-size: 8px;
  font-weight: 700;
  color: #b0a89e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  max-width: 64px;
  transition: color 0.3s ease;
}

.hb-tab.active .hb-tab-ring {
  background: #fde8db;
  box-shadow: 0 4px 14px rgba(255,92,26,0.22);
  transform: scale(1.06);
}
.hb-tab.active .hb-tab-ring svg {
  stroke: #FF5C1A;
}
.hb-tab.active .hb-tab-name {
  color: #FF5C1A;
  font-weight: 800;
}

/* ═══ RIGHT CARD ═══ */
.hb-card {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.hb-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.hb-card-bg.active { opacity: 1; }

.hb-bg0 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Site-Engineer-1.webp') center/cover no-repeat; }
.hb-bg1 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Timeline1.webp') center/cover no-repeat; }
.hb-bg2 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/transparent-stage-wise-payment-model.webp') center/cover no-repeat; }
.hb-bg3 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/End-to-End-Construction-Management-1.webp') center/cover no-repeat; }
.hb-bg4 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Quality-Assurance.webp') center/cover no-repeat; }
.hb-bg5 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Real-Time-Project-Updates.webp') center/cover no-repeat; }

/* ── PANEL: now justify TOP ── */
.hb-panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;          /* ← moved to top */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  /* gradient from TOP so text is readable */
  background: linear-gradient(to bottom, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.08) 70%, transparent 100%);
}
.hb-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.hb-panel-top {
  padding: 20px 18px 22px;
}
.hb-panel-top h2 {
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}
.hb-panel-top p {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
}

.hb-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}

.hb-shield-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 220px;
}

.hb-shield-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hb-shield-photo {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.hb-shield-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hb-shield-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.45) 100%);
}

.hb-big-num {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 58px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 40px rgba(255,255,255,0.4), 0 0 80px rgba(255,255,255,0.15);
  letter-spacing: -2px;
}

.hb-big-icon {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hb-big-icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  stroke-width: 1.6;
  fill: none;
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.6));
}
</style>
</head>
<body>

<div class="hb-wrap">

  <!-- ═══ LEFT TABS ═══ -->
  <div class="hb-tabs">

    <div class="hb-tab active" data-i="0">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/>
          <circle cx="12" cy="7" r="4"/>
          <path d="M16 11l1 1 3-3"/>
        </svg>
      </div>
      <span class="hb-tab-name">Site Engineer</span>
    </div>

    <div class="hb-tab" data-i="1">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <rect x="3" y="4" width="18" height="17" rx="2"/>
          <path d="M3 9h18M8 2v4M16 2v4M7 14h4M7 17h6"/>
        </svg>
      </div>
      <span class="hb-tab-name">Timeline</span>
    </div>

    <div class="hb-tab" data-i="2">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="9"/>
          <path d="M8.5 9.5h7M8.5 12h4c1.7 0 3-.8 3-2.5M8.5 12l4.5 5.5"/>
        </svg>
      </div>
      <span class="hb-tab-name">Payment</span>
    </div>

    <div class="hb-tab" data-i="3">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M3 12L12 4l9 8v8H3z"/>
          <path d="M9 21v-8h6v8"/>
          <path d="M15 4h3v4"/>
        </svg>
      </div>
      <span class="hb-tab-name">Construction</span>
    </div>

    <div class="hb-tab" data-i="4">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M12 2l8 4v6c0 5-3.5 8.5-8 10C7.5 20.5 4 17 4 12V6z"/>
          <path d="M9 12l2 2 4-4"/>
        </svg>
      </div>
      <span class="hb-tab-name">Quality</span>
    </div>

    <div class="hb-tab" data-i="5">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="2.5"/>
          <path d="M6.8 6.8a7.5 7.5 0 000 10.4M17.2 6.8a7.5 7.5 0 010 10.4"/>
          <path d="M3.5 3.5a13 13 0 000 17M20.5 3.5a13 13 0 010 17"/>
        </svg>
      </div>
      <span class="hb-tab-name">Live Updates</span>
    </div>

  </div>

  <!-- ═══ RIGHT CARD ═══ -->
  <div class="hb-card">

    <div class="hb-card-bg hb-bg0 active"></div>
    <div class="hb-card-bg hb-bg1"></div>
    <div class="hb-card-bg hb-bg2"></div>
    <div class="hb-card-bg hb-bg3"></div>
    <div class="hb-card-bg hb-bg4"></div>
    <div class="hb-card-bg hb-bg5"></div>

    <div class="hb-panel active">
      <div class="hb-panel-top">
        <h2>Your Own Dedicated Site Engineer</h2>
        <p>A qualified engineer monitors your build full-time — ensuring quality at every stage.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Structured Project Timeline</h2>
        <p>Clear milestones, committed deadlines. You always know what happens next.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Transparent Payment Model</h2>
        <p>Pay milestone by milestone. Full cost visibility with zero hidden charges.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>End-to-End House Construction</h2>
        <p>From foundation to finishing, we handle every detail of your build.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Material Quality Assurance</h2>
        <p>Only ISI-certified, grade-approved materials across your entire home build.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Real-Time Project Updates</h2>
        <p>Daily photos, videos & progress reports sent straight to your phone.</p>
      </div>
    </div>

  </div>
</div>

				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6fe24b9 e-flex e-con-boxed e-con e-parent" data-id="6fe24b9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b36ec7f elementor-widget elementor-widget-html" data-id="b36ec7f" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- HireAndBuild – Residential Construction Services Section v2 -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<section class="hab-rs-section">
  <div class="hab-rs-wrapper">

    <!-- LEFT: Image -->
    <div class="hab-rs-image-col">
      <img decoding="async"
        src="https://hireandbuild.com/wp-content/uploads/2026/02/why-choose-us-1.webp"
        
        class="hab-rs-img"
      />
    </div>

    <!-- RIGHT: Content -->
    <div class="hab-rs-content-col">
      <h2 class="hab-rs-heading">
         Building Construction Services in Chennai – Residential & Commercial
      </h2>

      <p class="hab-rs-body">
        HireandBuild is a trusted <strong>residential construction company in Chennai</strong> offering end-to-end home building services for independent houses, villas, and custom homes. Whether you are building a single-floor independent house or a <strong>G+1 or G+2 home</strong> for your family, our team handles everything from foundation to final finishing.
      </p>

      <p class="hab-rs-body">
        As experienced <strong>home builders in Chennai</strong>, we work across all major localities — Anna Nagar, Mogappair, Porur, Tambaram, OMR, Velachery, Ambattur, and Thiruverkadu. Every project is executed with a fixed price, a dedicated site engineer, and a written 15-year warranty.
      </p>

      <p class="hab-rs-body">
        Looking for a reliable <strong>building contractor in Chennai</strong> who delivers on time without surprise bills? That is exactly what we have been doing for <strong>220+ families across Chennai.</strong>
      </p>

      <!-- Pillars -->
      <div class="hab-rs-pillars">

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z"/>
            <circle cx="12" cy="9" r="2.5"/>
          </svg>
          Fixed Price
        </div>

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/>
            <circle cx="12" cy="7" r="4"/>
          </svg>
          Dedicated Engineer
        </div>

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
          </svg>
          15-Year Warranty
        </div>

      </div>

      <!-- CTA Button -->
      <a href="https://wa.me/917200472008" class="hab-rs-cta" target="_blank" rel="noopener">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="flex-shrink:0;">
          <path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z"/>
          <path d="M12 0C5.373 0 0 5.373 0 12c0 2.136.561 4.14 1.535 5.875L.057 23.215a.75.75 0 00.921.921l5.34-1.478A11.953 11.953 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 21.75a9.717 9.717 0 01-4.964-1.364l-.355-.212-3.683 1.02 1.02-3.683-.212-.355A9.718 9.718 0 012.25 12C2.25 6.615 6.615 2.25 12 2.25S21.75 6.615 21.75 12 17.385 21.75 12 21.75z"/>
        </svg>
        Start a Free Consultation
      </a>
    </div>

  </div>
</section>

<style>
/* ── Scoped to .hab-rs-* — will NOT affect any other element on the page ── */

.hab-rs-section {
  background: #ffffff;
  padding: 80px 24px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.hab-rs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

/* ── Image Column ── */
.hab-rs-image-col {
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}

.hab-rs-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* ── Content Column ── */
.hab-rs-content-col {
  flex: 1;
  min-width: 280px;
}

.hab-rs-heading {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin: 0 0 24px !important;
}

.hab-rs-body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #444444 !important;
  margin: 0 0 16px !important;
}

.hab-rs-body strong {
  color: #1a1a1a !important;
  font-weight: 600 !important;
}

/* ── Pill Tags ── */
.hab-rs-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
}

.hab-rs-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #e86c1f;
  background: #fff4ec;
  border: 1.5px solid #fde4cf;
  border-radius: 100px;
  padding: 6px 16px;
  white-space: nowrap;
}

.hab-rs-pill-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  stroke: #e86c1f;
}

/* ── CTA Button ── */
.hab-rs-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #e86c1f !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 14px 28px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
  cursor: pointer;
}

.hab-rs-cta:hover {
  border-color: #e86c1f;
  box-shadow: 0 4px 20px rgba(232, 108, 31, 0.15);
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hab-rs-wrapper {
    flex-direction: column;
    gap: 36px;
  }

  .hab-rs-image-col {
    max-width: 100%;
    width: 100%;
  }

  .hab-rs-img {
    height: 280px;
  }
}
</style>

				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-87daf33 e-con-full e-flex e-con e-parent" data-id="87daf33" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-1f76432 e-con-full e-flex e-con e-child" data-id="1f76432" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-299cdf5 elementor-widget elementor-widget-image" data-id="299cdf5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="683" height="1024" src="https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-683x1024.webp" class="attachment-large size-large wp-image-20497" alt="" srcset="https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-683x1024.webp 683w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-200x300.webp 200w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-768x1152.webp 768w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections.webp 1024w" sizes="(max-width: 683px) 100vw, 683px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-09852a0 e-con-full e-flex e-con e-child" data-id="09852a0" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d4b11e4 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading" data-id="d4b11e4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Integrated Interior Solutions Within Your Home Construction in Chennai</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-fddbd47 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor" data-id="fddbd47" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #333333;">Our expert interior designers in Chennai work closely with you to create spaces that blend style, comfort, and functionality.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-96004d1 elementor-widget__width-initial elementor-widget elementor-widget-html" data-id="96004d1" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>

/* ── SCOPED RESET: only affects this widget ── */
.hb-proc-wrap *,
.hb-proc-wrap *::before,
.hb-proc-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hb-proc-wrap {
  font-family: 'Manrope', sans-serif;
  padding: 36px 16px 40px;
}

/* ── HEADER ── */
.hb-proc-header {
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  animation: hbProcFadeUp 0.6s ease 0.05s forwards;
}
.hb-proc-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF5C1A;
  background: rgba(255,92,26,0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.hb-proc-header h2 {
  font-size: 22px;
  font-weight: 900;
  color: #1A1A2E;
  line-height: 1.2;
}
.hb-proc-header h2 span {
  background: linear-gradient(135deg,#FF5C1A,#FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── TIMELINE ── */
.hb-proc-timeline {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.hb-proc-timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #FF5C1A 0%, #FF8C00 40%, rgba(255,140,0,0.3) 80%, transparent 100%);
  z-index: 0;
}

/* ── ROW ── */
.hb-proc-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  position: relative;
  opacity: 0;
  transform: translateX(-16px);
  animation: hbProcSlideIn 0.55s cubic-bezier(.22,1,.36,1) forwards;
}
.hb-proc-row:last-child { padding-bottom: 0; }
.hb-proc-row:nth-child(1) { animation-delay: 0.12s; }
.hb-proc-row:nth-child(2) { animation-delay: 0.24s; }
.hb-proc-row:nth-child(3) { animation-delay: 0.36s; }
.hb-proc-row:nth-child(4) { animation-delay: 0.48s; }

/* ── NODE ── */
.hb-proc-node {
  flex-shrink: 0;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hb-proc-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF5C1A, #FF8C00);
  box-shadow: 0 4px 16px rgba(255,92,26,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hb-proc-row:hover .hb-proc-dot {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(255,92,26,0.45);
}
.hb-proc-dot svg {
  width: 18px; height: 18px;
  stroke: #fff; stroke-width: 2; fill: none;
}

/* ── STEP CARD ── */
.hb-proc-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
  overflow: hidden;
}
.hb-proc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF5C1A, #FF8C00);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.hb-proc-row:hover .hb-proc-card {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,92,26,0.13);
}
.hb-proc-row:hover .hb-proc-card::before { opacity: 1; }

.hb-proc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.hb-proc-card-title {
  font-size: 14px;
  font-weight: 800;
  color: #1A1A2E;
  line-height: 1.3;
}
.hb-proc-step-pill {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5C1A;
  background: rgba(255,92,26,0.08);
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 10px;
}
.hb-proc-card-desc {
  font-size: 12.5px;
  font-weight: 500;
  color: #888;
  line-height: 1.65;
}

/* ── ANIMATIONS (uniquely named) ── */
@keyframes hbProcSlideIn {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes hbProcFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── MOBILE ── */
@media (max-width: 380px) {
  .hb-proc-dot { width: 38px; height: 38px; }
  .hb-proc-dot svg { width: 15px; height: 15px; }
  .hb-proc-timeline::before { left: 25px; }
  .hb-proc-node { width: 50px; }
  .hb-proc-card-title { font-size: 13px; }
  .hb-proc-card-desc { font-size: 12px; }
  .hb-proc-step-pill { display: none; }
}

</style>
</head>
<body>

<div class="hb-proc-wrap">


  <div class="hb-proc-timeline">

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><path d="M3 10.5L12 3l9 7.5"/><path d="M5 9.5V20h14V9.5"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Consultation & Planning</span>
          <span class="hb-proc-step-pill">Step 1</span>
        </div>
        <p class="hb-proc-card-desc">We study your plot, budget & design goals before anything begins.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18"/><path d="M3 9h18M9 21V9"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">3D Design & Architecture</span>
          <span class="hb-proc-step-pill">Step 2</span>
        </div>
        <p class="hb-proc-card-desc">Realistic 3D layouts and structural drawings approved before work starts.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16"/><path d="M8 8h8M8 12h8M8 16h6"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Materials & Clear BOQ</span>
          <span class="hb-proc-step-pill">Step 3</span>
        </div>
        <p class="hb-proc-card-desc">Transparent bill of quantities — approved specs, zero hidden costs.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4"/><circle cx="12" cy="12" r="9"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Handover & 15-Year Warranty</span>
          <span class="hb-proc-step-pill">Step 4</span>
        </div>
        <p class="hb-proc-card-desc">Fully completed home delivered with documented warranty handover.</p>
      </div>
    </div>

  </div>
</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f49314c e-flex e-con-boxed e-con e-parent" data-id="f49314c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b5c7192 elementor-widget elementor-widget-html" data-id="b5c7192" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>

/* ── SCOPED RESET ── */
.hb-partners-wrap *,
.hb-partners-wrap *::before,
.hb-partners-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── WRAPPER ── */
.hb-partners-wrap {
  font-family: 'Manrope', sans-serif;
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

/* Background diagonal lines texture */
.hb-partners-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,92,26,0.025) 40px,
    rgba(255,92,26,0.025) 41px
  );
  pointer-events: none;
  z-index: 0;
}

/* ── SECTION BLOCK ── */
.hb-section {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
.hb-section:last-child { margin-bottom: 0; }

/* ── SECTION HEADING ── */
.hb-section-head {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
}

.hb-section-head .hb-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FF5C1A;
  margin-bottom: 10px;
}
.hb-section-head .hb-tag::before,
.hb-section-head .hb-tag::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: #FF5C1A;
  opacity: 0.5;
}

.hb-section-head h2 {
  font-size: 26px;
  font-weight: 900;
  color: #1A1A2E;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hb-section-head h2 em {
  font-style: normal;
  background: linear-gradient(135deg, #FF5C1A, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── MARQUEE TRACK ── */
.hb-marquee-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* fade edges */
.hb-marquee-outer::before,
.hb-marquee-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.hb-marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.hb-marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.hb-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: hbMarquee 22s linear infinite;
}
.hb-marquee-track:hover {
  animation-play-state: paused;
}

/* reverse direction for banking row */
.hb-marquee-track.reverse {
  animation: hbMarqueeRev 26s linear infinite;
}
.hb-marquee-track.reverse:hover {
  animation-play-state: paused;
}

@keyframes hbMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes hbMarqueeRev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* ── LOGO PILL ── */
.hb-logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 16px 28px;
  min-width: 160px;
  height: 80px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.hb-logo-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,92,26,0.04), rgba(255,140,0,0.04));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hb-logo-pill:hover {
  border-color: rgba(255,92,26,0.3);
  box-shadow: 0 6px 24px rgba(255,92,26,0.12);
  transform: translateY(-3px);
}
.hb-logo-pill:hover::before {
  opacity: 1;
}

.hb-logo-pill img {
  max-width: 110px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(30%);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
  position: relative;
  z-index: 1;
}

.hb-logo-pill:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ── DIVIDER ── */
.hb-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FF5C1A, transparent);
  margin: 0 auto 56px;
  border-radius: 2px;
}

</style>
</head>
<body style="background:#fff;">

<div class="hb-partners-wrap">

  <!-- ══ VENDORS ══ -->
  <div class="hb-section">
    <div class="hb-section-head">
      <div class="hb-tag">Trusted Brands</div>
      <h2>Our <em>Vendors</em></h2>
    </div>

    <div class="hb-marquee-outer">
      <div class="hb-marquee-track">
        <!-- SET 1 -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/kajaria-1.png" alt="Kajaria"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/ramco-super-grade-image.png" alt="Ramco"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Parryware-logo-hd.png" alt="Parryware"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Nippon-paint.png" alt="Nippon Paint"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/jaquar-logo.webp" alt="Jaquar"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/tata-tiscon1.webp" alt="tata-tiscon"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ultra-tech.webp" alt="ultra-tech"></div>
        
        <!-- SET 2 (duplicate for infinite loop) -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/kajaria-1.png" alt="Kajaria"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/ramco-super-grade-image.png" alt="Ramco"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Parryware-logo-hd.png" alt="Parryware"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Nippon-paint.png" alt="Nippon Paint"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/jaquar-logo.webp" alt="Jaquar"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/tata-tiscon1.webp" alt="tata-tiscon"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ultra-tech.webp" alt="ultra-tech"></div>
      </div>
    </div>
  </div>

  <!-- ── DIVIDER ── -->
  <div class="hb-divider"></div>

  <!-- ══ BANKING PARTNERS ══ -->
  <div class="hb-section">
    <div class="hb-section-head">
      <div class="hb-tag">Finance & Loans</div>
      <h2>Our Banking <em>Partners</em></h2>
    </div>

    <div class="hb-marquee-outer">
      <div class="hb-marquee-track reverse">
        <!-- SET 1 -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/sbi-home-loan-1.png" alt="SBI Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/IDFC-lOGO1.jpg" alt="IDFC First Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/uco-bank-logo.png" alt="UCO Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/hdfc-bank-home-loan.png" alt="HDFC Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/axis-bank.webp" alt="axis-bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ICICI-Bank.webp" alt="ICICI-Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Indian-Bank-logo.webp" alt="Indian-Bank-logo"></div>
        
        
        <!-- SET 2 (duplicate for infinite loop) -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/sbi-home-loan-1.png" alt="SBI Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/IDFC-lOGO1.jpg" alt="IDFC First Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/uco-bank-logo.png" alt="UCO Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/hdfc-bank-home-loan.png" alt="HDFC Home Loans"></div>
          <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/axis-bank.webp" alt="axis-bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ICICI-Bank.webp" alt="ICICI-Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Indian-Bank-logo.webp" alt="Indian-Bank-logo"></div>
      </div>
    </div>
  </div>

</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3aa20d9 e-flex e-con-boxed e-con e-parent" data-id="3aa20d9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b3703fa elementor-widget elementor-widget-heading" data-id="b3703fa" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Frequently Asked Questions (FAQs)</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-26e40ff e-flex e-con-boxed e-con e-parent" data-id="26e40ff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3849d5f elementor-widget__width-initial elementor-widget elementor-widget-toggle" data-id="3849d5f" data-element_type="widget" data-e-type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
							<div class="elementor-toggle">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5901" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-5901" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">1. What is the construction cost per sq ft in Chennai?</a>
					</div>

					<div id="elementor-tab-content-5901" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-5901"><p>HireandBuild offers <a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/">house construction in Chennai</a> starting at ₹1899/sq.ft. The final cost depends on your plot size, number of floors, and finish level. Use our free cost calculator for an instant estimate.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5902" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-5902" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">2. How long does it take to build a house in Chennai?</a>
					</div>

					<div id="elementor-tab-content-5902" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-5902"><p>A typical residential project takes 12 to 18 months.We provide a written project timeline before work begins.See how our works from start to finish.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5903" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-5903" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">3. Do you handle the complete construction from start to finish?</a>
					</div>

					<div id="elementor-tab-content-5903" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-5903"><p>Yes. We offer complete turnkey house construction in Chennai covering soil testing, <a href="https://hireandbuild.com/architects-in-chennai/">architectural design</a>, structural work, electrical, plumbing, finishing, and final handover — all under one roof.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5904" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-5904" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">4. What areas in Chennai do you cover?</a>
					</div>

					<div id="elementor-tab-content-5904" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-5904"><p>We serve all major localities across Chennai including Anna Nagar, Mogappair, Porur, Perungalathur, Tambaram, Velachery, OMR, Thiruverkadu, Ambattur, and surrounding areas.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5905" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-5905" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">5. Is your construction pricing transparent with no hidden costs?</a>
					</div>

					<div id="elementor-tab-content-5905" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-5905"><p>Yes. We follow a milestone-based payment model with a detailed Bill of Quantities (BOQ) shared before work starts. You know exactly what you are paying for at every stage — no surprise charges.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5906" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-5906" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">6. Do you assign a dedicated engineer to my project?</a>
					</div>

					<div id="elementor-tab-content-5906" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-5906"><p>Yes. Every HireandBuild project gets a qualified, full-time site engineer assigned from day one. Your engineer is physically present on your plot every single day — monitoring material quality, workmanship, and construction progress at every stage. You are never left depending on a contractor&#8217;s word. Our engineer is your eyes on the ground throughout the entire build.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5907" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-5907" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">7. What warranty do you offer on house construction?</a>
					</div>

					<div id="elementor-tab-content-5907" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-5907"><p>HireandBuild provides a 15-year structural warranty on all residential construction projects. All warranty terms are documented in writing before the project begins.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5908" class="elementor-tab-title" data-tab="8" role="button" aria-controls="elementor-tab-content-5908" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">8.Did you provide joint venture ?</a>
					</div>

					<div id="elementor-tab-content-5908" class="elementor-tab-content elementor-clearfix" data-tab="8" role="region" aria-labelledby="elementor-tab-title-5908"><p>Yes, we collaborate with architects, builders, and contractors through <a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">joint venture partnerships.</a> We handle structural design, analysis, and compliance while working closely with your team to ensure safe and efficient project execution.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5909" class="elementor-tab-title" data-tab="9" role="button" aria-controls="elementor-tab-content-5909" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">9. Do you help with home loan approvals?</a>
					</div>

					<div id="elementor-tab-content-5909" class="elementor-tab-content elementor-clearfix" data-tab="9" role="region" aria-labelledby="elementor-tab-title-5909"><p>Yes. We work with leading banks including <a href="https://onlinesbi.sbi.bank.in/" target="_blank" rel="noopener">SBI</a>, HDFC, ICICI, Axis Bank, and IDFC First Bank to help you get home loan approvals smoothly alongside your construction project.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-59010" class="elementor-tab-title" data-tab="10" role="button" aria-controls="elementor-tab-content-59010" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">10.How do I get started with HireandBuild?</a>
					</div>

					<div id="elementor-tab-content-59010" class="elementor-tab-content elementor-clearfix" data-tab="10" role="region" aria-labelledby="elementor-tab-title-59010"><p>Call us at +91 72004 72008 or <a href="https://hireandbuild.com/contact-us/">fill out our free estimate form</a> on this page. Our team will schedule a free site visit and provide a detailed construction estimate within 24 hours.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-59011" class="elementor-tab-title" data-tab="11" role="button" aria-controls="elementor-tab-content-59011" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">11.Do you build G+1 and G+2 houses in Chennai?</a>
					</div>

					<div id="elementor-tab-content-59011" class="elementor-tab-content elementor-clearfix" data-tab="11" role="region" aria-labelledby="elementor-tab-title-59011"><p>Yes. We build single-floor independent houses, G+1, and G+2 residential homes across Chennai. Each project is structurally designed after soil testing — foundation depth and column sizing are never assumed, always engineered. Whether you are planning one floor now with future expansion in mind, or building a complete multi-floor home from the start, we design and execute the structure to handle it safely.</p></div>
				</div>
										<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"1. What is the construction cost per sq ft in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>HireandBuild offers <a href=\"https:\/\/hireandbuild.com\/turnkey-house-construction-services-in-chennai\/\">house construction in Chennai<\/a> starting at \u20b91899\/sq.ft. The final cost depends on your plot size, number of floors, and finish level. Use our free cost calculator for an instant estimate.<\/p>"}},{"@type":"Question","name":"2. How long does it take to build a house in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>A typical residential project takes 12 to 18 months.We provide a written project timeline before work begins.See how our works from start to finish.<\/p>"}},{"@type":"Question","name":"3. Do you handle the complete construction from start to finish?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We offer complete turnkey house construction in Chennai covering soil testing, <a href=\"https:\/\/hireandbuild.com\/architects-in-chennai\/\">architectural design<\/a>, structural work, electrical, plumbing, finishing, and final handover \u2014 all under one roof.<\/p>"}},{"@type":"Question","name":"4. What areas in Chennai do you cover?","acceptedAnswer":{"@type":"Answer","text":"<p>We serve all major localities across Chennai including Anna Nagar, Mogappair, Porur, Perungalathur, Tambaram, Velachery, OMR, Thiruverkadu, Ambattur, and surrounding areas.<\/p>"}},{"@type":"Question","name":"5. Is your construction pricing transparent with no hidden costs?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We follow a milestone-based payment model with a detailed Bill of Quantities (BOQ) shared before work starts. You know exactly what you are paying for at every stage \u2014 no surprise charges.<\/p>"}},{"@type":"Question","name":"6. Do you assign a dedicated engineer to my project?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. Every HireandBuild project gets a qualified, full-time site engineer assigned from day one. Your engineer is physically present on your plot every single day \u2014 monitoring material quality, workmanship, and construction progress at every stage. You are never left depending on a contractor&#8217;s word. Our engineer is your eyes on the ground throughout the entire build.<\/p>"}},{"@type":"Question","name":"7. What warranty do you offer on house construction?","acceptedAnswer":{"@type":"Answer","text":"<p>HireandBuild provides a 15-year structural warranty on all residential construction projects. All warranty terms are documented in writing before the project begins.<\/p>"}},{"@type":"Question","name":"8.Did you provide joint venture ?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes, we collaborate with architects, builders, and contractors through <a href=\"https:\/\/hireandbuild.com\/joint-venture-builders-in-chennai\/\">joint venture partnerships.<\/a> We handle structural design, analysis, and compliance while working closely with your team to ensure safe and efficient project execution.<\/p>"}},{"@type":"Question","name":"9. Do you help with home loan approvals?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We work with leading banks including <a href=\"https:\/\/onlinesbi.sbi.bank.in\/\">SBI<\/a>, HDFC, ICICI, Axis Bank, and IDFC First Bank to help you get home loan approvals smoothly alongside your construction project.<\/p>"}},{"@type":"Question","name":"10.How do I get started with HireandBuild?","acceptedAnswer":{"@type":"Answer","text":"<p>Call us at +91 72004 72008 or <a href=\"https:\/\/hireandbuild.com\/contact-us\/\">fill out our free estimate form<\/a> on this page. Our team will schedule a free site visit and provide a detailed construction estimate within 24 hours.<\/p>"}},{"@type":"Question","name":"11.Do you build G+1 and G+2 houses in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We build single-floor independent houses, G+1, and G+2 residential homes across Chennai. Each project is structurally designed after soil testing \u2014 foundation depth and column sizing are never assumed, always engineered. Whether you are planning one floor now with future expansion in mind, or building a complete multi-floor home from the start, we design and execute the structure to handle it safely.<\/p>"}}]}</script>
					</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		
	</div><!-- #content -->

	


			</div><!-- .wf-container -->
		</div><!-- .wf-wrap -->

	
	</div><!-- #main -->

	


	<!-- !Footer -->
	<footer id="footer" class="footer solid-bg elementor-footer"  role="contentinfo">

		
			<div class="wf-wrap">
				<div class="wf-container-footer">
					<div class="wf-container">
								<footer data-elementor-type="footer" data-elementor-id="4232" class="elementor elementor-4232 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-be17310 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="be17310" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-434d776" data-id="434d776" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-43691f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="43691f1" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7b302f0" data-id="7b302f0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-757ba6f elementor-widget elementor-widget-heading" data-id="757ba6f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Contact</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-8bacc23 elementor-widget elementor-widget-spacer" data-id="8bacc23" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-de5ec6d elementor-widget elementor-widget-text-editor" data-id="de5ec6d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>2nd floor, 87a, 2nd Main Rd, above Zalya&#8217;s Closet, Nolambur Phase II, Mogappair West, Chennai, Tamil Nadu &#8211; 600037</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0a2e280 elementor-widget elementor-widget-spacer" data-id="0a2e280" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0568ae1 icon-box-vertical-align-center content-align-left icon-position-left icon-vertical-align-start elementor-widget elementor-widget-the7_icon_box_widget" data-id="0568ae1" data-element_type="widget" data-e-type="widget" data-widget_type="the7_icon_box_widget.default">
				<div class="elementor-widget-container">
					
		<div class="the7-box-wrapper the7-elementor-widget the7_icon_box_widget-0568ae1">			<div class="box-content-wrapper">
									<a class="elementor-icon-div" >						<div class="elementor-icon">
							<i aria-hidden="true" class="feather feather-phone-call"></i>						</div>
					</a>								<div class="box-content">
																	<h4 class="box-heading">
							<a >								+91 72004 72008							</a>						</h4>
																<div class="box-description"><p>Mon - Sat 10:00 am - 7:00 pm</p></div>
					
					
				</div>
			</div>
		</div>					</div>
				</div>
				<div class="elementor-element elementor-element-ddcc6cf elementor-widget elementor-widget-spacer" data-id="ddcc6cf" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3502e3b content-align-mobile-center icon-position-mobile-top icon-vertical-align-center icon-vertical-align-mobile-center icon-position-tablet-top icon-vertical-align-tablet-start content-align-left icon-box-vertical-align-top icon-position-left elementor-widget elementor-widget-the7_icon_box_widget" data-id="3502e3b" data-element_type="widget" data-e-type="widget" data-widget_type="the7_icon_box_widget.default">
				<div class="elementor-widget-container">
					
		<div class="the7-box-wrapper the7-elementor-widget the7_icon_box_widget-3502e3b">			<div class="box-content-wrapper">
									<a class="elementor-icon-div" >						<div class="elementor-icon">
							<i aria-hidden="true" class="feather feather-mail"></i>						</div>
					</a>								<div class="box-content">
																	<h4 class="box-heading">
							<a >								info@hireandbuild.com							</a>						</h4>
										
					
				</div>
			</div>
		</div>					</div>
				</div>
				<div class="elementor-element elementor-element-4017909 elementor-widget elementor-widget-spacer" data-id="4017909" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-83b4437 elementor-shape-circle e-grid-align-tablet-center e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="83b4437" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-a9861cf" href="https://www.facebook.com/hireandbuild" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6e6ada5" href="https://www.instagram.com/hire_and_build/?igshid=1u600eerodi26" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i aria-hidden="true" class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b301d73" href="https://in.linkedin.com/company/hireandbuild" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i aria-hidden="true" class="fab fa-linkedin"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-fd8b9a7" href="https://www.youtube.com/channel/UC0EGNd5NNtT9-F_zOCyPUXw" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i aria-hidden="true" class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-715dbd6" href="https://twitter.com/hireandbuild?lang=en" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="48px" height="48px"><path d="M 2.3671875 3 L 9.4628906 13.140625 L 2.7402344 21 L 5.3808594 21 L 10.644531 14.830078 L 14.960938 21 L 21.871094 21 L 14.449219 10.375 L 20.740234 3 L 18.140625 3 L 13.271484 8.6875 L 9.2988281 3 L 2.3671875 3 z M 6.2070312 5 L 8.2558594 5 L 18.033203 19 L 16.001953 19 L 6.2070312 5 z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-65c6a2b" data-id="65c6a2b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-55c47ee elementor-widget elementor-widget-heading" data-id="55c47ee" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Page Links</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ee5b325 elementor-widget elementor-widget-spacer" data-id="ee5b325" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c24f796 dt-nav-menu_align-mobile-center dt-sub-menu_align-center dt-nav-menu_align-center elementor-widget elementor-widget-the7_nav-menu" data-id="c24f796" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submenu_display&quot;:&quot;on_click&quot;}" data-widget_type="the7_nav-menu.default">
				<div class="elementor-widget-container">
					<nav class="dt-nav-menu--main dt-nav-menu__container dt-sub-menu-display-on_click dt-icon-align-with_text dt-icon-position-right dt-sub-icon-position-right dt-sub-icon-align-with_text"><ul class="dt-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13253 first depth-0"><a href='https://hireandbuild.com/about-us/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">About us</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15161 depth-0"><a href='https://hireandbuild.com/joint-venture-builders-in-chennai/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Joint Venture</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18497 depth-0"><a href='https://hireandbuild.com/house-construction-cost-calculator-free-online/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Cost Calculator</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20648 has-children depth-0"><a href='https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Pricing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a><ul class="the7-e-sub-nav vertical-sub-nav hover-style-bg"  role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22135 first depth-1"><a href='https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Residential Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22134 depth-1"><a href='https://hireandbuild.com/commercial-construction-packages-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Commercial Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13621 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Services</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a><ul class="the7-e-sub-nav vertical-sub-nav hover-style-bg"  role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13837 first depth-1"><a href='https://hireandbuild.com/commercial-construction-company-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Commercial Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13678 depth-1"><a href='https://hireandbuild.com/architects-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Architectural Designing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13745 depth-1"><a href='https://hireandbuild.com/structural-engineers-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Structural Designing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13781 depth-1"><a href='https://hireandbuild.com/building-plan-approval-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Building Plan Approval</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12875 depth-0"><a href='https://hireandbuild.com/projects/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Projects</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22387 depth-0"><a href='https://hireandbuild.com/careers/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Careers</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13409 depth-0"><a href='https://hireandbuild.com/contact-us/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Contact</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-button menu-item menu-item-type-post_type menu-item-object-page menu-item-18924 last depth-0"><a href='https://hireandbuild.com/house-construction-cost-calculator-free-online/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Get a Free Quote</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></nav>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7bc332e" data-id="7bc332e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38988dd elementor-widget elementor-widget-heading" data-id="38988dd" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Useful Links</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d4a24d8 elementor-widget elementor-widget-spacer" data-id="d4a24d8" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-6c1030d elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6c1030d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/construction-cost-calculator-free-online/">

											<span class="elementor-icon-list-text">Cost Calcuator</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/home-construction-company-in-chennai/">

											<span class="elementor-icon-list-text">Building Construction</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/building-contract/">

											<span class="elementor-icon-list-text">Knowledge Center</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/careers/">

											<span class="elementor-icon-list-text">Careers</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a225dae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a225dae" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-19caf8b" data-id="19caf8b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d21eae5 elementor-widget elementor-widget-heading" data-id="d21eae5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">© Copyright 2026  Hireandbuild, Chennai , All rights reserved.</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</footer>
							</div><!-- .wf-container -->
				</div><!-- .wf-container-footer -->
			</div><!-- .wf-wrap -->

			
	</footer><!-- #footer -->

			<a href="#" class="scroll-top scroll-top-elementor-icon ">
				<i aria-hidden="true" class="feather feather-arrow-up"></i>				<span class="screen-reader-text">Go to Top</span>
			</a>
			
</div><!-- #page -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/dt-the7/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
			
					<div
			class="qlwapp"
			style="--qlwapp-scheme-font-family:inherit;--qlwapp-scheme-font-size:18px;--qlwapp-scheme-icon-size:60px;--qlwapp-scheme-icon-font-size:24px;--qlwapp-scheme-box-max-height:400px;--qlwapp-scheme-brand:#25d366;--qlwapp-scheme-text:#ffffff;--qlwapp-scheme-text-secondary:#303030;--qlwapp-scheme-contact-role-color:inherit;--qlwapp-scheme-contact-name-color:inherit;--qlwapp-scheme-contact-availability-color:inherit;--qlwapp-scheme-box-message-word-break:break-all;--qlwapp-button-notification-bubble-animation:none;"
			data-contacts="[{&quot;id&quot;:1,&quot;bot_id&quot;:&quot;&quot;,&quot;order&quot;:0,&quot;active&quot;:1,&quot;chat&quot;:1,&quot;avatar&quot;:&quot;https:\/\/www.gravatar.com\/avatar\/00000000000000000000000000000000&quot;,&quot;type&quot;:&quot;phone&quot;,&quot;phone&quot;:&quot;7200472008&quot;,&quot;group&quot;:&quot;https:\/\/chat.whatsapp.com\/EQuPUtcPzEdIZVlT8JyyNw&quot;,&quot;firstname&quot;:&quot;John&quot;,&quot;lastname&quot;:&quot;Doe&quot;,&quot;label&quot;:&quot;Support&quot;,&quot;message&quot;:&quot;I am looking for a Construction and Architectural Services to build my dream home. Kindly Contact me. Thank you..&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timezone&quot;:&quot;UTC+0&quot;,&quot;visibility&quot;:&quot;readonly&quot;,&quot;timedays&quot;:[],&quot;whatsapp_link_type&quot;:&quot;web&quot;,&quot;display&quot;:{&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;devices&quot;:&quot;all&quot;}}]"
			data-primary-contact="{&quot;id&quot;:1,&quot;bot_id&quot;:&quot;&quot;,&quot;order&quot;:0,&quot;active&quot;:1,&quot;chat&quot;:1,&quot;avatar&quot;:&quot;https:\/\/www.gravatar.com\/avatar\/00000000000000000000000000000000&quot;,&quot;type&quot;:&quot;phone&quot;,&quot;phone&quot;:&quot;7200472008&quot;,&quot;group&quot;:&quot;https:\/\/chat.whatsapp.com\/EQuPUtcPzEdIZVlT8JyyNw&quot;,&quot;firstname&quot;:&quot;John&quot;,&quot;lastname&quot;:&quot;Doe&quot;,&quot;label&quot;:&quot;Support&quot;,&quot;message&quot;:&quot;I am looking for a Construction and Architectural Services to build my dream home. Kindly Contact me. Thank you..&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timezone&quot;:&quot;UTC+0&quot;,&quot;visibility&quot;:&quot;readonly&quot;,&quot;timedays&quot;:[],&quot;whatsapp_link_type&quot;:&quot;web&quot;,&quot;display&quot;:{&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;devices&quot;:&quot;all&quot;}}"
			data-display="{&quot;devices&quot;:&quot;all&quot;,&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}}"
			data-button="{&quot;layout&quot;:&quot;bubble&quot;,&quot;box&quot;:&quot;no&quot;,&quot;position&quot;:&quot;bottom-right&quot;,&quot;text&quot;:&quot;&quot;,&quot;icon&quot;:&quot;qlwapp-whatsapp-icon&quot;,&quot;developer&quot;:&quot;no&quot;,&quot;rounded&quot;:&quot;yes&quot;,&quot;animation_name&quot;:&quot;&quot;,&quot;animation_delay&quot;:&quot;&quot;,&quot;notification_bubble&quot;:&quot;none&quot;,&quot;notification_bubble_animation&quot;:&quot;none&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timedays&quot;:[],&quot;timezone&quot;:&quot;&quot;,&quot;visibility&quot;:&quot;readonly&quot;}"
			data-box="{&quot;enable&quot;:&quot;yes&quot;,&quot;auto_open&quot;:&quot;no&quot;,&quot;auto_delay_open&quot;:1000,&quot;lazy_load&quot;:&quot;no&quot;,&quot;allow_outside_close&quot;:&quot;no&quot;,&quot;header&quot;:&quot;\n\t\t\t\t\t\t\t\t&lt;p style=\&quot;line-height: 1;text-align: start\&quot;&gt;&lt;span style=\&quot;font-size: 12px;vertical-align: bottom;letter-spacing: -0.2px;opacity: 0.8;margin: 5px 0 0 1px\&quot;&gt;Powered by&lt;\/span&gt;&lt;\/p&gt;\n\t\t\t\t\t\t\t\t&lt;p style=\&quot;line-height: 1;text-align: start\&quot;&gt;&lt;a style=\&quot;font-size: 24px;line-height: 34px;font-weight: bold;text-decoration: none;color: white\&quot; href=\&quot;https:\/\/quadlayers.com\/products\/whatsapp-chat\/?utm_source=qlwapp_plugin&amp;utm_medium=header&amp;utm_campaign=social-chat\&quot; target=\&quot;_blank\&quot; rel=\&quot;noopener\&quot;&gt;Social Chat&lt;\/a&gt;&lt;\/p&gt;&quot;,&quot;footer&quot;:&quot;&lt;p style=\&quot;text-align: start;\&quot;&gt;Need help? Our team is just a message away&lt;\/p&gt;&quot;,&quot;response&quot;:&quot;Write a response&quot;,&quot;consent_message&quot;:&quot;I accept cookies and privacy policy.&quot;,&quot;consent_enabled&quot;:&quot;no&quot;}"
			data-scheme="{&quot;font_family&quot;:&quot;inherit&quot;,&quot;font_size&quot;:&quot;18&quot;,&quot;icon_size&quot;:&quot;60&quot;,&quot;icon_font_size&quot;:&quot;24&quot;,&quot;box_max_height&quot;:&quot;400&quot;,&quot;brand&quot;:&quot;#25d366&quot;,&quot;text&quot;:&quot;#ffffff&quot;,&quot;text_secondary&quot;:&quot;#303030&quot;,&quot;link&quot;:&quot;&quot;,&quot;message&quot;:&quot;&quot;,&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;contact_role_color&quot;:&quot;inherit&quot;,&quot;contact_name_color&quot;:&quot;inherit&quot;,&quot;contact_availability_color&quot;:&quot;inherit&quot;,&quot;box_message_word_break&quot;:&quot;break-all&quot;}"
		>
					</div>
		



































<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://hireandbuild.com/wp-includes/js/wp-emoji-release.min.js?ver=7.1"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://hireandbuild.com/wp-includes/js/wp-emoji-loader.min.js
</script>

<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
	<div class="pswp__bg"></div>
	<div class="pswp__scroll-wrap">
		<div class="pswp__container">
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
		</div>
		<div class="pswp__ui pswp__ui--hidden">
			<div class="pswp__top-bar">
				<div class="pswp__counter"></div>
				<button class="pswp__button pswp__button--close" title="Close (Esc)" aria-label="Close (Esc)"></button>
				<button class="pswp__button pswp__button--share" title="Share" aria-label="Share"></button>
				<button class="pswp__button pswp__button--fs" title="Toggle fullscreen" aria-label="Toggle fullscreen"></button>
				<button class="pswp__button pswp__button--zoom" title="Zoom in/out" aria-label="Zoom in/out"></button>
				<div class="pswp__preloader">
					<div class="pswp__preloader__icn">
						<div class="pswp__preloader__cut">
							<div class="pswp__preloader__donut"></div>
						</div>
					</div>
				</div>
			</div>
			<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
				<div class="pswp__share-tooltip"></div> 
			</div>
			<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)" aria-label="Previous (arrow left)">
			</button>
			<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)" aria-label="Next (arrow right)">
			</button>
			<div class="pswp__caption">
				<div class="pswp__caption__center"></div>
			</div>
		</div>
	</div>
</div>
<script data-optimized="1" src="https://hireandbuild.com/wp-content/litespeed/js/1263891cdf810b4041a105adffc198da.js?ver=2383a" defer></script></body>
</html>


<!-- Page cached by LiteSpeed Cache 7.9 on 2026-08-26 06:03:12 --><!DOCTYPE html>
<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
<html lang="en-US" prefix="og: https://ogp.me/ns#" class="no-js">
<!--<![endif]-->
<head>
	<meta charset="UTF-8" />
				<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
				<link rel="profile" href="https://gmpg.org/xfn/11" />
	
<!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
<title>Best Construction Company in Chennai - ₹1999/sq.ft</title>
<meta name="description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing"/>
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
<link rel="canonical" href="https://hireandbuild.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Best Construction Company in Chennai - ₹1999/sq.ft" />
<meta property="og:description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing" />
<meta property="og:url" content="https://hireandbuild.com/" />
<meta property="og:site_name" content="Hireandbuild" />
<meta property="og:updated_time" content="2026-08-24T09:23:18+00:00" />
<meta property="article:published_time" content="2019-11-26T17:49:50+00:00" />
<meta property="article:modified_time" content="2026-08-24T09:23:18+00:00" />
<meta property="og:video" content="https://www.youtube.com/embed/QyzZYcc2lH0" />
<meta property="og:video" content="https://www.youtube.com/embed/TlCYc4xR7ns" />
<meta property="og:video" content="https://www.youtube.com/embed/i3gCsM10sYM" />
<meta property="og:video" content="https://www.youtube.com/embed/iZyPzzpufIU" />
<meta property="og:video" content="https://www.youtube.com/embed/OgTKz7HIpf0" />
<meta property="og:video" content="https://www.youtube.com/embed/izQNLxDITqk" />
<meta property="og:video" content="https://www.youtube.com/embed/LMMj4yUkWIU" />
<meta property="og:video" content="https://www.youtube.com/embed/IrW9uBZ2-hY" />
<meta property="og:video" content="https://www.youtube.com/embed/thKZ98a5Ui8" />
<meta property="og:video" content="https://www.youtube.com/embed/WfWGCdMfsS4" />
<meta property="og:video" content="https://www.youtube.com/embed/hMqwuzWILdQ" />
<meta property="og:video" content="https://www.youtube.com/embed/GQwxUgtHCAI" />
<meta property="og:video" content="https://www.youtube.com/embed/oLjG8yKQack" />
<meta property="og:video" content="https://www.youtube.com/embed/41NZRdVG8Ag" />
<meta property="og:video" content="https://www.youtube.com/embed/QSYz2Tta_xg" />
<meta property="og:video" content="https://www.youtube.com/embed/wZAidmBfxEs" />
<meta property="og:video" content="https://www.youtube.com/embed/U9lSmt7tP4A" />
<meta property="og:video" content="https://www.youtube.com/embed/VEeA6VJ05yw" />
<meta property="og:video" content="https://www.youtube.com/embed/H7g8z1Q7eyo" />
<meta property="og:video" content="https://www.youtube.com/embed/lggW89AaHys" />
<meta property="ya:ovs:upload_date" content="2019-11-26GMT+000017:49:50+00:00" />
<meta property="ya:ovs:allow_embed" content="true" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Best Construction Company in Chennai - ₹1999/sq.ft" />
<meta name="twitter:description" content="Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from ₹1999/sq.ft with transparent pricing" />
<meta name="twitter:site" content="@Hire and Build" />
<meta name="twitter:creator" content="@Hire and Build" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="hireandbuild" />
<meta name="twitter:label2" content="Time to read" />
<meta name="twitter:data2" content="8 minutes" />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":["HomeAndConstructionBusiness","Organization"],"@id":"https://hireandbuild.com/#organization","name":"Hireandbuild","url":"https://hireandbuild.com","sameAs":["https://www.facebook.com/hireandbuild","https://twitter.com/Hire and Build"],"logo":{"@type":"ImageObject","@id":"https://hireandbuild.com/#logo","url":"https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1.png","contentUrl":"https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1.png","caption":"Hireandbuild","inLanguage":"en-US","width":"512","height":"512"},"openingHours":["Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 09:00-17:00"],"image":{"@id":"https://hireandbuild.com/#logo"}},{"@type":"WebSite","@id":"https://hireandbuild.com/#website","url":"https://hireandbuild.com","name":"Hireandbuild","alternateName":"Best building contractors in Chennai","publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://hireandbuild.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp","url":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://hireandbuild.com/#webpage","url":"https://hireandbuild.com/","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","datePublished":"2019-11-26T17:49:50+00:00","dateModified":"2026-08-24T09:23:18+00:00","about":{"@id":"https://hireandbuild.com/#organization"},"isPartOf":{"@id":"https://hireandbuild.com/#website"},"primaryImageOfPage":{"@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://hireandbuild.com/author/hireandbuild/","name":"hireandbuild","url":"https://hireandbuild.com/author/hireandbuild/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/7e031c85a567bd1e526d7015f43725d70ec7051b8e486b4eab13ab413a7955ea?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/7e031c85a567bd1e526d7015f43725d70ec7051b8e486b4eab13ab413a7955ea?s=96&amp;d=mm&amp;r=g","caption":"hireandbuild","inLanguage":"en-US"},"sameAs":["https://hireandbuild.com"],"worksFor":{"@id":"https://hireandbuild.com/#organization"}},{"headline":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","datePublished":"2019-11-26T17:49:50+00:00","dateModified":"2026-08-24T09:23:18+00:00","keywords":"Construction Company","image":{"@id":"https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp"},"author":{"@id":"https://hireandbuild.com/author/hireandbuild/","name":"hireandbuild"},"@type":"Article","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","@id":"https://hireandbuild.com/#schema-55053","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://hireandbuild.com/#webpage"}},{"@type":"HomeAndConstructionBusiness","name":"Hire and Build","url":"https://hireandbuild.com/","telephone":"+91-7200472008","address":{"@type":"PostalAddress","addressLocality":"Chennai","addressRegion":"Tamil Nadu","addressCountry":"IN"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.8","reviewCount":"320"},"areaServed":"Chennai"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/QyzZYcc2lH0","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142632","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/TlCYc4xR7ns","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142633","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/i3gCsM10sYM","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142634","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/iZyPzzpufIU","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142635","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/OgTKz7HIpf0","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142636","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/izQNLxDITqk","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142637","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/LMMj4yUkWIU","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142638","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/IrW9uBZ2-hY","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142639","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/thKZ98a5Ui8","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142640","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/WfWGCdMfsS4","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142641","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/hMqwuzWILdQ","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142642","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/GQwxUgtHCAI","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142643","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/oLjG8yKQack","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142644","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/41NZRdVG8Ag","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142645","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/QSYz2Tta_xg","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142646","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/wZAidmBfxEs","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142647","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/U9lSmt7tP4A","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142648","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/VEeA6VJ05yw","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142649","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/H7g8z1Q7eyo","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142650","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"},{"@type":"VideoObject","name":"Best Construction Company in Chennai - \u20b91999/sq.ft","description":"Looking for the best construction company in Chennai? HireAndBuild offers turnkey construction from \u20b91999/sq.ft with transparent pricing","uploadDate":"2019-11-26T17:49:50+00:00","embedUrl":"https://www.youtube.com/embed/lggW89AaHys","isFamilyFriendly":"True","@id":"https://hireandbuild.com/#schema-142651","isPartOf":{"@id":"https://hireandbuild.com/#webpage"},"publisher":{"@id":"https://hireandbuild.com/#organization"},"inLanguage":"en-US"}]}</script>
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel="alternate" type="application/rss+xml" title="Hireandbuild &raquo; Feed" href="https://hireandbuild.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Hireandbuild &raquo; Comments Feed" href="https://hireandbuild.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://hireandbuild.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhireandbuild.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://hireandbuild.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhireandbuild.com%2F&#038;format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>

<link rel='stylesheet' id='hfe-widgets-style-css' href='https://hireandbuild.com/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=2.9.3' media='all' />
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="rank-math-related-posts-style-inline-css">
.wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb}

/*# sourceURL=https://hireandbuild.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #999999;--wp--preset--color--dark-gray: #111;--wp--preset--color--light-gray: #767676;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-dark-gray-color{color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-color{color: var(--wp--preset--color--light-gray) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-background-color{background-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-background-color{background-color: var(--wp--preset--color--light-gray) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-dark-gray-border-color{border-color: var(--wp--preset--color--dark-gray) !important;}.has-light-gray-border-color{border-color: var(--wp--preset--color--light-gray) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-gallery.is-layout-flex){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}:where(.wp-block-gallery.is-layout-grid){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
:where(.wp-block-latest-posts.is-layout-flex){gap: 1.25em;}:where(.wp-block-latest-posts.is-layout-grid){gap: 1.25em;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='dashicons-css' href='https://hireandbuild.com/wp-includes/css/dashicons.min.css?ver=7.1' media='all' />
<link rel='stylesheet' id='admin-bar-css' href='https://hireandbuild.com/wp-includes/css/admin-bar.min.css?ver=7.1' media='all' />
<style id="admin-bar-inline-css">

    /* Hide CanvasJS credits for P404 charts specifically */
    #p404RedirectChart .canvasjs-chart-credit {
        display: none !important;
    }
    
    #p404RedirectChart canvas {
        border-radius: 6px;
    }

    .p404-redirect-adminbar-weekly-title {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 6px;
    }

    #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
        content: "\f103";
        color: #dc3545;
        top: 3px;
    }
    
    #wp-admin-bar-p404_free_top_button .ab-item {
        min-width: 80px !important;
        padding: 0px !important;
    }
    
    /* Ensure proper positioning and z-index for P404 dropdown */
    .p404-redirect-adminbar-dropdown-wrap { 
        min-width: 0; 
        padding: 0;
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown {
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .p404-redirect-dropdown-container {
        min-width: 340px;
        padding: 18px 18px 12px 18px;
        background: #23282d !important;
        color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        margin-top: 10px;
        position: relative !important;
        z-index: 999999 !important;
        display: block !important;
        border: 1px solid #444;
    }
    
    /* Ensure P404 dropdown appears on hover */
    #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { 
        display: none !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { 
        display: block !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container {
        display: block !important;
    }
    
    .p404-redirect-card {
        background: #2c3338;
        border-radius: 8px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #444;
    }
    
    .p404-redirect-btn {
        display: inline-block;
        background: #dc3545;
        color: #fff !important;
        font-weight: bold;
        padding: 5px 22px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: background 0.2s, box-shadow 0.2s;
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(220,53,69,0.15);
        text-align: center;
        line-height: 1.6;
    }
    
    .p404-redirect-btn:hover {
        background: #c82333;
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(220,53,69,0.25);
    }
    
    /* Prevent conflicts with other admin bar dropdowns */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item {
        z-index: auto;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item {
        z-index: 999998 !important;
    }
    
/*# sourceURL=admin-bar-inline-css */
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://hireandbuild.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7' media='all' />
<link rel='stylesheet' id='hfe-style-css' href='https://hireandbuild.com/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=2.9.3' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-8-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-8.css?ver=1787556299' media='all' />
<link rel='stylesheet' id='the7-e-sticky-effect-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-sticky-effects.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='widget-toggle-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-1160-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-1160.css?ver=1787563369' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='the7-icon-box-widget-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-icon-box-widget.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='the7-vertical-menu-widget-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/the7-vertical-menu-widget.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.2.3' media='all' />
<link rel='stylesheet' id='elementor-post-5635-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-5635.css?ver=1787556299' media='all' />
<link rel='stylesheet' id='elementor-post-4232-css' href='https://hireandbuild.com/wp-content/uploads/elementor/css/post-4232.css?ver=1787556300' media='all' />
<link rel='stylesheet' id='dt-main-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/main.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-custom-scrollbar-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/lib/custom-scrollbar/custom-scrollbar.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-core-css' href='https://hireandbuild.com/wp-content/plugins/dt-the7-core/assets/css/post-type.min.css?ver=2.7.13' media='all' />
<link rel='stylesheet' id='hfe-elementor-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.34.0' media='all' />
<link rel='stylesheet' id='hfe-icons-list-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' />
<link rel='stylesheet' id='hfe-social-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='hfe-widget-blockquote-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-blockquote.min.css?ver=3.25.0' media='all' />
<link rel='stylesheet' id='hfe-mega-menu-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.26.2' media='all' />
<link rel='stylesheet' id='hfe-nav-menu-widget-css' href='https://hireandbuild.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.26.0' media='all' />
<link rel='stylesheet' id='the7-css-vars-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/css-vars.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='dt-custom-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/custom.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='dt-media-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/media.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='the7-elements-albums-portfolio-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/the7-elements-albums-portfolio.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='the7-elements-css' href='https://hireandbuild.com/wp-content/uploads/the7-css/post-type-dynamic.css?ver=8696b9ce8cf0' media='all' />
<link rel='stylesheet' id='qlwapp-frontend-css' href='https://hireandbuild.com/wp-content/plugins/wp-whatsapp-chat/build/frontend/css/style.css?ver=8.5.9' media='all' />
<link rel='stylesheet' id='style-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/style.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='the7-elementor-global-css' href='https://hireandbuild.com/wp-content/themes/dt-the7/css/compatibility/elementor/elementor-global.min.css?ver=14.4.8' media='all' />
<link rel='stylesheet' id='eael-general-css' href='https://hireandbuild.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.7.3' media='all' />
<link rel='stylesheet' id='elementor-gf-local-opensans-css' href='https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742361972' media='all' />
<link rel='stylesheet' id='elementor-gf-local-assistant-css' href='https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/css/assistant.css?ver=1742361974' media='all' />
<link rel='stylesheet' id='elementor-gf-poppins-css' href='https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;display=swap' media='all' />
<link rel='stylesheet' id='elementor-icons-the7-feather-css' href='https://hireandbuild.com/wp-content/uploads/elementor/custom-icons/the7-feather/style.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://hireandbuild.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' />
<script id="jquery-core-js" src="https://hireandbuild.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>




<link rel="https://api.w.org/" href="https://hireandbuild.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://hireandbuild.com/wp-json/wp/v2/pages/1160" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hireandbuild.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.1" />
<link rel='shortlink' href='https://hireandbuild.com/' />
<style id="essential-blocks-global-styles">
            :root {
                --eb-global-primary-color: #101828;
--eb-global-secondary-color: #475467;
--eb-global-tertiary-color: #98A2B3;
--eb-global-text-color: #475467;
--eb-global-heading-color: #1D2939;
--eb-global-link-color: #444CE7;
--eb-global-background-color: #F9FAFB;
--eb-global-button-text-color: #FFFFFF;
--eb-global-button-background-color: #101828;
--eb-gradient-primary-color: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
--eb-gradient-secondary-color: linear-gradient(90deg, hsla(18, 76%, 85%, 1) 0%, hsla(203, 69%, 84%, 1) 100%);
--eb-gradient-tertiary-color: linear-gradient(90deg, hsla(248, 21%, 15%, 1) 0%, hsla(250, 14%, 61%, 1) 100%);
--eb-gradient-background-color: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(233, 233, 233) 49%, rgb(244, 243, 243) 100%);

                --eb-tablet-breakpoint: 1024px;
--eb-mobile-breakpoint: 767px;

            }
            
            
        </style><meta name="generator" content="Site Kit by Google 1.185.0" /><!-- HFCM by 99 Robots - Snippet # 1: Home page keyword -->
<meta name="keywords" content="cost of constructing a house in chennai, building construction in chennai, civil contractors in chennai, Interior designers">
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 3: Microsoft clarity -->

<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 11: Google search console code -->
<meta name="google-site-verification" content="BS57J9mEQlMFNZ2j8vNjkOcOa80itmflsIOk-N5hT0o" />
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 12: Google Analytics code -->
<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-QJH3LRTRDM" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0ctUUpIM0xSVFJETScp" defer></script>
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 16: Google Tag Manager -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5KVVMQPG');</script>
<!-- End Google Tag Manager -->
<!-- /end HFCM by 99 Robots -->
<!-- Hotjar Tracking Code for www.hireandbuild.com -->


<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-QJH3LRTRDM" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0ctUUpIM0xSVFJETScp" defer></script>

<!-- Organic Code Tracking  for www.hireandbuild.com -->
<script src="https://www.googletagmanager.com/gtag/js?id=AW-XXXXXXXXX" defer data-deferred="1"></script>
<script src="data:text/javascript;base64,d2luZG93LmRhdGFMYXllcj13aW5kb3cuZGF0YUxheWVyfHxbXTtmdW5jdGlvbiBndGFnKCl7ZGF0YUxheWVyLnB1c2goYXJndW1lbnRzKX0KZ3RhZygnanMnLG5ldyBEYXRlKCkpO2d0YWcoJ2NvbmZpZycsJ0FXLVhYWFhYWFhYWCcpO2d0YWcoJ2NvbmZpZycsJ0ctWFhYWFhYWFgnKQ==" defer></script>
			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.3.70-->
			
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
			<meta name="generator" content="Elementor 4.2.3; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://hireandbuild.com/wp-content/uploads/2023/09/cropped-HB512x512-1-270x270.png" />
<style id="wp-custom-css">
body.home {
  padding-top: 0 !important;
}




</style>
<style id='the7-custom-inline-css' type='text/css'>
.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
	text-align: center;
	width: 1.25em;
}
</style>
</head>
<body id="the7-body" class="home wp-singular page-template page-template-elementor_header_footer page page-id-1160 wp-embed-responsive wp-theme-dt-the7 the7-core-ver-2.7.13 ehf-template-dt-the7 ehf-stylesheet-dt-the7 dt-responsive-on right-mobile-menu-close-icon ouside-menu-close-icon mobile-close-right-caption  fade-thin-mobile-menu-close-icon fade-medium-menu-close-icon srcset-enabled btn-flat custom-btn-color custom-btn-hover-color first-switch-logo-left first-switch-menu-right second-switch-logo-left second-switch-menu-right right-mobile-menu layzr-loading-on popup-message-style the7-ver-14.4.8 elementor-default elementor-template-full-width elementor-clear-template elementor-kit-8 elementor-page elementor-page-1160 elementor-page-6261">
<!-- The7 14.4.8 -->

<div id="page" >
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

<style id="the7-page-content-style">
#main {
  padding-top: 0px;
  padding-bottom: 0px;
}
#main > .wf-wrap {
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 778px) {
  #main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #main > .wf-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
}
</style>		<header data-elementor-type="header" data-elementor-id="5635" class="elementor elementor-5635 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-4d7b488 e-con-full e-flex e-con e-parent" data-id="4d7b488" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-770d2a4 elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="770d2a4" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

.hb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 90px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 9999;
  border-bottom: 1.5px solid #f0ede8;
}

.hb-logo a { display: flex; align-items: center; }
.hb-logo img { height: 56px; width: auto; display: block; }

.hb-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
.hb-nav > li { position: relative; }

.hb-nav > li > a,
.hb-nav > li > span {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  font-size: 14.5px; font-weight: 500; color: #1a1a1a;
  text-decoration: none; border-radius: 10px;
  cursor: pointer; user-select: none; white-space: nowrap;
  position: relative;
  transition: color 0.22s ease, background 0.22s ease;
  letter-spacing: -0.01em;
}

.hb-nav > li > a::after,
.hb-nav > li > span::after {
  content: ''; position: absolute;
  bottom: 5px; left: 16px; right: 16px;
  height: 2px; background: #E8600A; border-radius: 2px;
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.hb-nav > li > a:hover,
.hb-nav > li > span:hover { color: #E8600A; }
.hb-nav > li > a:hover::after,
.hb-nav > li > span:hover::after,
.hb-nav > li:hover > span::after { transform: scaleX(1); }

.hb-chev { display: inline-flex; align-items: center; transition: transform 0.25s ease; }
.hb-chev svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hb-nav > li:hover > span .hb-chev { transform: rotate(180deg); }

.hb-dropdown {
  position: absolute;
  top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 248px; background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,0.08), 0 24px 48px -4px rgba(0,0,0,0.14);
  border: 1px solid #f0ede8; padding: 8px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.4,0,0.2,1);
  z-index: 10000;
}

/* Invisible hover bridge — stops dropdown from closing when crossing the gap */
.hb-dropdown::after {
  content: ''; position: absolute;
  top: -14px; left: 0; right: 0; height: 14px;
  background: transparent;
}

.hb-dropdown::before {
  content: ''; position: absolute;
  top: -5px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px; background: #ffffff;
  border-left: 1px solid #f0ede8; border-top: 1px solid #f0ede8;
  border-radius: 2px 0 0 0; z-index: 1;
}

.hb-nav > li:hover .hb-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }

.hb-dropdown a {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 16px; font-size: 14px; font-weight: 500;
  color: #2a2a2a; text-decoration: none; border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
  font-family: 'Poppins', sans-serif;
}
.hb-dropdown a + a { border-top: 1px solid #f7f4f0; }
.dd-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #E8600A; opacity: 0; flex-shrink: 0;
  transition: opacity 0.18s ease, transform 0.18s ease; transform: scale(0);
}
.hb-dropdown a:hover { background: #fff5ef; color: #E8600A; padding-left: 20px; }
.hb-dropdown a:hover .dd-dot { opacity: 1; transform: scale(1); }

.hb-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  position: relative; overflow: hidden;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
  box-shadow: 0 4px 16px rgba(232,96,10,0.32); white-space: nowrap;
}
.hb-cta a::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 50%, transparent 100%);
  transition: left 0.45s ease;
}
.hb-cta a:hover::before { left: 160%; }
.hb-cta a:hover { background: #c94f00; box-shadow: 0 8px 26px rgba(232,96,10,0.44); transform: translateY(-2px); }
.hb-cta a:active { transform: translateY(0); }
.hb-cta-arrow { transition: transform 0.2s ease; }
.hb-cta a:hover .hb-cta-arrow { transform: translateX(4px); }

/* ── Hamburger ── */
.hb-burger {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  width: 46px; height: 46px;
  border: none; background: transparent; cursor: pointer;
  border-radius: 10px; padding: 10px; gap: 5px;
  transition: background 0.2s;
  position: relative; z-index: 10002;
}
.hb-burger:hover { background: #fff5ef; }
.hb-burger span {
  display: block; width: 24px; height: 2px;
  background: #1a1a1a; border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.2s, width 0.3s;
  transform-origin: center; pointer-events: none;
}
.hb-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hb-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.hb-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Overlay ── */
.hb-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000; opacity: 0;
  transition: opacity 0.3s ease;
}
.hb-overlay.is-open { display: block; }
.hb-overlay.is-visible { opacity: 1; }

/* ── Drawer ── */
.hb-drawer {
  position: fixed; top: 0; right: 0;
  width: 300px; height: 100%;
  background: #ffffff; z-index: 10001;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
}
.hb-drawer.is-open { transform: translateX(0); }

.hb-drawer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 20px; border-bottom: 1.5px solid #f0ede8; flex-shrink: 0;
}
.hb-drawer-top img { height: 40px; }

.hb-close-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid #e8e4df; background: #ffffff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.18s, border-color 0.18s; flex-shrink: 0;
}
.hb-close-btn:hover { background: #fff0e8; border-color: #E8600A; }
.hb-close-btn svg {
  width: 16px; height: 16px; stroke: #444;
  stroke-width: 2.5; stroke-linecap: round; fill: none; pointer-events: none;
}
.hb-close-btn:hover svg { stroke: #E8600A; }

.hb-mob-nav { list-style: none; padding: 12px 12px 0; flex: 1; }
.hb-mob-nav > li { margin-bottom: 2px; }

.hb-mob-nav > li > a,
.hb-mob-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 13px 14px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500;
  color: #1a1a1a; text-decoration: none; border-radius: 10px;
  cursor: pointer; border: none; background: transparent;
  transition: background 0.18s, color 0.18s; text-align: left;
}
.hb-mob-nav > li > a:hover,
.hb-mob-trigger:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-trigger.is-open { background: #fff5ef; color: #E8600A; }

.mob-arrow { flex-shrink: 0; transition: transform 0.25s ease; }
.mob-arrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; pointer-events: none; }
.hb-mob-trigger.is-open .mob-arrow { transform: rotate(180deg); }

.hb-mob-sub {
  list-style: none; max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
  background: #faf8f6; border-radius: 0 0 10px 10px; margin: 0 2px 4px;
}
.hb-mob-sub.is-open { max-height: 400px; }
.hb-mob-sub li a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; font-family: 'Poppins', sans-serif;
  font-size: 13.5px; font-weight: 500; color: #555;
  text-decoration: none; border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.hb-mob-sub li a::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #E8600A; opacity: 0.45; flex-shrink: 0; transition: opacity 0.15s;
}
.hb-mob-sub li a:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-sub li a:hover::before { opacity: 1; }

.hb-mob-cta { padding: 20px 12px 36px; flex-shrink: 0; }
.hb-mob-cta a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 24px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(232,96,10,0.30);
}
.hb-mob-cta a:hover { background: #c94f00; }

@media (max-width: 1024px) {
  .hb-header { padding: 0 24px; height: 76px; }
  .hb-nav-wrap, .hb-cta { display: none !important; }
  .hb-burger { display: flex !important; }
}
@media (max-width: 480px) {
  .hb-logo img { height: 44px; }
  .hb-drawer { width: 100%; }
}
</style>

<header class="hb-header">
  <div class="hb-logo">
    <a href="https://hireandbuild.com/">
      <img src="https://hireandbuild.com/wp-content/uploads/2023/09/HB512x512.png" alt="HireAndBuild" />
    </a>
  </div>

  <div class="hb-nav-wrap">
    <nav aria-label="Main navigation">
      <ul class="hb-nav">
        <li><a href="https://hireandbuild.com/about-us/">About us</a></li>
        <li><a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">Joint Venture</a></li>
        <li><a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">Cost Calculator</a></li>
        <li>
          <span>Pricing <span class="hb-chev" aria-hidden="true"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span></span>
          <div class="hb-dropdown">
            <a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/"><span class="dd-dot"></span>Residential Construction</a>
            <a href="https://hireandbuild.com/commercial-construction-packages-chennai/"><span class="dd-dot"></span>Commercial Construction</a>
          </div>
        </li>
        <li>
          <span>Services <span class="hb-chev" aria-hidden="true"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span></span>
          <div class="hb-dropdown">
            <a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/"><span class="dd-dot"></span>Turnkey House Construction</a>
            <a href="https://hireandbuild.com/commercial-construction-company-in-chennai/"><span class="dd-dot"></span>Commercial Construction</a>
            <a href="https://hireandbuild.com/architects-in-chennai/"><span class="dd-dot"></span>Architectural Designing</a>
            <a href="https://hireandbuild.com/structural-engineers-in-chennai/"><span class="dd-dot"></span>Structural Designing</a>
            <a href="https://hireandbuild.com/building-plan-approval-in-chennai/"><span class="dd-dot"></span>Building Plan Approval</a>
          </div>
        </li>
        <li><a href="https://hireandbuild.com/projects/">Projects</a></li>
        <li><a href="https://hireandbuild.com/careers/">Careers</a></li>
        <li><a href="https://hireandbuild.com/contact-us/">Contact</a></li>
      </ul>
    </nav>
  </div>

  <div class="hb-cta">
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">
      Get a Free Quote
      <svg class="hb-cta-arrow" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap: round; stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
    </a>
  </div>

  <button class="hb-burger" id="hbBurger" aria-label="Open menu" type="button">
    <span></span><span></span><span></span>
  </button>
</header>

<div class="hb-overlay" id="hbOverlay"></div>

<div class="hb-drawer" id="hbDrawer">
  <div class="hb-drawer-top">
    <a href="https://hireandbuild.com/">
      <img src="https://hireandbuild.com/wp-content/uploads/2023/09/HB512x512.png" alt="HireAndBuild" />
    </a>
    <button class="hb-close-btn" id="hbCloseBtn" type="button" aria-label="Close menu">
      <svg viewBox="0 0 24 24"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>
    </button>
  </div>

  <ul class="hb-mob-nav">
    <li><a href="https://hireandbuild.com/about-us/">About us</a></li>
    <li><a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">Joint Venture</a></li>
    <li><a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">Cost Calculator</a></li>
    <li>
      <button class="hb-mob-trigger" type="button">
        Pricing
        <span class="mob-arrow"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span>
      </button>
      <ul class="hb-mob-sub">
        <li><a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/">Residential Construction</a></li>
        <li><a href="https://hireandbuild.com/commercial-construction-packages-chennai/">Commercial Construction</a></li>
      </ul>
    </li>
    <li>
      <button class="hb-mob-trigger" type="button">
        Services
        <span class="mob-arrow"><svg viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9"/></svg></span>
      </button>
      <ul class="hb-mob-sub">
        <li><a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/">Turnkey House Construction</a></li>
        <li><a href="https://hireandbuild.com/commercial-construction-company-in-chennai/">Commercial Construction</a></li>
        <li><a href="https://hireandbuild.com/architects-in-chennai/">Architectural Designing</a></li>
        <li><a href="https://hireandbuild.com/structural-engineers-in-chennai/">Structural Designing</a></li>
        <li><a href="https://hireandbuild.com/building-plan-approval-in-chennai/">Building Plan Approval</a></li>
      </ul>
    </li>
    <li><a href="https://hireandbuild.com/projects/">Projects</a></li>
    <li><a href="https://hireandbuild.com/careers/">Careers</a></li>
    <li><a href="https://hireandbuild.com/contact-us/">Contact</a></li>
  </ul>

  <div class="hb-mob-cta">
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/">
      Get a Free Quote
      <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
    </a>
  </div>
</div>

				</div>
				</div>
				</div>
				</header>
		

<div id="main" class="sidebar-none sidebar-divider-off">

	
	<div class="main-gradient"></div>
	<div class="wf-wrap">
	<div class="wf-container-main">

	


	<div id="content" class="content" role="main">

				<div data-elementor-type="wp-page" data-elementor-id="1160" class="elementor elementor-1160" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-56b8af9 e-con-full e-flex e-con e-parent" data-id="56b8af9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9c1c4d5 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="9c1c4d5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
  
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />

  <style>

    /*
     * ── STRATEGY ────────────────────────────────────────────────────
     * WP themes apply padding / max-width on .entry-content or similar
     * wrappers AND set overflow:hidden which kills 100vw breakout tricks.
     *
     * Safe approach: detect the WP container padding via JS at runtime,
     * apply equal negative side margins to pull the hero flush, then
     * re-add the same amount as internal padding so content stays inset.
     *
     * This works inside any overflow:hidden parent and never causes
     * horizontal scroll.
     * ───────────────────────────────────────────────────────────────
     */

    .hnb-hero *,
    .hnb-hero *::before,
    .hnb-hero *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* ─── HERO SECTION ─── */
    .hnb-hero {
      font-family: 'Poppins', sans-serif;
      min-height: 100dvh;
      width: auto; /* overridden by JS */
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      padding: 60px 64px 80px;
      gap: 64px;
      position: relative;
      overflow: visible;
      background: #111;
    }

    .hnb-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('https://hireandbuild.com/wp-content/uploads/2026/07/construction-company-chennai.webp');
      background-size: cover;
      background-position: center 40%;
      background-repeat: no-repeat;
      z-index: 0;
    }

    .hnb-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        110deg,
        rgba(8,8,8,0.82) 0%,
        rgba(8,8,8,0.70) 50%,
        rgba(8,8,8,0.54) 100%
      );
      z-index: 1;
    }

    /* ─── LEFT COPY ─── */
    .hnb-hero__copy {
      position: relative;
      z-index: 2;
    }

    .hnb-hero__h1 {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -1px;
      color: #ffffff;
      margin: 0 0 18px 0;
      padding: 0;
      text-shadow: 0 2px 16px rgba(0,0,0,0.5);
      animation: hnbFadeUp 0.5s 0.08s ease both;
      border: none;
      background: none;
    }

    .hnb-hero__h1 .hnb-accent { color: #E85D04; }

    .hnb-hero__h1 .hnb-underline {
      position: relative;
      display: inline-block;
    }

    .hnb-hero__h1 .hnb-underline::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 3px;
      width: 100%;
      height: 3px;
      background: #E85D04;
      border-radius: 2px;
      transform-origin: left;
      transform: scaleX(0);
      animation: hnbLineGrow 0.6s 0.75s ease forwards;
    }

    .hnb-hero__desc {
      font-family: 'Poppins', sans-serif;
      font-size: 0.9rem;
      font-weight: 300;
      color: rgba(255,255,255,0.78);
      line-height: 1.8;
      max-width: 480px;
      margin: 0 0 20px 0;
      padding: 0;
      animation: hnbFadeUp 0.5s 0.16s ease both;
    }

    /* ── Phone Inline ── */
    .hnb-phone-inline {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      text-decoration: none;
      animation: hnbFadeUp 0.5s 0.20s ease both;
    }

    .hnb-phone-inline__icon {
      width: 36px;
      height: 36px;
      background: rgba(232,93,4,0.18);
      border: 1px solid rgba(232,93,4,0.35);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #E85D04;
      flex-shrink: 0;
      transition: background 0.2s, border-color 0.2s;
    }

    .hnb-phone-inline:hover .hnb-phone-inline__icon {
      background: rgba(232,93,4,0.32);
      border-color: #E85D04;
    }

    .hnb-phone-inline__label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.68rem;
      color: rgba(255,255,255,0.5);
      display: block;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .hnb-phone-inline__number {
      font-family: 'Poppins', sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: #ffffff;
      display: block;
      letter-spacing: 0.5px;
      margin-top: 3px;
      transition: color 0.2s;
    }

    .hnb-phone-inline:hover .hnb-phone-inline__number { color: #E85D04; }

    /* ── CTAs ── */
    .hnb-hero__ctas {
      display: flex;
      gap: 14px;
      animation: hnbFadeUp 0.5s 0.24s ease both;
    }

    .hnb-hero__cta {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 13px 18px;
      border-radius: 10px;
      text-decoration: none;
      border: 1.5px solid rgba(255,255,255,0.18);
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: border-color 0.22s, box-shadow 0.22s, transform 0.18s, background 0.22s;
      flex: 1;
      min-width: 0;
      cursor: pointer;
    }

    .hnb-hero__cta:hover {
      border-color: #E85D04;
      background: rgba(232,93,4,0.18);
      box-shadow: 0 4px 20px rgba(232,93,4,0.25);
      transform: translateY(-2px);
      text-decoration: none;
    }

    .hnb-hero__cta-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: rgba(232,93,4,0.22);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #E85D04;
      flex-shrink: 0;
    }

    .hnb-hero__cta-text {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-width: 0;
    }

    .hnb-hero__cta-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.65rem;
      font-weight: 400;
      color: rgba(255,255,255,0.5);
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      display: block;
    }

    .hnb-hero__cta-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.3;
      margin-top: 3px;
      display: block;
    }

    .hnb-hero__cta-arrow {
      color: #E85D04;
      flex-shrink: 0;
      transition: transform 0.2s;
    }

    .hnb-hero__cta:hover .hnb-hero__cta-arrow { transform: translateX(4px); }

    /* ─── FORM CARD ─── */
    .hnb-hero__form-card {
      position: relative;
      z-index: 2;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,0.09);
      border-radius: 16px;
      padding: 32px 32px 26px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.02), 0 16px 48px rgba(0,0,0,0.18);
      animation: hnbFadeUp 0.6s 0.1s ease both;
    }

    .hnb-hero__form-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      height: 3px;
      background: linear-gradient(90deg, #E85D04, #F48C06, transparent);
      border-radius: 0 0 3px 3px;
    }

    .hnb-hero .hnb-s1-form-wrap {
      width: 100%;
      max-width: 100%;
      background: transparent;
      border: none;
      padding: 0;
      box-shadow: none;
      font-family: 'Poppins', sans-serif;
    }

    .hnb-hero .hnb-s1-form-title {
      font-family: 'Poppins', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #0D0D0D;
      letter-spacing: -0.3px;
      margin: 0 0 4px 0;
      padding: 0;
      line-height: 1.3;
    }

    .hnb-hero .hnb-s1-form-sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #6B6B6B;
      font-weight: 300;
      margin: 0 0 16px 0;
      padding: 0;
      line-height: 1.5;
    }

    .hnb-hero .hnb-s1-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .hnb-hero .hnb-s1-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .hnb-hero .hnb-s1-field {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .hnb-hero .hnb-s1-field label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.65rem;
      font-weight: 600;
      color: #0D0D0D;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      line-height: 1.4;
      display: block;
      margin: 0;
      padding: 0;
    }

    .hnb-hero .hnb-s1-field input,
    .hnb-hero .hnb-s1-field textarea {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      font-weight: 400;
      color: #0D0D0D;
      background: #FAF9F8;
      border: 1.5px solid rgba(0,0,0,0.1);
      border-radius: 8px;
      padding: 10px 12px;
      outline: none;
      width: 100%;
      appearance: none;
      -webkit-appearance: none;
      transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
      line-height: 1.4;
      margin: 0;
    }

    .hnb-hero .hnb-s1-field textarea {
      resize: vertical;
      min-height: 72px;
      max-height: 140px;
      font-family: 'Poppins', sans-serif;
    }

    .hnb-hero .hnb-s1-field input::placeholder,
    .hnb-hero .hnb-s1-field textarea::placeholder {
      color: #C0C0C0;
      font-weight: 300;
    }

    .hnb-hero .hnb-s1-field input:focus,
    .hnb-hero .hnb-s1-field textarea:focus {
      border-color: #E85D04;
      background: #ffffff;
      box-shadow: 0 0 0 3px rgba(232,93,4,0.1);
    }

    .hnb-hero .hnb-s1-field input.hnb-invalid,
    .hnb-hero .hnb-s1-field textarea.hnb-invalid { border-color: rgba(220,38,38,0.6); background: rgba(220,38,38,0.04); }
    .hnb-hero .hnb-s1-field input.hnb-valid,
    .hnb-hero .hnb-s1-field textarea.hnb-valid   { border-color: rgba(22,163,74,0.5);  background: rgba(22,163,74,0.04); }

    .hnb-hero .hnb-s1-field-hint {
      font-family: 'Poppins', sans-serif;
      font-size: 0.62rem;
      margin-top: 2px;
      padding-left: 2px;
      display: none;
      line-height: 1.4;
    }

    .hnb-hero .hnb-s1-field-hint.hnb-hint-error { color: #dc2626; display: block; }
    .hnb-hero .hnb-s1-field-hint.hnb-hint-ok    { color: #16a34a; display: block; }

    .hnb-hero .hnb-s1-section-label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.58rem;
      font-weight: 600;
      color: #A0A0A0;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-top: 1px solid rgba(0,0,0,0.08);
      padding-top: 10px;
      margin-top: 2px;
      display: block;
    }

    .hnb-hero .hnb-s1-error {
      display: none;
      background: rgba(220,38,38,0.07);
      border: 1px solid rgba(220,38,38,0.22);
      border-radius: 8px;
      padding: 9px 12px;
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #dc2626;
      text-align: center;
      line-height: 1.5;
    }

    .hnb-hero .hnb-s1-form-submit {
      display: block;
      width: 100%;
      margin-top: 4px;
      padding: 13px;
      background: #E85D04;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      font-family: 'Poppins', sans-serif;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      cursor: pointer;
      transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
      line-height: 1.4;
      text-align: center;
      -webkit-tap-highlight-color: transparent;
    }

    .hnb-hero .hnb-s1-form-submit:hover:not(:disabled) {
      background: #F48C06;
      box-shadow: 0 8px 24px rgba(232,93,4,0.35);
      transform: translateY(-2px);
    }

    .hnb-hero .hnb-s1-form-submit:disabled { opacity: 0.7; cursor: not-allowed; }

    .hnb-hero .hnb-s1-success {
      display: none;
      text-align: center;
      padding: 14px 0 4px;
    }

    .hnb-hero .hnb-s1-success-svg {
      display: block;
      margin: 0 auto 14px;
      width: 56px;
      height: 56px;
    }

    .hnb-hero .hnb-s1-success-svg .hnb-circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 3;
      stroke: #16a34a;
      fill: none;
      animation: hnbCircle 0.6s ease forwards;
    }

    .hnb-hero .hnb-s1-success-svg .hnb-check {
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      stroke-width: 3;
      stroke: #16a34a;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
      animation: hnbCheck 0.4s 0.55s ease forwards;
    }

    .hnb-hero .hnb-s1-success-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      color: #0D0D0D;
      margin-bottom: 4px;
      padding: 0;
    }

    .hnb-hero .hnb-s1-success-sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.75rem;
      color: #6B6B6B;
      padding: 0;
      margin: 0;
    }

    /* ─── ANIMATIONS ─── */
    @keyframes hnbFadeUp  { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes hnbLineGrow { to { transform: scaleX(1); } }
    @keyframes hnbCircle  { to { stroke-dashoffset: 0; } }
    @keyframes hnbCheck   { to { stroke-dashoffset: 0; } }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 960px) {
      .hnb-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 64px;
      }
      .hnb-hero__copy { text-align: center; }
      .hnb-hero__h1   { font-size: clamp(1.6rem, 4.5vw, 2.2rem); letter-spacing: -0.5px; }
      .hnb-hero__desc { max-width: 100%; margin-left: auto; margin-right: auto; }
      .hnb-hero__ctas { justify-content: center; }
      .hnb-phone-inline { margin-left: auto; margin-right: auto; display: flex; justify-content: center; }
      .hnb-hero__form-card { padding: 28px 24px; }
    }

    @media (max-width: 720px) {
      .hnb-hero {
        gap: 32px;
        padding-top: 36px;
        padding-bottom: 52px;
      }
      .hnb-hero__h1 {
        font-size: clamp(1.35rem, 5.5vw, 1.85rem);
        line-height: 1.22;
        letter-spacing: -0.4px;
      }
      .hnb-hero__h1 br { display: none; }
      .hnb-hero__desc { font-size: 0.85rem; line-height: 1.75; margin-bottom: 16px; }
      .hnb-hero__ctas { flex-direction: column; gap: 10px; width: 100%; }
      .hnb-hero__cta  { width: 100%; padding: 13px 16px; flex: none; }
      .hnb-hero__form-card { padding: 24px 18px 20px; border-radius: 14px; width: 100%; }
      .hnb-hero .hnb-s1-form-row { grid-template-columns: 1fr 1fr; gap: 8px; }
    }

    @media (max-width: 430px) {
      .hnb-hero {
        gap: 28px;
        padding-top: 32px;
        padding-bottom: 48px;
      }
      .hnb-hero__h1 { font-size: clamp(1.25rem, 6vw, 1.6rem); line-height: 1.25; letter-spacing: -0.3px; }
      .hnb-hero__desc { font-size: 0.82rem; }
      .hnb-hero__cta  { padding: 12px 14px; gap: 10px; }
      .hnb-hero__cta-title { font-size: 0.82rem; }
      .hnb-hero__form-card { padding: 22px 14px 18px; border-radius: 12px; }
      .hnb-hero .hnb-s1-form-row  { grid-template-columns: 1fr; gap: 10px; }
      .hnb-hero .hnb-s1-form-title { font-size: 0.98rem; }
      .hnb-hero .hnb-s1-form-sub   { font-size: 0.7rem; }
      .hnb-hero .hnb-s1-field input,
      .hnb-hero .hnb-s1-field textarea { font-size: 16px; padding: 11px 12px; }
      .hnb-hero .hnb-s1-form-submit { font-size: 0.9rem; padding: 14px; }
      .hnb-phone-inline__number { font-size: 0.95rem; }
    }

    @media (max-width: 390px) {
      .hnb-hero {
        gap: 26px;
        padding-top: 28px;
        padding-bottom: 44px;
      }
      .hnb-hero__h1 { font-size: clamp(1.15rem, 6.5vw, 1.45rem); line-height: 1.28; }
      .hnb-hero__desc { font-size: 0.8rem; }
      .hnb-hero__cta  { padding: 11px 12px; }
      .hnb-hero__cta-icon { width: 32px; height: 32px; }
      .hnb-hero__form-card { padding: 20px 12px 16px; }
      .hnb-hero .hnb-s1-form-title { font-size: 0.92rem; }
    }

    @media (max-width: 360px) {
      .hnb-hero {
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 40px;
      }
      .hnb-hero__h1 { font-size: 1.15rem; line-height: 1.3; }
      .hnb-hero__desc { font-size: 0.78rem; }
      .hnb-hero__form-card { padding: 18px 10px 14px; }
      .hnb-hero__cta { padding: 10px; gap: 8px; }
      .hnb-hero__cta-icon { width: 28px; height: 28px; border-radius: 6px; }
      .hnb-hero__cta-title { font-size: 0.78rem; }
      .hnb-hero__cta-label { font-size: 0.58rem; }
      .hnb-hero .hnb-s1-field input,
      .hnb-hero .hnb-s1-field textarea { font-size: 16px; padding: 10px; }
      .hnb-hero .hnb-s1-form-submit { font-size: 0.88rem; padding: 13px; }
      .hnb-phone-inline__number { font-size: 0.9rem; }
      .hnb-phone-inline__icon { width: 32px; height: 32px; }
    }

  </style>
</head>
<body>

<section class="hnb-hero" id="hnbHero">

  <div class="hnb-hero__copy">
    <h1 class="hnb-hero__h1">
      Best  Construction Company in Chennai<br>
      Starting at <span class="hnb-accent hnb-underline">₹1999/Sq.Ft</span>
    </h1>

    <p class="hnb-hero__desc">
      HireAndBuild is rated among the best house construction companies in Chennai for transparent pricing, on-time delivery and written structural warranty.
      220+ families across Chennai trusted us to build their dream home. We would love to build yours too.
    </p>

    <a href="tel:+917200472008" class="hnb-phone-inline"
       onclick="gtag('event','generate_lead',{'event_category':'Call','event_label':'Phone Click'})">
      <div class="hnb-phone-inline__icon">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none"
             stroke="currentColor" stroke-width="2.2"
             stroke-linecap="round" stroke-linejoin="round">
          <path d="M22 16.92v3a2 2 0 01-2.18 2 19.79-19.79 0 01-8.63-3.07 9.51 9.51 0 01-3-3 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/>
        </svg>
      </div>
      <div>
        <span class="hnb-phone-inline__label">Call us anytime</span>
        <span class="hnb-phone-inline__number">+91 72004 72008</span>
      </div>
    </a>

    <div class="hnb-hero__ctas">
      <a href="https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/" class="hnb-hero__cta">
        <div class="hnb-hero__cta-icon">
          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <rect x="3" y="3" width="18" height="18" rx="3"/><path d="M9 9h6M9 12h6M9 15h4"/>
          </svg>
        </div>
        <div class="hnb-hero__cta-text">
          <span class="hnb-hero__cta-label">View House Construction</span>
          <span class="hnb-hero__cta-title">Packages in Chennai</span>
        </div>
        <svg class="hnb-hero__cta-arrow" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </a>
      <a href="https://hireandbuild.com/projects/" class="hnb-hero__cta">
        <div class="hnb-hero__cta-icon">
          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
            <rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/>
            <rect x="3" y="14" width="7" height="7" rx="1"/><rect x="14" y="14" width="7" height="7" rx="1"/>
          </svg>
        </div>
        <div class="hnb-hero__cta-text">
          <span class="hnb-hero__cta-label">Completed House</span>
          <span class="hnb-hero__cta-title">Projects in Chennai</span>
        </div>
        <svg class="hnb-hero__cta-arrow" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </a>
    </div>
  </div>

  <div class="hnb-hero__form-card">
    <div class="hnb-s1-form-wrap">
      <div class="hnb-s1-form-title">Get a Free Estimate</div>
      <div class="hnb-s1-form-sub">No commitment · Response within 24 hours</div>

      <div class="hnb-s1-form" id="hnbLeadForm">

        <div class="hnb-s1-form-row">
          <div class="hnb-s1-field">
            <label for="hnbName">Full Name *</label>
            <input type="text" id="hnbName" placeholder="Ravi Kumar" autocomplete="name"/>
          </div>
          <div class="hnb-s1-field">
            <label for="hnbPhone">Phone *</label>
            <input type="tel" id="hnbPhone" placeholder="9876543210" maxlength="10" inputmode="numeric" autocomplete="tel"/>
            <span class="hnb-s1-field-hint" id="hnbPhoneHint"></span>
          </div>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbEmail">Email Address *</label>
          <input type="email" id="hnbEmail" placeholder="yourname@gmail.com" autocomplete="email" inputmode="email"/>
          <span class="hnb-s1-field-hint" id="hnbEmailHint"></span>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbLocation">Plot Location</label>
          <input type="text" id="hnbLocation" placeholder="e.g. Anna Nagar, Chennai" autocomplete="off"/>
        </div>

        <div class="hnb-s1-field">
          <label for="hnbArea">Plot Area (sq.ft)</label>
          <input type="number" id="hnbArea" placeholder="1200" inputmode="numeric"/>
        </div>

        <span class="hnb-s1-section-label">About Your Requirement</span>

        <div class="hnb-s1-field">
          <label for="hnbNotes">Additional Notes</label>
          <textarea id="hnbNotes" placeholder="Describe your requirements, preferred style, number of floors, special requests…"></textarea>
        </div>

        <div class="hnb-s1-error" id="hnbError"></div>

        <button type="button" class="hnb-s1-form-submit" id="hnbSubmit" onclick="hnbSubmitLead()">
          Request Free Estimate →
        </button>

      </div>

      <div class="hnb-s1-success" id="hnbSuccess">
        <svg class="hnb-s1-success-svg" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg">
          <circle class="hnb-circle" cx="26" cy="26" r="24"/>
          <polyline class="hnb-check" points="14,27 22,35 38,18"/>
        </svg>
        <div class="hnb-s1-success-title">Request Received!</div>
        <div class="hnb-s1-success-sub">Our team will call you within 24 hours.</div>
      </div>
    </div>
  </div>

</section>

<script src="data:text/javascript;base64,KGZ1bmN0aW9uKCl7dmFyIGhlcm89ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkhlcm8nKTtpZighaGVybylyZXR1cm47ZnVuY3Rpb24gYXBwbHlCbGVlZCgpe2hlcm8uc3R5bGUubWFyZ2luTGVmdD0nJztoZXJvLnN0eWxlLm1hcmdpblJpZ2h0PScnO2hlcm8uc3R5bGUucGFkZGluZ0xlZnQ9Jyc7aGVyby5zdHlsZS5wYWRkaW5nUmlnaHQ9Jyc7dmFyIHJlY3Q9aGVyby5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTt2YXIgdnBXaWR0aD13aW5kb3cuaW5uZXJXaWR0aDt2YXIgbGVmdEdhcD1yZWN0LmxlZnQ7dmFyIHJpZ2h0R2FwPXZwV2lkdGgtcmVjdC5yaWdodDtpZihsZWZ0R2FwPjF8fHJpZ2h0R2FwPjEpe2hlcm8uc3R5bGUubWFyZ2luTGVmdD0nLScrbGVmdEdhcCsncHgnO2hlcm8uc3R5bGUubWFyZ2luUmlnaHQ9Jy0nK3JpZ2h0R2FwKydweCc7dmFyIHc9dnBXaWR0aDt2YXIgYmFzZVBhZEg9dzw9MzYwPzEyOnc8PTM5MD8xNDp3PD00MzA/MTY6dzw9NzIwPzE4Onc8PTk2MD8zMjo2NDtoZXJvLnN0eWxlLnBhZGRpbmdMZWZ0PShsZWZ0R2FwK2Jhc2VQYWRIKSsncHgnO2hlcm8uc3R5bGUucGFkZGluZ1JpZ2h0PShyaWdodEdhcCtiYXNlUGFkSCkrJ3B4J319CmFwcGx5QmxlZWQoKTt3aW5kb3cuYWRkRXZlbnRMaXN0ZW5lcigncmVzaXplJyxhcHBseUJsZWVkKX0pKCk7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYlBob25lJykuYWRkRXZlbnRMaXN0ZW5lcigna2V5cHJlc3MnLGZ1bmN0aW9uKGUpe2lmKCEvWzAtOV0vLnRlc3QoZS5rZXkpKWUucHJldmVudERlZmF1bHQoKTt9KTtkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iUGhvbmUnKS5hZGRFdmVudExpc3RlbmVyKCdpbnB1dCcsZnVuY3Rpb24oKXt0aGlzLnZhbHVlPXRoaXMudmFsdWUucmVwbGFjZSgvXEQvZywnJykuc2xpY2UoMCwxMCk7dmFyIGhpbnQ9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYlBob25lSGludCcpO2lmKCF0aGlzLnZhbHVlKXt0aGlzLmNsYXNzTGlzdC5yZW1vdmUoJ2huYi1pbnZhbGlkJywnaG5iLXZhbGlkJyk7aGludC5jbGFzc05hbWU9J2huYi1zMS1maWVsZC1oaW50JztoaW50LnRleHRDb250ZW50PScnfWVsc2UgaWYodGhpcy52YWx1ZS5sZW5ndGg9PT0xMCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcpO3RoaXMuY2xhc3NMaXN0LmFkZCgnaG5iLXZhbGlkJyk7aGludC5jbGFzc05hbWU9J2huYi1zMS1maWVsZC1oaW50IGhuYi1oaW50LW9rJztoaW50LnRleHRDb250ZW50PSfinJMgVmFsaWQgbnVtYmVyJ31lbHNle3RoaXMuY2xhc3NMaXN0LnJlbW92ZSgnaG5iLXZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItaW52YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCBobmItaGludC1lcnJvcic7aGludC50ZXh0Q29udGVudD0oMTAtdGhpcy52YWx1ZS5sZW5ndGgpKycgbW9yZSBkaWdpdChzKSBuZWVkZWQnfX0pO2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJFbWFpbCcpLmFkZEV2ZW50TGlzdGVuZXIoJ2JsdXInLGZ1bmN0aW9uKCl7dmFyIHZhbD10aGlzLnZhbHVlLnRyaW0oKTt2YXIgaGludD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iRW1haWxIaW50Jyk7aWYoIXZhbCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcsJ2huYi12YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCc7aGludC50ZXh0Q29udGVudD0nJztyZXR1cm59CnZhciBvaz0vXlthLXpBLVowLTkuXyUrXC1dK0BnbWFpbFwuY29tJC8udGVzdCh2YWwpO2lmKG9rKXt0aGlzLmNsYXNzTGlzdC5yZW1vdmUoJ2huYi1pbnZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItdmFsaWQnKTtoaW50LmNsYXNzTmFtZT0naG5iLXMxLWZpZWxkLWhpbnQgaG5iLWhpbnQtb2snO2hpbnQudGV4dENvbnRlbnQ9J+KckyBWYWxpZCBHbWFpbCBhZGRyZXNzJ31lbHNle3RoaXMuY2xhc3NMaXN0LnJlbW92ZSgnaG5iLXZhbGlkJyk7dGhpcy5jbGFzc0xpc3QuYWRkKCdobmItaW52YWxpZCcpO2hpbnQuY2xhc3NOYW1lPSdobmItczEtZmllbGQtaGludCBobmItaGludC1lcnJvcic7aGludC50ZXh0Q29udGVudD0nT25seSBAZ21haWwuY29tIGFkZHJlc3NlcyBhY2NlcHRlZCd9fSk7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkVtYWlsJykuYWRkRXZlbnRMaXN0ZW5lcignaW5wdXQnLGZ1bmN0aW9uKCl7dGhpcy5jbGFzc0xpc3QucmVtb3ZlKCdobmItaW52YWxpZCcsJ2huYi12YWxpZCcpO3ZhciBoaW50PWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJFbWFpbEhpbnQnKTtoaW50LmNsYXNzTmFtZT0naG5iLXMxLWZpZWxkLWhpbnQnO2hpbnQudGV4dENvbnRlbnQ9Jyd9KTthc3luYyBmdW5jdGlvbiBobmJTdWJtaXRMZWFkKCl7dmFyIG5hbWU9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYk5hbWUnKS52YWx1ZS50cmltKCk7dmFyIHBob25lPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJQaG9uZScpLnZhbHVlLnRyaW0oKTt2YXIgZW1haWw9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkVtYWlsJykudmFsdWUudHJpbSgpO3ZhciBsb2NhdGlvbj1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iTG9jYXRpb24nKS52YWx1ZS50cmltKCk7dmFyIGFyZWE9ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2huYkFyZWEnKS52YWx1ZS50cmltKCk7dmFyIG5vdGVzPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJOb3RlcycpLnZhbHVlLnRyaW0oKTt2YXIgZXJyb3JFbD1kb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iRXJyb3InKTt2YXIgc3VibWl0QnRuPWRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJTdWJtaXQnKTtlcnJvckVsLnN0eWxlLmRpc3BsYXk9J25vbmUnO2Vycm9yRWwudGV4dENvbnRlbnQ9Jyc7aWYoIW5hbWUpe2Vycm9yRWwudGV4dENvbnRlbnQ9J1BsZWFzZSBlbnRlciB5b3VyIGZ1bGwgbmFtZS4nO2Vycm9yRWwuc3R5bGUuZGlzcGxheT0nYmxvY2snO3JldHVybn0KaWYoIXBob25lfHxwaG9uZS5sZW5ndGghPT0xMCl7ZXJyb3JFbC50ZXh0Q29udGVudD0nUGxlYXNlIGVudGVyIGEgdmFsaWQgMTAtZGlnaXQgcGhvbmUgbnVtYmVyLic7ZXJyb3JFbC5zdHlsZS5kaXNwbGF5PSdibG9jayc7cmV0dXJufQppZighZW1haWwpe2Vycm9yRWwudGV4dENvbnRlbnQ9J1BsZWFzZSBlbnRlciB5b3VyIEVtYWlsIGFkZHJlc3MuJztlcnJvckVsLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJztyZXR1cm59CmlmKCEvXlthLXpBLVowLTkuXyUrXC1dK0BbYS16QS1aMC05LlwtXStcLlthLXpBLVpdezIsfSQvLnRlc3QoZW1haWwpKXtlcnJvckVsLnRleHRDb250ZW50PSdFbWFpbCBtdXN0IGJlIGEgdmFsaWQgQGdtYWlsLmNvbSBhZGRyZXNzLic7ZXJyb3JFbC5zdHlsZS5kaXNwbGF5PSdibG9jayc7cmV0dXJufQpzdWJtaXRCdG4uZGlzYWJsZWQ9ITA7c3VibWl0QnRuLnRleHRDb250ZW50PSdTZW5kaW5n4oCmJzt2YXIgY29tbWVudHM9J0xvY2F0aW9uOiAnKyhsb2NhdGlvbnx8J+KAlCcpKycgfCBBcmVhOiAnKyhhcmVhfHwn4oCUJykrJyBzcS5mdCB8IE5vdGVzOiAnKyhub3Rlc3x8J+KAlCcpO3ZhciBwYXJhbXM9bmV3IFVSTFNlYXJjaFBhcmFtcyh7J2ZpZWxkc1tUSVRMRV0nOidXZWJzaXRlIExlYWQg4oCUICcrbmFtZSwnZmllbGRzW05BTUVdJzpuYW1lLCdmaWVsZHNbUEhPTkVdWzBdW1ZBTFVFXSc6cGhvbmUsJ2ZpZWxkc1tQSE9ORV1bMF1bVkFMVUVfVFlQRV0nOidXT1JLJywnZmllbGRzW0VNQUlMXVswXVtWQUxVRV0nOmVtYWlsLCdmaWVsZHNbRU1BSUxdWzBdW1ZBTFVFX1RZUEVdJzonV09SSycsJ2ZpZWxkc1tDT01NRU5UU10nOmNvbW1lbnRzLCdmaWVsZHNbU09VUkNFX0lEXSc6J1dFQicsfSk7dmFyIFdFQkhPT0s9J2h0dHBzOi8vaGlyZWFuZGJ1aWxkLmJpdHJpeDI0LmluL3Jlc3QvMTQvZmhkaHJhZnB1eWM3MzF0MS9jcm0ubGVhZC5hZGQuanNvbic7dHJ5e3ZhciByZXNwb25zZT1hd2FpdCBmZXRjaChXRUJIT09LKyc/JytwYXJhbXMudG9TdHJpbmcoKSx7bWV0aG9kOidHRVQnfSk7dmFyIGRhdGE9YXdhaXQgcmVzcG9uc2UuanNvbigpO2lmKGRhdGEucmVzdWx0KXt3aW5kb3cuZGF0YUxheWVyPXdpbmRvdy5kYXRhTGF5ZXJ8fFtdO3dpbmRvdy5kYXRhTGF5ZXIucHVzaCh7ZXZlbnQ6J2hiX2Zvcm1fc3VibWl0J30pO2d0YWcoJ2V2ZW50JywnZ2VuZXJhdGVfbGVhZCcse2V2ZW50X2NhdGVnb3J5OidGb3JtJyxldmVudF9sYWJlbDonSGVybyBGb3JtJ30pO2RvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdobmJMZWFkRm9ybScpLnN0eWxlLmRpc3BsYXk9J25vbmUnO2RvY3VtZW50LnF1ZXJ5U2VsZWN0b3IoJy5obmItczEtZm9ybS1zdWInKS5zdHlsZS5kaXNwbGF5PSdub25lJztkb2N1bWVudC5nZXRFbGVtZW50QnlJZCgnaG5iU3VjY2VzcycpLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJ31lbHNle3Rocm93IG5ldyBFcnJvcihKU09OLnN0cmluZ2lmeShkYXRhKSl9fWNhdGNoKGVycil7Y29uc29sZS5lcnJvcignTGVhZCBzdWJtaXNzaW9uIGVycm9yOicsZXJyKTtlcnJvckVsLnRleHRDb250ZW50PSdTb21ldGhpbmcgd2VudCB3cm9uZy4gUGxlYXNlIHRyeSBhZ2Fpbi4nO2Vycm9yRWwuc3R5bGUuZGlzcGxheT0nYmxvY2snO3N1Ym1pdEJ0bi5kaXNhYmxlZD0hMTtzdWJtaXRCdG4udGV4dENvbnRlbnQ9J1JlcXVlc3QgRnJlZSBFc3RpbWF0ZSDihpInfX0KZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignY29udGV4dG1lbnUnLGZ1bmN0aW9uKGUpe2UucHJldmVudERlZmF1bHQoKX0p" defer></script>

<script data-optimized="1" src="https://hireandbuild.com/wp-content/litespeed/js/1263891cdf810b4041a105adffc198da.js?ver=2383a" defer></script></body>
</html>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f4285bc e-con-full e-flex e-con e-parent" data-id="f4285bc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1252d50 elementor-widget__width-initial elementor-widget elementor-widget-html" data-id="1252d50" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
  <style>

    .hnb-stats *,
    .hnb-stats *::before,
    .hnb-stats *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .hnb-stats {
      font-family: 'Poppins', sans-serif;
      background: #ffffff;
      padding: 0 48px;
    }

    .hnb-stats__band {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: stretch;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 12px 40px rgba(0,0,0,0.08);
      border: 1px solid rgba(0,0,0,0.06);
      overflow: hidden;
      position: relative;
    }

    .hnb-stats__band::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #E85D04, #F48C06, #ffb347, #F48C06, #E85D04);
      background-size: 300% 100%;
      animation: hnbShimmer 3s linear infinite;
      z-index: 2;
    }
    @keyframes hnbShimmer {
      0%   { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    .hnb-stats__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 44px 24px 38px;
      position: relative;
      transition: background 0.25s;
      cursor: default;
    }

    .hnb-stats__item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 0; top: 18%; bottom: 18%;
      width: 1px;
      background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1), transparent);
    }

    .hnb-stats__item:hover { background: rgba(232,93,4,0.03); }

    .hnb-stats__icon-wrap {
      width: 66px;
      height: 66px;
      border-radius: 18px;
      background: rgba(232,93,4,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: background 0.25s, transform 0.3s cubic-bezier(.34,1.56,.64,1);
      flex-shrink: 0;
      position: relative;
    }

    .hnb-stats__icon-wrap::after {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 21px;
      border: 2px solid rgba(232,93,4,0);
      transition: border-color 0.25s;
    }

    .hnb-stats__item:hover .hnb-stats__icon-wrap {
      background: rgba(232,93,4,0.14);
      transform: translateY(-5px) scale(1.07);
    }

    .hnb-stats__item:hover .hnb-stats__icon-wrap::after {
      border-color: rgba(232,93,4,0.3);
    }

    .hnb-stats__icon-wrap svg {
      width: 34px;
      height: 34px;
      display: block;
    }

    .hnb-stats__num {
      font-family: 'Poppins', sans-serif;
      font-size: 2.5rem;
      font-weight: 800;
      color: #0D0D0D;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 10px;
      display: block;
    }

    .hnb-stats__suffix {
      color: #E85D04;
      font-size: 1.9rem;
      font-weight: 800;
      letter-spacing: -1px;
    }

    .hnb-stats__label {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      font-weight: 500;
      color: #6B6B6B;
      line-height: 1.5;
      max-width: 140px;
      display: block;
      transition: color 0.2s;
    }

    .hnb-stats__item:hover .hnb-stats__label { color: #444; }

    @media (max-width: 900px) {
      .hnb-stats { padding: 0 20px; }
      .hnb-stats__band { grid-template-columns: 1fr 1fr; border-radius: 16px; }
      .hnb-stats__item:nth-child(2)::after { display: none; }
      .hnb-stats__item:nth-child(1),
      .hnb-stats__item:nth-child(2) { border-bottom: 1px solid rgba(0,0,0,0.07); }
      .hnb-stats__item { padding: 32px 16px 28px; }
      .hnb-stats__num { font-size: 2rem; }
    }
    @media (max-width: 480px) {
      .hnb-stats__band { grid-template-columns: 1fr; }
      .hnb-stats__item::after { display: none !important; }
      .hnb-stats__item:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.07); }
    }

  </style>
</head>
<body>

<section class="hnb-stats">
  <div class="hnb-stats__band">

    <!-- 1 · 120+ Projects -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- calendar body -->
          <rect x="6" y="11" width="36" height="31" rx="5" fill="#E85D04" opacity="0.1"/>
          <rect x="6" y="11" width="36" height="31" rx="5" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- top header fill -->
          <rect x="6" y="11" width="36" height="12" rx="5" fill="#E85D04" opacity="0.15"/>
          <rect x="11" y="17" width="26" height="6" fill="#E85D04" opacity="0.15"/>
          <!-- rings -->
          <line x1="16" y1="6" x2="16" y2="17" stroke="#E85D04" stroke-width="2.4" stroke-linecap="round"/>
          <line x1="32" y1="6" x2="32" y2="17" stroke="#E85D04" stroke-width="2.4" stroke-linecap="round"/>
          <!-- date grid -->
          <rect x="12" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.8"/>
          <rect x="21.5" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="31" y="27" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="12" y="35" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.4"/>
          <rect x="21.5" y="35" width="5" height="5" rx="1.5" fill="#E85D04" opacity="0.8"/>
        </svg>
      </div>
      <span class="hnb-stats__num">220<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Homes Built</span>
    </div>

    <!-- 2 · 350+ Quality Checks -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- briefcase body -->
          <rect x="6" y="17" width="36" height="25" rx="5" fill="#E85D04" opacity="0.1"/>
          <rect x="6" y="17" width="36" height="25" rx="5" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- handle -->
          <path d="M17 17v-4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v4" stroke="#E85D04" stroke-width="2.2" stroke-linecap="round" fill="none"/>
          <!-- horizontal seam -->
          <line x1="6" y1="28" x2="42" y2="28" stroke="#E85D04" stroke-width="1.8" opacity="0.3"/>
          <!-- centre clasp box -->
          <rect x="19.5" y="23" width="9" height="9" rx="2.5" fill="#E85D04" opacity="0.15"/>
          <rect x="19.5" y="23" width="9" height="9" rx="2.5" stroke="#E85D04" stroke-width="1.8" fill="none"/>
          <!-- checkmark in clasp -->
          <polyline points="21.5,27.5 23.5,29.5 26.5,24.5" stroke="#E85D04" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
          <!-- side vents -->
          <line x1="13" y1="33" x2="13" y2="37" stroke="#E85D04" stroke-width="1.6" stroke-linecap="round" opacity="0.4"/>
          <line x1="35" y1="33" x2="35" y2="37" stroke="#E85D04" stroke-width="1.6" stroke-linecap="round" opacity="0.4"/>
        </svg>
      </div>
      <span class="hnb-stats__num">350<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Quality Checks Per Project</span>
    </div>

    <!-- 3 · 1,000,000 Sq.ft Completed -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- ribbon left -->
          <path d="M19 30 L12 46 L21 41 L24 46 L24 30" fill="#E85D04" opacity="0.2"/>
          <!-- ribbon right -->
          <path d="M29 30 L36 46 L27 41 L24 46 L24 30" fill="#E85D04" opacity="0.2"/>
          <!-- outer glow ring -->
          <circle cx="24" cy="20" r="15" fill="#E85D04" opacity="0.07"/>
          <!-- outer circle -->
          <circle cx="24" cy="20" r="14" stroke="#E85D04" stroke-width="2.2" fill="none"/>
          <!-- dashed inner ring -->
          <circle cx="24" cy="20" r="9.5" stroke="#E85D04" stroke-width="1.4" stroke-dasharray="2.5 2.2" opacity="0.45" fill="none"/>
          <!-- 5-point star -->
          <path d="M24 12.5
                   L25.9 17.9 L31.6 17.9
                   L27.1 21.2 L28.7 26.6
                   L24 23.5 L19.3 26.6
                   L20.9 21.2 L16.4 17.9
                   L22.1 17.9 Z"
                fill="#E85D04" opacity="0.9"/>
        </svg>
      </div>
      <span class="hnb-stats__num">2,50,000</span>
      <span class="hnb-stats__label">Sq.ft Completed</span>
    </div>

    <!-- 4 · 15 Years Warranty -->
    <div class="hnb-stats__item">
      <div class="hnb-stats__icon-wrap">
        <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <!-- shield glow fill -->
          <path d="M24 4L7 12v13c0 9 7.2 17.4 17 20 9.8-2.6 17-11 17-20V12L24 4z"
                fill="#E85D04" opacity="0.1"/>
          <!-- shield outer stroke -->
          <path d="M24 4L7 12v13c0 9 7.2 17.4 17 20 9.8-2.6 17-11 17-20V12L24 4z"
                stroke="#E85D04" stroke-width="2.2" stroke-linejoin="round" fill="none"/>
          <!-- inner shield contour -->
          <path d="M24 9.5L12 15.5v9.8c0 6.2 5 12 12 14.2 7-2.2 12-8 12-14.2v-9.8L24 9.5z"
                stroke="#E85D04" stroke-width="1.3" stroke-linejoin="round" opacity="0.28" fill="none"/>
          <!-- big checkmark -->
          <polyline points="16,25 22,31 32,18"
                    stroke="#E85D04" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
        </svg>
      </div>
      <span class="hnb-stats__num">15<span class="hnb-stats__suffix">+</span></span>
      <span class="hnb-stats__label">Years Warranty</span>
    </div>

  </div>
</section>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-848b775 e-con-full e-flex e-con e-parent" data-id="848b775" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-58a6d6d elementor-widget elementor-widget-html" data-id="58a6d6d" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== CLIENT SATISFACTION STORIES — Elementor Safe ===== -->
<!-- Paste inside an Elementor HTML widget                     -->

<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

<style>
/* ── Scoped to .css-stories — safe for Elementor ── */
.css-stories *,
.css-stories *::before,
.css-stories *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.css-stories {
  --orange:      #F26522;
  --orange-dark: #C94E10;
  --orange-glow: rgba(242,101,34,0.18);
  --black:       #1A1A1A;
  --grey:        #999;
  --border:      #EBEBEB;
  --white:       #FFFFFF;

  font-family: 'Poppins', sans-serif !important;
  background: #ffffff;
  color: var(--black);
  width: 100%;
  overflow: hidden;
  padding: 70px 0 90px;
  position: relative;
}

/* Subtle dot-grid background */
.css-stories::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #f0f0f0 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* Fade the dot grid on the sides */
.css-stories::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, transparent 20%, transparent 80%, rgba(255,255,255,0.7) 100%);
  pointer-events: none;
  z-index: 0;
}

.css-stories > * { position: relative; z-index: 1; }

/* ── HEADER ── */
.css-stories .css-header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 52px;
  animation: css-fadeUp 0.75s ease both;
}

.css-stories .css-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-glow);
  border: 1px solid rgba(242,101,34,0.25);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}
.css-stories .css-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: css-pulse 1.8s ease-in-out infinite;
}

.css-stories .css-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.css-stories .css-title-accent {
  color: var(--orange);
  position: relative;
  display: inline-block;
}
/* Underline squiggle under accent word */
.css-stories .css-title-accent::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8'%3E%3Cpath d='M0 4 Q10 0 20 4 Q30 8 40 4 Q50 0 60 4 Q70 8 80 4' stroke='%23F26522' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x center / 80px 8px;
  opacity: 0.7;
}

.css-stories .css-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--grey);
  font-weight: 400;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── STATS ROW ── */
.css-stories .css-stats {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.css-stories .css-stat {
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.css-stories .css-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  display: block;
}
.css-stories .css-stat-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  display: block;
  margin-top: 3px;
}

/* divider between stats */
.css-stories .css-stat + .css-stat {
  border-left: 1px solid var(--border);
  padding-left: 36px;
}

/* ── CAROUSEL ── */
.css-stories .css-outer {
  position: relative;
}
.css-stories .css-outer::before,
.css-stories .css-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 130px;
  z-index: 10;
  pointer-events: none;
}
.css-stories .css-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff 5%, transparent);
}
.css-stories .css-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff 5%, transparent);
}

.css-stories .css-track-wrap {
  overflow: hidden;
  cursor: grab;
  padding: 30px 0 38px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.css-stories .css-track-wrap:active { cursor: grabbing; }

.css-stories .css-track {
  display: flex;
  gap: 22px;
  transition: transform 0.56s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  padding: 0 80px;
}

/* ── CARD ── */
.css-stories .css-card {
  flex: 0 0 330px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 16/9;
  cursor: pointer;
  transition:
    transform  0.52s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.52s ease,
    opacity    0.52s ease;
}

.css-stories .css-card.is-center {
  transform: scale(1.08);
  box-shadow:
    0 20px 60px rgba(242,101,34,0.22),
    0 6px  20px rgba(0,0,0,0.1),
    0 0 0 2.5px var(--orange);
  opacity: 1;
}
.css-stories .css-card.is-side {
  opacity: 0.52;
  transform: scale(0.94);
}
.css-stories .css-card.is-far {
  opacity: 0.25;
  transform: scale(0.88);
}

/* thumbnail */
.css-stories .css-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease, filter 0.4s ease;
  filter: brightness(0.7) saturate(0.9);
  border: none;
  border-radius: 0;
  max-width: none;
  margin: 0; padding: 0;
  box-shadow: none;
}
.css-stories .css-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.55) saturate(0.85);
}

/* gradient overlay */
.css-stories .css-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.1) 55%, transparent 100%),
    linear-gradient(135deg, rgba(242,101,34,0.05) 0%, transparent 60%);
  pointer-events: none;
}

/* orange top bar */
.css-stories .css-top-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--orange), #ffb347);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
  border-radius: 0 0 2px 2px;
}
.css-stories .css-card.is-center .css-top-bar { transform: scaleX(1); }

/* corner ribbon */
.css-stories .css-num {
  position: absolute;
  top: 13px; left: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.38);
  padding: 3px 9px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
}

/* play button */
.css-stories .css-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1), background 0.25s;
  box-shadow: 0 8px 30px rgba(242,101,34,0.55), 0 0 0 8px rgba(242,101,34,0.12);
  pointer-events: none;
}
.css-stories .css-play svg { fill: #fff; margin-left: 4px; }

.css-stories .css-card.is-center .css-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.css-stories .css-card:hover .css-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--orange-dark);
}

/* bottom watch label */
.css-stories .css-watch {
  position: absolute;
  bottom: 15px; left: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: flex; align-items: center; gap: 7px;
}
.css-stories .css-watch-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 10px;
  color: #fff;
  flex-shrink: 0;
}

.css-stories .css-card.is-center .css-watch,
.css-stories .css-card:hover      .css-watch {
  opacity: 1;
  transform: translateY(0);
}

/* ── PROGRESS BAR ── */
.css-stories .css-progress-wrap {
  margin: 28px auto 0;
  width: min(320px, 80%);
  height: 3px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.css-stories .css-progress-bar {
  height: 100%;
  background: linear-gradient(to right, var(--orange), #ffb347);
  border-radius: 4px;
  transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 5%;
}

/* ── CONTROLS ── */
.css-stories .css-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
  padding: 0 24px;
  flex-wrap: wrap;
}

.css-stories .css-arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s, transform 0.22s, box-shadow 0.25s;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.css-stories .css-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(0);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 0;
}
.css-stories .css-arrow span { position: relative; z-index: 1; }
.css-stories .css-arrow:hover::before { transform: scale(1); }
.css-stories .css-arrow:hover { color: #fff; box-shadow: 0 6px 20px rgba(242,101,34,0.35); }
.css-stories .css-arrow:active { transform: scale(0.93); }

.css-stories .css-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 240px;
}
.css-stories .css-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background 0.3s, width 0.35s cubic-bezier(0.34,1.56,0.64,1), border-radius 0.3s, transform 0.2s;
  flex-shrink: 0;
}
.css-stories .css-dot:hover { transform: scale(1.3); background: rgba(242,101,34,0.4); }
.css-stories .css-dot.is-active {
  background: var(--orange);
  width: 26px;
  border-radius: 4px;
}

/* ── MODAL ── */
.css-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.css-modal-bg.is-open { opacity: 1; pointer-events: all; }

.css-modal-inner {
  position: relative;
  width: 90vw;
  max-width: 950px;
  transform: scale(0.92) translateY(26px);
  transition: transform 0.48s cubic-bezier(0.34,1.46,0.64,1);
  font-family: 'Poppins', sans-serif;
  padding: 0 16px;
}
.css-modal-bg.is-open .css-modal-inner { transform: scale(1) translateY(0); }

.css-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
}
.css-modal-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  font-family: 'Poppins', sans-serif;
}
.css-modal-eyebrow::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  animation: css-pulse 1.8s ease-in-out infinite;
}
.css-modal-close {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.22s, background 0.22s, color 0.22s, transform 0.2s;
}
.css-modal-close:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: rotate(90deg) scale(1.05);
}

.css-video-wrap {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 20px 70px rgba(0,0,0,0.18),
    0 0 0 2px var(--border),
    0 0 0 6px rgba(242,101,34,0.08);
}
.css-video-wrap iframe { width: 100%; height: 100%; border: none; display: block; }

.css-modal-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
}
.css-mnav-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.22s;
}
.css-mnav-btn:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  transform: scale(1.08);
}
.css-mnav-counter {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  font-family: 'Poppins', sans-serif;
  background: rgba(242,101,34,0.07);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(242,101,34,0.15);
}
.css-mnav-counter b { color: var(--orange); font-weight: 700; }

/* ── ANIMATIONS ── */
@keyframes css-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes css-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}

/* ─────────────────────
   MOBILE  ≤ 767px
───────────────────── */
@media (max-width: 767px) {

  .css-stories { padding: 44px 0 60px; }

  .css-stories .css-header {
    padding: 0 20px;
    margin-bottom: 36px;
  }

  .css-stories .css-title { font-size: 25px; }
  .css-stories .css-sub   { font-size: 13px; }

  .css-stories .css-stats { gap: 0; }
  .css-stories .css-stat + .css-stat { padding-left: 24px; }
  .css-stories .css-stat-num   { font-size: 18px; }
  .css-stories .css-stat-label { font-size: 9px; }

  .css-stories .css-card {
    flex: 0 0 73vw;
    max-width: 290px;
    border-radius: 12px;
  }
  .css-stories .css-track { padding: 0 13.5vw; gap: 14px; }
  .css-stories .css-outer::before,
  .css-stories .css-outer::after { width: 55px; }

  .css-stories .css-card.is-center { transform: scale(1.04); }
  .css-stories .css-card.is-side   { transform: scale(0.92); }

  .css-stories .css-play { width: 46px; height: 46px; }

  .css-stories .css-dots { max-width: 180px; gap: 6px; }
  .css-stories .css-dot { width: 6px; height: 6px; }
  .css-stories .css-dot.is-active { width: 18px; }

  .css-stories .css-arrow { width: 40px; height: 40px; font-size: 15px; }

  .css-stories .css-progress-wrap { width: min(220px, 72%); }

  .css-modal-inner { width: 96vw; padding: 0 10px; }
  .css-video-wrap  { border-radius: 10px; }
  .css-modal-close { width: 34px; height: 34px; font-size: 13px; }
  .css-mnav-btn    { width: 36px; height: 36px; font-size: 13px; }
  .css-mnav-counter { font-size: 11px; padding: 5px 12px; }
}

@media (max-width: 400px) {
  .css-stories .css-card { flex: 0 0 80vw; }
  .css-stories .css-track { padding: 0 10vw; }
}
</style>

<!-- ── MARKUP ── -->
<div class="css-stories">

  <div class="css-header">
    <div class="css-badge">
      <span class="css-badge-dot"></span>
      Real Client Stories
    </div>
    <h2 class="css-title">
      Client <span class="css-title-accent">Satisfaction</span> Stories
    </h2>
    <p class="css-sub">Hear directly from the people whose lives and businesses we've had the privilege to impact.</p>

    <div class="css-stats">
      <div class="css-stat">
        <span class="css-stat-num">20+</span>
        <span class="css-stat-label">Stories Shared</span>
      </div>
      <div class="css-stat">
        <span class="css-stat-num">100%</span>
        <span class="css-stat-label">Real Clients</span>
      </div>
      <div class="css-stat">
        <span class="css-stat-num">4.8★</span>
        <span class="css-stat-label">Avg Rating</span>
      </div>
    </div>
  </div>

  <div class="css-outer">
    <div class="css-track-wrap" id="cssTrackWrap">
      <div class="css-track" id="cssTrack"></div>
    </div>
  </div>

  <!-- Progress bar -->
  <div class="css-progress-wrap">
    <div class="css-progress-bar" id="cssProgress"></div>
  </div>

  <div class="css-controls">
    <button class="css-arrow" id="cssPrev" aria-label="Previous"><span>&#8592;</span></button>
    <div class="css-dots" id="cssDots"></div>
    <button class="css-arrow" id="cssNext" aria-label="Next"><span>&#8594;</span></button>
  </div>

</div>

<!-- Modal -->
<div class="css-modal-bg" id="cssModal">
  <div class="css-modal-inner">
    <div class="css-modal-top">
      <span class="css-modal-eyebrow">Client Story</span>
      <button class="css-modal-close" id="cssClose">&#x2715;</button>
    </div>
    <div class="css-video-wrap">
      <iframe id="cssIframe" allowfullscreen allow="autoplay; encrypted-media"></iframe>
    </div>
    <div class="css-modal-nav">
      <button class="css-mnav-btn" id="cssMPrev">&#8592;</button>
      <span class="css-mnav-counter"><b id="cssMCur">1</b> &nbsp;/&nbsp; <b>20</b></span>
      <button class="css-mnav-btn" id="cssMNext">&#8594;</button>
    </div>
  </div>
</div>


<!-- ===== END CLIENT SATISFACTION STORIES ===== -->				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c875c4b e-con-full e-flex elementor-invisible e-con e-parent" data-id="c875c4b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
				<div class="elementor-element elementor-element-1998bcc elementor-widget elementor-widget-html" data-id="1998bcc" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== ABOUT HIREANDBUILD SECTION ===== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;1,700&display=swap" rel="stylesheet">

<style>
/* ── HARD RESET: scoped only to .hnb-about ── */
.hnb-about,
.hnb-about *,
.hnb-about *::before,
.hnb-about *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Undo Elementor image overrides inside this section */
.hnb-about img {
  display: block !important;
  max-width: 100% !important;
  height: auto;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── SECTION ── */
.hnb-about {
  background: #ffffff !important;
  width: 100% !important;
  padding: 80px 64px 90px !important;
  overflow: hidden !important;
  position: relative !important;
}

.hnb-about::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 480px; height: 480px;
  background: radial-gradient(circle at top right, rgba(255,94,20,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hnb-about::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 360px; height: 360px;
  background: radial-gradient(circle at bottom left, rgba(255,94,20,0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hnb-about__inner {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ── HEADER ── */
.hnb-about__header {
  text-align: center !important;
  margin-bottom: 52px !important;
  animation: abt-fadeUp 0.6s 0.1s ease both;
}

.hnb-about__h2 {
  font-size: clamp(1.45rem, 3vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 14px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.hnb-about__h2 span {
  color: #FF5E14 !important;
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
}

.hnb-about__p {
  font-size: 0.92rem !important;
  font-weight: 300 !important;
  color: #555555 !important;
  line-height: 1.9 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.hnb-about__p strong {
  color: #111111 !important;
  font-weight: 600 !important;
}

/* ── FOUNDER CARD ── */
.hnb-about__founder {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #EEEEEE !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07) !important;
  animation: abt-fadeUp 0.7s 0.2s ease both;
}

.hnb-about__founder::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF5E14, #F48C06, #FFD700);
  z-index: 5;
}

/* ── GALLERY ── */
.hnb-about__gallery {
  position: relative !important;
  overflow: hidden !important;
  background: #0a0a0a !important;
  width: 100% !important;
  aspect-ratio: 4 / 2 !important;
}

/* track is just a size container — no width tricks, no translateX ever */
.hnb-gallery__track {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

/* all slides stacked in the same spot, invisible by default */
.hnb-gallery__slide {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  transition: opacity 0.55s ease !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* only the active slide shows */
.hnb-gallery__slide.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 1 !important;
}

.hnb-gallery__slide img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.hnb-gallery__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.28) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.55) 100%),
    linear-gradient(to right, rgba(0,0,0,0.15) 0%, transparent 20%, transparent 80%, rgba(0,0,0,0.15) 100%);
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Counter */
.hnb-gallery__counter {
  position: absolute !important;
  top: 14px; right: 14px;
  z-index: 3;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

.hnb-gallery__counter b {
  color: #FF5E14 !important;
  font-weight: 700;
}

/* Bottom bar */
.hnb-gallery__bottom {
  position: absolute !important;
  bottom: 0; left: 0; right: 0;
  padding: 18px 18px 14px;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
}

.hnb-about__gift-badge {
  display: flex !important;
  align-items: center !important;
  gap: 9px;
  background: rgba(255,94,20,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 7px 13px;
  box-shadow: 0 6px 24px rgba(255,94,20,0.4);
  flex-shrink: 0;
}

.hnb-about__gift-icon {
  flex-shrink: 0 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  animation: abt-giftBounce 2s ease-in-out infinite;
}

.hnb-about__gift-text span:first-child {
  display: block !important;
  font-size: 0.55rem !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.78) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  line-height: 1.3 !important;
}

.hnb-about__gift-text span:last-child {
  display: block !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 2px !important;
  line-height: 1.2 !important;
}

/* Dots */
.hnb-gallery__dots {
  display: flex !important;
  gap: 7px !important;
  align-items: center !important;
  flex-wrap: wrap;
}

.hnb-gallery__dot {
  width: 7px !important; height: 7px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.35) !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: background 0.25s, width 0.3s, border-radius 0.3s !important;
  flex-shrink: 0;
}

.hnb-gallery__dot.active {
  background: #FF5E14 !important;
  width: 22px !important;
  border-radius: 4px !important;
}

/* Thumbnail strip */
.hnb-gallery__thumbs {
  display: flex !important;
  gap: 8px !important;
  padding: 10px 16px !important;
  background: #f4f4f4 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  /* FIX: prevent thumb strip scroll from leaking to page */
  overscroll-behavior-x: contain !important;
}

.hnb-gallery__thumbs::-webkit-scrollbar { display: none !important; }

.hnb-gallery__thumb {
  flex: 0 0 auto !important;
  width: 80px !important; height: 40px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  border: 2px solid transparent !important;
  opacity: 0.45 !important;
  transition: border-color 0.22s, opacity 0.22s, transform 0.2s !important;
}

.hnb-gallery__thumb img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
}

.hnb-gallery__thumb.active {
  border-color: #FF5E14 !important;
  opacity: 1 !important;
  transform: scale(1.06) !important;
}

.hnb-gallery__thumb:hover { opacity: 0.85 !important; }

/* ── CONTENT BELOW GALLERY ── */
.hnb-about__founder-content {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  padding: 44px 48px !important;
  align-items: start !important;
  background: #ffffff !important;
}

.hnb-about__founder-heading {
  font-size: clamp(1.05rem, 1.6vw, 1.45rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 12px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.hnb-about__founder-heading span { color: #FF5E14 !important; }

.hnb-about__founder-body {
  font-size: 0.83rem !important;
  font-weight: 300 !important;
  color: #555555 !important;
  line-height: 1.85 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Milestones */
.hnb-about__milestones {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.hnb-about__milestone {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
}

.hnb-about__milestone-icon {
  width: 38px !important; height: 38px !important;
  border-radius: 10px !important;
  background: #FFF3EC !important;
  border: 1px solid rgba(255,94,20,0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  color: #FF5E14 !important;
  transition: background 0.25s, border-color 0.25s !important;
}

.hnb-about__milestone:hover .hnb-about__milestone-icon {
  background: rgba(255,94,20,0.15) !important;
  border-color: rgba(255,94,20,0.4) !important;
}

.hnb-about__milestone-text strong {
  display: block !important;
  font-size: 0.81rem !important;
  font-weight: 600 !important;
  color: #111111 !important;
  line-height: 1.3 !important;
}

.hnb-about__milestone-text span {
  font-size: 0.71rem !important;
  font-weight: 300 !important;
  color: #777777 !important;
  line-height: 1.5 !important;
}

/* ── ANIMATIONS ── */
@keyframes abt-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes abt-giftBounce {
  0%,100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-5px) rotate(4deg); }
}

/* ══════════════════════════════
   RESPONSIVE BREAKPOINTS
══════════════════════════════ */

/* Large tablet */
@media screen and (max-width: 1024px) {
  .hnb-about { padding: 70px 40px 80px !important; }
  .hnb-about__founder-content { padding: 36px !important; gap: 32px !important; }
}

/* Tablet portrait */
@media screen and (max-width: 860px) {
  .hnb-about { padding: 60px 28px 70px !important; }
  .hnb-about__founder-content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 32px 28px !important;
  }
  .hnb-about__gallery { aspect-ratio: 4 / 2.2 !important; }
}

/* Mobile landscape */
@media screen and (max-width: 640px) {
  .hnb-about { padding: 48px 20px 56px !important; }
  .hnb-about__header { margin-bottom: 36px !important; }
  .hnb-about__h2 { font-size: 1.35rem !important; letter-spacing: -0.02em !important; }
  .hnb-about__p { font-size: 0.88rem !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 2.6 !important; }
  .hnb-about__founder { border-radius: 16px !important; }
  .hnb-about__founder-content { padding: 28px 20px !important; gap: 24px !important; }
  .hnb-about__founder-heading { font-size: 1.05rem !important; }
  .hnb-gallery__bottom { padding: 14px 14px 12px !important; flex-wrap: wrap !important; gap: 10px !important; }
  .hnb-about__gift-badge { padding: 6px 11px !important; }
  .hnb-about__gift-icon svg { width: 16px !important; height: 16px !important; }
  .hnb-about__gift-text span:last-child { font-size: 0.68rem !important; }
}

/* Mobile portrait */
@media screen and (max-width: 480px) {
  .hnb-about { padding: 40px 16px 48px !important; }
  .hnb-about__h2 { font-size: 1.22rem !important; line-height: 1.25 !important; }
  .hnb-about__p { font-size: 0.85rem !important; line-height: 1.8 !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 3 !important; }
  .hnb-gallery__thumb { width: 58px !important; height: 30px !important; }
  .hnb-gallery__thumbs { padding: 8px 12px !important; gap: 6px !important; }
  .hnb-about__founder-content { padding: 24px 16px !important; gap: 22px !important; }
  .hnb-about__founder-heading { font-size: 1rem !important; }
  .hnb-about__founder-body { font-size: 0.8rem !important; }
  .hnb-about__milestone-icon { width: 34px !important; height: 34px !important; }
  .hnb-about__milestone-icon svg { width: 16px !important; height: 16px !important; }
  .hnb-about__milestone-text strong { font-size: 0.78rem !important; }
  .hnb-about__milestone-text span { font-size: 0.68rem !important; }
  /* Hide dots on very small screens, keep badge */
  .hnb-gallery__dots { display: none !important; }
  .hnb-gallery__counter { top: 10px !important; right: 10px !important; font-size: 0.62rem !important; }
}

/* Extra small */
@media screen and (max-width: 360px) {
  .hnb-about { padding: 32px 14px 40px !important; }
  .hnb-about__h2 { font-size: 1.1rem !important; }
  .hnb-about__gallery { aspect-ratio: 4 / 3.2 !important; }
  .hnb-about__gift-badge { display: none !important; }
  .hnb-gallery__counter { display: block !important; }
}
</style>

<!-- ── MARKUP ── -->
<section class="hnb-about">
  <div class="hnb-about__inner">

    <!-- Header -->
    <div class="hnb-about__header">
      <h2 class="hnb-about__h2">About <span>HireandBuild</span> – Best  Construction Company in Chennai</h2>
      <p class="hnb-about__p">
        When we started HireandBuild, we kept hearing the same story from families across Chennai.They hired a contractor. Work started well. Then delays crept in. Bills started growing. Phone calls stopped getting answered. And the home they dreamed about for years ended up costing more and taking longer than anyone promised.We built HireandBuild to fix that. Every project we take on gets a dedicated site engineer who is on your plot every single day. Every payment 
you make is tied to a completed milestone — not a verbal promise. Andevery home we build comes with a written 15-year warranty that actually means something."We have built 220+ homes across Chennai — from compact independent houses in Tambaram and Ambattur to multi-floor villas in Anna Nagar and OMR."
      </p>
    </div>

    <!-- Founder Gifting Card -->
    <div class="hnb-about__founder">

      <!-- Gallery -->
      <div class="hnb-about__gallery" id="abtGallery">

        <div class="hnb-gallery__counter">
          <b id="abtCurNum">1</b> / 13
        </div>

        <div class="hnb-gallery__track" id="abtTrack">
          <div class="hnb-gallery__slide active">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp" alt="Founder gifting client 1" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-2.webp" alt="Founder gifting client 2" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-3.webp" alt="Founder gifting client 3" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-4.webp" alt="Founder gifting client 4" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-5.webp" alt="Founder gifting client 5" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-6.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-7.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-8.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-9.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-10.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-11.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-12.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          <div class="hnb-gallery__slide">
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-13.webp" alt="Founder gifting client 6" loading="lazy"/>
            <div class="hnb-gallery__overlay"></div>
          </div>
          

        </div>

        <!-- Bottom: gift badge + dots -->
        <div class="hnb-gallery__bottom">
          <div class="hnb-about__gift-badge">
            <span class="hnb-about__gift-icon">
              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <polyline points="20 12 20 22 4 22 4 12"/>
                <rect x="2" y="7" width="20" height="5"/>
                <line x1="12" y1="22" x2="12" y2="7"/>
                <path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/>
                <path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/>
              </svg>
            </span>
            <div class="hnb-about__gift-text">
              <span>A Tradition of Joy</span>
              <span>Every Handover. Every Home.</span>
            </div>
          </div>
          <div class="hnb-gallery__dots" id="abtDots">
            <button class="hnb-gallery__dot active" onclick="abtGoTo(0)" aria-label="Slide 1"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(1)" aria-label="Slide 2"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(2)" aria-label="Slide 3"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(3)" aria-label="Slide 4"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(4)" aria-label="Slide 5"></button>
            <button class="hnb-gallery__dot"        onclick="abtGoTo(5)" aria-label="Slide 6"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(6)"  aria-label="Slide 7"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(7)"  aria-label="Slide 8"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(8)"  aria-label="Slide 9"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(9)"  aria-label="Slide 10"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(10)" aria-label="Slide 11"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(11)" aria-label="Slide 12"></button>
            <button class="hnb-gallery__dot" onclick="abtGoTo(12)" aria-label="Slide 13"></button>
          </div>
        </div>

      </div>

      <!-- Thumbnail strip -->
      <div class="hnb-gallery__thumbs" id="abtThumbs">
        <div class="hnb-gallery__thumb active" onclick="abtGoTo(0)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-1.webp" alt="Thumb 1" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(1)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-2.webp" alt="Thumb 2" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(2)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-3.webp" alt="Thumb 3" loading="lazy"/>
        </div>
        <!-- FIX: was abtGoTo(4), corrected to abtGoTo(3) -->
        <div class="hnb-gallery__thumb" onclick="abtGoTo(3)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-4.webp" alt="Thumb 4" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(4)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-5.webp" alt="Thumb 5" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(5)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Client-Gift-6.webp" alt="Thumb 6" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(6)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-7.webp" alt="Thumb 7" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(7)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-8.webp" alt="Thumb 8" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(8)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-9.webp" alt="Thumb 9" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(9)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-10.webp" alt="Thumb 10" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(10)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-11.webp" alt="Thumb 11" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(11)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-12.webp" alt="Thumb 12" loading="lazy"/>
        </div>
        <div class="hnb-gallery__thumb" onclick="abtGoTo(12)">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/04/Client-Gift-13.webp" alt="Thumb 13" loading="lazy"/>
        </div>
        
      </div>

      <!-- Content below gallery -->
      <div class="hnb-about__founder-content">

        <div>
          <h3 class="hnb-about__founder-heading">
            We Don't Just Build Houses —<br>
            We <span>Celebrate</span> Every<br>
            Family's New Beginning
          </h3>
          <p class="hnb-about__founder-body">
            Our founder personally gifts every client upon completion — a heartfelt gesture that marks the start of their new chapter and our commitment that goes beyond construction.
          </p>
        </div>

        <div class="hnb-about__milestones">
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <path d="M3 9.5L12 3l9 6.5V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5z"/>
                <polyline points="9 22 9 12 15 12 15 22"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Personal Handover Ceremony</strong>
              <span>Founder-led key handover at every project completion</span>
            </div>
          </div>
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <polyline points="20 12 20 22 4 22 4 12"/>
                <rect x="2" y="7" width="20" height="5"/>
                <line x1="12" y1="22" x2="12" y2="7"/>
                <path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"/>
                <path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Complimentary Gift for Every Homeowner</strong>
              <span>A signature gift from our founder as a token of celebration</span>
            </div>
          </div>
          <div class="hnb-about__milestone">
            <div class="hnb-about__milestone-icon">
              <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
                <path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
              </svg>
            </div>
            <div class="hnb-about__milestone-text">
              <strong>Lifetime Relationship</strong>
              <span>Our bond with clients doesn't end at handover</span>
            </div>
          </div>
        </div>

      </div>
    </div>

  </div>
</section>


<!-- ===== END ABOUT SECTION ===== -->				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-15ec0e0 e-flex e-con-boxed e-con e-parent" data-id="15ec0e0" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-606f385 elementor-widget elementor-widget-html" data-id="606f385" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
.hnb-story-names{font-family:'Poppins',sans-serif;background:#fff;padding:0 40px 48px;max-width:1100px;margin:0 auto;}
.hnb-story-names h3{font-size:14px;font-weight:600;color:#333;margin-bottom:16px;text-align:center;}
.hnb-story-names p{font-size:13px;color:#666;line-height:2;text-align:center;max-width:800px;margin:0 auto;}
.hnb-story-names p a{color:#F26522;text-decoration:none;font-weight:500;}
</style>
<div class="hnb-story-names">
  <h3>Real client stories from homeowners across Chennai</h3>
  <p>
    Watch testimonials from families who built their homes with HireAndBuild across
    Tambaram, Anna Nagar, OMR, Ambattur, Mogappair, Velachery, Porur, Thiruverkadu,
    Perungalathur, Kundrathur, Gerugambakkam, Kolapakkam, Virugambakkam,
    Thoraipakkam, and Iyyapanthangal.
    <br><br>
    220+ families have trusted us to build their dream home in Chennai.
    Our clients rate us <strong>4.8★</strong> on average for quality, transparency, and on-time delivery.
    Every story you see is a real homeowner — no scripts, no actors.
  </p>
</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bce2cb4 e-flex e-con-boxed e-con e-parent" data-id="bce2cb4" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8455ba2 elementor-widget elementor-widget-html" data-id="8455ba2" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet" />
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{--black:#0d0d0d;--orange:#f47c20;--white:#ffffff;--gray-1:#f5f5f5;--gray-2:#e0e0e0;--gray-3:#9e9e9e;}
body{font-family:'Poppins',sans-serif;background:var(--gray-1);color:var(--black);padding:60px 16px 80px;}
.section{max-width:1160px;margin:0 auto;}
.section-header{text-align:center;margin-bottom:40px;}
.section-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:12px;position:relative;}
.section-label::before,.section-label::after{content:'';position:absolute;top:50%;width:24px;height:1.5px;background:var(--orange);}
.section-label::before{right:calc(100% + 8px);}
.section-label::after{left:calc(100% + 8px);}
.section-title{font-size:clamp(22px,5vw,38px);font-weight:800;color:var(--black);line-height:1.2;letter-spacing:-0.5px;margin-bottom:12px;}
.section-title span{color:var(--orange);}
.section-subtitle{font-size:14px;font-weight:400;color:var(--gray-3);max-width:420px;margin:0 auto;line-height:1.6;}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;}
.card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.08);transition:transform 0.32s cubic-bezier(.22,1,.36,1),box-shadow 0.32s ease;position:relative;border:1.5px solid var(--gray-2);}
.card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,0.14);}
.card-badge{position:absolute;top:12px;left:12px;z-index:2;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:50px;}
.badge-completed{background:var(--black);color:var(--orange);}
.card-img-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;}
.card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s cubic-bezier(.22,1,.36,1);}
.card:hover .card-img-wrap img{transform:scale(1.06);}
.card-img-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--orange);}
.card-body{padding:20px 18px 22px;}
.card-name{font-size:17px;font-weight:700;color:var(--black);margin-bottom:5px;}
.card-location{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--orange);margin-bottom:16px;}
.card-divider{height:1px;background:var(--gray-2);margin-bottom:14px;}
.card-specs{display:flex;flex-direction:column;gap:8px;}
.spec-row{display:flex;align-items:center;gap:8px;font-size:12px;}
.spec-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.spec-icon.built{background:rgba(244,124,32,0.12);}
.spec-icon.plot{background:rgba(13,13,13,0.07);}
.spec-label{font-weight:600;color:var(--black);flex:1;}
.spec-value{font-weight:400;color:var(--gray-3);font-size:11.5px;}
.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:14px;}
.cta-count{font-size:13px;font-weight:500;color:var(--gray-3);}
.cta-count strong{color:var(--black);font-weight:700;}
.cta-btn{display:inline-flex;align-items:center;gap:10px;font-family:'Poppins',sans-serif;font-size:15px;font-weight:700;color:var(--white);background:var(--black);border:none;border-radius:50px;padding:16px 36px;cursor:pointer;text-decoration:none;transition:background 0.25s,transform 0.2s,box-shadow 0.25s;box-shadow:0 8px 28px rgba(13,13,13,0.18);}
.cta-btn:hover{background:var(--orange);color:var(--white)!important;transform:translateY(-2px);box-shadow:0 12px 32px rgba(244,124,32,0.35);}
@media(max-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;}.card-body{padding:14px 12px 16px;}.card-name{font-size:14px;}}
@media(max-width:400px){.cards-grid{grid-template-columns:1fr;}}
</style>

<div class="section">
  <div class="section-header">
    <span class="section-label">Chennai · Portfolio</span>
    <h2 class="section-title">Our Residential Construction Projects <span>in Chennai</span></h2>
    <p class="section-subtitle">Trusted by homeowners across Chennai to build their dream homes.</p>
  </div>

  <div class="cards-grid">

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Yuvaraj-Villivakkam-300x225-1.jpeg" alt="House construction project by Yuvaraj in Villivakkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Yuvaraj</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Villivakkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,400 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">1,800 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/10/Boopesh-Thiruverkadu-site-edited.jpeg" alt="House construction project by Boopesh in Thiruverkadu Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Boopesh</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thiruverkadu, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">3,100 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,200 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Perungalathur-project-compressed-300x235-1.png" alt="House construction project by Rahul in Thiruverkadu Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Rahul</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thiruverkadu, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Rajadurai-Urapakkam-Site-4-edite-image-300x234-1.jpg" alt="House construction project by Rajadurai in Urapakkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Rajadurai</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Urapakkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Vignesh-thalambur-site-edited-300x260-1.jpeg" alt="House construction project by Vignesh in Thalumbur Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">Vignesh</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Thalumbur, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

    <div class="card">
      <span class="card-badge badge-completed">Completed</span>
      <div class="card-img-wrap">
        <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/KVT-Vadaperumbakkam-compressed-300x209-1.png" alt="House construction project in Vadaperukkam Chennai" loading="lazy"/>
      </div>
      <div class="card-body">
        <h3 class="card-name">KVT</h3>
        <div class="card-location">
          <svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 6-9 13-9 13S3 16 3 10a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
          Vadaperukkam, Chennai
        </div>
        <div class="card-divider"></div>
        <div class="card-specs">
          <div class="spec-row"><div class="spec-icon built"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#f47c20" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9"/></svg></div><span class="spec-label">Built Up Area</span><span class="spec-value">2,750 sq ft</span></div>
          <div class="spec-row"><div class="spec-icon plot"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="#555" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21"/></svg></div><span class="spec-label">Plot Area</span><span class="spec-value">2,000 sq ft</span></div>
        </div>
      </div>
    </div>

  </div>

  <div class="cta-wrap">
    <p class="cta-count">Showing <strong>6</strong> of <strong>220+</strong> projects</p>
    <a class="cta-btn" href="/projects/">
      See Our Completed Houses in Chennai
      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
    </a>
  </div>
</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a5bff34 e-flex e-con-boxed e-con e-parent" data-id="a5bff34" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-61ba168 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="61ba168" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
/* ── ALL STYLES SCOPED — no body or * overrides ── */

.sm-section {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  width: 100%;
}

/* ── 3-COLUMN GRID ── */
.sm-section .sm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 900px;
}

/* ── CARD ── */
.sm-section .sm-card {
  box-sizing: border-box;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.09);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 28px;
  animation: smRise .6s cubic-bezier(.22,1,.36,1) both;
  transition: transform .3s ease, box-shadow .3s ease;
}
.sm-section .sm-card:nth-child(2) { animation-delay: .1s; }
.sm-section .sm-card:nth-child(3) { animation-delay: .2s; }
.sm-section .sm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.13);
}

@keyframes smRise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* top colour bar */
.sm-section .sm-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  border-radius: 22px 22px 0 0;
}
.sm-section .sm-card--ig::before { background: linear-gradient(90deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb::before { background: linear-gradient(90deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt::before { background: linear-gradient(90deg,#ff0000,#cc0000); }

/* avatar ring */
.sm-section .sm-ring {
  width: 76px; height: 76px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.sm-section .sm-card--ig .sm-ring { background: linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb .sm-ring { background: linear-gradient(135deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt .sm-ring { background: linear-gradient(135deg,#ff0000,#cc0000); }

.sm-section .sm-avatar-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.sm-section .sm-avatar { width: 100%; height: 100%; object-fit: cover; display: block; }

/* badge */
.sm-section .sm-badge {
  position: absolute; bottom: 2px; right: 2px;
  width: 20px; height: 20px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-sizing: border-box;
}
.sm-section .sm-card--ig .sm-badge { background: #3897f0; }
.sm-section .sm-card--fb .sm-badge { background: #1877f2; }
.sm-section .sm-card--yt .sm-badge { background: #ff0000; }
.sm-section .sm-badge svg { width: 10px; fill: #fff; }

/* platform label */
.sm-section .sm-platform {
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.sm-section .sm-card--ig .sm-platform { color: #ee2a7b; }
.sm-section .sm-card--fb .sm-platform { color: #1877f2; }
.sm-section .sm-card--yt .sm-platform { color: #ff0000; }

/* username */
.sm-section .sm-username {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  text-align: center;
}

/* divider */
.sm-section .sm-divider {
  width: 40px; height: 3px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.sm-section .sm-card--ig .sm-divider { background: linear-gradient(90deg,#f9ce34,#ee2a7b,#6228d7); }
.sm-section .sm-card--fb .sm-divider { background: linear-gradient(90deg,#1877f2,#0056cc); }
.sm-section .sm-card--yt .sm-divider { background: linear-gradient(90deg,#ff0000,#cc0000); }

/* stat */
.sm-section .sm-stat {
  text-align: center;
  margin-bottom: 22px;
}
.sm-section .sm-stat-value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.sm-section .sm-card--ig .sm-stat-value { color: #ee2a7b; }
.sm-section .sm-card--fb .sm-stat-value { color: #1877f2; }
.sm-section .sm-card--yt .sm-stat-value { color: #ff0000; }

.sm-section .sm-stat-label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
}

/* button */
.sm-section .sm-btn {
  box-sizing: border-box;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  position: relative; overflow: hidden;
  white-space: nowrap;
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: transform .25s ease, box-shadow .3s ease, background-position .4s ease, letter-spacing .25s ease;
  width: 100%;
  justify-content: center;
}
.sm-section .sm-card--ig .sm-btn { background: linear-gradient(135deg,#f9ce34 0%,#ee2a7b 55%,#6228d7 100%); box-shadow: 0 4px 15px rgba(238,42,123,.35); }
.sm-section .sm-card--fb .sm-btn { background: linear-gradient(135deg,#1877f2 0%,#0a54c4 100%); box-shadow: 0 4px 15px rgba(24,119,242,.35); }
.sm-section .sm-card--yt .sm-btn { background: linear-gradient(135deg,#ff0000 0%,#cc0000 100%); box-shadow: 0 4px 15px rgba(255,0,0,.35); }

.sm-section .sm-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.22),transparent 70%);
  transform: translateX(-120%) skewX(-15deg);
  transition: transform .55s ease;
  pointer-events: none;
}
.sm-section .sm-btn:hover {
  background-position: 100% 50%;
  transform: translateY(-2px) scale(1.03);
  letter-spacing: .04em;
  color: #fff;
  text-decoration: none;
}
.sm-section .sm-card--ig .sm-btn:hover { box-shadow: 0 8px 28px rgba(238,42,123,.55), 0 0 0 3px rgba(238,42,123,.15); }
.sm-section .sm-card--fb .sm-btn:hover { box-shadow: 0 8px 28px rgba(24,119,242,.55), 0 0 0 3px rgba(24,119,242,.15); }
.sm-section .sm-card--yt .sm-btn:hover { box-shadow: 0 8px 28px rgba(255,0,0,.55), 0 0 0 3px rgba(255,0,0,.15); }
.sm-section .sm-btn:hover::before { transform: translateX(120%) skewX(-15deg); }
.sm-section .sm-btn:active { transform: scale(.97); }

.sm-section .sm-btn svg { width: 16px; height: 16px; fill: white; flex-shrink: 0; transition: transform .3s ease; }
.sm-section .sm-btn:hover svg { transform: rotate(12deg) scale(1.2); }

/* responsive */
@media (max-width: 640px) {
  .sm-section .sm-grid { grid-template-columns: 1fr; max-width: 360px; }
}
@media (min-width: 641px) and (max-width: 860px) {
  .sm-section .sm-grid { grid-template-columns: repeat(3,1fr); gap: 12px; }
  .sm-section .sm-card { padding: 24px 14px 20px; }
  .sm-section .sm-stat-value { font-size: 22px; }
  .sm-section .sm-btn { font-size: 12px; padding: 10px 14px; }
}
</style>

<!-- Wrap everything in .sm-section to scope all styles -->
<div class="sm-section">
  <div class="sm-grid">

    <!-- ── INSTAGRAM ── -->
    <div class="sm-card sm-card--ig">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">Instagram</div>
      <div class="sm-username">@hire_and_build</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="142" data-suffix="K">142K</div>
        <div class="sm-stat-label">Followers</div>
      </div>
      <a href="https://www.instagram.com/hire_and_build/" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 512 512"><path d="M256 49.5c68.5 0 76.6.3 103.6 1.5 25 1.1 38.6 5.3 47.6 8.8 12 4.6 20.5 10.2 29.5 19.2 9 9 14.6 17.5 19.2 29.5 3.5 9 7.7 22.6 8.8 47.6 1.2 27 1.5 35.1 1.5 103.6s-.3 76.6-1.5 103.6c-1.1 25-5.3 38.6-8.8 47.6-4.6 12-10.2 20.5-19.2 29.5-9 9-17.5 14.6-29.5 19.2-9 3.5-22.6 7.7-47.6 8.8-27 1.2-35.1 1.5-103.6 1.5s-76.6-.3-103.6-1.5c-25-1.1-38.6-5.3-47.6-8.8-12-4.6-20.5-10.2-29.5-19.2-9-9-14.6-17.5-19.2-29.5-3.5-9-7.7-22.6-8.8-47.6C49.8 332.6 49.5 324.5 49.5 256s.3-76.6 1.5-103.6c1.1-25 5.3-38.6 8.8-47.6 4.6-12 10.2-20.5 19.2-29.5 9-9 17.5-14.6 29.5-19.2 9-3.5 22.6-7.7 47.6-8.8C179.4 49.8 187.5 49.5 256 49.5m0-43.5c-69.6 0-78.3.3-105.6 1.5-27.2 1.2-45.8 5.6-62 11.9-16.8 6.5-31 15.2-45.2 29.4C28.9 63 20.2 77.2 13.7 94c-6.3 16.2-10.7 34.8-11.9 62C.6 183.3.3 192 .3 261.6c0 69.6.3 78.3 1.5 105.6 1.2 27.2 5.6 45.8 11.9 62 6.5 16.8 15.2 31 29.4 45.2 14.2 14.2 28.4 22.9 45.2 29.4 16.2 6.3 34.8 10.7 62 11.9 27.3 1.2 36 1.5 105.6 1.5 69.6 0 78.3-.3 105.6-1.5 27.2-1.2 45.8-5.6 62-11.9 16.8-6.5 31-15.2 45.2-29.4 14.2-14.2 22.9-28.4 29.4-45.2 6.3-16.2 10.7-34.8 11.9-62 1.2-27.3 1.5-36 1.5-105.6 0-69.6-.3-78.3-1.5-105.6-1.2-27.2-5.6-45.8-11.9-62-6.5-16.8-15.2-31-29.4-45.2C449-8.8 434.8-17.5 418-24c-16.2-6.3-34.8-10.7-62-11.9C328.7 6.3 320 6 250.4 6H256z"/><path d="M256 134.6c-67 0-121.4 54.4-121.4 121.4S189 377.4 256 377.4 377.4 323 377.4 256 323 134.6 256 134.6zm0 200.2c-43.5 0-78.8-35.3-78.8-78.8s35.3-78.8 78.8-78.8 78.8 35.3 78.8 78.8-35.3 78.8-78.8 78.8z"/><circle cx="381.9" cy="130.1" r="28.4"/></svg>
        Follow Us
      </a>
    </div>

    <!-- ── FACEBOOK ── -->
    <div class="sm-card sm-card--fb">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">Facebook</div>
      <div class="sm-username">hireandbuild</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="130" data-suffix="K">130K</div>
        <div class="sm-stat-label">Followers</div>
      </div>
      <a href="https://www.facebook.com/hireandbuild" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 24 24"><path d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.41c0-3.025 1.792-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.97h-1.514c-1.491 0-1.956.93-1.956 1.885v2.27h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z"/></svg>
        Like Page
      </a>
    </div>

    <!-- ── YOUTUBE ── -->
    <div class="sm-card sm-card--yt">
      <div class="sm-ring">
        <div class="sm-avatar-inner">
          <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/logo.jpg" class="sm-avatar" alt="Hire & Build">
        </div>
        <div class="sm-badge">
          <svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2.5" stroke-linecap="round" fill="none"/></svg>
        </div>
      </div>
      <div class="sm-platform">YouTube</div>
      <div class="sm-username">@Hireandbuild</div>
      <div class="sm-divider"></div>
      <div class="sm-stat">
        <div class="sm-stat-value" data-target="207" data-suffix="K">207K</div>
        <div class="sm-stat-label">Subscribers</div>
      </div>
      <a href="https://www.youtube.com/@Hireandbuild" target="_blank" class="sm-btn" rel="noopener">
        <svg viewBox="0 0 24 24"><path d="M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z"/></svg>
        Subscribe
      </a>
    </div>

  </div>
</div>

				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-48eebcf e-flex e-con-boxed e-con e-parent" data-id="48eebcf" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9bb9bb0 elementor-widget-mobile__width-initial elementor-widget elementor-widget-html" data-id="9bb9bb0" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- Cost Calculator Banner Widget -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">

<div class="cost-calculator-banner">
  
  <div class="ccb-content">
    <h2 style="">House Construction Cost in Chennai – Per Sq Ft Price & Instant Calculator</h2>

    <p>
      Instantly estimate your home construction cost in Chennai using HireandBuild’s accurate cost calculator.
    </p>
    
    <a href="https://hireandbuild.com/house-construction-cost-calculator-free-online/" class="ccb-btn">Calculate House Construction Cost in Chennai</a>
  </div>

</div>

<style>
/* SECTION */
.cost-calculator-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 70px;
  border-radius: 14px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;

  background: url("https://hireandbuild.com/wp-content/uploads/2026/02/Madras-Cost-Calculator.webp");
  background-size: cover;
  background-position: 90% 30%;
  background-repeat: no-repeat;
}

/* LEFT DARK FADE */
.cost-calculator-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.7) 0%,
    rgba(0,0,0,0.55) 25%,
    rgba(0,0,0,0.25) 55%,
    rgba(0,0,0,0) 75%
  );
}

/* CONTENT */
.ccb-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

/* HEADING */
.ccb-content h2 {
    font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(0,0,0,0.8);
}

/* PARAGRAPH */
.ccb-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0,0,0,0.7);
}

/* CTA BUTTON */
.ccb-btn {
  display: inline-block;
  background: #ff4d00;
  color: #ffffff;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  box-shadow:
    0 10px 26px rgba(0,0,0,0.45),
    0 0 0 2px rgba(255,255,255,0.25);
}

/* 🔥 FIXED HOVER CONTRAST */
.ccb-btn:hover {
  background: #ff9a5c;  /* lighter orange */
  color: #1a1a1a;       /* dark text for contrast */
  transform: translateY(-4px);
  box-shadow:
    0 16px 36px rgba(0,0,0,0.55),
    0 0 18px rgba(255,120,40,0.6);
}

/* TABLET */
@media (max-width: 1024px) {
  .cost-calculator-banner {
    padding: 45px 30px;
    background-position: center;
  }

  .ccb-content h2 {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cost-calculator-banner {
    padding: 35px 20px;
    background-position: center;
  }

  .ccb-content {
    max-width: 100%;
  }

  .ccb-content h2 {
    font-size: 24px;
  }

  .ccb-content p {
    font-size: 14px;
  }

  .ccb-btn {
    width: 100%;
    text-align: center;
  }
}
</style>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-a4efbcc e-grid e-con-boxed e-con e-parent" data-id="a4efbcc" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-fbf1f89 elementor-widget elementor-widget-image" data-id="fbf1f89" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="1024" height="683" src="https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-1024x683.webp" class="attachment-large size-large wp-image-19492" alt="best house construction company in Chennai" srcset="https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-1024x683.webp 1024w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-300x200.webp 300w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors-768x512.webp 768w, https://hireandbuild.com/wp-content/uploads/2026/02/Building-Contractors.webp 1536w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				<div class="elementor-element elementor-element-d69e5cf elementor-widget elementor-widget-html" data-id="d69e5cf" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">

<div class="right-tab">

  <div class="right-tab-content">

    <h2>
     Trusted Construction Company in Chennai – Start Your Project with Confidence
    </h2>

    <p class="ptag">
      Partner with Hireandbuild for structured residential construction backed by transparent pricing, strict site supervision, and engineered quality standards. From planning and design to final handover, we ensure every stage is executed with clarity and accountability. Contact our team today to discuss your construction requirements and receive a detailed project estimate.
    </p>

    <!-- BUTTON -->

    <a href="https://wa.me/917200472008" class="right-tab-btn" target="_blank" rel="noopener">

      <!-- WhatsApp Icon -->
      <svg viewBox="0 0 32 32" class="wa-icon">
        <path fill="#25D366"
        d="M16 3C9.4 3 4 8.4 4 15c0 2.6.8 5 2.2 7L4 29l7.2-2.3c1.9 1 4.1 1.6 6.3 1.6 6.6 0 12-5.4 12-12S22.6 3 16 3z"/>
        <path fill="#ffffff"
        d="M20.5 18.6c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8 1-1 1.2-.2.2-.4.3-.7.1-.3-.2-1.4-.5-2.6-1.6-1-.9-1.6-2-1.8-2.3-.2-.3 0-.5.1-.7.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.2-.7-1.7-1-2.3-.3-.7-.6-.6-.8-.6h-.7c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.6s1.1 3 1.2 3.2c.2.2 2.2 3.4 5.4 4.7.8.3 1.4.5 1.9.7.8.2 1.5.2 2 .1.6-.1 1.8-.8 2-1.5.2-.7.2-1.4.1-1.5-.1-.2-.3-.3-.6-.4z"/>
      </svg>

      Start a Free Consultation

    </a>

  </div>

</div>

<style>

/* FORCE FONT */

.right-tab,
.right-tab *{
  font-family:'Poppins',sans-serif !important;
}

/* TAB */

.right-tab{
  height:100%;
  background:#f5f5f5;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  padding:40px 48px;
}

/* CONTENT */

.right-tab-content{
  max-width:520px;
}

/* HEADING */

.right-tab h2{
  font-size:26px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:24px;
  color:#1a1a1a;
}

/* PARAGRAPH */

.right-tab .ptag{
  color:#000 !important;
  margin-bottom:34px;
  line-height:1.7;
  font-size:15px;
}

/* BUTTON */

.right-tab-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:14px 28px 14px 22px; /* optical balance */
  border-radius:12px;
  background:white;
  color:#FF5E14;
  font-weight:600;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  transition:.25s ease;
}

/* ICON SIZE */

.wa-icon{
  width:22px;
  height:22px;
  flex-shrink:0;
}

/* HOVER */

.right-tab-btn:hover{
  background:#25D366;
  color:white;
  border-color:#25D366;
  box-shadow:0 8px 20px rgba(37,211,102,.35);
  transform:translateY(-2px);
}

/* MOBILE */

@media(max-width:768px){

  .right-tab{
    padding:28px;
    text-align:center;
    justify-content:center;
  }

  .right-tab h2{
    font-size:20px;
  }

}

</style>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9a9a99c e-flex e-con-boxed e-con e-parent" data-id="9a9a99c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aa5ba5a elementor-widget elementor-widget-heading" data-id="aa5ba5a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">"Why Homeowners Choose HireAndBuild Over Other House Construction Companies in Chennai"</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0ee4760 elementor-widget elementor-widget-text-editor" data-id="0ee4760" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><br />Because we show up every single day — with a dedicated site engineer on your plot, milestone-based payments so you never pay for work that isn&#8217;t done, and a written 15-year structural warranty that actually means something. 220+ Chennai families have trusted us to build their dream home on time, without surprise bills. We&#8217;d love to build yours too.</p>								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-27aada3 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="27aada3" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c7db655 elementor-widget elementor-widget-html" data-id="c7db655" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- ===== WHY CHOOSE US — Elementor Safe HTML Widget ===== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

<style>
.wcb-section *,
.wcb-section *::before,
.wcb-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wcb-section {
  --orange:      #FF5E14;
  --orange-dark: #D44A08;
  --black:       #111111;
  --white:       #FFFFFF;
  --border:      #EBEBEB;

  font-family: 'Poppins', sans-serif !important;
  background: var(--white);
  width: 100%;
  padding: 60px 40px 70px;
  overflow: hidden;
  position: relative;
}

/* ── HEADER ── */
.wcb-header {
  text-align: center;
  margin-bottom: 48px;
  animation: wcb-fadeUp 0.7s ease both;
}

.wcb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF3EC;
  border: 1px solid rgba(255,94,20,0.2);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
}
.wcb-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: wcb-pulse 1.8s ease-in-out infinite;
}

.wcb-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 800;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.wcb-title span { color: var(--orange); }

.wcb-sub {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── SLIDER ── */
.wcb-slider-outer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.wcb-slides-wrap { overflow: hidden; }

.wcb-slides-track {
  display: flex;
  transition: transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.wcb-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 4px 4px 12px;
}

/* ── CARD ── */
.wcb-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: default;
  aspect-ratio: 9 / 16;
  transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94),
              box-shadow 0.35s ease;
  opacity: 0;
  animation: wcb-fadeUp 0.5s ease forwards;
}
.wcb-card:nth-child(1) { animation-delay: 0.05s; }
.wcb-card:nth-child(2) { animation-delay: 0.15s; }
.wcb-card:nth-child(3) { animation-delay: 0.25s; }

.wcb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(255,94,20,0.2), 0 4px 16px rgba(0,0,0,0.1);
}

/* Full-cover image */
.wcb-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  border: none;
  border-radius: 0;
  max-width: none;
  margin: 0; padding: 0;
  box-shadow: none;
}
.wcb-card:hover img { transform: scale(1.05); }

/* Dark gradient from top — for text readability */
.wcb-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.38) 0%,
    rgba(0,0,0,0.18) 35%,
    rgba(0,0,0,0.03) 60%,
    transparent 100%
  );
  pointer-events: none;
}

/* Orange left border accent on hover */
.wcb-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--orange);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 3;
  border-radius: 0 0 0 18px;
}
.wcb-card:hover::before { transform: scaleY(1); }

/* ── TEXT OVERLAY — TOP ── */
.wcb-card-text {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 24px 22px 20px;
  z-index: 2;
}

.wcb-card-label {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.wcb-card-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55), 0 2px 20px rgba(0,0,0,0.35);
}

.wcb-card-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,0.82);
  font-weight: 300;
  line-height: 1.65;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* ── DIVIDER LINE ── */
.wcb-card-divider {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--orange), #ffb347);
  border-radius: 18px 18px 0 0;
  z-index: 3;
}

/* ── CONTROLS — ARROWS ONLY ── */
.wcb-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.wcb-arrow {
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s, color 0.25s, transform 0.22s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.wcb-arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--orange);
  transform: scale(0);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 0;
}
.wcb-arrow span { position: relative; z-index: 1; }
.wcb-arrow:hover::before { transform: scale(1); }
.wcb-arrow:hover { color: #fff; box-shadow: 0 6px 20px rgba(255,94,20,0.35); }
.wcb-arrow:active { transform: scale(0.92); }

/* Slide indicator text */
.wcb-slide-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
}
.wcb-slide-label b { color: var(--orange); }

/* ── ANIMATIONS ── */
@keyframes wcb-fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wcb-pulse {
  0%,100% { transform: scale(1);   opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.55; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .wcb-section { padding: 48px 20px 56px; }
  .wcb-slide { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 560px) {
  .wcb-section { padding: 40px 16px 48px; }
  .wcb-title { font-size: 22px; }
  .wcb-slide { grid-template-columns: 1fr; gap: 14px; }
  .wcb-card { aspect-ratio: 9 / 16; }
}
</style>

<!-- ── MARKUP ── -->
<div class="wcb-section">

  <!-- Header -->
  <div class="wcb-header">
    <h2 class="wcb-title">Why Choose <span>HireandBuild</span> for Your Residential Construction in Chennai?</h2>
    <p class="wcb-sub">Six pillars that make every Hire &amp; Build project a guaranteed success.</p>
  </div>

  <!-- Slider -->
  <div class="wcb-slider-outer">
    <div class="wcb-slides-wrap">
      <div class="wcb-slides-track" id="wcbTrack">

        <!-- ── SLIDE 1 ── -->
        <div class="wcb-slide">

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Site-Engineer-1.webp" alt="Site Engineer" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">01 &nbsp;·&nbsp; Expert Supervision</span>
              <h3 class="wcb-card-title">Dedicated Site Engineer for Every Project</h3>
              <p class="wcb-card-desc">Qualified Engineer Supervision on Every Project</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Timeline1.webp" alt="Timeline" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">02 &nbsp;·&nbsp; On-Time Delivery</span>
              <h3 class="wcb-card-title">Structured Timeline with On-Time Completion</h3>
              <p class="wcb-card-desc">Structured Timeline with Milestone Tracking</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/transparent-stage-wise-payment-model.webp" alt="Payment Model" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">03 &nbsp;·&nbsp; Zero Hidden Costs</span>
              <h3 class="wcb-card-title">Transparent Stage-Wise Payment Model</h3>
              <p class="wcb-card-desc">Transparent Stage-Wise Pricing Model</p>
            </div>
          </div>

        </div>

        <!-- ── SLIDE 2 ── -->
        <div class="wcb-slide">

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/End-to-End-Construction-Management.webp" alt="End-to-End" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">04 &nbsp;·&nbsp; Full Lifecycle</span>
              <h3 class="wcb-card-title">End-to-End Construction Management</h3>
              <p class="wcb-card-desc">Complete Construction Lifecycle Management</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/elementor/thumbs/Quality-Assurance-rjo0yj0b04z0qava4ezcrrjt2hw4u4qekgcj4rol4w.webp" alt="Quality" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">05 &nbsp;·&nbsp; Premium Materials</span>
              <h3 class="wcb-card-title">Material Quality Assurance</h3>
              <p class="wcb-card-desc">Verified Materials with Strict Quality Checks</p>
            </div>
          </div>

          <div class="wcb-card">
            <div class="wcb-card-divider"></div>
            <img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/02/Real-Time-Project-Updates.webp" alt="Real-Time Updates" loading="lazy">
            <div class="wcb-card-gradient"></div>
            <div class="wcb-card-text">
              <span class="wcb-card-label">06 &nbsp;·&nbsp; Live Tracking</span>
              <h3 class="wcb-card-title">Real-Time Project Updates</h3>
              <p class="wcb-card-desc">Regular Site Updates &amp; Progress Reports</p>
            </div>
          </div>

        </div>

      </div>
    </div>
  </div>

  <!-- Arrows only -->
  <div class="wcb-controls">
    <button class="wcb-arrow" id="wcbPrev" aria-label="Previous"><span>&#8592;</span></button>
    <span class="wcb-slide-label"><b id="wcbCur">1</b> / 2</span>
    <button class="wcb-arrow" id="wcbNext" aria-label="Next"><span>&#8594;</span></button>
  </div>

</div>


<!-- ===== END WHY CHOOSE US ===== -->				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c56be80 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child" data-id="c56be80" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9a3d187 elementor-widget elementor-widget-html" data-id="9a3d187" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>
.hb-wrap *,
.hb-wrap *::before,
.hb-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hb-wrap {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 10px;
  background: #f0ede9;
}

/* ═══ LEFT TABS ═══ */
.hb-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 68px;
}

.hb-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.hb-tab-ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.hb-tab-ring svg {
  width: 22px;
  height: 22px;
  stroke: #b0a89e;
  stroke-width: 1.8;
  fill: none;
  transition: stroke 0.3s ease;
}

.hb-tab-name {
  font-size: 8px;
  font-weight: 700;
  color: #b0a89e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.25;
  max-width: 64px;
  transition: color 0.3s ease;
}

.hb-tab.active .hb-tab-ring {
  background: #fde8db;
  box-shadow: 0 4px 14px rgba(255,92,26,0.22);
  transform: scale(1.06);
}
.hb-tab.active .hb-tab-ring svg {
  stroke: #FF5C1A;
}
.hb-tab.active .hb-tab-name {
  color: #FF5C1A;
  font-weight: 800;
}

/* ═══ RIGHT CARD ═══ */
.hb-card {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.hb-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.hb-card-bg.active { opacity: 1; }

.hb-bg0 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Site-Engineer-1.webp') center/cover no-repeat; }
.hb-bg1 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Timeline1.webp') center/cover no-repeat; }
.hb-bg2 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/transparent-stage-wise-payment-model.webp') center/cover no-repeat; }
.hb-bg3 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/End-to-End-Construction-Management-1.webp') center/cover no-repeat; }
.hb-bg4 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Quality-Assurance.webp') center/cover no-repeat; }
.hb-bg5 { background: url('https://hireandbuild.com/wp-content/uploads/2026/02/Real-Time-Project-Updates.webp') center/cover no-repeat; }

/* ── PANEL: now justify TOP ── */
.hb-panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;          /* ← moved to top */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  /* gradient from TOP so text is readable */
  background: linear-gradient(to bottom, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.08) 70%, transparent 100%);
}
.hb-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.hb-panel-top {
  padding: 20px 18px 22px;
}
.hb-panel-top h2 {
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}
.hb-panel-top p {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  line-height: 1.65;
}

.hb-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}

.hb-shield-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 220px;
}

.hb-shield-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hb-shield-photo {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.hb-shield-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hb-shield-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.45) 100%);
}

.hb-big-num {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 58px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 40px rgba(255,255,255,0.4), 0 0 80px rgba(255,255,255,0.15);
  letter-spacing: -2px;
}

.hb-big-icon {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hb-big-icon svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  stroke-width: 1.6;
  fill: none;
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.6));
}
</style>
</head>
<body>

<div class="hb-wrap">

  <!-- ═══ LEFT TABS ═══ -->
  <div class="hb-tabs">

    <div class="hb-tab active" data-i="0">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/>
          <circle cx="12" cy="7" r="4"/>
          <path d="M16 11l1 1 3-3"/>
        </svg>
      </div>
      <span class="hb-tab-name">Site Engineer</span>
    </div>

    <div class="hb-tab" data-i="1">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <rect x="3" y="4" width="18" height="17" rx="2"/>
          <path d="M3 9h18M8 2v4M16 2v4M7 14h4M7 17h6"/>
        </svg>
      </div>
      <span class="hb-tab-name">Timeline</span>
    </div>

    <div class="hb-tab" data-i="2">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="9"/>
          <path d="M8.5 9.5h7M8.5 12h4c1.7 0 3-.8 3-2.5M8.5 12l4.5 5.5"/>
        </svg>
      </div>
      <span class="hb-tab-name">Payment</span>
    </div>

    <div class="hb-tab" data-i="3">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M3 12L12 4l9 8v8H3z"/>
          <path d="M9 21v-8h6v8"/>
          <path d="M15 4h3v4"/>
        </svg>
      </div>
      <span class="hb-tab-name">Construction</span>
    </div>

    <div class="hb-tab" data-i="4">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <path d="M12 2l8 4v6c0 5-3.5 8.5-8 10C7.5 20.5 4 17 4 12V6z"/>
          <path d="M9 12l2 2 4-4"/>
        </svg>
      </div>
      <span class="hb-tab-name">Quality</span>
    </div>

    <div class="hb-tab" data-i="5">
      <div class="hb-tab-ring">
        <svg viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="2.5"/>
          <path d="M6.8 6.8a7.5 7.5 0 000 10.4M17.2 6.8a7.5 7.5 0 010 10.4"/>
          <path d="M3.5 3.5a13 13 0 000 17M20.5 3.5a13 13 0 010 17"/>
        </svg>
      </div>
      <span class="hb-tab-name">Live Updates</span>
    </div>

  </div>

  <!-- ═══ RIGHT CARD ═══ -->
  <div class="hb-card">

    <div class="hb-card-bg hb-bg0 active"></div>
    <div class="hb-card-bg hb-bg1"></div>
    <div class="hb-card-bg hb-bg2"></div>
    <div class="hb-card-bg hb-bg3"></div>
    <div class="hb-card-bg hb-bg4"></div>
    <div class="hb-card-bg hb-bg5"></div>

    <div class="hb-panel active">
      <div class="hb-panel-top">
        <h2>Your Own Dedicated Site Engineer</h2>
        <p>A qualified engineer monitors your build full-time — ensuring quality at every stage.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Structured Project Timeline</h2>
        <p>Clear milestones, committed deadlines. You always know what happens next.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Transparent Payment Model</h2>
        <p>Pay milestone by milestone. Full cost visibility with zero hidden charges.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>End-to-End House Construction</h2>
        <p>From foundation to finishing, we handle every detail of your build.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Material Quality Assurance</h2>
        <p>Only ISI-certified, grade-approved materials across your entire home build.</p>
      </div>
    </div>

    <div class="hb-panel">
      <div class="hb-panel-top">
        <h2>Real-Time Project Updates</h2>
        <p>Daily photos, videos & progress reports sent straight to your phone.</p>
      </div>
    </div>

  </div>
</div>

				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6fe24b9 e-flex e-con-boxed e-con e-parent" data-id="6fe24b9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b36ec7f elementor-widget elementor-widget-html" data-id="b36ec7f" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- HireAndBuild – Residential Construction Services Section v2 -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">

<section class="hab-rs-section">
  <div class="hab-rs-wrapper">

    <!-- LEFT: Image -->
    <div class="hab-rs-image-col">
      <img decoding="async"
        src="https://hireandbuild.com/wp-content/uploads/2026/02/why-choose-us-1.webp"
        
        class="hab-rs-img"
      />
    </div>

    <!-- RIGHT: Content -->
    <div class="hab-rs-content-col">
      <h2 class="hab-rs-heading">
         Building Construction Services in Chennai – Residential & Commercial
      </h2>

      <p class="hab-rs-body">
        HireandBuild is a trusted <strong>residential construction company in Chennai</strong> offering end-to-end home building services for independent houses, villas, and custom homes. Whether you are building a single-floor independent house or a <strong>G+1 or G+2 home</strong> for your family, our team handles everything from foundation to final finishing.
      </p>

      <p class="hab-rs-body">
        As experienced <strong>home builders in Chennai</strong>, we work across all major localities — Anna Nagar, Mogappair, Porur, Tambaram, OMR, Velachery, Ambattur, and Thiruverkadu. Every project is executed with a fixed price, a dedicated site engineer, and a written 15-year warranty.
      </p>

      <p class="hab-rs-body">
        Looking for a reliable <strong>building contractor in Chennai</strong> who delivers on time without surprise bills? That is exactly what we have been doing for <strong>220+ families across Chennai.</strong>
      </p>

      <!-- Pillars -->
      <div class="hab-rs-pillars">

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z"/>
            <circle cx="12" cy="9" r="2.5"/>
          </svg>
          Fixed Price
        </div>

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/>
            <circle cx="12" cy="7" r="4"/>
          </svg>
          Dedicated Engineer
        </div>

        <div class="hab-rs-pill">
          <svg class="hab-rs-pill-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
            <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
          </svg>
          15-Year Warranty
        </div>

      </div>

      <!-- CTA Button -->
      <a href="https://wa.me/917200472008" class="hab-rs-cta" target="_blank" rel="noopener">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="flex-shrink:0;">
          <path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z"/>
          <path d="M12 0C5.373 0 0 5.373 0 12c0 2.136.561 4.14 1.535 5.875L.057 23.215a.75.75 0 00.921.921l5.34-1.478A11.953 11.953 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 21.75a9.717 9.717 0 01-4.964-1.364l-.355-.212-3.683 1.02 1.02-3.683-.212-.355A9.718 9.718 0 012.25 12C2.25 6.615 6.615 2.25 12 2.25S21.75 6.615 21.75 12 17.385 21.75 12 21.75z"/>
        </svg>
        Start a Free Consultation
      </a>
    </div>

  </div>
</section>

<style>
/* ── Scoped to .hab-rs-* — will NOT affect any other element on the page ── */

.hab-rs-section {
  background: #ffffff;
  padding: 80px 24px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.hab-rs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 64px;
  flex-wrap: wrap;
}

/* ── Image Column ── */
.hab-rs-image-col {
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}

.hab-rs-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

/* ── Content Column ── */
.hab-rs-content-col {
  flex: 1;
  min-width: 280px;
}

.hab-rs-heading {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
  margin: 0 0 24px !important;
}

.hab-rs-body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #444444 !important;
  margin: 0 0 16px !important;
}

.hab-rs-body strong {
  color: #1a1a1a !important;
  font-weight: 600 !important;
}

/* ── Pill Tags ── */
.hab-rs-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
}

.hab-rs-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #e86c1f;
  background: #fff4ec;
  border: 1.5px solid #fde4cf;
  border-radius: 100px;
  padding: 6px 16px;
  white-space: nowrap;
}

.hab-rs-pill-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  stroke: #e86c1f;
}

/* ── CTA Button ── */
.hab-rs-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #e86c1f !important;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 14px 28px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
  cursor: pointer;
}

.hab-rs-cta:hover {
  border-color: #e86c1f;
  box-shadow: 0 4px 20px rgba(232, 108, 31, 0.15);
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hab-rs-wrapper {
    flex-direction: column;
    gap: 36px;
  }

  .hab-rs-image-col {
    max-width: 100%;
    width: 100%;
  }

  .hab-rs-img {
    height: 280px;
  }
}
</style>

				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-87daf33 e-con-full e-flex e-con e-parent" data-id="87daf33" data-element_type="container" data-e-type="container">
		<div class="elementor-element elementor-element-1f76432 e-con-full e-flex e-con e-child" data-id="1f76432" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-299cdf5 elementor-widget elementor-widget-image" data-id="299cdf5" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="683" height="1024" src="https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-683x1024.webp" class="attachment-large size-large wp-image-20497" alt="" srcset="https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-683x1024.webp 683w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-200x300.webp 200w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections-768x1152.webp 768w, https://hireandbuild.com/wp-content/uploads/2026/03/Interior-Solutions-Sections.webp 1024w" sizes="(max-width: 683px) 100vw, 683px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-09852a0 e-con-full e-flex e-con e-child" data-id="09852a0" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d4b11e4 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading" data-id="d4b11e4" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Integrated Interior Solutions Within Your Home Construction in Chennai</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-fddbd47 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor" data-id="fddbd47" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #333333;">Our expert interior designers in Chennai work closely with you to create spaces that blend style, comfort, and functionality.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-96004d1 elementor-widget__width-initial elementor-widget elementor-widget-html" data-id="96004d1" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>

/* ── SCOPED RESET: only affects this widget ── */
.hb-proc-wrap *,
.hb-proc-wrap *::before,
.hb-proc-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hb-proc-wrap {
  font-family: 'Manrope', sans-serif;
  padding: 36px 16px 40px;
}

/* ── HEADER ── */
.hb-proc-header {
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  animation: hbProcFadeUp 0.6s ease 0.05s forwards;
}
.hb-proc-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF5C1A;
  background: rgba(255,92,26,0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.hb-proc-header h2 {
  font-size: 22px;
  font-weight: 900;
  color: #1A1A2E;
  line-height: 1.2;
}
.hb-proc-header h2 span {
  background: linear-gradient(135deg,#FF5C1A,#FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── TIMELINE ── */
.hb-proc-timeline {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.hb-proc-timeline::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #FF5C1A 0%, #FF8C00 40%, rgba(255,140,0,0.3) 80%, transparent 100%);
  z-index: 0;
}

/* ── ROW ── */
.hb-proc-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  position: relative;
  opacity: 0;
  transform: translateX(-16px);
  animation: hbProcSlideIn 0.55s cubic-bezier(.22,1,.36,1) forwards;
}
.hb-proc-row:last-child { padding-bottom: 0; }
.hb-proc-row:nth-child(1) { animation-delay: 0.12s; }
.hb-proc-row:nth-child(2) { animation-delay: 0.24s; }
.hb-proc-row:nth-child(3) { animation-delay: 0.36s; }
.hb-proc-row:nth-child(4) { animation-delay: 0.48s; }

/* ── NODE ── */
.hb-proc-node {
  flex-shrink: 0;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hb-proc-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF5C1A, #FF8C00);
  box-shadow: 0 4px 16px rgba(255,92,26,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hb-proc-row:hover .hb-proc-dot {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(255,92,26,0.45);
}
.hb-proc-dot svg {
  width: 18px; height: 18px;
  stroke: #fff; stroke-width: 2; fill: none;
}

/* ── STEP CARD ── */
.hb-proc-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
  overflow: hidden;
}
.hb-proc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF5C1A, #FF8C00);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.hb-proc-row:hover .hb-proc-card {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,92,26,0.13);
}
.hb-proc-row:hover .hb-proc-card::before { opacity: 1; }

.hb-proc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.hb-proc-card-title {
  font-size: 14px;
  font-weight: 800;
  color: #1A1A2E;
  line-height: 1.3;
}
.hb-proc-step-pill {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF5C1A;
  background: rgba(255,92,26,0.08);
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 10px;
}
.hb-proc-card-desc {
  font-size: 12.5px;
  font-weight: 500;
  color: #888;
  line-height: 1.65;
}

/* ── ANIMATIONS (uniquely named) ── */
@keyframes hbProcSlideIn {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes hbProcFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── MOBILE ── */
@media (max-width: 380px) {
  .hb-proc-dot { width: 38px; height: 38px; }
  .hb-proc-dot svg { width: 15px; height: 15px; }
  .hb-proc-timeline::before { left: 25px; }
  .hb-proc-node { width: 50px; }
  .hb-proc-card-title { font-size: 13px; }
  .hb-proc-card-desc { font-size: 12px; }
  .hb-proc-step-pill { display: none; }
}

</style>
</head>
<body>

<div class="hb-proc-wrap">


  <div class="hb-proc-timeline">

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><path d="M3 10.5L12 3l9 7.5"/><path d="M5 9.5V20h14V9.5"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Consultation & Planning</span>
          <span class="hb-proc-step-pill">Step 1</span>
        </div>
        <p class="hb-proc-card-desc">We study your plot, budget & design goals before anything begins.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18"/><path d="M3 9h18M9 21V9"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">3D Design & Architecture</span>
          <span class="hb-proc-step-pill">Step 2</span>
        </div>
        <p class="hb-proc-card-desc">Realistic 3D layouts and structural drawings approved before work starts.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16"/><path d="M8 8h8M8 12h8M8 16h6"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Materials & Clear BOQ</span>
          <span class="hb-proc-step-pill">Step 3</span>
        </div>
        <p class="hb-proc-card-desc">Transparent bill of quantities — approved specs, zero hidden costs.</p>
      </div>
    </div>

    <div class="hb-proc-row">
      <div class="hb-proc-node"><div class="hb-proc-dot"><svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4"/><circle cx="12" cy="12" r="9"/></svg></div></div>
      <div class="hb-proc-card">
        <div class="hb-proc-card-top">
          <span class="hb-proc-card-title">Handover & 15-Year Warranty</span>
          <span class="hb-proc-step-pill">Step 4</span>
        </div>
        <p class="hb-proc-card-desc">Fully completed home delivered with documented warranty handover.</p>
      </div>
    </div>

  </div>
</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f49314c e-flex e-con-boxed e-con e-parent" data-id="f49314c" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b5c7192 elementor-widget elementor-widget-html" data-id="b5c7192" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<style>

/* ── SCOPED RESET ── */
.hb-partners-wrap *,
.hb-partners-wrap *::before,
.hb-partners-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── WRAPPER ── */
.hb-partners-wrap {
  font-family: 'Manrope', sans-serif;
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

/* Background diagonal lines texture */
.hb-partners-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,92,26,0.025) 40px,
    rgba(255,92,26,0.025) 41px
  );
  pointer-events: none;
  z-index: 0;
}

/* ── SECTION BLOCK ── */
.hb-section {
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
.hb-section:last-child { margin-bottom: 0; }

/* ── SECTION HEADING ── */
.hb-section-head {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
}

.hb-section-head .hb-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FF5C1A;
  margin-bottom: 10px;
}
.hb-section-head .hb-tag::before,
.hb-section-head .hb-tag::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: #FF5C1A;
  opacity: 0.5;
}

.hb-section-head h2 {
  font-size: 26px;
  font-weight: 900;
  color: #1A1A2E;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hb-section-head h2 em {
  font-style: normal;
  background: linear-gradient(135deg, #FF5C1A, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── MARQUEE TRACK ── */
.hb-marquee-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* fade edges */
.hb-marquee-outer::before,
.hb-marquee-outer::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.hb-marquee-outer::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.hb-marquee-outer::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.hb-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: hbMarquee 22s linear infinite;
}
.hb-marquee-track:hover {
  animation-play-state: paused;
}

/* reverse direction for banking row */
.hb-marquee-track.reverse {
  animation: hbMarqueeRev 26s linear infinite;
}
.hb-marquee-track.reverse:hover {
  animation-play-state: paused;
}

@keyframes hbMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes hbMarqueeRev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* ── LOGO PILL ── */
.hb-logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 16px 28px;
  min-width: 160px;
  height: 80px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.hb-logo-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,92,26,0.04), rgba(255,140,0,0.04));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hb-logo-pill:hover {
  border-color: rgba(255,92,26,0.3);
  box-shadow: 0 6px 24px rgba(255,92,26,0.12);
  transform: translateY(-3px);
}
.hb-logo-pill:hover::before {
  opacity: 1;
}

.hb-logo-pill img {
  max-width: 110px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(30%);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
  position: relative;
  z-index: 1;
}

.hb-logo-pill:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ── DIVIDER ── */
.hb-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FF5C1A, transparent);
  margin: 0 auto 56px;
  border-radius: 2px;
}

</style>
</head>
<body style="background:#fff;">

<div class="hb-partners-wrap">

  <!-- ══ VENDORS ══ -->
  <div class="hb-section">
    <div class="hb-section-head">
      <div class="hb-tag">Trusted Brands</div>
      <h2>Our <em>Vendors</em></h2>
    </div>

    <div class="hb-marquee-outer">
      <div class="hb-marquee-track">
        <!-- SET 1 -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/kajaria-1.png" alt="Kajaria"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/ramco-super-grade-image.png" alt="Ramco"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Parryware-logo-hd.png" alt="Parryware"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Nippon-paint.png" alt="Nippon Paint"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/jaquar-logo.webp" alt="Jaquar"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/tata-tiscon1.webp" alt="tata-tiscon"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ultra-tech.webp" alt="ultra-tech"></div>
        
        <!-- SET 2 (duplicate for infinite loop) -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/kajaria-1.png" alt="Kajaria"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/ramco-super-grade-image.png" alt="Ramco"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Parryware-logo-hd.png" alt="Parryware"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/Nippon-paint.png" alt="Nippon Paint"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/jaquar-logo.webp" alt="Jaquar"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/tata-tiscon1.webp" alt="tata-tiscon"></div>
        
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ultra-tech.webp" alt="ultra-tech"></div>
      </div>
    </div>
  </div>

  <!-- ── DIVIDER ── -->
  <div class="hb-divider"></div>

  <!-- ══ BANKING PARTNERS ══ -->
  <div class="hb-section">
    <div class="hb-section-head">
      <div class="hb-tag">Finance & Loans</div>
      <h2>Our Banking <em>Partners</em></h2>
    </div>

    <div class="hb-marquee-outer">
      <div class="hb-marquee-track reverse">
        <!-- SET 1 -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/sbi-home-loan-1.png" alt="SBI Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/IDFC-lOGO1.jpg" alt="IDFC First Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/uco-bank-logo.png" alt="UCO Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/hdfc-bank-home-loan.png" alt="HDFC Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/axis-bank.webp" alt="axis-bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ICICI-Bank.webp" alt="ICICI-Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Indian-Bank-logo.webp" alt="Indian-Bank-logo"></div>
        
        
        <!-- SET 2 (duplicate for infinite loop) -->
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/sbi-home-loan-1.png" alt="SBI Home Loans"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/IDFC-lOGO1.jpg" alt="IDFC First Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/uco-bank-logo.png" alt="UCO Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2023/09/hdfc-bank-home-loan.png" alt="HDFC Home Loans"></div>
          <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/axis-bank.webp" alt="axis-bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/ICICI-Bank.webp" alt="ICICI-Bank"></div>
        <div class="hb-logo-pill"><img decoding="async" src="https://hireandbuild.com/wp-content/uploads/2026/03/Indian-Bank-logo.webp" alt="Indian-Bank-logo"></div>
      </div>
    </div>
  </div>

</div>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3aa20d9 e-flex e-con-boxed e-con e-parent" data-id="3aa20d9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b3703fa elementor-widget elementor-widget-heading" data-id="b3703fa" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Frequently Asked Questions (FAQs)</h2>				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-26e40ff e-flex e-con-boxed e-con e-parent" data-id="26e40ff" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3849d5f elementor-widget__width-initial elementor-widget elementor-widget-toggle" data-id="3849d5f" data-element_type="widget" data-e-type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
							<div class="elementor-toggle">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5901" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-5901" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">1. What is the construction cost per sq ft in Chennai?</a>
					</div>

					<div id="elementor-tab-content-5901" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-5901"><p>HireandBuild offers <a href="https://hireandbuild.com/turnkey-house-construction-services-in-chennai/">house construction in Chennai</a> starting at ₹1899/sq.ft. The final cost depends on your plot size, number of floors, and finish level. Use our free cost calculator for an instant estimate.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5902" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-5902" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">2. How long does it take to build a house in Chennai?</a>
					</div>

					<div id="elementor-tab-content-5902" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-5902"><p>A typical residential project takes 12 to 18 months.We provide a written project timeline before work begins.See how our works from start to finish.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5903" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-5903" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">3. Do you handle the complete construction from start to finish?</a>
					</div>

					<div id="elementor-tab-content-5903" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-5903"><p>Yes. We offer complete turnkey house construction in Chennai covering soil testing, <a href="https://hireandbuild.com/architects-in-chennai/">architectural design</a>, structural work, electrical, plumbing, finishing, and final handover — all under one roof.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5904" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-5904" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">4. What areas in Chennai do you cover?</a>
					</div>

					<div id="elementor-tab-content-5904" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-5904"><p>We serve all major localities across Chennai including Anna Nagar, Mogappair, Porur, Perungalathur, Tambaram, Velachery, OMR, Thiruverkadu, Ambattur, and surrounding areas.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5905" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-5905" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">5. Is your construction pricing transparent with no hidden costs?</a>
					</div>

					<div id="elementor-tab-content-5905" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-5905"><p>Yes. We follow a milestone-based payment model with a detailed Bill of Quantities (BOQ) shared before work starts. You know exactly what you are paying for at every stage — no surprise charges.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5906" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-5906" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">6. Do you assign a dedicated engineer to my project?</a>
					</div>

					<div id="elementor-tab-content-5906" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-5906"><p>Yes. Every HireandBuild project gets a qualified, full-time site engineer assigned from day one. Your engineer is physically present on your plot every single day — monitoring material quality, workmanship, and construction progress at every stage. You are never left depending on a contractor&#8217;s word. Our engineer is your eyes on the ground throughout the entire build.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5907" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-5907" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">7. What warranty do you offer on house construction?</a>
					</div>

					<div id="elementor-tab-content-5907" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-5907"><p>HireandBuild provides a 15-year structural warranty on all residential construction projects. All warranty terms are documented in writing before the project begins.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5908" class="elementor-tab-title" data-tab="8" role="button" aria-controls="elementor-tab-content-5908" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">8.Did you provide joint venture ?</a>
					</div>

					<div id="elementor-tab-content-5908" class="elementor-tab-content elementor-clearfix" data-tab="8" role="region" aria-labelledby="elementor-tab-title-5908"><p>Yes, we collaborate with architects, builders, and contractors through <a href="https://hireandbuild.com/joint-venture-builders-in-chennai/">joint venture partnerships.</a> We handle structural design, analysis, and compliance while working closely with your team to ensure safe and efficient project execution.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-5909" class="elementor-tab-title" data-tab="9" role="button" aria-controls="elementor-tab-content-5909" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">9. Do you help with home loan approvals?</a>
					</div>

					<div id="elementor-tab-content-5909" class="elementor-tab-content elementor-clearfix" data-tab="9" role="region" aria-labelledby="elementor-tab-title-5909"><p>Yes. We work with leading banks including <a href="https://onlinesbi.sbi.bank.in/" target="_blank" rel="noopener">SBI</a>, HDFC, ICICI, Axis Bank, and IDFC First Bank to help you get home loan approvals smoothly alongside your construction project.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-59010" class="elementor-tab-title" data-tab="10" role="button" aria-controls="elementor-tab-content-59010" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">10.How do I get started with HireandBuild?</a>
					</div>

					<div id="elementor-tab-content-59010" class="elementor-tab-content elementor-clearfix" data-tab="10" role="region" aria-labelledby="elementor-tab-title-59010"><p>Call us at +91 72004 72008 or <a href="https://hireandbuild.com/contact-us/">fill out our free estimate form</a> on this page. Our team will schedule a free site visit and provide a detailed construction estimate within 24 hours.</p></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-59011" class="elementor-tab-title" data-tab="11" role="button" aria-controls="elementor-tab-content-59011" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-right" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a class="elementor-toggle-title" tabindex="0">11.Do you build G+1 and G+2 houses in Chennai?</a>
					</div>

					<div id="elementor-tab-content-59011" class="elementor-tab-content elementor-clearfix" data-tab="11" role="region" aria-labelledby="elementor-tab-title-59011"><p>Yes. We build single-floor independent houses, G+1, and G+2 residential homes across Chennai. Each project is structurally designed after soil testing — foundation depth and column sizing are never assumed, always engineered. Whether you are planning one floor now with future expansion in mind, or building a complete multi-floor home from the start, we design and execute the structure to handle it safely.</p></div>
				</div>
										<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"1. What is the construction cost per sq ft in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>HireandBuild offers <a href=\"https:\/\/hireandbuild.com\/turnkey-house-construction-services-in-chennai\/\">house construction in Chennai<\/a> starting at \u20b91899\/sq.ft. The final cost depends on your plot size, number of floors, and finish level. Use our free cost calculator for an instant estimate.<\/p>"}},{"@type":"Question","name":"2. How long does it take to build a house in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>A typical residential project takes 12 to 18 months.We provide a written project timeline before work begins.See how our works from start to finish.<\/p>"}},{"@type":"Question","name":"3. Do you handle the complete construction from start to finish?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We offer complete turnkey house construction in Chennai covering soil testing, <a href=\"https:\/\/hireandbuild.com\/architects-in-chennai\/\">architectural design<\/a>, structural work, electrical, plumbing, finishing, and final handover \u2014 all under one roof.<\/p>"}},{"@type":"Question","name":"4. What areas in Chennai do you cover?","acceptedAnswer":{"@type":"Answer","text":"<p>We serve all major localities across Chennai including Anna Nagar, Mogappair, Porur, Perungalathur, Tambaram, Velachery, OMR, Thiruverkadu, Ambattur, and surrounding areas.<\/p>"}},{"@type":"Question","name":"5. Is your construction pricing transparent with no hidden costs?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We follow a milestone-based payment model with a detailed Bill of Quantities (BOQ) shared before work starts. You know exactly what you are paying for at every stage \u2014 no surprise charges.<\/p>"}},{"@type":"Question","name":"6. Do you assign a dedicated engineer to my project?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. Every HireandBuild project gets a qualified, full-time site engineer assigned from day one. Your engineer is physically present on your plot every single day \u2014 monitoring material quality, workmanship, and construction progress at every stage. You are never left depending on a contractor&#8217;s word. Our engineer is your eyes on the ground throughout the entire build.<\/p>"}},{"@type":"Question","name":"7. What warranty do you offer on house construction?","acceptedAnswer":{"@type":"Answer","text":"<p>HireandBuild provides a 15-year structural warranty on all residential construction projects. All warranty terms are documented in writing before the project begins.<\/p>"}},{"@type":"Question","name":"8.Did you provide joint venture ?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes, we collaborate with architects, builders, and contractors through <a href=\"https:\/\/hireandbuild.com\/joint-venture-builders-in-chennai\/\">joint venture partnerships.<\/a> We handle structural design, analysis, and compliance while working closely with your team to ensure safe and efficient project execution.<\/p>"}},{"@type":"Question","name":"9. Do you help with home loan approvals?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We work with leading banks including <a href=\"https:\/\/onlinesbi.sbi.bank.in\/\">SBI<\/a>, HDFC, ICICI, Axis Bank, and IDFC First Bank to help you get home loan approvals smoothly alongside your construction project.<\/p>"}},{"@type":"Question","name":"10.How do I get started with HireandBuild?","acceptedAnswer":{"@type":"Answer","text":"<p>Call us at +91 72004 72008 or <a href=\"https:\/\/hireandbuild.com\/contact-us\/\">fill out our free estimate form<\/a> on this page. Our team will schedule a free site visit and provide a detailed construction estimate within 24 hours.<\/p>"}},{"@type":"Question","name":"11.Do you build G+1 and G+2 houses in Chennai?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes. We build single-floor independent houses, G+1, and G+2 residential homes across Chennai. Each project is structurally designed after soil testing \u2014 foundation depth and column sizing are never assumed, always engineered. Whether you are planning one floor now with future expansion in mind, or building a complete multi-floor home from the start, we design and execute the structure to handle it safely.<\/p>"}}]}</script>
					</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		
	</div><!-- #content -->

	


			</div><!-- .wf-container -->
		</div><!-- .wf-wrap -->

	
	</div><!-- #main -->

	


	<!-- !Footer -->
	<footer id="footer" class="footer solid-bg elementor-footer"  role="contentinfo">

		
			<div class="wf-wrap">
				<div class="wf-container-footer">
					<div class="wf-container">
								<footer data-elementor-type="footer" data-elementor-id="4232" class="elementor elementor-4232 elementor-location-footer" data-elementor-post-type="elementor_library">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-be17310 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="be17310" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-434d776" data-id="434d776" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-43691f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="43691f1" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7b302f0" data-id="7b302f0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-757ba6f elementor-widget elementor-widget-heading" data-id="757ba6f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Contact</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-8bacc23 elementor-widget elementor-widget-spacer" data-id="8bacc23" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-de5ec6d elementor-widget elementor-widget-text-editor" data-id="de5ec6d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>2nd floor, 87a, 2nd Main Rd, above Zalya&#8217;s Closet, Nolambur Phase II, Mogappair West, Chennai, Tamil Nadu &#8211; 600037</p>								</div>
				</div>
				<div class="elementor-element elementor-element-0a2e280 elementor-widget elementor-widget-spacer" data-id="0a2e280" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0568ae1 icon-box-vertical-align-center content-align-left icon-position-left icon-vertical-align-start elementor-widget elementor-widget-the7_icon_box_widget" data-id="0568ae1" data-element_type="widget" data-e-type="widget" data-widget_type="the7_icon_box_widget.default">
				<div class="elementor-widget-container">
					
		<div class="the7-box-wrapper the7-elementor-widget the7_icon_box_widget-0568ae1">			<div class="box-content-wrapper">
									<a class="elementor-icon-div" >						<div class="elementor-icon">
							<i aria-hidden="true" class="feather feather-phone-call"></i>						</div>
					</a>								<div class="box-content">
																	<h4 class="box-heading">
							<a >								+91 72004 72008							</a>						</h4>
																<div class="box-description"><p>Mon - Sat 10:00 am - 7:00 pm</p></div>
					
					
				</div>
			</div>
		</div>					</div>
				</div>
				<div class="elementor-element elementor-element-ddcc6cf elementor-widget elementor-widget-spacer" data-id="ddcc6cf" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3502e3b content-align-mobile-center icon-position-mobile-top icon-vertical-align-center icon-vertical-align-mobile-center icon-position-tablet-top icon-vertical-align-tablet-start content-align-left icon-box-vertical-align-top icon-position-left elementor-widget elementor-widget-the7_icon_box_widget" data-id="3502e3b" data-element_type="widget" data-e-type="widget" data-widget_type="the7_icon_box_widget.default">
				<div class="elementor-widget-container">
					
		<div class="the7-box-wrapper the7-elementor-widget the7_icon_box_widget-3502e3b">			<div class="box-content-wrapper">
									<a class="elementor-icon-div" >						<div class="elementor-icon">
							<i aria-hidden="true" class="feather feather-mail"></i>						</div>
					</a>								<div class="box-content">
																	<h4 class="box-heading">
							<a >								info@hireandbuild.com							</a>						</h4>
										
					
				</div>
			</div>
		</div>					</div>
				</div>
				<div class="elementor-element elementor-element-4017909 elementor-widget elementor-widget-spacer" data-id="4017909" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-83b4437 elementor-shape-circle e-grid-align-tablet-center e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="83b4437" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-a9861cf" href="https://www.facebook.com/hireandbuild" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i aria-hidden="true" class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6e6ada5" href="https://www.instagram.com/hire_and_build/?igshid=1u600eerodi26" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<i aria-hidden="true" class="fab fa-instagram"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b301d73" href="https://in.linkedin.com/company/hireandbuild" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i aria-hidden="true" class="fab fa-linkedin"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-fd8b9a7" href="https://www.youtube.com/channel/UC0EGNd5NNtT9-F_zOCyPUXw" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i aria-hidden="true" class="fab fa-youtube"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-715dbd6" href="https://twitter.com/hireandbuild?lang=en" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="48px" height="48px"><path d="M 2.3671875 3 L 9.4628906 13.140625 L 2.7402344 21 L 5.3808594 21 L 10.644531 14.830078 L 14.960938 21 L 21.871094 21 L 14.449219 10.375 L 20.740234 3 L 18.140625 3 L 13.271484 8.6875 L 9.2988281 3 L 2.3671875 3 z M 6.2070312 5 L 8.2558594 5 L 18.033203 19 L 16.001953 19 L 6.2070312 5 z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-65c6a2b" data-id="65c6a2b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-55c47ee elementor-widget elementor-widget-heading" data-id="55c47ee" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Page Links</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ee5b325 elementor-widget elementor-widget-spacer" data-id="ee5b325" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c24f796 dt-nav-menu_align-mobile-center dt-sub-menu_align-center dt-nav-menu_align-center elementor-widget elementor-widget-the7_nav-menu" data-id="c24f796" data-element_type="widget" data-e-type="widget" data-settings="{&quot;submenu_display&quot;:&quot;on_click&quot;}" data-widget_type="the7_nav-menu.default">
				<div class="elementor-widget-container">
					<nav class="dt-nav-menu--main dt-nav-menu__container dt-sub-menu-display-on_click dt-icon-align-with_text dt-icon-position-right dt-sub-icon-position-right dt-sub-icon-align-with_text"><ul class="dt-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13253 first depth-0"><a href='https://hireandbuild.com/about-us/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">About us</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15161 depth-0"><a href='https://hireandbuild.com/joint-venture-builders-in-chennai/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Joint Venture</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18497 depth-0"><a href='https://hireandbuild.com/house-construction-cost-calculator-free-online/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Cost Calculator</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-20648 has-children depth-0"><a href='https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/' data-level='1' aria-haspopup='true' aria-expanded='false'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Pricing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a><ul class="the7-e-sub-nav vertical-sub-nav hover-style-bg"  role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22135 first depth-1"><a href='https://hireandbuild.com/construction-cost-per-sq-ft-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Residential Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22134 depth-1"><a href='https://hireandbuild.com/commercial-construction-packages-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Commercial Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13621 has-children depth-0"><a data-level='1' aria-haspopup='true' aria-expanded='false'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Services</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a><ul class="the7-e-sub-nav vertical-sub-nav hover-style-bg"  role="group"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13837 first depth-1"><a href='https://hireandbuild.com/commercial-construction-company-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Commercial Construction</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13678 depth-1"><a href='https://hireandbuild.com/architects-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Architectural Designing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13745 depth-1"><a href='https://hireandbuild.com/structural-engineers-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Structural Designing</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13781 depth-1"><a href='https://hireandbuild.com/building-plan-approval-in-chennai/' data-level='2'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Building Plan Approval</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12875 depth-0"><a href='https://hireandbuild.com/projects/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Projects</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22387 depth-0"><a href='https://hireandbuild.com/careers/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Careers</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13409 depth-0"><a href='https://hireandbuild.com/contact-us/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Contact</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> <li class="menu-button menu-item menu-item-type-post_type menu-item-object-page menu-item-18924 last depth-0"><a href='https://hireandbuild.com/house-construction-cost-calculator-free-online/' data-level='1'><span class="item-content"><span class="menu-item-text"><span class="menu-text">Get a Free Quote</span></span></span><span class="right next-level-button" data-icon = "fas fa-caret-down"><i aria-hidden="true" class="open-button fas fa-caret-right"></i> <i aria-hidden="true" class="icon-active fas fa-caret-down"></i></span></a></li> </ul></nav>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7bc332e" data-id="7bc332e" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38988dd elementor-widget elementor-widget-heading" data-id="38988dd" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Useful Links</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d4a24d8 elementor-widget elementor-widget-spacer" data-id="d4a24d8" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-6c1030d elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6c1030d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/construction-cost-calculator-free-online/">

											<span class="elementor-icon-list-text">Cost Calcuator</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/home-construction-company-in-chennai/">

											<span class="elementor-icon-list-text">Building Construction</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/building-contract/">

											<span class="elementor-icon-list-text">Knowledge Center</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://hireandbuild.com/careers/">

											<span class="elementor-icon-list-text">Careers</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-a225dae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a225dae" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-wider">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-19caf8b" data-id="19caf8b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d21eae5 elementor-widget elementor-widget-heading" data-id="d21eae5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">© Copyright 2026  Hireandbuild, Chennai , All rights reserved.</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</footer>
							</div><!-- .wf-container -->
				</div><!-- .wf-container-footer -->
			</div><!-- .wf-wrap -->

			
	</footer><!-- #footer -->

			<a href="#" class="scroll-top scroll-top-elementor-icon ">
				<i aria-hidden="true" class="feather feather-arrow-up"></i>				<span class="screen-reader-text">Go to Top</span>
			</a>
			
</div><!-- #page -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/dt-the7/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
			
					<div
			class="qlwapp"
			style="--qlwapp-scheme-font-family:inherit;--qlwapp-scheme-font-size:18px;--qlwapp-scheme-icon-size:60px;--qlwapp-scheme-icon-font-size:24px;--qlwapp-scheme-box-max-height:400px;--qlwapp-scheme-brand:#25d366;--qlwapp-scheme-text:#ffffff;--qlwapp-scheme-text-secondary:#303030;--qlwapp-scheme-contact-role-color:inherit;--qlwapp-scheme-contact-name-color:inherit;--qlwapp-scheme-contact-availability-color:inherit;--qlwapp-scheme-box-message-word-break:break-all;--qlwapp-button-notification-bubble-animation:none;"
			data-contacts="[{&quot;id&quot;:1,&quot;bot_id&quot;:&quot;&quot;,&quot;order&quot;:0,&quot;active&quot;:1,&quot;chat&quot;:1,&quot;avatar&quot;:&quot;https:\/\/www.gravatar.com\/avatar\/00000000000000000000000000000000&quot;,&quot;type&quot;:&quot;phone&quot;,&quot;phone&quot;:&quot;7200472008&quot;,&quot;group&quot;:&quot;https:\/\/chat.whatsapp.com\/EQuPUtcPzEdIZVlT8JyyNw&quot;,&quot;firstname&quot;:&quot;John&quot;,&quot;lastname&quot;:&quot;Doe&quot;,&quot;label&quot;:&quot;Support&quot;,&quot;message&quot;:&quot;I am looking for a Construction and Architectural Services to build my dream home. Kindly Contact me. Thank you..&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timezone&quot;:&quot;UTC+0&quot;,&quot;visibility&quot;:&quot;readonly&quot;,&quot;timedays&quot;:[],&quot;whatsapp_link_type&quot;:&quot;web&quot;,&quot;display&quot;:{&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;devices&quot;:&quot;all&quot;}}]"
			data-primary-contact="{&quot;id&quot;:1,&quot;bot_id&quot;:&quot;&quot;,&quot;order&quot;:0,&quot;active&quot;:1,&quot;chat&quot;:1,&quot;avatar&quot;:&quot;https:\/\/www.gravatar.com\/avatar\/00000000000000000000000000000000&quot;,&quot;type&quot;:&quot;phone&quot;,&quot;phone&quot;:&quot;7200472008&quot;,&quot;group&quot;:&quot;https:\/\/chat.whatsapp.com\/EQuPUtcPzEdIZVlT8JyyNw&quot;,&quot;firstname&quot;:&quot;John&quot;,&quot;lastname&quot;:&quot;Doe&quot;,&quot;label&quot;:&quot;Support&quot;,&quot;message&quot;:&quot;I am looking for a Construction and Architectural Services to build my dream home. Kindly Contact me. Thank you..&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timezone&quot;:&quot;UTC+0&quot;,&quot;visibility&quot;:&quot;readonly&quot;,&quot;timedays&quot;:[],&quot;whatsapp_link_type&quot;:&quot;web&quot;,&quot;display&quot;:{&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;devices&quot;:&quot;all&quot;}}"
			data-display="{&quot;devices&quot;:&quot;all&quot;,&quot;entries&quot;:{&quot;post&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;page&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;services&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;team&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;client&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;taxonomies&quot;:{&quot;category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;post_tag&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]},&quot;dt_portfolio_category&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}},&quot;target&quot;:{&quot;include&quot;:1,&quot;ids&quot;:[]}}"
			data-button="{&quot;layout&quot;:&quot;bubble&quot;,&quot;box&quot;:&quot;no&quot;,&quot;position&quot;:&quot;bottom-right&quot;,&quot;text&quot;:&quot;&quot;,&quot;icon&quot;:&quot;qlwapp-whatsapp-icon&quot;,&quot;developer&quot;:&quot;no&quot;,&quot;rounded&quot;:&quot;yes&quot;,&quot;animation_name&quot;:&quot;&quot;,&quot;animation_delay&quot;:&quot;&quot;,&quot;notification_bubble&quot;:&quot;none&quot;,&quot;notification_bubble_animation&quot;:&quot;none&quot;,&quot;timefrom&quot;:&quot;00:00&quot;,&quot;timeto&quot;:&quot;00:00&quot;,&quot;timedays&quot;:[],&quot;timezone&quot;:&quot;&quot;,&quot;visibility&quot;:&quot;readonly&quot;}"
			data-box="{&quot;enable&quot;:&quot;yes&quot;,&quot;auto_open&quot;:&quot;no&quot;,&quot;auto_delay_open&quot;:1000,&quot;lazy_load&quot;:&quot;no&quot;,&quot;allow_outside_close&quot;:&quot;no&quot;,&quot;header&quot;:&quot;\n\t\t\t\t\t\t\t\t&lt;p style=\&quot;line-height: 1;text-align: start\&quot;&gt;&lt;span style=\&quot;font-size: 12px;vertical-align: bottom;letter-spacing: -0.2px;opacity: 0.8;margin: 5px 0 0 1px\&quot;&gt;Powered by&lt;\/span&gt;&lt;\/p&gt;\n\t\t\t\t\t\t\t\t&lt;p style=\&quot;line-height: 1;text-align: start\&quot;&gt;&lt;a style=\&quot;font-size: 24px;line-height: 34px;font-weight: bold;text-decoration: none;color: white\&quot; href=\&quot;https:\/\/quadlayers.com\/products\/whatsapp-chat\/?utm_source=qlwapp_plugin&amp;utm_medium=header&amp;utm_campaign=social-chat\&quot; target=\&quot;_blank\&quot; rel=\&quot;noopener\&quot;&gt;Social Chat&lt;\/a&gt;&lt;\/p&gt;&quot;,&quot;footer&quot;:&quot;&lt;p style=\&quot;text-align: start;\&quot;&gt;Need help? Our team is just a message away&lt;\/p&gt;&quot;,&quot;response&quot;:&quot;Write a response&quot;,&quot;consent_message&quot;:&quot;I accept cookies and privacy policy.&quot;,&quot;consent_enabled&quot;:&quot;no&quot;}"
			data-scheme="{&quot;font_family&quot;:&quot;inherit&quot;,&quot;font_size&quot;:&quot;18&quot;,&quot;icon_size&quot;:&quot;60&quot;,&quot;icon_font_size&quot;:&quot;24&quot;,&quot;box_max_height&quot;:&quot;400&quot;,&quot;brand&quot;:&quot;#25d366&quot;,&quot;text&quot;:&quot;#ffffff&quot;,&quot;text_secondary&quot;:&quot;#303030&quot;,&quot;link&quot;:&quot;&quot;,&quot;message&quot;:&quot;&quot;,&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;contact_role_color&quot;:&quot;inherit&quot;,&quot;contact_name_color&quot;:&quot;inherit&quot;,&quot;contact_availability_color&quot;:&quot;inherit&quot;,&quot;box_message_word_break&quot;:&quot;break-all&quot;}"
		>
					</div>
		



































<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://hireandbuild.com/wp-includes/js/wp-emoji-release.min.js?ver=7.1"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://hireandbuild.com/wp-includes/js/wp-emoji-loader.min.js
</script>

<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
	<div class="pswp__bg"></div>
	<div class="pswp__scroll-wrap">
		<div class="pswp__container">
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
		</div>
		<div class="pswp__ui pswp__ui--hidden">
			<div class="pswp__top-bar">
				<div class="pswp__counter"></div>
				<button class="pswp__button pswp__button--close" title="Close (Esc)" aria-label="Close (Esc)"></button>
				<button class="pswp__button pswp__button--share" title="Share" aria-label="Share"></button>
				<button class="pswp__button pswp__button--fs" title="Toggle fullscreen" aria-label="Toggle fullscreen"></button>
				<button class="pswp__button pswp__button--zoom" title="Zoom in/out" aria-label="Zoom in/out"></button>
				<div class="pswp__preloader">
					<div class="pswp__preloader__icn">
						<div class="pswp__preloader__cut">
							<div class="pswp__preloader__donut"></div>
						</div>
					</div>
				</div>
			</div>
			<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
				<div class="pswp__share-tooltip"></div> 
			</div>
			<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)" aria-label="Previous (arrow left)">
			</button>
			<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)" aria-label="Next (arrow right)">
			</button>
			<div class="pswp__caption">
				<div class="pswp__caption__center"></div>
			</div>
		</div>
	</div>
</div>
<script data-optimized="1" src="https://hireandbuild.com/wp-content/litespeed/js/1263891cdf810b4041a105adffc198da.js?ver=2383a" defer></script></body>
</html>


<!-- Page cached by LiteSpeed Cache 7.9 on 2026-08-26 06:03:12 -->:root {
  --the7-accent-bg-color: #999999;
  --the7-accent-color: #999999;
  --the7-additional-logo-elements-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-additional-logo-elements-font-size: 20px;
  --the7-additional-logo-elements-icon-size: 0px;
  --the7-additional-menu-elements-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-additional-menu-elements-font-size: 20px;
  --the7-additional-menu-elements-icon-size: 0px;
  --the7-base-border-radius: 0px;
  --the7-base-color: #666666;
  --the7-base-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-base-font-size: 15px;
  --the7-base-line-height: 1.4em;
  --the7-beautiful-loading-bg: #ffffff;
  --the7-beautiful-spinner-color: rgba(0,0,0,0.12);
  --the7-body-bg-color: #ffffff;
  --the7-body-bg-image: none;
  --the7-body-bg-position-x: center;
  --the7-body-bg-position-y: center;
  --the7-body-bg-repeat: no-repeat;
  --the7-body-bg-size: auto;
  --the7-border-radius-size: 0px;
  --the7-bottom-bar-bottom-padding: 10px;
  --the7-bottom-bar-height: 60px;
  --the7-bottom-bar-line-size: 1px;
  --the7-bottom-bar-menu-switch: 778px;
  --the7-bottom-bar-switch: 990px;
  --the7-bottom-bar-top-padding: 10px;
  --the7-bottom-bg-color: rgba(255,255,255,0.12);
  --the7-bottom-bg-image: none;
  --the7-bottom-bg-position-x: center;
  --the7-bottom-bg-position-y: top;
  --the7-bottom-bg-repeat: repeat;
  --the7-bottom-color: #eeeeee;
  --the7-bottom-content-padding: 0px;
  --the7-bottom-input-border-width: 1px;
  --the7-bottom-input-padding: 5px;
  --the7-bottom-logo-bottom-padding: 0px;
  --the7-bottom-logo-left-padding: 0px;
  --the7-bottom-logo-right-padding: 0px;
  --the7-bottom-logo-top-padding: 0px;
  --the7-bottom-overlay-content-padding: 0px;
  --the7-box-width: 1280px;
  --the7-breadcrumbs-bg-color: #594492;
  --the7-breadcrumbs-border-color: rgba(255,255,255,0);
  --the7-breadcrumbs-border-radius: 2px;
  --the7-breadcrumbs-border-width: 0px;
  --the7-breadcrumbs-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-breadcrumbs-font-size: 14px;
  --the7-breadcrumbs-line-height: 16px;
  --the7-breadcrumbs-margin-bottom: 0px;
  --the7-breadcrumbs-margin-left: 0px;
  --the7-breadcrumbs-margin-right: 0px;
  --the7-breadcrumbs-margin-top: 10px;
  --the7-breadcrumbs-padding-bottom: 0px;
  --the7-breadcrumbs-padding-left: 0px;
  --the7-breadcrumbs-padding-right: 0px;
  --the7-breadcrumbs-padding-top: 0px;
  --the7-breadcrumbs-text-transform: none;
  --the7-btn-bg-color: #999999;
  --the7-btn-border-color: #999999;
  --the7-btn-border-hover-color: #999999;
  --the7-btn-color: #ffffff;
  --the7-btn-hover-bg-color: #666666;
  --the7-btn-hover-color: #ffffff;
  --the7-btn-l-border-radius: 3px;
  --the7-btn-l-border-style: solid;
  --the7-btn-l-border-width: 0px;
  --the7-btn-l-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-l-font-size: 16px;
  --the7-btn-l-icon-size: 16px;
  --the7-btn-l-letter-spacing: 0px;
  --the7-btn-l-line-height: 1;
  --the7-btn-l-min-height: 1px;
  --the7-btn-l-min-width: 1px;
  --the7-btn-l-padding: 12px 18px 12px 18px;
  --the7-btn-l-text-transform: none;
  --the7-btn-lg-border-radius: 3px;
  --the7-btn-lg-border-style: solid;
  --the7-btn-lg-border-width: 0px;
  --the7-btn-lg-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-lg-font-size: 18px;
  --the7-btn-lg-icon-size: 18px;
  --the7-btn-lg-letter-spacing: 0px;
  --the7-btn-lg-line-height: 1;
  --the7-btn-lg-min-height: 1px;
  --the7-btn-lg-min-width: 1px;
  --the7-btn-lg-padding: 14px 24px 14px 24px;
  --the7-btn-lg-text-transform: none;
  --the7-btn-m-border-radius: 3px;
  --the7-btn-m-border-style: solid;
  --the7-btn-m-border-width: 0px;
  --the7-btn-m-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-m-font-size: 14px;
  --the7-btn-m-icon-size: 14px;
  --the7-btn-m-letter-spacing: 0px;
  --the7-btn-m-line-height: 1;
  --the7-btn-m-min-height: 1px;
  --the7-btn-m-min-width: 1px;
  --the7-btn-m-padding: 10px 14px 10px 14px;
  --the7-btn-m-text-transform: none;
  --the7-btn-s-border-radius: 3px;
  --the7-btn-s-border-style: solid;
  --the7-btn-s-border-width: 0px;
  --the7-btn-s-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-s-font-size: 12px;
  --the7-btn-s-icon-size: 12px;
  --the7-btn-s-letter-spacing: 0px;
  --the7-btn-s-line-height: 1;
  --the7-btn-s-min-height: 1px;
  --the7-btn-s-min-width: 1px;
  --the7-btn-s-padding: 8px 10px 8px 10px;
  --the7-btn-s-text-transform: none;
  --the7-btn-xl-border-radius: 3px;
  --the7-btn-xl-border-style: solid;
  --the7-btn-xl-border-width: 0px;
  --the7-btn-xl-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-xl-font-size: 20px;
  --the7-btn-xl-icon-size: 20px;
  --the7-btn-xl-letter-spacing: 0px;
  --the7-btn-xl-line-height: 1;
  --the7-btn-xl-min-height: 1px;
  --the7-btn-xl-min-width: 1px;
  --the7-btn-xl-padding: 20px 30px 20px 30px;
  --the7-btn-xl-text-transform: none;
  --the7-button-shadow-blur: 10px;
  --the7-button-shadow-color: rgba(0,0,0,0);
  --the7-button-shadow-horizontal: 0px;
  --the7-button-shadow-hover-blur: 10px;
  --the7-button-shadow-hover-color: rgba(0,0,0,0);
  --the7-button-shadow-hover-horizontal: 0px;
  --the7-button-shadow-hover-spread: 0px;
  --the7-button-shadow-hover-vertical: 0px;
  --the7-button-shadow-spread: 0px;
  --the7-button-shadow-vertical: 0px;
  --the7-classic-menu-bottom-margin: 0px;
  --the7-classic-menu-top-margin: 0px;
  --the7-close-menu-caption-color-hover: #000000;
  --the7-close-menu-caption-color: #000000;
  --the7-close-menu-caption-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-close-menu-caption-font-size: 16px;
  --the7-close-menu-caption-gap: 20px;
  --the7-close-menu-caption-text-transform: uppercase;
  --the7-close-mobile-menu-caption-color-hover: #000000;
  --the7-close-mobile-menu-caption-color: #000000;
  --the7-close-mobile-menu-caption-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-close-mobile-menu-caption-font-size: 16px;
  --the7-close-mobile-menu-caption-font-weight: 300;
  --the7-close-mobile-menu-caption-gap: 10px;
  --the7-close-mobile-menu-caption-text-transform: uppercase;
  --the7-content-boxes-bg: #f7f7f7;
  --the7-content-width: 1200px;
  --the7-divider-bg-color: rgba(0,0,0,0);
  --the7-divider-color: rgba(0,0,0,0.12);
  --the7-filter-border-radius: 100px;
  --the7-filter-decoration-line-size: 1px;
  --the7-filter-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-filter-font-size: 15px;
  --the7-filter-item-margin-bottom: 0px;
  --the7-filter-item-margin-left: 15px;
  --the7-filter-item-margin-right: 15px;
  --the7-filter-item-margin-top: 0px;
  --the7-filter-item-padding-bottom: 5px;
  --the7-filter-item-padding-left: 0px;
  --the7-filter-item-padding-right: 0px;
  --the7-filter-item-padding-top: 5px;
  --the7-filter-pointer-bg-radius: 100px;
  --the7-filter-pointer-border-width: 1px;
  --the7-filter-text-transform: none;
  --the7-first-switch-header-padding-left: 30px;
  --the7-first-switch-header-padding-right: 30px;
  --the7-first-switch-mobile-header-height: 60px;
  --the7-first-switch: 1150px;
  --the7-float-menu-bg: #ffffff;
  --the7-float-menu-height: 64px;
  --the7-float-menu-line-decoration-color: rgba(51,51,51,0.11);
  --the7-float-menu-line-decoration-size: 1px;
  --the7-floating-header-bg-image: none;
  --the7-floating-header-bg-position-x: center;
  --the7-floating-header-bg-position-y: center;
  --the7-floating-header-bg-repeat: repeat;
  --the7-floating-header-bg-size: auto;
  --the7-floating-logo-bottom-padding: 0px;
  --the7-floating-logo-left-padding: 0px;
  --the7-floating-logo-right-padding: 0px;
  --the7-floating-logo-top-padding: 0px;
  --the7-floating-menu-active-last-color: #999999;
  --the7-floating-menu-color-active: #999999;
  --the7-floating-menu-color-hover: #000000;
  --the7-floating-menu-color: #666666;
  --the7-floating-menu-hover-last-color: #000000;
  --the7-floating-mixed-logo-bottom-padding: 0px;
  --the7-floating-mixed-logo-left-padding: 0px;
  --the7-floating-mixed-logo-right-padding: 0px;
  --the7-floating-mixed-logo-top-padding: 0px;
  --the7-floating-mobile-logo-bottom-padding: 0px;
  --the7-floating-mobile-logo-left-padding: 0px;
  --the7-floating-mobile-logo-right-padding: 0px;
  --the7-floating-mobile-logo-top-padding: 0px;
  --the7-footer-bg-color: #ffffff;
  --the7-footer-bg-image: none;
  --the7-footer-bg-position-x: center;
  --the7-footer-bg-position-y: top;
  --the7-footer-bg-repeat: repeat;
  --the7-footer-bottom-padding: 0px;
  --the7-footer-decoration-line-size: 1px;
  --the7-footer-left-padding: 0px;
  --the7-footer-outline-color: rgba(129,215,66,0.96);
  --the7-footer-right-padding: 0px;
  --the7-footer-switch-colums: 992px;
  --the7-footer-switch: 0px;
  --the7-footer-top-padding: 0px;
  --the7-general-border-radius: 0px;
  --the7-general-title-responsiveness: 778px;
  --the7-h1-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h1-font-size-desktop: 50px;
  --the7-h1-font-size: 50px;
  --the7-h1-line-height-desktop: 1.1em;
  --the7-h1-line-height: 1.1em;
  --the7-h1-text-transform: none;
  --the7-h2-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h2-font-size-desktop: 40px;
  --the7-h2-font-size: 40px;
  --the7-h2-line-height-desktop: 1.2em;
  --the7-h2-line-height: 1.2em;
  --the7-h2-text-transform: none;
  --the7-h3-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h3-font-size-desktop: 26px;
  --the7-h3-font-size: 26px;
  --the7-h3-line-height-desktop: 1.2em;
  --the7-h3-line-height: 1.2em;
  --the7-h3-text-transform: none;
  --the7-h4-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h4-font-size-desktop: 22px;
  --the7-h4-font-size: 22px;
  --the7-h4-line-height-desktop: 1.2em;
  --the7-h4-line-height: 1.2em;
  --the7-h4-text-transform: none;
  --the7-h5-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h5-font-size-desktop: 18px;
  --the7-h5-font-size: 18px;
  --the7-h5-line-height-desktop: 1.3em;
  --the7-h5-line-height: 1.3em;
  --the7-h5-text-transform: none;
  --the7-h6-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h6-font-size-desktop: 16px;
  --the7-h6-font-size: 16px;
  --the7-h6-line-height-desktop: 1.3em;
  --the7-h6-line-height: 1.3em;
  --the7-h6-text-transform: none;
  --the7-hamburger-border-width: 0px;
  --the7-hamburger-close-border-radius: 0px;
  --the7-hamburger-close-border-width: 0px;
  --the7-hamburger-mobile-close-border-radius: 0px;
  --the7-hamburger-mobile-close-border-width: 0px;
  --the7-header-bg-color: #ffffff;
  --the7-header-bg-image: none;
  --the7-header-bg-position-x: center;
  --the7-header-bg-position-y: center;
  --the7-header-bg-repeat: repeat;
  --the7-header-bg-size: auto;
  --the7-header-classic-menu-line-size: 1px;
  --the7-header-decoration-size: 1px;
  --the7-header-decoration: rgba(51,51,51,0.11);
  --the7-header-height: 140px;
  --the7-header-left-padding: 0px;
  --the7-header-mobile-left-padding: 0px;
  --the7-header-mobile-menu-bottom-padding: 30px;
  --the7-header-mobile-menu-left-padding: 30px;
  --the7-header-mobile-menu-right-padding: 10px;
  --the7-header-mobile-menu-top-padding: 45px;
  --the7-header-mobile-right-padding: 0px;
  --the7-header-right-padding: 0px;
  --the7-header-side-content-width: 300px;
  --the7-header-side-width: 280px;
  --the7-header-slide-out-width: 400px;
  --the7-header-switch-paddings: 0px;
  --the7-header-transparent-bg-color: #eeee22;
  --the7-input-bg-color: #ffffff;
  --the7-input-border-color: rgba(0,0,0,0.12);
  --the7-input-border-radius: 1px;
  --the7-input-color: #666666;
  --the7-input-height: 40px;
  --the7-left-content-padding: 0px;
  --the7-left-input-border-width: 1px;
  --the7-left-input-padding: 12px;
  --the7-left-overlay-content-padding: 0px;
  --the7-lightbox-arrow-size: 48px;
  --the7-links-color: #999999;
  --the7-logo-area-left-padding-bottom: 0px;
  --the7-logo-area-left-padding-left: 0px;
  --the7-logo-area-left-padding-right: 0px;
  --the7-logo-area-left-padding-top: 0px;
  --the7-logo-area-right-padding-bottom: 0px;
  --the7-logo-area-right-padding-left: 0px;
  --the7-logo-area-right-padding-right: 0px;
  --the7-logo-area-right-padding-top: 0px;
  --the7-main-logo-bottom-padding: 0px;
  --the7-main-logo-left-padding: 0px;
  --the7-main-logo-right-padding: 0px;
  --the7-main-logo-top-padding: 0px;
  --the7-main-menu-icon-size: 24px;
  --the7-mega-menu-desc-color: #333333;
  --the7-mega-menu-title-color: #333333;
  --the7-mega-menu-widget-color: #333333;
  --the7-mega-menu-widget-title-color: #333333;
  --the7-megamenu-title-active-color-2: left, #8224e3 30%, #eeee22 100%;
  --the7-megamenu-title-active-color: #8224e3;
  --the7-megamenu-title-hover-color-2: left, #1e73be 30%, #eeee22 99%;
  --the7-megamenu-title-hover-color: #1e73be;
  --the7-menu-active-color: #999999;
  --the7-menu-active-decor-color: rgba(153,153,153,0.15);
  --the7-menu-active-last-color: #999999;
  --the7-menu-active-line-decor-color: rgba(130,36,227,0.3);
  --the7-menu-area-below-padding-bottom: 0px;
  --the7-menu-area-below-padding-left: 0px;
  --the7-menu-area-below-padding-right: 0px;
  --the7-menu-area-below-padding-top: 0px;
  --the7-menu-area-left-padding-bottom: 0px;
  --the7-menu-area-left-padding-left: 0px;
  --the7-menu-area-left-padding-right: 0px;
  --the7-menu-area-left-padding-top: 0px;
  --the7-menu-area-right-padding-bottom: 0px;
  --the7-menu-area-right-padding-left: 0px;
  --the7-menu-area-right-padding-right: 0px;
  --the7-menu-area-right-padding-top: 0px;
  --the7-menu-area-top-line-padding-bottom: 0px;
  --the7-menu-area-top-line-padding-left: 0px;
  --the7-menu-area-top-line-padding-right: 0px;
  --the7-menu-area-top-line-padding-top: 0px;
  --the7-menu-area-top-line-right-padding-bottom: 0px;
  --the7-menu-area-top-line-right-padding-left: 0px;
  --the7-menu-area-top-line-right-padding-right: 0px;
  --the7-menu-area-top-line-right-padding-top: 0px;
  --the7-menu-caption-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-menu-caption-font-size: 16px;
  --the7-menu-caption-gap: 10px;
  --the7-menu-caption-text-transform: none;
  --the7-menu-click-decor-bg-color: rgba(153,153,153,0);
  --the7-menu-color: #666666;
  --the7-menu-decor-border-radius: 3px;
  --the7-menu-decor-color: #999999;
  --the7-menu-decoration-line-size: 2px;
  --the7-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-menu-font-size: 22px;
  --the7-menu-font-weight: 200;
  --the7-menu-hover-color: #000000;
  --the7-menu-hover-decor-color-2: 135deg, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%;
  --the7-menu-hover-decor-color: rgba(255,255,255,0.23);
  --the7-menu-hover-last-color: #000000;
  --the7-menu-item-divider-width: 1px;
  --the7-menu-item-margin-bottom: 20px;
  --the7-menu-item-margin-left: 0px;
  --the7-menu-item-margin-right: 0px;
  --the7-menu-item-margin-top: 0px;
  --the7-menu-item-padding-bottom: 0px;
  --the7-menu-item-padding-left: 0px;
  --the7-menu-item-padding-right: 0px;
  --the7-menu-item-padding-top: 0px;
  --the7-menu-line-decor-color-2: to left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%;
  --the7-menu-line-decor-color: rgba(255,255,255,0.23);
  --the7-menu-tem-divider-color: rgba(17,17,17,0.14);
  --the7-menu-tem-divider-height: 24px;
  --the7-menu-text-transform: none;
  --the7-message-color: #ffffff;
  --the7-microwidget-button-2-bg: #999999;
  --the7-microwidget-button-2-border-color: #999999;
  --the7-microwidget-button-2-border-radius: 0px;
  --the7-microwidget-button-2-border-width: 1px;
  --the7-microwidget-button-2-bottom-padding: 10px;
  --the7-microwidget-button-2-color: #ffffff;
  --the7-microwidget-button-2-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-microwidget-button-2-font-size: 14px;
  --the7-microwidget-button-2-font-weight: 700;
  --the7-microwidget-button-2-hover-bg: #999999;
  --the7-microwidget-button-2-hover-border-color: #999999;
  --the7-microwidget-button-2-hover-color: #ffffff;
  --the7-microwidget-button-2-icon-gap: 5px;
  --the7-microwidget-button-2-icon-size: 14px;
  --the7-microwidget-button-2-left-padding: 20px;
  --the7-microwidget-button-2-right-padding: 20px;
  --the7-microwidget-button-2-top-padding: 10px;
  --the7-microwidget-button-bg: #999999;
  --the7-microwidget-button-border-color: #999999;
  --the7-microwidget-button-border-radius: 0px;
  --the7-microwidget-button-border-width: 1px;
  --the7-microwidget-button-bottom-padding: 10px;
  --the7-microwidget-button-color: #ffffff;
  --the7-microwidget-button-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-microwidget-button-font-size: 14px;
  --the7-microwidget-button-font-weight: 700;
  --the7-microwidget-button-hover-bg: #999999;
  --the7-microwidget-button-hover-border-color: #999999;
  --the7-microwidget-button-hover-color: #ffffff;
  --the7-microwidget-button-icon-gap: 5px;
  --the7-microwidget-button-icon-size: 14px;
  --the7-microwidget-button-left-padding: 20px;
  --the7-microwidget-button-right-padding: 20px;
  --the7-microwidget-button-top-padding: 10px;
  --the7-microwidgets-in-top-line-color: #888888;
  --the7-microwidgets-in-top-line-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-microwidgets-in-top-line-font-size: 20px;
  --the7-microwidgets-in-top-line-icon-color: #888888;
  --the7-microwidgets-in-top-line-icon-size: 16px;
  --the7-mixed-logo-bottom-padding: 0px;
  --the7-mixed-logo-left-padding: 0px;
  --the7-mixed-logo-right-padding: 0px;
  --the7-mixed-logo-top-padding: 0px;
  --the7-mobile-floating-header-bg-color: #ffffff;
  --the7-mobile-footer-bottom-padding: 0px;
  --the7-mobile-footer-left-padding: 0px;
  --the7-mobile-footer-right-padding: 0px;
  --the7-mobile-footer-top-padding: 0px;
  --the7-mobile-hamburger-border-width: 0px;
  --the7-mobile-header-bg-color: #ffffff;
  --the7-mobile-header-decoration-color: #ffffff;
  --the7-mobile-header-decoration-size: 1px;
  --the7-mobile-logo-bottom-padding: 0px;
  --the7-mobile-logo-left-padding: 0px;
  --the7-mobile-logo-right-padding: 0px;
  --the7-mobile-logo-top-padding: 0px;
  --the7-mobile-menu-active-color: #999999;
  --the7-mobile-menu-bg-color: #ffffff;
  --the7-mobile-menu-caption-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-menu-caption-font-size: 16px;
  --the7-mobile-menu-caption-font-weight: 300;
  --the7-mobile-menu-caption-gap: 15px;
  --the7-mobile-menu-caption-text-transform: uppercase;
  --the7-mobile-menu-color: #666666;
  --the7-mobile-menu-divider-color: rgba(51,51,51,0.12);
  --the7-mobile-menu-divider-height: 1px;
  --the7-mobile-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-menu-font-size: 22px;
  --the7-mobile-menu-font-weight: 200;
  --the7-mobile-menu-hover-color: #999999;
  --the7-mobile-menu-microwidgets-color: #aaaaaa;
  --the7-mobile-menu-microwidgets-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-menu-microwidgets-font-size: 14px;
  --the7-mobile-menu-microwidgets-font-weight: 300;
  --the7-mobile-menu-microwidgets-icon-color: #aaaaaa;
  --the7-mobile-menu-microwidgets-icon-size: 16px;
  --the7-mobile-menu-text-transform: none;
  --the7-mobile-menu-width: 300px;
  --the7-mobile-microwidgets-color: #aaaaaa;
  --the7-mobile-microwidgets-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-microwidgets-font-size: 14px;
  --the7-mobile-microwidgets-font-weight: 300;
  --the7-mobile-microwidgets-icon-color: #aaaaaa;
  --the7-mobile-microwidgets-icon-size: 16px;
  --the7-mobile-overlay-bg-color: rgba(17,17,17,0.5);
  --the7-mobile-page-bottom-margin: 0px;
  --the7-mobile-page-left-margin: 0px;
  --the7-mobile-page-right-margin: 0px;
  --the7-mobile-page-top-margin: 0px;
  --the7-mobile-sub-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-sub-menu-font-size: 16px;
  --the7-mobile-sub-menu-font-weight: 300;
  --the7-mobile-sub-menu-text-transform: none;
  --the7-mobile-toggle-menu-bg-color: rgba(255,255,255,0);
  --the7-mobile-toggle-menu-bg-hover-color: rgba(255,255,255,0);
  --the7-mobile-toggle-menu-border-radius: 0px;
  --the7-mobile-toggle-menu-color: #aaaaaa;
  --the7-mobile-toggle-menu-hover-color: #aaaaaa;
  --the7-mw-address-icon-size: 16px;
  --the7-mw-clock-icon-size: 16px;
  --the7-mw-email-icon-size: 16px;
  --the7-mw-login-icon-size: 16px;
  --the7-mw-phone-icon-size: 16px;
  --the7-mw-search-bg-active-width: 260px;
  --the7-mw-search-bg-color: #ffffff;
  --the7-mw-search-bg-height: 38px;
  --the7-mw-search-bg-width: 300px;
  --the7-mw-search-border-color: #ffffff;
  --the7-mw-search-border-radius: 2px;
  --the7-mw-search-border-width: 1px;
  --the7-mw-search-color: #222222;
  --the7-mw-search-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mw-search-font-size: 16px;
  --the7-mw-search-icon-size: 16px;
  --the7-mw-search-left-padding: 10px;
  --the7-mw-search-overlay-bg: rgba(0,0,0,0.9);
  --the7-mw-search-right-padding: 10px;
  --the7-mw-skype-icon-size: 16px;
  --the7-mw-woocommerce-cart-icon-size: 16px;
  --the7-navigation-bg-color: #000000;
  --the7-navigation-line-bg: #ffffff;
  --the7-navigation-line-decoration-color: #dd9933;
  --the7-navigation-line-decoration-line-size: 1px;
  --the7-navigation-line-sticky-bg: #000000;
  --the7-navigation-margin: 40px;
  --the7-outside-item-custom-margin: 30px;
  --the7-page-bg-color: rgba(255,255,255,0);
  --the7-page-bg-image: none;
  --the7-page-bg-position-x: center;
  --the7-page-bg-position-y: top;
  --the7-page-bg-repeat: repeat;
  --the7-page-bg-size: auto;
  --the7-page-bottom-margin: 0px;
  --the7-page-left-margin: 0px;
  --the7-page-responsive-title-height: 0px;
  --the7-page-responsive-title-line-height: 26px;
  --the7-page-right-margin: 0px;
  --the7-page-title-bg-color: rgba(255,255,255,0);
  --the7-page-title-bg-image: none;
  --the7-page-title-bg-position-x: center;
  --the7-page-title-bg-position-y: center;
  --the7-page-title-bg-repeat: repeat;
  --the7-page-title-bg-size: auto auto;
  --the7-page-title-border-height: 10px;
  --the7-page-title-border-style: solid;
  --the7-page-title-bottom-padding: 30px;
  --the7-page-title-breadcrumbs-color: #999999;
  --the7-page-title-color: #000000;
  --the7-page-title-decorative-line-height: 6px;
  --the7-page-title-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-page-title-height: 60px;
  --the7-page-title-line-color: rgba(51,51,51,0.11);
  --the7-page-title-line-height: 28px;
  --the7-page-title-line-style: double;
  --the7-page-title-overlay-color: rgba(0,0,0,0.5);
  --the7-page-title-text-transform: none;
  --the7-page-title-top-padding: 30px;
  --the7-page-top-margin: 0px;
  --the7-project-rollover-bg-color: rgba(153,153,153,0.85);
  --the7-right-content-padding: 0px;
  --the7-right-input-border-width: 1px;
  --the7-right-input-padding: 12px;
  --the7-right-overlay-content-padding: 0px;
  --the7-rollover-bg-color: rgba(153,153,153,0.2);
  --the7-second-switch-header-padding-left: 30px;
  --the7-second-switch-header-padding-right: 30px;
  --the7-second-switch-mobile-header-height: 50px;
  --the7-second-switch: 600px;
  --the7-secondary-text-color: #999999;
  --the7-side-header-h-stroke-height: 130px;
  --the7-side-header-v-stroke-width: 60px;
  --the7-sidebar-distace-to-content: 50px;
  --the7-sidebar-outline-color: rgba(0,0,0,0.06);
  --the7-sidebar-responsiveness: 992px;
  --the7-sidebar-width: 350px;
  --the7-soc-ico-hover-color: #ffffff;
  --the7-soc-icons-bg-size: 37px;
  --the7-soc-icons-border-radius: 0px;
  --the7-soc-icons-border-width: 0px;
  --the7-soc-icons-gap: 0px;
  --the7-soc-icons-size: 16px;
  --the7-sticky-header-overlay-bg: rgba(17,17,17,0.4);
  --the7-sub-menu-icon-size: 12px;
  --the7-sub-subtitle-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-sub-subtitle-font-size: 12px;
  --the7-submenu-active-bg: rgba(255,255,255,0);
  --the7-submenu-active-color: #999999;
  --the7-submenu-bg-color: #ffffff;
  --the7-submenu-color: #666666;
  --the7-submenu-font-family: "Nunito", Helvetica, Arial, Verdana, sans-serif;
  --the7-submenu-font-size: 16px;
  --the7-submenu-font-weight: 300;
  --the7-submenu-hover-bg: rgba(255,255,255,0);
  --the7-submenu-hover-color: #000000;
  --the7-submenu-item-margin-bottom: 0px;
  --the7-submenu-item-margin-left: 0px;
  --the7-submenu-item-margin-right: 0px;
  --the7-submenu-item-margin-top: 0px;
  --the7-submenu-item-padding-bottom: 5px;
  --the7-submenu-item-padding-left: 0px;
  --the7-submenu-item-padding-right: 0px;
  --the7-submenu-item-padding-top: 5px;
  --the7-submenu-padding-bottom: 0px;
  --the7-submenu-padding-left: 0px;
  --the7-submenu-padding-right: 0px;
  --the7-submenu-padding-top: 0px;
  --the7-submenu-text-transform: none;
  --the7-submenu-width: 250px;
  --the7-subtitle-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-subtitle-font-size: 12px;
  --the7-switch-content-paddings: 778px;
  --the7-text-big-font-size: 16px;
  --the7-text-big-line-height: 1.5em;
  --the7-text-small-font-size: 13px;
  --the7-text-small-line-height: 1.3em;
  --the7-title-color: #000000;
  --the7-title-font-size: 24px;
  --the7-title-outline-color: rgba(30,115,190,0);
  --the7-title-responsive-font-size: 24px;
  --the7-toggle-menu-bg-color-hover: rgba(255,255,255,0.75);
  --the7-toggle-menu-bg-color: rgba(255,255,255,0.75);
  --the7-toggle-menu-border-radius: 0px;
  --the7-toggle-menu-bottom-margin: 0px;
  --the7-toggle-menu-caption-color-hover: #000000;
  --the7-toggle-menu-caption-color: #000000;
  --the7-toggle-menu-caption-padding-bottom: 18px;
  --the7-toggle-menu-caption-padding-left: 15px;
  --the7-toggle-menu-caption-padding-right: 15px;
  --the7-toggle-menu-caption-padding-top: 18px;
  --the7-toggle-menu-close-bg-color: rgba(255,255,255,0.75);
  --the7-toggle-menu-close-bottom-margin: 30px;
  --the7-toggle-menu-close-color: #000000;
  --the7-toggle-menu-close-left-margin: 30px;
  --the7-toggle-menu-close-padding-bottom: 15px;
  --the7-toggle-menu-close-padding-left: 15px;
  --the7-toggle-menu-close-padding-right: 15px;
  --the7-toggle-menu-close-padding-top: 15px;
  --the7-toggle-menu-close-right-margin: 30px;
  --the7-toggle-menu-close-top-margin: 30px;
  --the7-toggle-menu-color-hover: #000000;
  --the7-toggle-menu-color: #000000;
  --the7-toggle-menu-hover-bg-color: rgba(255,255,255,0.75);
  --the7-toggle-menu-hover-color: #000000;
  --the7-toggle-menu-left-margin: 0px;
  --the7-toggle-menu-right-margin: 0px;
  --the7-toggle-menu-top-margin: 0px;
  --the7-toggle-mobile-margin-bottom: 0px;
  --the7-toggle-mobile-margin-left: 0px;
  --the7-toggle-mobile-margin-right: 0px;
  --the7-toggle-mobile-margin-top: 0px;
  --the7-toggle-mobile-menu-caption-color-hover: #000000;
  --the7-toggle-mobile-menu-caption-color: #000000;
  --the7-toggle-mobile-menu-close-bg-color: #ffffff;
  --the7-toggle-mobile-menu-close-bottom-margin: 0px;
  --the7-toggle-mobile-menu-close-color: #aaaaaa;
  --the7-toggle-mobile-menu-close-hover-color: #aaaaaa;
  --the7-toggle-mobile-menu-close-left-margin: 0px;
  --the7-toggle-mobile-menu-close-padding-bottom: 0px;
  --the7-toggle-mobile-menu-close-padding-left: 0px;
  --the7-toggle-mobile-menu-close-padding-right: 0px;
  --the7-toggle-mobile-menu-close-padding-top: 0px;
  --the7-toggle-mobile-menu-close-right-margin: 10px;
  --the7-toggle-mobile-menu-close-top-margin: 25px;
  --the7-toggle-mobile-menu-hover-bg-color: #ffffff;
  --the7-toggle-mobile-padding-bottom: 0px;
  --the7-toggle-mobile-padding-left: 10px;
  --the7-toggle-mobile-padding-right: 0px;
  --the7-toggle-mobile-padding-top: 0px;
  --the7-top-bar-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-top-bar-font-size: 14px;
  --the7-top-bar-font-weight: 300;
  --the7-top-bar-height: 36px;
  --the7-top-bar-icon-color: #aaaaaa;
  --the7-top-bar-icon-size: 16px;
  --the7-top-bar-line-color: rgba(0,0,0,0.12);
  --the7-top-bar-line-size: 1px;
  --the7-top-bar-line-style: solid;
  --the7-top-bar-mobile-padding-bottom: 0px;
  --the7-top-bar-mobile-padding-left: 30px;
  --the7-top-bar-mobile-padding-right: 30px;
  --the7-top-bar-mobile-padding-top: 0px;
  --the7-top-bar-padding-bottom: 0px;
  --the7-top-bar-padding-left: 30px;
  --the7-top-bar-padding-right: 30px;
  --the7-top-bar-padding-top: 0px;
  --the7-top-bar-switch-paddings: 778px;
  --the7-top-bar-text-transform: none;
  --the7-top-bar-transparent-bg-color: rgba(0,0,0,0.5);
  --the7-top-bg-color: #ffffff;
  --the7-top-bg-image: none;
  --the7-top-bg-position-x: center;
  --the7-top-bg-position-y: center;
  --the7-top-bg-repeat: repeat;
  --the7-top-color: #aaaaaa;
  --the7-top-content-padding: 0px;
  --the7-top-icons-bg-color-hover: #999999;
  --the7-top-icons-bg-color: #ffffff;
  --the7-top-icons-border-color-hover: rgba(255,255,255,0);
  --the7-top-icons-border-color: rgba(255,255,255,0);
  --the7-top-icons-color: #aaaaaa;
  --the7-top-input-border-width: 1px;
  --the7-top-input-padding: 5px;
  --the7-top-overlay-content-padding: 0px;
  --the7-transparent-logo-bottom-padding: 0px;
  --the7-transparent-logo-left-padding: 0px;
  --the7-transparent-logo-right-padding: 0px;
  --the7-transparent-logo-top-padding: 0px;
  --the7-transparent-mixed-logo-bottom-padding: 0px;
  --the7-transparent-mixed-logo-left-padding: 0px;
  --the7-transparent-mixed-logo-right-padding: 0px;
  --the7-transparent-mixed-logo-top-padding: 0px;
  --the7-transparent-mobile-logo-bottom-padding: 0px;
  --the7-transparent-mobile-logo-left-padding: 0px;
  --the7-transparent-mobile-logo-right-padding: 0px;
  --the7-transparent-mobile-logo-top-padding: 0px;
  --the7-wc-grid-product-gap: 15px;
  --the7-wc-grid-product-min-width: 220px;
  --the7-widget-content-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-widget-content-font-size-desktop: 15px;
  --the7-widget-content-font-size: 15px;
  --the7-widget-content-line-height-desktop: 1.4em;
  --the7-widget-content-line-height: 1.4em;
  --the7-widget-content-text-transform: none;
  --the7-widget-footer-color: #666666;
  --the7-widget-footer-header-color: #000000;
  --the7-widget-footer-padding: 30px;
  --the7-widget-gap: 15px;
  --the7-widget-sidebar-bg-color: #f7f7f8;
  --the7-widget-sidebar-bg-image: none;
  --the7-widget-sidebar-bg-position-x: center;
  --the7-widget-sidebar-bg-position-y: center;
  --the7-widget-sidebar-bg-repeat: repeat;
  --the7-widget-sidebar-color: #666666;
  --the7-widget-sidebar-distace: 60px;
  --the7-widget-sidebar-header-color: #000000;
  --the7-widget-title-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-widget-title-font-size-desktop: 16px;
  --the7-widget-title-font-size: 16px;
  --the7-widget-title-line-height-desktop: 1.3em;
  --the7-widget-title-line-height: 1.3em;
  --the7-widget-title-text-transform: none;
  --the7-woo-content-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-woo-content-font-size-desktop: 16px;
  --the7-woo-content-font-size: 16px;
  --the7-woo-content-font-weight: normal;
  --the7-woo-content-line-height-desktop: 1.3em;
  --the7-woo-content-line-height: 1.3em;
  --the7-woo-content-text-transform: none;
  --the7-woo-title-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-woo-title-font-size-desktop: 21px;
  --the7-woo-title-font-size: 21px;
  --the7-woo-title-font-weight: normal;
  --the7-woo-title-line-height-desktop: 1.2em;
  --the7-woo-title-line-height: 1.2em;
  --the7-woo-title-text-transform: none;
}
@media screen and (max-width: 1024px) {
  :root {
    --the7-h1-font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --the7-h1-font-size: 36px;
    --the7-h2-font-size: 32px;
    --the7-h3-font-size: 26px;
  }
}
.vertical-centering {
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-centering {
  left: 50%;
  transform: translateX(-50%);
}
.centering-mixin {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.wp-block-button__link {
  opacity: 1;
  transition: opacity 0.250s;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}
.wp-block-button .wp-block-button__link {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  clear: none;
}
.content ul.wp-block-gallery,
.content ul.blocks-gallery-grid {
  margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding: 1em 0 1em 1em;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  position: relative;
  padding: 1em 0;
  margin: 1em 0;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  top: 100%;
}
.content blockquote.wp-block-quote,
.content .wp-block-pullquote blockquote {
  background: none;
}
.wp-block-pullquote {
  padding: 1rem;
}
.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2.15 * 1rem);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-pullquote p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote p em {
  font-style: normal;
}
.wp-block-pullquote cite {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  text-transform: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
}
.wp-block-pullquote.is-style-solid-color p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote.is-style-solid-color a,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote blockquote * {
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: calc(100% - ( 2 * 1rem ));
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-quote p {
  font-size: 20px;
  line-height: 28px;
}
.wp-block-quote cite {
  font-size: 13px;
  line-height: 18px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin: 2rem 0;
    padding: 2em 0;
  }
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:before,
  .wp-block-quote.is-style-large:after {
    height: 4px;
    top: -4px;
  }
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after {
    top: 100%;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.alignfull {
  margin-top: calc(2 * 1rem);
  margin-right: 0;
  margin-bottom: calc(2 * 1rem);
  margin-left: 0;
  max-width: 100%;
}
.content>*.alignfull {
  position: relative;
}
.sidebar-none .content> *.alignfull,
.sidebar-none [class*="wp-block"].alignfull,
.sidebar-none .content ul.wp-block-gallery.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.content>*.alignfull img {
  display: block;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  min-height: 430px;
}
.wp-block-cover-image.aligncenter h2,
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(8 *( 100vw / 12 ) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(6 * ( 100vw / 12 ) - 28px);
  }
}
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  padding: 14px;
  box-sizing: border-box;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2 {
    max-width: 100%;
  }
}
.has-blue-color {
  color: #1982d1;
}
.has-blue-background-color {
  background-color: #1982d1;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-dark-gray-color {
  color: #373737;
}
.has-dark-gray-background-color {
  background-color: #373737;
}
.has-medium-gray-color {
  color: #666;
}
.has-medium-gray-background-color {
  background-color: #666;
}
.has-light-gray-color {
  color: #e2e2e2;
}
.has-light-gray-background-color {
  background-color: #e2e2e2;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.content .has-secondary-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}
.content .has-dark-gray-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.content .has-light-gray-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.content .has-white-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}
.content .has-primary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}
.content .has-secondary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}
.content .has-dark-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}
.content .has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}
.content .has-white-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}
.content .has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.content .wp-block-latest-comments {
  margin: 0;
}
.content .wp-block-categories,
.content .wp-block-archives,
.content .wp-block-latest-posts {
  margin: 0;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  margin-bottom: 10px;
  padding: 0;
}
.wp-block-archives li,
.wp-block-latest-posts li {
  list-style: none;
}
.wp-block-archives li a,
.wp-block-latest-posts li a {
  text-decoration: none;
}
.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}
.content .wc-block-grid__products {
  list-style: none;
  margin: 0 0 24px;
}
.wc-block-grid__product {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-align="left"] .wp-block-cover-image,
  [data-align="right"] .wp-block-cover-image,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  [data-align="left"] .wp-block-cover,
  [data-align="right"] .wp-block-cover,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
  }
}
@media (max-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .content .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0;
  }
}
.content .wp-block-quote:not(.is-style-large),
.content .wp-block-quote.is-style-large {
  border-color: #999999;
}
.wp-block-separator {
  border-bottom-color: rgba(0,0,0,0.12);
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  background: #999999;
}
blockquote.has-accent-color,
.wp-block-pullquote blockquote.has-accent-color,
.has-accent-color,
.has-accent-color:hover {
  color: #999999;
}
.wp-block-pullquote blockquote {
  font:  normal  16px / 1.5em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  font-size: 22px;
  line-height: 28px;
}
:root .has-accent-background-color,
.wp-block-pullquote.is-style-solid-color.has-accent-background-color {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.wp-block-separator.is-style-dots::before {
  color: rgba(0,0,0,0.12);
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  font:  normal  26px / 1.2em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2 {
    font-size: 26px;
  }
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-categories li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-archives li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-posts li a {
  color: #333333;
}
.sidebar-content .wp-block-categories li a,
.sidebar-content .wp-block-archives li a,
.sidebar-content .wp-block-latest-posts li a {
  color: #000000;
}
.footer .wp-block-categories li a,
.footer .wp-block-archives li a,
.footer .wp-block-latest-posts li a {
  color: #000000;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover {
  color: #999999;
}
.wp-block-latest-comments__comment-date {
  color: var(--the7-secondary-text-color);
}
.wp-block-latest-comments__comment-meta a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-comments__comment-meta a {
  color: #333333;
}
.sidebar-content .wp-block-latest-comments__comment-meta a {
  color: #000000;
}
.footer .wp-block-latest-comments__comment-meta a {
  color: #000000;
}
.wp-block-latest-comments__comment-meta a:hover {
  color: #999999;
}
.elementor-button,
div.elementor-slides .swiper-slide-inner .elementor-slide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elementor-button .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
  flex-grow: 1;
}
.elementor-widget-woocommerce-cart {
  --checkout-button-normal-text-color: var(--the7-btn-color);
  --checkout-button-hover-text-color: var(--the7-btn-hover-color);
  --forms-buttons-normal-text-color: var(--the7-btn-color);
  --forms-buttons-hover-text-color: var(--the7-btn-hover-color);
  --forms-buttons-border-color: var(--the7-btn-border-color);
  --forms-buttons-hover-border-color: var(--the7-btn-border-hover-color);
  --forms-buttons-border-type: var(--the7-btn-m-border-style);
  --forms-buttons-padding: var(--the7-btn-m-padding);
  --checkout-button-padding: var(--the7-btn-m-padding);
  --forms-buttons-border-radius: var(--the7-btn-m-border-radius);
  --checkout-button-border-radius: var(--the7-btn-m-border-radius);
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  display: var(--view-cart-button-display,inline-flex);
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  display: var(--checkout-button-display,inline-flex);
}
.elementor-button,
a.elementor-button:visited,
.elementor-flip-box .elementor-flip-box__button.elementor-button,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg,#999999);
  border-color: var(--the7-btn-border-color);
  border-style: solid;
  border-width: 0;
  font-family: var(--the7-base-font-family);
  font-weight: var(--the7-base-font-weight);
}
.box-hover:hover .elementor-button,
.elementor-button:hover,
.elementor-button:focus,
.box-hover:hover a.elementor-button:visited,
a.elementor-button:visited:hover,
a.elementor-button:visited:focus,
.box-hover:hover .elementor-flip-box .elementor-flip-box__button.elementor-button,
.elementor-flip-box .elementor-flip-box__button.elementor-button:hover,
.elementor-flip-box .elementor-flip-box__button.elementor-button:focus,
.box-hover:hover .elementor-widget-call-to-action .elementor-cta__button.elementor-button,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button:hover,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button:focus {
  color: var(--the7-btn-hover-color);
  background: var(--the7-btn-hover-bg,#666666);
  border-color: var(--the7-btn-border-hover-color);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button,
.elementor-widget-woocommerce-cart .woocommerce button.button {
  background: var(--the7-btn-bg,#999999);
  font: var(--the7-btn-m-font);
  border-width: var(--the7-btn-m-border-width);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:focus,
.elementor-widget-woocommerce-cart .woocommerce button.button:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:focus {
  background: var(--the7-btn-hover-bg,#666666);
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:focus {
  --forms-buttons-hover-background-color: var(--the7-btn-bg,#999999);
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button {
  font: var(--the7-btn-m-font);
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
  color: var(--forms-fields-normal-color,var(--the7-input-color));
  border-radius: var(--forms-fields-border-radius,var(--the7-input-border-radius));
  padding: var(--forms-fields-padding,var(--the7-inputs-padding));
  font: var(--the7-form-md-font);
  font-size: var(--the7-form-md-font-size);
  line-height: var(--the7-form-md-line-height);
  background-color: var(--the7-input-bg-color);
  border-style: var(--the7-form-border);
  border-top-width: var(--the7-top-input-border-width);
  border-right-width: var(--the7-right-input-border-width);
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-left-width: var(--the7-left-input-border-width);
  border-color: var(--the7-input-border-color);
}
.elementor-button svg {
  height: auto;
}
.elementor-button  svg {
  transition: all 0.3s ease;
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper {
  line-height: 0;
}
.elementor-widget .elementor-button {
  box-shadow: var(--the7-btn-shadow);
}
.elementor-widget .elementor-button:hover {
  box-shadow: var(--the7-btn-shadow-hover);
}
.elementor-widget-form .elementor-button,
.elementor-widget-button .elementor-button {
  background: var(--the7-btn-bg,#999999);
}
.elementor-widget-form .elementor-button:hover,
.elementor-widget-button .elementor-button:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
.elementor-element .elementor-button.elementor-size-xs,
body .elementor-form .elementor-button.elementor-size-xs,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs,
#reviews .comment-form #submit.elementor-size-xs {
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  word-spacing: var(--the7-btn-s-word-spacing);
  -webkit-border-radius: var(--the7-btn-s-border-radius);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-s-padding);
  min-width: var(--the7-btn-s-min-width);
  min-height: var(--the7-btn-s-min-height);
  --btn-icon-spacing: var(--the7-btn-s-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-xs svg,
body .elementor-form .elementor-button.elementor-size-xs svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs svg,
#reviews .comment-form #submit.elementor-size-xs svg {
  width: var(--the7-btn-s-icon-size);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-xs .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-xs .elementor-button-icon {
  font-size: var(--the7-btn-s-icon-size);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-xs .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-xs .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-xs .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-xs .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-sm,
body .elementor-form .elementor-button.elementor-size-sm,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm,
#reviews .comment-form #submit.elementor-size-sm {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  -webkit-border-radius: var(--the7-btn-m-border-radius);
  border-radius: var(--the7-btn-m-border-radius);
  border-width: var(--the7-btn-m-border-width);
  border-style: var(--the7-btn-m-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
  --btn-icon-spacing: var(--the7-btn-m-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-sm svg,
body .elementor-form .elementor-button.elementor-size-sm svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm svg,
#reviews .comment-form #submit.elementor-size-sm svg {
  width: var(--the7-btn-m-icon-size);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-sm .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-sm .elementor-button-icon {
  font-size: var(--the7-btn-m-icon-size);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-sm .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-sm .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-sm .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-sm .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-md,
body .elementor-form .elementor-button.elementor-size-md,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md,
#reviews .comment-form #submit.elementor-size-md {
  font: var(--the7-btn-l-font);
  text-transform: var(--the7-btn-l-text-transform);
  letter-spacing: var(--the7-btn-l-letter-spacing);
  word-spacing: var(--the7-btn-l-word-spacing);
  -webkit-border-radius: var(--the7-btn-l-border-radius);
  border-radius: var(--the7-btn-l-border-radius);
  border-width: var(--the7-btn-l-border-width);
  border-style: var(--the7-btn-l-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-l-padding);
  min-width: var(--the7-btn-l-min-width);
  min-height: var(--the7-btn-l-min-height);
  --btn-icon-spacing: var(--the7-btn-l-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-md svg,
body .elementor-form .elementor-button.elementor-size-md svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md svg,
#reviews .comment-form #submit.elementor-size-md svg {
  width: var(--the7-btn-l-icon-size);
}
.elementor-element .elementor-button.elementor-size-md .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-md .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-md .elementor-button-icon {
  font-size: var(--the7-btn-l-icon-size);
}
.elementor-element .elementor-button.elementor-size-md .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-md .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-md .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-md .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-md .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-md .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-lg,
body .elementor-form .elementor-button.elementor-size-lg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg,
#reviews .comment-form #submit.elementor-size-lg {
  font: var(--the7-btn-lg-font);
  text-transform: var(--the7-btn-lg-text-transform);
  letter-spacing: var(--the7-btn-lg-letter-spacing);
  word-spacing: var(--the7-btn-lg-word-spacing);
  -webkit-border-radius: var(--the7-btn-lg-border-radius);
  border-radius: var(--the7-btn-lg-border-radius);
  border-width: var(--the7-btn-lg-border-width);
  border-style: var(--the7-btn-lg-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-lg-padding);
  min-width: var(--the7-btn-lg-min-width);
  min-height: var(--the7-btn-lg-min-height);
  --btn-icon-spacing: var(--the7-btn-lg-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-lg svg,
body .elementor-form .elementor-button.elementor-size-lg svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg svg,
#reviews .comment-form #submit.elementor-size-lg svg {
  width: var(--the7-btn-lg-icon-size);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-lg .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-lg .elementor-button-icon {
  font-size: var(--the7-btn-lg-icon-size);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-lg .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-lg .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-lg .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-lg .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xl,
body .elementor-form .elementor-button.elementor-size-xl,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl,
#reviews .comment-form #submit.elementor-size-xl {
  font: var(--the7-btn-xl-font);
  text-transform: var(--the7-btn-xl-text-transform);
  letter-spacing: var(--the7-btn-xl-letter-spacing);
  word-spacing: var(--the7-btn-xl-word-spacing);
  -webkit-border-radius: var(--the7-btn-xl-border-radius);
  border-radius: var(--the7-btn-xl-border-radius);
  border-width: var(--the7-btn-xl-border-width);
  border-style: var(--the7-btn-xl-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-xl-padding);
  min-width: var(--the7-btn-xl-min-width);
  min-height: var(--the7-btn-xl-min-height);
  --btn-icon-spacing: var(--the7-btn-xl-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-xl svg,
body .elementor-form .elementor-button.elementor-size-xl svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl svg,
#reviews .comment-form #submit.elementor-size-xl svg {
  width: var(--the7-btn-xl-icon-size);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-xl .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-xl .elementor-button-icon {
  font-size: var(--the7-btn-xl-icon-size);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-xl .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-xl .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-xl .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-xl .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
#elementor-menu-cart__toggle_button {
  --the7-btn-m-min-width: initial;
  --the7-btn-m-min-height: initial;
}
.elementor-element .elementor-button.elementor-menu-cart__toggle_button .elementor-button-icon {
  font-size: var(--toggle-icon-size,inherit);
}
.elementor-element .elementor-button.elementor-menu-cart__toggle_button {
  background: var(--toggle-button-background-color,transparent);
  color: var(--toggle-button-text-color,#818a91);
  border-style: var(--toggle-button-border-type,solid);
  border-width: var(--toggle-button-border-width,0px);
  border-color: var(--toggle-button-border-color,#818a91);
  border-radius: var(--toggle-button-border-radius,0px);
  padding: var(--toggle-icon-padding,12px 24px);
}
.elementor-element .elementor-button.elementor-menu-cart__toggle_button:hover {
  color: var(--toggle-button-hover-text-color,#818a91);
  background: var(--toggle-button-hover-background-color,transparent);
  border-color: var(--toggle-button-hover-border-color,#818a91);
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: var(--cart-footer-buttons-border-radius,0px);
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  color: var(--view-cart-button-text-color,var(--the7-btn-color));
  padding: var(--view-cart-button-padding,var(--the7-btn-l-padding));
  background: var(--view-cart-button-background-color,var(--the7-btn-bg));
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  color: var(--view-cart-button-hover-text-color,var(--the7-btn-hover-color));
  background: var(--view-cart-button-hover-background-color,var(--the7-btn-hover-bg));
}
.elementor-element  .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  display: var(--checkout-button-display,inline-block);
  color: var(--checkout-button-text-color,var(--the7-btn-color));
  padding: var(--checkout-button-padding,var(--the7-btn-l-padding));
  background: var(--checkout-button-background-color,var(--the7-btn-bg));
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  color: var(--checkout-button-hover-text-color,var(--the7-btn-hover-color));
  background: var(--checkout-button-hover-background-color,var(--the7-btn-hover-bg));
}
.elementor-widget-text-editor p:last-child,
.elementor-tab-content p:last-child,
.elementor-widget-woocommerce-product-content p:last-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:last-child,
.elementor-widget-text-editor ul:last-child,
.elementor-tab-content ul:last-child,
.elementor-widget-woocommerce-product-content ul:last-child,
.elementor-widget-theme-post-content > .elementor-widget-container > ul:last-child,
.elementor-widget-text-editor ol:last-child,
.elementor-tab-content ol:last-child,
.elementor-widget-woocommerce-product-content ol:last-child,
.elementor-widget-theme-post-content > .elementor-widget-container > ol:last-child,
.the7-e-tab-content ul:last-child {
  margin-bottom: 0 !important;
}
:root {
  --the7-h1-spacing: var(--the7-p-spacing,10px);
  --the7-h2-spacing: var(--the7-p-spacing,10px);
  --the7-h3-spacing: var(--the7-p-spacing,10px);
  --the7-h4-spacing: var(--the7-p-spacing,10px);
  --the7-h5-spacing: var(--the7-p-spacing,10px);
  --the7-h6-spacing: var(--the7-p-spacing,10px);
  --the7-form-border: solid;
  --the7-btn-shadow: 0px 0px 10px 0px rgba(0,0,0,0) ;
  --the7-btn-shadow-hover: 0px 0px 10px 0px rgba(0,0,0,0) ;
}
#the7-body {
  --the7-h1-color: var(--the7-title-color);
  --the7-h2-color: var(--the7-title-color);
  --the7-h3-color: var(--the7-title-color);
  --the7-h4-color: var(--the7-title-color);
  --the7-h5-color: var(--the7-title-color);
  --the7-h6-color: var(--the7-title-color);
  --the7-btn-s-font: var(--the7-btn-s-font-style,normal) normal var(--the7-btn-s-font-weight,normal) var(--the7-btn-s-font-size) / var(--the7-btn-s-line-height) var(--the7-btn-s-font-family);
  --the7-btn-m-font: var(--the7-btn-m-font-style,normal) normal var(--the7-btn-m-font-weight,normal) var(--the7-btn-m-font-size) / var(--the7-btn-m-line-height) var(--the7-btn-m-font-family);
  --the7-btn-l-font: var(--the7-btn-l-font-style,normal) normal var(--the7-btn-l-font-weight,normal) var(--the7-btn-l-font-size) / var(--the7-btn-l-line-height) var(--the7-btn-l-font-family);
  --the7-btn-lg-font: var(--the7-btn-lg-font-style,normal) normal var(--the7-btn-lg-font-weight,normal) var(--the7-btn-lg-font-size) / var(--the7-btn-lg-line-height) var(--the7-btn-lg-font-family);
  --the7-btn-xl-font: var(--the7-btn-xl-font-style,normal) normal var(--the7-btn-xl-font-weight,normal) var(--the7-btn-xl-font-size) / var(--the7-btn-xl-line-height) var(--the7-btn-xl-font-family);
  --the7-woo-title-font: var(--the7-woo-title-font-style,normal) normal var(--the7-woo-title-font-weight,normal) var(--the7-woo-title-font-size) / var(--the7-woo-title-line-height) var(--the7-woo-title-font-family);
  --the7-woo-content-font: var(--the7-woo-content-font-style,normal) normal var(--the7-woo-content-font-weight,normal) var(--the7-woo-content-font-size) / var(--the7-woo-content-line-height) var(--the7-woo-content-font-family);
  --the7-base-font: var(--the7-base-font-style,normal) normal var(--the7-base-font-weight,normal) var(--the7-base-font-size) / var(--the7-base-line-height) var(--the7-base-font-family);
  --the7-base-font-big: var(--the7-base-font-style,normal) normal var(--the7-base-font-weight,normal) var(--the7-text-big-font-size) / var(--the7-text-big-line-height) var(--the7-base-font-family);
  --the7-widget-title-font: var(--the7-widget-title-font-style,normal) normal var(--the7-widget-title-font-weight,normal) var(--the7-widget-title-font-size) / var(--the7-widget-title-line-height) var(--the7-widget-title-font-family);
  --the7-widget-content-font: var(--the7-widget-content-font-style,normal) normal var(--the7-widget-content-font-weight,normal) var(--the7-widget-content-font-size) / var(--the7-widget-content-line-height) var(--the7-widget-content-font-family);
  --the7-h1-font: var(--the7-h1-font-style,normal) normal var(--the7-h1-font-weight,normal) var(--the7-h1-font-size) / var(--the7-h1-line-height) var(--the7-h1-font-family);
  --the7-h2-font: var(--the7-h2-font-style,normal) normal var(--the7-h2-font-weight,normal) var(--the7-h2-font-size) / var(--the7-h2-line-height) var(--the7-h2-font-family);
  --the7-h3-font: var(--the7-h3-font-style,normal) normal var(--the7-h3-font-weight,normal) var(--the7-h3-font-size) / var(--the7-h3-line-height) var(--the7-h3-font-family);
  --the7-h4-font: var(--the7-h4-font-style,normal) normal var(--the7-h4-font-weight,normal) var(--the7-h4-font-size) / var(--the7-h4-line-height) var(--the7-h4-font-family);
  --the7-h5-font: var(--the7-h5-font-style,normal) normal var(--the7-h5-font-weight,normal) var(--the7-h5-font-size) / var(--the7-h5-line-height) var(--the7-h5-font-family);
  --the7-h6-font: var(--the7-h6-font-style,normal) normal var(--the7-h6-font-weight,normal) var(--the7-h6-font-size) / var(--the7-h6-line-height) var(--the7-h6-font-family);
  --the7-form-md-font-family: var(--the7-base-font-family);
  --the7-form-md-font-style: var(--the7-base-font-style,normal);
  --the7-form-md-font-weight: var(--the7-base-font-weight,normal);
  --the7-form-md-font-size: var(--the7-base-font-size);
  --the7-form-md-line-height: var(--the7-base-line-height);
  --the7-form-md-font: var(--the7-form-md-font-style) normal var(--the7-form-md-font-weight) var(--the7-form-md-font-size,--the7-base-font-size) / var(--the7-form-md-line-height,--the7-base-line-height) var(--the7-form-md-font-family,--the7-base-font-family);
  --the7-fit-height: calc(var(--the7-vh,1vh) * 100);
}
#the7-body.admin-bar {
  --the7-fit-height: calc(var(--the7-vh,1vh) * 100 - 32px);
}
@media screen and (max-width: 782px) {
  #the7-body.admin-bar {
    --the7-fit-height: calc(var(--the7-vh,1vh) * 100);
  }
}
.transparent-border-mixin {
  border-color: var(--the7-divider-color);
}
.sidebar .transparent-border-mixin,
.sidebar-content .transparent-border-mixin {
  border-color: rgba(102,102,102,0.15);
}
.footer .transparent-border-mixin {
  border-color: rgba(102,102,102,0.15);
}
.solid-bg-mixin {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .outline-decoration {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shadow-decoration {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.accent-bg-mixin {
  color: #fff;
  background-color: var(--the7-accent-color);
}
html,
body,
body.page,
.wf-container > * {
  font: var(--the7-base-font-big);
  letter-spacing: var(--the7-base-letter-spacing);
  text-transform: var(--the7-base-text-transform);
  text-decoration: var(--the7-base-text-decoration);
  word-spacing: normal;
  color: var(--the7-base-color);
}
a.dt-owl-item-wrap,
a.dt-owl-item-wrap:hover {
  color: var(--the7-base-color);
}
.elementor-widget[class*='elementor-widget-wp-widget-'] a:not(:hover) {
  color: var(--the7-base-color);
}
#main .wf-wrap,
.page-title .wf-wrap,
.fancy-header .wf-wrap {
  padding: 0 0px 0 0px;
}
.side-header .mobile-header-bar {
  box-sizing: border-box;
}
.no-cssgridlegacy.no-cssgrid .wf-container,
.no-cssgridlegacy.no-cssgrid .wf-container-main {
  margin: 0 0px 0 0px;
}
#main-slideshow.fixed > .royalSlider {
  max-width: 1200px;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
  max-width: calc(1200px - 0px - 0px);
  margin: 0 auto;
}
.masthead:not(.side-header).full-width .header-bar,
.header-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.page-title .wf-wrap:after {
  width: calc(1200px - 0px - 0px);
  max-width: calc(100% - 0px - 0px);
}
.boxed .page-title .wf-wrap:after {
  left: 0px;
}
.no-cssgridlegacy.no-cssgrid .wf-container,
.no-cssgridlegacy.no-cssgrid .wf-container-main {
  margin: 0 0px 0 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-right .content {
  padding-left: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-left .content {
  padding-right: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
  padding-right: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
  padding-left: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
  padding-left: 0;
}
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
  padding-right: 0;
}
.no-cssgridlegacy.no-cssgrid .content,
.no-cssgridlegacy.no-cssgrid .sidebar {
  padding: 0 0px 0 0px;
}
.sidebar-right .sidebar,
.sidebar-divider-off.sidebar-right .sidebar,
.sidebar-right .sidebar.solid-bg,
.sidebar-right .sidebar.bg-under-widget {
  margin-right: 0;
  margin-left: 0;
}
.sidebar-left .sidebar,
.sidebar-divider-off.sidebar-left .sidebar,
.sidebar-left .sidebar.solid-bg,
.sidebar-left .sidebar.bg-under-widget {
  margin-right: 0;
  margin-left: 0;
}
#main-slideshow.fixed {
  padding: 0px 0px 0px 0px;
}
.wf-container {
  margin: 0 0px 0 0px;
}
.wf-cell,
.wf-usr-cell {
  padding: 0 0px 0 0px;
}
#footer .wf-wrap {
  padding: 0 0px 0 0px;
}
.text-big,
.dt-accordion-text-big .wpb_accordion_header > a {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.text-normal,
.dt-accordion-text-normal .wpb_accordion_header > a,
.icon-with-text-shortcode .dt-text-desc {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.text-small,
.dt-accordion-text-small .wpb_accordion_header > a {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.wp-caption-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.text-uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1-size,
.entry-title.h1-size,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.h5-size,
.entry-title.h5-size,
.h6-size,
.entry-title.h6-size,
.header-color,
.entry-meta .header-color,
.color-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-meta .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .color-title {
  color: #333333;
}
.sidebar-content h1,
.sidebar-content h2,
.sidebar-content h3,
.sidebar-content h4,
.sidebar-content h5,
.sidebar-content h6,
.sidebar-content h1 a,
.sidebar-content h2 a,
.sidebar-content h3 a,
.sidebar-content h4 a,
.sidebar-content h5 a,
.sidebar-content h6 a,
.sidebar-content h1 a:hover,
.sidebar-content h2 a:hover,
.sidebar-content h3 a:hover,
.sidebar-content h4 a:hover,
.sidebar-content h5 a:hover,
.sidebar-content h6 a:hover,
.sidebar-content .h1-size,
.sidebar-content .entry-title.h1-size,
.sidebar-content .h2-size,
.sidebar-content .entry-title.h2-size,
.sidebar-content h1.entry-title,
.sidebar-content .h3-size,
.sidebar-content .entry-title.h3-size,
.sidebar-content h2.entry-title,
.sidebar-content .h4-size,
.sidebar-content .entry-title.h4-size,
.sidebar-content h3.entry-title,
.sidebar-content .h5-size,
.sidebar-content .entry-title.h5-size,
.sidebar-content .h6-size,
.sidebar-content .entry-title.h6-size,
.sidebar-content .header-color,
.sidebar-content .entry-meta .header-color,
.sidebar-content .color-title {
  color: #000000;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.footer h1 a:hover,
.footer h2 a:hover,
.footer h3 a:hover,
.footer h4 a:hover,
.footer h5 a:hover,
.footer h6 a:hover,
.footer .h1-size,
.footer .entry-title.h1-size,
.footer .h2-size,
.footer .entry-title.h2-size,
.footer h1.entry-title,
.footer .h3-size,
.footer .entry-title.h3-size,
.footer h2.entry-title,
.footer .h4-size,
.footer .entry-title.h4-size,
.footer h3.entry-title,
.footer .h5-size,
.footer .entry-title.h5-size,
.footer .h6-size,
.footer .entry-title.h6-size,
.footer .header-color,
.footer .entry-meta .header-color,
.footer .color-title {
  color: #000000;
}
h1,
.h1-size,
.entry-title.h1-size,
.dt-accordion-h1-size .wpb_accordion_header > a {
  color: var(--the7-h1-color);
  font: var(--the7-h1-font);
  text-transform: var(--the7-h1-text-transform);
  letter-spacing: var(--the7-h1-letter-spacing);
  word-spacing: var(--the7-h1-word-spacing);
  text-decoration: var(--the7-h1-text-decoration);
}
h2,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.dt-accordion-h2-size .wpb_accordion_header > a {
  color: var(--the7-h2-color);
  font: var(--the7-h2-font);
  text-transform: var(--the7-h2-text-transform);
  letter-spacing: var(--the7-h2-letter-spacing);
  word-spacing: var(--the7-h2-word-spacing);
  text-decoration: var(--the7-h2-text-decoration);
}
h3,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.dt-accordion-h3-size .wpb_accordion_header > a {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
  letter-spacing: var(--the7-h3-letter-spacing);
  word-spacing: var(--the7-h3-word-spacing);
  text-decoration: var(--the7-h3-text-decoration);
}
h4,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.dt-accordion-h4-size .wpb_accordion_header > a,
.vc_separator h4 {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
  letter-spacing: var(--the7-h4-letter-spacing);
  word-spacing: var(--the7-h4-word-spacing);
  text-decoration: var(--the7-h4-text-decoration);
}
h5,
.h5-size,
h4.entry-title,
.entry-title.h5-size,
.dt-accordion-h5-size .wpb_accordion_header > a {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
  letter-spacing: var(--the7-h5-letter-spacing);
  word-spacing: var(--the7-h5-word-spacing);
  text-decoration: var(--the7-h5-text-decoration);
}
h6,
.h6-size,
.entry-title.h6-size,
.dt-accordion-h6-size .wpb_accordion_header > a {
  color: var(--the7-h6-color);
  font: var(--the7-h6-font);
  text-transform: var(--the7-h6-text-transform);
  letter-spacing: var(--the7-h6-letter-spacing);
  word-spacing: var(--the7-h6-word-spacing);
}
.text-primary {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.content .text-primary {
  color: var(--the7-h4-color);
}
.footer .text-primary {
  color: #000000;
}
a.text-primary {
  text-decoration: none;
}
a.text-primary:hover {
  text-decoration: underline;
}
.color-primary .sidebar,
.sidebar-content .color-primary {
  color: #000000;
}
.footer .color-primary {
  color: #000000;
}
a.color-primary {
  text-decoration: none;
}
a.color-primary:hover {
  text-decoration: underline;
}
.text-secondary {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.color-secondary,
.text-secondary {
  color: var(--the7-accent-color);
}
.stripe .color-secondary,
.stripe .text-secondary {
  color: var(--the7-accent-color);
}
a,
a:hover {
  color: var(--the7-links-color);
}
a:hover {
  color: var(--the7-links-hover-color,var(--the7-links-color));
}
#page .color-accent {
  color: var(--the7-accent-color);
}
.paint-accent-color {
  color: var(--the7-accent-color) !important;
}
.color-secondary,
.color-base-transparent {
  color: var(--the7-secondary-text-color);
}
.sidebar-content .color-secondary,
.sidebar-content .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
.footer .color-secondary,
.footer .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
#main > .wf-wrap,
#bottom-bar > .wf-wrap,
#footer > .wf-wrap {
  width: 1200px;
}
#phantom.full-width .ph-wrap.boxed {
  max-width: 100%;
}
#page.boxed {
  max-width: 1280px;
}
.footer-overlap .boxed .footer,
.footer-overlap .boxed #bottom-bar {
  max-width: 1280px;
}
#phantom .ph-wrap.boxed,
.boxed .top-bar.line-content:before,
.boxed .classic-header.content-width-line .navigation:before {
  max-width: calc(1200px - 0px - 0px);
}
.boxed .full-width .top-bar.line-content:before,
.boxed .classic-header.full-width.content-width-line .navigation:before {
  max-width: 100%;
}
#main {
  padding: 0px 0 0px 0;
}
#main > .wf-wrap {
  padding: 0 0px 0 0px;
}
body {
  background: #ffffff none no-repeat  center center;
  background-size: auto;
}
#page {
  background: rgba(255,255,255,0) none repeat  center top;
  background-size: auto;
}
.fixed-page-bg #page {
  background: none;
}
.fixed-page-bg #page:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(255,255,255,0) none repeat center top;
  background-size: auto;
}
.fixed-page-bg #page.boxed:after {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-overlap .page-inner {
  background: rgba(255,255,255,0) none repeat  center top;
  background-size: auto;
}
textarea,
select,
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content,
.dt-form button,
.dt-btn,
#main-slideshow .tp-button,
.wpcf7-submit.dt-btn-m,
.shortcode-action-bg,
.shortcode-action-bg:before,
.shortcode-teaser.frame-on,
.testimonial-item  .ts-viewport,
.footer .testimonials.slider-content,
.shortcode-code,
#main .vc_text_separator div,
#main .vc_progress_bar .vc_single_bar,
#main .vc_progress_bar .vc_single_bar .vc_label,
#main .vc_progress_bar .vc_single_bar .vc_bar,
#main .flexslider,
.nsu-submit,
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
#main #content .rotatingtweets,
#main #content .norotatingtweets,
.mc4wp-form form select,
#megaMenu ul.megaMenu > li.menu-item,
#megaMenu ul.megaMenu > li.menu-item > a,
.customSelect,
.loading-label,
.widget .testimonial-content,
.skill,
.skill-value,
.widget .team-container,
.widget .logo-items li,
.comment-list .comment > article,
.bg-on:not(.fullwidth-img),
.blog-content .block-style-widget,
#mobile-menu,
.testimonial-content,
.wpb_content_element .wpb_accordion_header > a:before,
.wpb_content_element.dt-accordion-bg-on .wpb_accordion_wrapper .wpb_accordion_header,
.twentytwenty-before-label,
.twentytwenty-after-label,
.btn-cntr a,
.photo-scroller .album-share-overlay .share-button.entry-share,
.project-navigation,
.album-share-overlay,
.st-accordion li > a:before,
.arrows-accent .prev i,
.arrows-accent .next i,
.arrows-accent .owl-prev i,
.arrows-accent .owl-next i,
.round-images .bg-on.team-container:not(.fullwidth-img),
.solid-bg .sidebar-content,
.solid-bg.sidebar-content .widget,
.bg-under-widget .sidebar-content .widget,
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next,
.menu-btn,
.custom-menu a:before,
.small-fancy-datas .fancy-date a {
  border-radius: 0px;
}
.wpb_tabs.tab-style-two,
.wpb_tour.tab-style-two {
  border-radius: 0px;
}
.top-bar-bg {
  background: #ffffff none repeat center center;
}
#phantom .top-bar-bg,
.sticky-on .top-bar-bg,
.sticky-top-line-on .top-bar-bg {
  background: #ffffff none repeat center center !important;
}
.top-bar.line-content:after,
.top-bar.full-width-line:after {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.top-bar.line-content:after {
  width: calc(100% - 30px - 30px);
  left: auto;
  right: auto;
}
.boxed .top-bar.line-content:after {
  left: 50%;
}
.top-bar {
  min-height: 36px;
  padding: 0px 30px 0px 30px;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  max-width: calc(1200px);
  margin: 0 auto;
}
.masthead:not(.side-header).full-width .top-bar,
.top-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.top-bar,
.top-bar a:not(.wpml-ls-link):not(.wpml-ls-item-toggle),
.top-bar .mini-nav .customSelect,
.top-bar .mini-nav a:hover,
.header-bottom-bar a {
  color: #aaaaaa;
}
.masthead .top-bar .mini-contacts,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a,
.masthead .top-bar .mini-login,
.masthead .top-bar .mini-login .submit,
.masthead .top-bar .mini-search .submit,
.masthead .top-bar .mini-search,
.masthead .top-bar .wc-ico-cart,
.masthead .top-bar .text-area,
.masthead .top-bar .customSelectInner {
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.masthead .top-bar .shopping-cart,
.masthead .top-bar .soc-ico a,
.masthead .top-bar .soc-ico {
  line-height: 20px;
}
.branding > a,
.branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead:not(.side-header-h-stroke) .branding > a,
.transparent .masthead:not(.side-header-h-stroke) .branding > img {
  padding: 0px 0px 0px 0px;
}
.side-header-h-stroke .branding > a,
.side-header-v-stroke .branding > a,
.side-header-h-stroke .branding > img,
.side-header-v-stroke .branding > img {
  padding: 0px 0px 0px 0px;
}
.mini-search input.field,
.overlay-search-microwidget input[type=text] {
  font:    16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  min-height: 38px;
  height: auto;
  line-height: 38px;
  width: 300px;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 2px;
  background: #ffffff;
  padding: 0 10px 0 10px;
}
.overlay-search-microwidget .searchform:not(.search-icon-disabled) input.field,
.mini-search .searchform:not(.search-icon-disabled) input.field {
  padding-right: 10px;
}
.animate-search-width .search-icon {
  width: 16px;
}
.animate-search-width input.field:focus,
.animate-search-width input.field:active,
.animate-search-width:hover input.field {
  width: 260px;
}
.mini-search .search-icon i,
.overlay-search-microwidget .search-icon i {
  color: #222222;
}
.searchform input::-moz-placeholder {
  color: #222222 !important;
  opacity: 1;
}
.searchform input[type=text],
.mini-search .field::placeholder,
.overlay-search-microwidget .field::placeholder {
  color: #222222;
}
.popup-search .field::placeholder {
  color: #222222 !important;
}
.overlay-search-microwidget .search-icon,
.mini-search .search-icon {
  right: 10px;
}
.overlay-search-microwidget .search-icon i,
.mini-search .search-icon i {
  font-size: 16px;
}
.popup-search .search-icon {
  right: 20px;
}
.header-bar .popup-search .searchform .submit > span,
.header-bar .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.branding .popup-search .searchform .submit > span,
.branding .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.mixed-header .header-bar .popup-search .searchform .submit > span,
.mixed-header .header-bar .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.popup-search .submit i,
.overlay-search .submit i {
  font-size: 0px;
}
.branding .popup-search .submit i,
.branding .overlay-search .submit i {
  font-size: 0px;
}
.mixed-header .popup-search .submit i,
.mixed-header .overlay-search .submit i {
  font-size: 16px;
  color: #888888;
}
.masthead .top-bar .popup-search .submit i,
.masthead .top-bar .overlay-search .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.dt-mobile-header .popup-search .submit i,
.dt-mobile-header .overlay-search .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .popup-search .submit i,
.mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.overlay-search-microwidget {
  background: rgba(0,0,0,0.9);
}
.masthead .popup-search .popup-search-wrap {
  top: calc(100% + 8px);
}
.dt-mobile-header .popup-search .popup-search-wrap {
  width: 100%;
}
.masthead.side-header .mini-widgets .popup-search .popup-search-wrap {
  top: auto;
  bottom: calc(100% + 8px);
}
.masthead .mini-widgets .popup-search .popup-search-wrap.bottom-overflow {
  top: auto;
  bottom: calc(100% + 8px);
}
.masthead .mini-search input[type="text"]::-moz-placeholder {
  color: #666666;
}
.mini-search .submit {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mini-search .submit:hover {
  opacity: 0.7;
}
.branding .mini-search .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header .mini-search .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.dt-mobile-header .mini-search .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-search .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.dt-mobile-header .mini-search .popup-search-wrap {
  top: auto;
  bottom: auto;
}
.overlay-search-microwidget .search-icon,
.mini-search .search-icon {
  color: #222222;
}
.mixed-header .popup-search .submit.default-icon:before,
.mixed-header .overlay-search .submit.default-icon:before {
  color: #888888;
}
.dt-mobile-header .popup-search .submit.default-icon:before,
.dt-mobile-header .overlay-search .submit.default-icon:before {
  color: #666666;
}
.mobile-header-bar .popup-search .submit.default-icon:before,
.mobile-header-bar .overlay-search .submit.default-icon:before {
  color: #aaaaaa;
}
.top-bar .mini-search .submit {
  color: #aaaaaa;
}
.top-bar .mini-search .submit:hover {
  opacity: 0.7;
}
.top-bar .popup-search .submit:before,
.top-bar .overlay-search .submit:before {
  color: #ffffff;
}
.login-remember {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.mini-login,
.mini-login .submit {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mini-login i,
.mini-login .submit i {
  font-size: 0px;
}
.header-bar .mini-login i,
.header-bar .mini-login .submit i {
  margin-right: 7.1428571428571px;
}
.branding .mini-login,
.branding .mini-login .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-login i,
.branding .mini-login .submit i {
  font-size: 0px;
  margin-right: 7.1428571428571px;
}
.mixed-header .mini-login,
.mixed-header .mini-login .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-login i,
.mixed-header .mini-login .submit i {
  font-size: 16px;
  color: #888888;
}
.masthead .top-bar .mini-login,
.masthead .top-bar .mini-login .submit {
  color: #aaaaaa;
}
.masthead .top-bar .mini-login i,
.masthead .top-bar .mini-login .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.mixed-header .header-bar .mini-login i,
.mixed-header .header-bar .mini-login .submit i {
  margin-right: 7.1428571428571px;
}
.dt-mobile-header .mini-login,
.dt-mobile-header .mini-login .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.dt-mobile-header .mini-login i,
.dt-mobile-header .mini-login .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-login,
.mobile-header-bar .mobile-mini-widgets .mini-login .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-login i,
.mobile-header-bar .mobile-mini-widgets .mini-login .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
a.mini-contacts:hover {
  opacity: 0.7;
}
.mini-contacts {
  text-decoration: none;
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mini-contacts i {
  font-size: 0px;
}
.header-bar .mini-contacts i {
  margin-right: 7.1428571428571px;
}
.branding .mini-contacts {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-contacts i {
  font-size: 0px;
}
.mixed-header .mini-contacts {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-contacts i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .mini-contacts i {
  margin-right: 7.1428571428571px;
}
.masthead .top-bar .mini-contacts {
  color: #aaaaaa;
}
.masthead .top-bar .mini-contacts i {
  font-size: 16px;
  color: #aaaaaa;
}
.dt-mobile-header .mini-contacts {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.dt-mobile-header .mini-contacts i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-contacts {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-contacts i {
  font-size: 16px;
  color: #aaaaaa;
}
.masthead .mini-widgets .soc-ico a,
.masthead .mobile-mini-widgets .soc-ico a,
.dt-mobile-header .soc-ico a {
  width: 37px;
  height: 37px;
  margin: 0 0px;
  line-height: 37px;
  border-radius: 0px;
}
.masthead .mini-widgets .soc-ico a:before,
.masthead .mini-widgets .soc-ico a:after,
.masthead .mobile-mini-widgets .soc-ico a:before,
.masthead .mobile-mini-widgets .soc-ico a:after,
.dt-mobile-header .soc-ico a:before,
.dt-mobile-header .soc-ico a:after {
  width: 37px;
  height: 37px;
}
.masthead .mini-widgets .soc-ico a:first-child,
.masthead .mobile-mini-widgets .soc-ico a:first-child,
.dt-mobile-header .soc-ico a:first-child {
  margin-left: 0;
}
.masthead .mini-widgets .soc-ico a:last-child,
.masthead .mobile-mini-widgets .soc-ico a:last-child,
.dt-mobile-header .soc-ico a:last-child {
  margin-right: 0;
}
.masthead .soc-ico .soc-font-icon,
.dt-mobile-header .soc-ico .soc-font-icon {
  font-size: 16px;
  line-height: 37px;
}
.masthead .soc-ico.border-on a:before,
.dt-mobile-header .soc-ico.border-on a:before {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0);
}
.masthead .soc-ico.hover-border-on a:hover:after,
.dt-mobile-header .soc-ico.hover-border-on a:hover:after {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0);
}
.masthead .soc-ico.custom-bg a:before,
.masthead .soc-ico.accent-bg a:before,
.dt-mobile-header .soc-ico.custom-bg a:before,
.dt-mobile-header .soc-ico.accent-bg a:before {
  background-color: #ffffff;
}
.masthead .soc-ico.hover-custom-bg a:after,
.masthead .soc-ico.accent-bg.hover-custom-bg a:after,
.masthead .soc-ico.hover-custom-bg a:after,
.accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:after,
.masthead .soc-ico.hover-accent-bg a:after,
.dt-mobile-header .soc-ico.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.accent-bg.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.hover-custom-bg a:after,
.accent-gradient .dt-mobile-header .soc-ico.gradient-bg.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.hover-accent-bg a:after {
  background-color: #999999;
  background-image: none;
}
.masthead .mini-widgets .soc-ico a:not(:hover) .soc-font-icon,
.masthead .mobile-mini-widgets .soc-ico a:not(:hover) .soc-font-icon,
.dt-mobile-header .soc-ico a:not(:hover) .soc-font-icon {
  color: var(--the7-accent-color);
  color: #aaaaaa !important;
  background: none !important;
}
.masthead .mini-widgets .soc-ico a:hover .soc-font-icon,
.masthead .mobile-mini-widgets .soc-ico a:hover .soc-font-icon,
.dt-mobile-header .soc-ico a:hover .soc-font-icon {
  color: var(--the7-accent-color);
  color: #ffffff !important;
  background: none !important;
}
.text-area {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .text-area {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header .text-area {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.top-bar .text-area {
  color: #aaaaaa;
}
.dt-mobile-header .text-area {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .text-area {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mini-nav .mini-sub-nav > li:not(.wpml-ls-item) > a .menu-text,
.mini-nav .mini-sub-nav li.has-children > a:after,
.footer-sub-nav > li a .subtitle-text,
.mini-nav .mini-sub-nav li a .subtitle-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.footer-sub-nav > li a .subtitle-text,
.mini-nav .mini-sub-nav li a .subtitle-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  font-size: calc(var(--the7-text-small-font-size) - 2);
}
.mini-sub-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .menu-text,
.mini-nav .mini-sub-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
.mini-nav .mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .subtitle-text {
  color: var(--the7-accent-color);
}
.masthead .menu-select,
.masthead .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.masthead .branding .menu-select,
.masthead .branding .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.masthead.mixed-header .menu-select,
.masthead.mixed-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.masthead .top-bar .menu-select,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a {
  color: #aaaaaa;
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mobile-header .menu-select,
.dt-mobile-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .menu-select,
.mobile-header-bar .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .mobile-mini-widgets .mini-nav .mini-sub-nav > li > a * {
  color: #222222 !important;
}
.masthead .mini-nav .customSelectInner {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-nav .customSelectInner {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header .mini-nav .customSelectInner {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.top-bar .mini-nav .customSelectInner {
  color: #aaaaaa;
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mobile-header .mini-nav .customSelectInner {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
#bottom-bar .mini-nav .customSelectInner {
  color: #eeeeee;
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  line-height: 17px;
}
#bottom-bar .mini-nav .customSelectInner i {
  color: #eeeeee;
}
.dt-mobile-header .mini-nav {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mini-nav .customSelectInner i,
.list-type-menu.mini-nav > ul > li > a i,
.list-type-menu-first-switch.mini-nav > ul > li > a i,
.list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 0px;
}
.header-bar .mini-nav .customSelectInner i,
.header-bar .list-type-menu.mini-nav > ul > li > a i,
.header-bar .list-type-menu-first-switch.mini-nav > ul > li > a i,
.header-bar .list-type-menu-second-switch.mini-nav > ul > li > a i {
  margin-right: 7.1428571428571px;
}
.branding .mini-nav .customSelectInner i,
.branding .list-type-menu.mini-nav > ul > li > a i,
.branding .list-type-menu-first-switch.mini-nav > ul > li > a i,
.branding .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 0px;
  margin-right: 7.1428571428571px;
}
.mixed-header .mini-nav .customSelectInner i,
.mixed-header .list-type-menu.mini-nav > ul > li > a i,
.mixed-header .list-type-menu-first-switch.mini-nav > ul > li > a i,
.mixed-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .mini-nav .customSelectInner i i,
.mixed-header .header-bar .list-type-menu.mini-nav > ul > li > a i i,
.mixed-header .header-bar .list-type-menu-first-switch.mini-nav > ul > li > a i i,
.mixed-header .header-bar .list-type-menu-second-switch.mini-nav > ul > li > a i i {
  margin-right: 7.1428571428571px;
}
.masthead .top-bar .mini-nav .customSelectInner i,
.masthead .top-bar .list-type-menu.mini-nav > ul > li > a i,
.masthead .top-bar .list-type-menu-first-switch.mini-nav > ul > li > a i,
.masthead .top-bar .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #aaaaaa;
}
.dt-mobile-header .mini-nav .customSelectInner i,
.dt-mobile-header .list-type-menu.mini-nav > ul > li > a i,
.dt-mobile-header .list-type-menu-first-switch.mini-nav > ul > li > a i,
.dt-mobile-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu.mini-nav > ul > li > a i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu-first-switch.mini-nav > ul > li > a i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #aaaaaa;
}
#bottom-bar .mini-nav .menu-select:hover .customSelectInner i {
  color: inherit;
}
.header-elements-button-1 {
  font:   700 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
}
.header-elements-button-1:not(:hover) span {
  color: #ffffff;
}
.header-elements-button-1.microwidget-btn-bg-on:before {
  background: #999999;
}
.header-elements-button-1.border-on:before {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.header-elements-button-1 i {
  font-size: 14px;
}
.header-elements-button-1.btn-icon-align-left i {
  margin-right: 5px;
}
.header-elements-button-1.btn-icon-align-right i {
  margin-left: 5px;
}
.header-elements-button-1.btn-icon-align-right:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-left:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-1:hover span {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-right:hover i {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-left:hover i {
  color: #ffffff;
}
.header-elements-button-1.microwidget-btn-hover-bg-on:after {
  background: #999999;
}
.header-elements-button-1.hover-border-on:after {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.header-elements-button-2 {
  font:   700 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
}
.header-elements-button-2:not(:hover) span {
  color: #ffffff;
}
.header-elements-button-2.microwidget-btn-bg-on:before {
  background: #999999;
}
.header-elements-button-2.border-on:before {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.header-elements-button-2 i {
  font-size: 14px;
}
.header-elements-button-2.btn-icon-align-left i {
  margin-right: 5px;
}
.header-elements-button-2.btn-icon-align-right i {
  margin-left: 5px;
}
.header-elements-button-2:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2:hover span {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-right:hover i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-left:hover i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-right:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-left:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2.microwidget-btn-hover-bg-on:after {
  background: #999999;
}
.header-elements-button-2.hover-border-on:after {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.masthead:not(.side-header).dividers .main-nav > li:before,
.masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(17,17,17,0.14);
  height: 24px;
  border-width: 1px;
}
.side-header.dividers .main-nav > li:before,
.side-header.dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(17,17,17,0.14);
  width: 24px;
  border-width: 1px;
}
.main-nav > li > a {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.main-nav > li > a .animate-wrap {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.side-header.dividers:not(.surround) .main-nav {
  margin: 0px 0 -20px 0;
}
.side-header:not(.dividers) .main-nav {
  margin: 0px 0 -20px 0;
}
.top-header .outside-item-double-margin.main-nav > li:first-child > a {
  margin-left: 0px;
}
.top-header .outside-item-custom-margin.main-nav > li:first-child > a {
  margin-left: 30px;
}
.top-header .outside-item-remove-margin.main-nav > li:first-child > a {
  margin-left: 0;
}
.top-header .outside-item-double-margin.main-nav > li:last-child > a {
  margin-right: 0px;
}
.top-header .outside-item-custom-margin.main-nav > li:last-child > a {
  margin-right: 30px;
}
.top-header .outside-item-remove-margin.main-nav > li:last-child > a {
  margin-right: 0;
}
.sub-downwards .main-nav > li > .next-level-button {
  left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.sub-downwards .main-nav > li > .sub-nav:last-child {
  margin-bottom: 20px;
}
.sub-downwards .main-nav > li:last-child > .sub-nav:last-child {
  margin-bottom: 0;
}
.side-header.dividers .main-nav > li:before,
.side-header.dividers.surround .main-nav > li:last-child:after {
  left: 0px;
}
.main-nav > li > a .menu-text {
  font:  normal 200 22px / 26px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.main-nav.level-arrows-on > li.has-children > a .menu-item-text {
  line-height: 26px;
}
.main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666666;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666666;
}
.main-nav > li:not(.wpml-ls-item) > a {
  color: #666666;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a,
#phantom .main-nav > li:not(.wpml-ls-item) > a {
  color: #666666;
}
.main-nav > li.act:not(.wpml-ls-item) > a {
  color: #999999;
}
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a {
  color: #999999;
}
.main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #999999;
}
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #999999;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
  color: #000000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
  color: #000000;
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  background: #666666;
}
.sticky-on .main-nav.level-arrows-on > li.has-children > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  background: #666666;
}
.sub-sideways .main-nav.level-arrows-on > li.has-children > a span:after {
  background: rgba(102,102,102,0.2);
}
.sub-downwards .main-nav.level-arrows-on > li.has-children > a:after,
.sub-downwards .next-level-button svg,
.sub-downwards .main-nav > li.menu-item-language > a:after {
  color: rgba(102,102,102,0.2);
  fill: rgba(102,102,102,0.2);
}
.top-header .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.top-header .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
  background: #000000;
}
.sticky-on .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.sticky-on .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
  background: #000000;
}
.top-header .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  background: #999999;
}
.sticky-on .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  background: #999999;
}
.side-header.sub-downwards .main-nav.level-arrows-on li.has-children > a:after {
  line-height: 26px;
}
.main-nav > li > a .subtitle-text {
  font:  normal  12px / 16px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.main-nav > .menu-item > a > i {
  font-size: 24px;
}
#main-nav > .menu-item > a > i {
  line-height: 24px;
}
.main-nav .sub-nav > .menu-item > a i {
  font-size: 12px;
}
.hover-outline-decoration > li > a,
.active-outline-decoration > li > a {
  border: 2px solid transparent;
}
.top-header .hover-outline-decoration > li:not(.act) > a:hover,
.top-header .hover-outline-decoration > li.dt-hovered:not(.act) > a {
  border: 2px solid #999999;
}
.top-header .active-outline-decoration > li.act > a {
  border: 2px solid rgba(153,153,153,0.15);
}
.top-header .active-bg-decoration > li.act > a {
  background-color: rgba(153,153,153,0.15);
}
.top-header .hover-bg-decoration > li:not(.act) > a:hover,
.top-header .hover-bg-decoration > li.dt-hovered:not(.act) > a {
  background-color: #999999;
}
.hover-outline-decoration > li > a,
.active-outline-decoration > li > a,
.active-bg-decoration > li > a,
.hover-bg-decoration > li > a {
  border-radius: 3px;
}
.bg-outline-decoration > li > a,
.main-nav > li > a .animate-wrap,
.hover-line-decoration > li:not(.act) > a:hover .decoration-line,
.hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line,
.active-line-decoration > li > a .decoration-line {
  border-radius: 3px;
}
.top-header .active-line-decoration > li.act > a:after {
  background-color: rgba(130,36,227,0.3);
}
.top-header .hover-line-decoration > li > a:hover .decoration-line,
.top-header .hover-line-decoration > li.dt-hovered > a .decoration-line {
  height: 2px;
  background-color: rgba(255,255,255,0.23);
  background: rgba(255,255,255,0.23);
  background: -webkit-linear-gradient(to left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%);
  background: linear-gradient(to left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%);
}
.top-header .active-line-decoration > li.act > a .decoration-line {
  height: 2px;
  background-color: rgba(130,36,227,0.3);
}
.l-to-r-line > li > a i.underline {
  bottom: -2px;
  background-color: #999999;
  height: 2px;
}
.from-centre-line > li > a .menu-item-text:before {
  bottom: -2px;
  height: 2px;
  background-color: #999999;
}
.upwards-line > li > a .menu-item-text:before {
  bottom: -2px;
  height: 2px;
  background-color: #999999;
}
.downwards-line > li > a .menu-item-text:before {
  bottom: -2px;
  background-color: #999999;
}
.top-header .masthead .downwards-line > li > a .menu-item-text:before {
  height: 2px;
}
li:not(.dt-mega-menu) .sub-nav {
  width: 250px;
}
.sub-nav {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
}
.top-header .sub-nav .sub-nav,
.sub-sideways .sub-nav .sub-nav {
  top: 0px;
}
.main-nav .sub-nav > li > a .menu-text {
  font:   300 16px / 20px "Nunito", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.sub-downwards .sub-nav .next-level-button:before,
.side-header.sub-downwards .main-nav.level-arrows-on .sub-nav > li.has-children > a:after {
  line-height: 20px;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666666;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a,
#bottom-bar .sub-nav > li:not(.wpml-ls-item) > a {
  color: #666666;
}
.sub-nav.level-arrows-on > li.has-children:not(.dt-mega-parent) > a:after,
#bottom-bar .sub-nav li.has-children > a:after {
  background: #666666;
}
.main-nav .sub-nav > li > a .subtitle-text {
  font:  normal  12px / 16px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.main-nav .sub-nav > li > a,
.sub-downwards .sub-nav.sub-nav-widgets > li {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
.top-header .main-nav .sub-nav.level-arrows-on > li.has-children > a {
  padding-right: 8px;
}
.sub-nav li:not(:first-child) .sub-nav {
  top: -5px;
}
.masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: -8px;
}
.top-header .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: 0px;
}
.rtl .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: auto;
  left: 0px;
}
.sub-downwards .sub-nav > li > .next-level-button {
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sub-downwards.dt-parent-menu-clickable .sub-nav > li:not(.has-children) > a {
  margin-right: 30px;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
#bottom-bar .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
.masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover,
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover {
  color: #000000;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
  color: #000000;
}
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover .menu-text {
  color: #000000;
}
.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent):not(.act):hover > a:after,
#bottom-bar .sub-nav li.has-children:not(.act):hover > a:after {
  background: #000000;
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a,
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
  background-color: rgba(255,255,255,0);
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a,
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent).act > a {
  background-color: rgba(255,255,255,0);
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item) > a,
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="fa"],
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="dt-icon"],
.main-nav .sub-nav > li.dt-mega-parent.current-menu-item:not(.wpml-ls-item) > a {
  color: #999999;
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a .menu-text {
  color: #999999;
}
.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent).act > a:after,
#bottom-bar .sub-nav li.has-children.act > a:after {
  background: #999999;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav {
  left: 251px !important;
}
.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav {
  right: 251px;
  left: auto !important;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
  left: -251px !important;
}
.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
  right: -249px;
  left: auto !important;
}
.sub-downwards .sub-nav.level-arrows-on li.has-children > a svg,
.sub-downwards .sub-nav.level-arrows-on li.has-children:not(.act):hover > a svg,
.sub-downwards .sub-nav.level-arrows-on li.has-children.act > a svg,
.sub-downwards .sub-nav .next-level-button {
  fill: rgba(102,102,102,0.27);
  color: rgba(102,102,102,0.27);
}
.sub-downwards .main-nav.level-arrows-on > li.has-children > a {
  max-width: calc(100% - 30px - 0px - 0px);
}
.sub-downwards .sub-nav.level-arrows-on > li.has-children > a {
  max-width: calc(100% - 30px - 0px - 0px);
}
.masthead.masthead-mobile-header,
.masthead.masthead-mobile-header:not(.mixed-header) {
  background: #ffffff;
}
.mobile-sticky-header-overlay,
.mobile-sticky-sidebar-overlay {
  background-color: rgba(17,17,17,0.5);
}
.dt-mobile-header {
  background-color: #ffffff;
  width: 300px;
}
.right-mobile-menu .show-mobile-header .dt-mobile-header {
  right: 300px;
}
.dt-mobile-header .mobile-header-scrollbar-wrap {
  width: calc(300px - 13px);
  padding: 45px 10px 30px 30px;
  box-sizing: border-box;
}
.admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
  padding-top: 77px;
}
@media screen and (max-width: 782px) {
  .admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
    padding-top: 91px;
  }
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb {
  background: rgba(102,102,102,0.2);
  border-color: #ffffff;
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
  margin: 0 auto;
  box-sizing: border-box;
}
.masthead:not(.side-header).full-width .mobile-header-bar,
.mobile-header-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.dt-mobile-menu-icon {
  padding: 0px 0px 0px 10px;
}
.dt-mobile-menu-icon .menu-toggle-caption {
  font:   300 16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
}
.mobile-left-caption .dt-mobile-menu-icon .menu-toggle-caption {
  margin-right: 15px;
}
.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption {
  margin-left: 15px;
}
.dt-mobile-menu-icon:not(.floating-btn) {
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
}
.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
  background-color: var(--the7-accent-color);
  background: rgba(255,255,255,0) !important;
}
.mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
  border: 0px solid var(--the7-accent-color);
}
.mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
  background-color: var(--the7-accent-color);
  background: rgba(255,255,255,0) !important;
}
.mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
  border: 0px solid var(--the7-accent-color);
}
.dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-toggle-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line,
.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn):hover .menu-toggle-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.masthead:not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line,
.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,
.dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,
.h-dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,
.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
  border-radius: 0px;
}
.dt-close-mobile-menu-icon .mobile-menu-close-caption {
  font:   300 16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
}
.mobile-close-left-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
  margin-right: 10px;
}
.mobile-close-right-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
  margin-left: 10px;
}
.dt-close-mobile-menu-icon:not(:hover) .mobile-menu-close-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.dt-close-mobile-menu-icon:hover .mobile-menu-close-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.left-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 0;
}
.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  right: 0;
}
.center-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 50%;
  transform: translateX(-50%);
}
.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 300px;
}
.right-mobile-menu.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  right: 300px;
  left: auto;
}
@media screen and (max-width: 300px) {
  .show-mobile-header .dt-close-mobile-menu-icon {
    left: calc(100% - 30px);
  }
  .right-mobile-menu .show-mobile-header .dt-close-mobile-menu-icon {
    left: auto;
    right: 0;
  }
  .right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 100%;
  }
}
.mobile-branding > a,
.mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead:not(.mixed-header) .mobile-branding > a,
.transparent .masthead:not(.mixed-header) .mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.sticky-mobile-on.masthead:not(.mixed-header) .mobile-branding > a,
.sticky-mobile-on.masthead:not(.mixed-header) .mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.sticky-mobile-on.masthead.masthead-mobile-header .sticky-mobile-logo-first-switch,
.sticky-mobile-on.masthead.masthead-mobile-header .sticky-mobile-logo-second-switch {
  padding: 0px 0px 0px 0px;
}
.mobile-main-nav > li > a {
  padding: 14.3px 25px 14.3px 0;
}
.mobile-menu-show-divider .mobile-main-nav > li > a {
  padding: 20.9px 25px 20.9px 0;
}
.dt-mobile-header .next-level-button {
  padding: 14.3px 0;
  top: 0;
  line-height: 26px;
}
.mobile-menu-show-divider.dt-mobile-header .next-level-button {
  padding: 20.9px 0;
}
.dt-mobile-header .next-level-button:before {
  line-height: 26px;
}
.mobile-main-nav > li > .sub-nav:last-child {
  margin-bottom: 19px;
}
.mobile-main-nav li > a .menu-text {
  font:   200 22px / 26px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  text-transform: none;
}
.mobile-main-nav > .menu-item > a i[class^="fa"],
.mobile-main-nav > .menu-item > a i[class^="dt-icon"] {
  font-size: 22px;
}
.mobile-main-nav li > a {
  color: #666666;
}
.mobile-main-nav li.act > a {
  color: #999999;
}
.mobile-main-nav li.act > a .menu-text,
.mobile-main-nav li.act > a .subtitle-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .subtitle-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .menu-text {
  color: #999999;
}
.mobile-main-nav li:not(.act) > a:hover .subtitle-text,
.mobile-main-nav li:not(.act) > a:hover .menu-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover .menu-text {
  color: #999999;
}
.mobile-main-nav li:not(.act) > a:hover,
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover {
  color: #999999;
}
.mobile-main-nav > li.has-children > a:after,
.mobile-main-nav .next-level-button svg,
.mobile-main-nav > li.menu-item-language > a:after {
  color: rgba(102,102,102,0.17);
  fill: rgba(102,102,102,0.17);
}
.mobile-menu-show-divider .mobile-main-nav > li:before {
  border-bottom: 1px solid rgba(51,51,51,0.12);
}
.mobile-main-nav .sub-nav > li > a,
#page .mobile-main-nav .sub-nav li {
  padding: 6.4px 0px 6.4px 0;
}
.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
  font:   300 16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  text-transform: none;
}
.mobile-main-nav .sub-nav > .menu-item > a i[class^="fa"],
.mobile-main-nav .sub-nav > .menu-item > a i[class^="dt-icon"] {
  font-size: 16px;
}
.mobile-main-nav .sub-nav li > a .menu-text,
.mobile-main-nav .sub-nav li > a i[class^="fa"],
.mobile-main-nav .sub-nav li > a i[class^="dt-icon"] {
  font-size: 12px;
  line-height: 16px;
}
.mobile-main-nav .sub-nav.level-arrows-on li.has-children > a:after,
.mobile-main-nav .sub-nav.level-arrows-on li.has-children:not(.act):hover > a:after,
.mobile-main-nav .sub-nav.level-arrows-on li.has-children.act > a:after,
.mobile-main-nav .sub-nav li.has-children a:after,
.mobile-main-nav .sub-nav .next-level-button {
  color: rgba(102,102,102,0.17);
}
.mobile-main-nav .sub-nav .next-level-button {
  padding: 8px 0;
  top: 0;
  line-height: 20px;
}
.mobile-main-nav .sub-nav .next-level-button:before {
  line-height: 20px;
}
.mobile-main-nav  > li.has-children > a {
  max-width: calc(100% - 55px);
}
.mobile-main-nav .sub-nav > li.has-children > a {
  max-width: calc(100% - 30px);
}
.dt-close-mobile-menu-icon {
  padding: 0px 0px 0px 0px;
  margin: 25px 10px 0px 0px;
  border-radius: 0px;
}
.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
  background-color: var(--the7-accent-color);
  background: #ffffff !important;
}
.mobile-hamburger-close-border-enable .dt-close-mobile-menu-icon:before {
  border: 0px solid var(--the7-accent-color);
}
.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon:after {
  background-color: var(--the7-accent-color);
  background: #ffffff !important;
}
.mobile-hamburger-close-border-hover-enable .dt-close-mobile-menu-icon:after {
  border: 0px solid var(--the7-accent-color);
}
.dt-close-mobile-menu-icon span:after {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-close-mobile-menu-icon span:before {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.top-bar .sub-nav li.has-children.act:after,
#bottom-bar .sub-nav li.has-children.act:after {
  color: var(--the7-accent-color);
}
.top-bar .sub-nav > ul > li > a,
#bottom-bar .sub-nav > ul > li > a {
  color: #666666;
  font:   300 16px / 20px "Nunito", Helvetica, Arial, Verdana, sans-serif;
}
#page .masthead.sticky-on .header-bar,
#phantom.masthead .header-bar,
#phantom .ph-wrap {
  min-height: 64px;
}
#phantom .logo-box,
#phantom .phantom-top-line-logo,
.phantom-sticky .sticky-on.masthead:not(.side-header) .branding > a,
.phantom-sticky .sticky-on.masthead:not(.side-header) .branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent.phantom-sticky .sticky-on.masthead .branding > a,
.transparent.phantom-sticky .sticky-on.masthead .branding > img {
  padding: 0px 0px 0px 0px;
}
#phantom {
  background: #ffffff none repeat center center;
  background-size: auto;
}
.phantom-shadow-decoration #phantom {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
#phantom.boxed {
  max-width: 1280px;
}
.phantom-line-decoration #phantom {
  border-bottom: 1px solid rgba(51,51,51,0.11);
  box-shadow: none !important;
}
.phantom-content-width-line-decoration #phantom .ph-wrap {
  position: relative;
  box-shadow: none !important;
}
.phantom-content-width-line-decoration #phantom .ph-wrap:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  content: "";
  width: calc(100% - 0px - 0px);
  height: 1px;
  background: rgba(51,51,51,0.11);
}
.phantom-shadow-decoration #phantom {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  border-bottom: none;
}
.phantom-disable-decoration #phantom {
  box-shadow: none !important;
  border-bottom: none;
}
.responsive-off.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
  background: #ffffff !important;
}
.responsive-off.phantom-line-decoration.phantom-sticky .sticky-on.masthead {
  border-bottom: 1px solid rgba(51,51,51,0.11);
  box-shadow: none !important;
}
.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
.ph-wrap {
  padding: 0 0px 0 0px;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
  width: calc(1200px - 0px - 0px);
}
.boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar,
.boxed .ph-wrap {
  max-width: 100%;
  width: calc(1200px - 0px - 0px);
}
#phantom .ph-wrap .header-bar {
  padding: 0;
}
.boxed .masthead:not(.width-in-pixel):not(#phantom) .top-bar.full-width-line:after,
.boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,
.boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,
.boxed .classic-header:not(.width-in-pixel) .navigation:before {
  margin: 0 0px 0 0px;
  padding: 0 1000px;
}
.ph-wrap,
#phantom .ph-wrap.boxed,
.boxed .top-bar.line-content:before,
.boxed .classic-header.content-width-line .navigation:before {
  max-width: calc(1200px - 0px - 0px);
}
.masthead:not(.mixed-header) {
  background: #ffffff none repeat center center;
  background-size: auto;
}
.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
  border-bottom: 1px solid rgba(51,51,51,0.11);
}
.header-side-left .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
  border-right: 1px solid rgba(51,51,51,0.11);
}
.header-side-right .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
  border-left: 1px solid rgba(51,51,51,0.11);
}
.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar {
  padding-bottom: 1px;
}
.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  content: "";
  width: calc(100% - 0px - 0px);
  height: 1px;
  background: rgba(51,51,51,0.11);
}
.header-side-left .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: auto;
  top: auto;
  height: calc(100% - 0px - 0px);
  width: 1px;
  background: rgba(51,51,51,0.11);
}
.header-side-right .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: auto;
  top: auto;
  height: calc(100% - 0px - 0px);
  width: 1px;
  background: rgba(51,51,51,0.11);
}
.transparent .masthead:not(.side-header),
.overlay-navigation .masthead.shadow-decoration:not(.mixed-header) {
  box-shadow: none;
}
.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
.transparent .masthead:not(.side-header) {
  background: #eeee22;
}
.transparent .top-bar-bg {
  background: rgba(0,0,0,0.5);
}
#main-slideshow:not(.rv-slider):not(.empty-slider) {
  min-height: 140px;
}
#main-slideshow.fixed,
#main-slideshow.fix,
#main-slideshow.layer-fixed {
  background-color: rgba(102,102,102,0.08);
}
#main-slideshow.fixed > .royalSlider,
#main-slideshow.fixed .ts-wrap {
  max-width: 1112px;
}
.outline-element-decoration #main-slideshow.fixed:after,
.outline-element-decoration #main-slideshow.layer-fixed:after,
.outline-element-decoration #main-slideshow.fix:after {
  background-color: rgba(102,102,102,0.15);
}
.page-title .wf-wrap {
  min-height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-title .wf-wrap:after {
  border-bottom: 6px double rgba(51,51,51,0.11);
}
.page-title.solid-bg {
  background-color: rgba(255,255,255,0);
}
.page-title.solid-bg.bg-img-enabled {
  background-image: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
.page-title.overlay-bg:after {
  background: rgba(0,0,0,0.5);
}
.page-title.gradient-bg {
  background: rgba(255,255,255,0);
}
.page-title.title-outline-decoration {
  border-bottom: 10px solid rgba(30,115,190,0);
}
.page-title > .wf-wrap,
#fancy-header > .wf-wrap {
  width: 1200px;
}
.page-title h1,
.page-title h1 *,
.page-title h1 a:hover,
#page .page-title .entry-title {
  font:  normal  24px / 28px "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  color: #000000;
  text-transform: none;
}
.page-title .breadcrumbs li:before,
.page-title .breadcrumbs li:before {
  color: rgba(102,102,102,0.35);
}
.page-title.breadcrumbs-bg .breadcrumbs {
  background: #594492;
  border-radius: 2px;
  border: 0px solid rgba(255,255,255,0);
}
.page-title .breadcrumbs {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
.page-title .breadcrumbs,
.page-title .breadcrumbs a {
  color: #999999;
  font:  normal  14px / 16px "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.page-title .breadcrumbs li:before,
.page-title .breadcrumbs li:before {
  color: rgba(153,153,153,0.5);
}
.fancy-header h1,
.fancy-header h2,
.fancy-header .fancy-subtitle {
  font:  normal  24px / 28px "Merriweather", Helvetica, Arial, Verdana, sans-serif;
}
#page .fancy-header .color-accent span {
  color: var(--the7-accent-color);
}
.dt-breadcrumbs-shortcode .breadcrumbs * {
  color: var(--the7-secondary-text-color);
}
.responsive-off #main:not(.sidebar-none) .wf-container-main {
  grid-column-gap: 50px;
}
.responsive-off .sidebar-right .wf-container-main {
  -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
  grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
}
.responsive-off .sidebar-left .wf-container-main {
  -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
  grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
}
.responsive-off .sidebar-divider-vertical.sidebar-left .sidebar {
  padding-right: 50px;
}
.responsive-off .sidebar-divider-vertical.sidebar-right .sidebar {
  padding-left: 50px;
}
.sidebar-right .sidebar {
  border-left: 1px solid var(--the7-divider-color);
}
.sidebar-left .sidebar {
  border-right: 1px solid var(--the7-divider-color);
}
.solid-bg .sidebar-content {
  background: #f7f7f8 none repeat center center;
}
.solid-bg.sidebar-outline-decoration .sidebar-content,
.bg-under-widget.sidebar-outline-decoration .widget {
  border: 1px solid rgba(0,0,0,0.06);
}
.bg-under-widget .sidebar-content .widget,
.solid-bg.sidebar-content .widget {
  background: #f7f7f8 none repeat center center;
}
.solid-bg.sidebar-content.sidebar-outline-decoration .widget {
  border: 1px solid rgba(0,0,0,0.06);
}
.solid-bg.sidebar-shadow-decoration .sidebar-content,
.bg-under-widget.sidebar-shadow-decoration .sidebar-content .widget,
.solid-bg.sidebar-content.sidebar-shadow-decoration .widget {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.sidebar .widget,
.sidebar-content .widget,
.elementor-widget-sidebar .widget {
  border-top: 1px solid var(--the7-divider-color);
  color: #666666;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidebar .widget,
.widget_product_categories li a,
.widget .st-accordion li > a,
ul.cart_list li a,
ul.product_list_widget li a,
.sidebar-content .widget,
.widget .testimonial-vcard .text-primary,
.widget .testimonial-vcard .text-secondary,
div[class*='elementor-widget-wp-widget-'],
.elementor-widget-sidebar .widget,
.elementor-widget-wp-widget-woocommerce_recently_viewed_products,
.elementor-widget-wp-widget-woocommerce_recent_reviews,
.elementor-widget-wp-widget-woocommerce_product_categories,
.elementor-widget-wp-widget-woocommerce_top_rated_products,
.elementor-widget-wp-widget-woocommerce_widget_cart,
.elementor-widget-wp-widget-woocommerce_price_filter,
.elementor-widget-wp-widget-woocommerce_layered_nav,
.elementor-widget-wp-widget-woocommerce_products,
.elementor-widget-woocommerce-products,
.elementor-widget-wp-widget-woocommerce_layered_nav_filters,
.elementor-widget-wp-widget-woocommerce_rating_filter,
.the7-product-filter {
  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
  text-decoration: var(--the7-widget-content-text-decoration);
}
.sidebar.bg-under-widget .widget,
.bg-under-widget .sidebar-content .widget,
.solid-bg.sidebar-content .widget,
.mec-wrap .col-md-4 .widget {
  margin-top: 60px;
}
.widget-title,
div[class*='elementor-widget-wp-widget-'] h5,
.elementor-widget .woocommerce h5 {
  font: var(--the7-widget-title-font);
  text-transform: var(--the7-widget-title-text-transform);
  letter-spacing: var(--the7-widget-title-letter-spacing);
  text-decoration: var(--the7-widget-title-text-decoration);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget div[class*='elementor-widget-wp-widget-'] h5,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .elementor-widget .woocommerce h5 {
  color: #333333;
}
.sidebar-content .widget-title,
.sidebar-content div[class*='elementor-widget-wp-widget-'] h5,
.sidebar-content .elementor-widget .woocommerce h5 {
  color: #000000;
}
.footer .widget-title,
.footer div[class*='elementor-widget-wp-widget-'] h5,
.footer .elementor-widget .woocommerce h5 {
  color: #000000;
}
.widget-title,
body .elementor-widget .woocommerce h5 {
  margin-bottom: var(--the7-widget-gap);
}
.widgettitle {
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widgettitle {
  color: #333333;
}
.sidebar-content .widgettitle {
  color: #000000;
}
.footer .widgettitle {
  color: #000000;
}
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button),
.sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button) * {
  color: #666666;
}
.sidebar-content .widget .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.footer .widget a,
.footer .widget .post-content .text-secondary {
  color: #666666;
}
.footer .widget .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.widget_categories li a,
.widget_meta a,
.blogroll a,
.widget_archive li a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_links a,
.items-grid a,
.recent-posts a,
.widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.contact-info .secondary-color,
.widget_nav_menu a,
.tagcloud a,
.widget_pages a,
a.rsswidget,
.textwidget a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_categories li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_meta a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blogroll a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_archive li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_entries a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_comments a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_links a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .items-grid a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .recent-posts a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .contact-info .secondary-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_nav_menu a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .tagcloud a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_pages a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget a.rsswidget,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .textwidget a {
  color: #333333;
}
.sidebar-content .widget_categories li a,
.sidebar-content .widget_meta a,
.sidebar-content .blogroll a,
.sidebar-content .widget_archive li a,
.sidebar-content .widget_recent_entries a,
.sidebar-content .widget_recent_comments a,
.sidebar-content .widget_links a,
.sidebar-content .items-grid a,
.sidebar-content .recent-posts a,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.sidebar-content .contact-info .secondary-color,
.sidebar-content .widget_nav_menu a,
.sidebar-content .tagcloud a,
.sidebar-content .widget_pages a,
.sidebar-content a.rsswidget,
.sidebar-content .textwidget a {
  color: #000000;
}
.footer .widget_categories li a,
.footer .widget_meta a,
.footer .blogroll a,
.footer .widget_archive li a,
.footer .widget_recent_entries a,
.footer .widget_recent_comments a,
.footer .widget_links a,
.footer .items-grid a,
.footer .recent-posts a,
.footer .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.footer .contact-info .secondary-color,
.footer .widget_nav_menu a,
.footer .tagcloud a,
.footer .widget_pages a,
.footer a.rsswidget,
.footer .textwidget a {
  color: #000000;
}
.widget_categories li,
.widget_archive li {
  color: rgba(102,102,102,0.5);
}
.sidebar-content .custom-categories a,
.sidebar-content .cat-item a,
.sidebar-content .widget_recent_comments a,
.sidebar-content .widget_tag_cloud a:hover {
  color: #000000;
}
.footer .custom-categories a,
.footer .cat-item a,
.footer .widget_recent_comments a,
.footer .widget_tag_cloud a:hover {
  color: #000000;
}
.sidebar-content .custom-categories a span.item-num,
.sidebar-content .cat-item a span.item-num {
  color: rgba(102,102,102,0.5);
}
.footer .custom-categories a span.item-num,
.footer .cat-item a span.item-num {
  color: rgba(102,102,102,0.5);
}
.sidebar-content .custom-categories a:hover span.item-name,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name,
.sidebar-content .cat-item a:hover span.item-name,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name,
.sidebar-content .custom-menu a:hover,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover,
.sidebar-content .custom-menu li.act > a,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act > a,
.sidebar-content .widget_recent_comments a:hover,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover {
  color: var(--the7-accent-color);
}
.footer .custom-categories a:hover span.item-name,
.footer .cat-item a:hover span.item-name,
.footer .custom-menu a:hover,
.footer .custom-menu li.act > a,
.footer .widget_recent_comments a:hover {
  color: var(--the7-accent-color);
}
.sidebar-content .custom-menu a:hover svg,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover svg,
.sidebar-content .custom-menu li.act > a svg,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act > a svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.footer .custom-menu a:hover svg,
.footer .custom-menu li.act > a svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.widget .menu li,
.widget_pages li,
.widget .custom-menu.dividers-on li,
div[class*='elementor-widget-wp-widget-'] .custom-menu.dividers-on li,
div[class*='elementor-widget-wp-widget-'] .menu li,
.widget .blogroll li,
.widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: var(--the7-divider-color);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sidebar-content .widget .menu li,
.sidebar-content .widget .custom-menu.dividers-on li,
.sidebar-content .widget_pages li,
.sidebar-content .blogroll li,
.sidebar-content .widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(102,102,102,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.footer .menu li,
.footer .widget_pages li,
.footer .custom-menu.dividers-on li,
.footer .blogroll li,
.footer .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(102,102,102,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.menu .current-menu-parent > a,
.menu .current-menu-item > a,
.custom-nav > li > a:hover span,
.custom-nav li.act > a span,
.custom-nav > li > ul a:hover span,
.st-accordion li > a:hover,
.st-accordion > ul li > a:hover *,
.widget .custom-categories a:hover span.item-name,
.widget_categories li a:hover,
.widget_categories li a:not(.class-1):hover,
.widget_meta a:hover,
.blogroll a:hover,
.widget_archive li a:hover,
.widget_archive li a:not(.class-1):hover,
.widget_recent_entries a:hover,
.widget_recent_entries a:not(.class-1):hover,
.widget_links a:hover,
.widget_pages a:hover,
.recent-posts a:not(.post-rollover):hover,
.items-grid .post-content > a:hover,
#wp-calendar td a:hover,
.tagcloud a:hover,
.tagcloud a:not(.class-1):hover,
.widget_nav_menu a:hover,
a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.sidebar-content .menu .current-menu-parent > a,
.sidebar-content.solid-bg .menu .current-menu-parent > a,
.sidebar-content .menu .current-menu-item > a,
.sidebar-content.solid-bg .menu .current-menu-item > a,
.sidebar-content .custom-nav > li > a:hover span,
.sidebar-content.solid-bg .custom-nav > li > a:hover span,
.sidebar-content .custom-nav li.act > a span,
.sidebar-content.solid-bg .custom-nav li.act > a span,
.sidebar-content .custom-nav > li > ul a:hover span,
.sidebar-content.solid-bg .custom-nav > li > ul a:hover span,
.sidebar-content .st-accordion li > a:hover,
.sidebar-content.solid-bg .st-accordion li > a:hover,
.sidebar-content .st-accordion > ul li > a:hover *,
.sidebar-content.solid-bg .st-accordion > ul li > a:hover *,
.sidebar-content .widget .custom-categories a:hover span.item-name,
.sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name,
.sidebar-content .widget_categories li a:hover,
.sidebar-content.solid-bg .widget_categories li a:hover,
.sidebar-content .widget_categories li a:not(.class-1):hover,
.sidebar-content.solid-bg .widget_categories li a:not(.class-1):hover,
.sidebar-content .widget_meta a:hover,
.sidebar-content.solid-bg .widget_meta a:hover,
.sidebar-content .blogroll a:hover,
.sidebar-content.solid-bg .blogroll a:hover,
.sidebar-content .widget_archive li a:hover,
.sidebar-content.solid-bg .widget_archive li a:hover,
.sidebar-content .widget_archive li a:not(.class-1):hover,
.sidebar-content.solid-bg .widget_archive li a:not(.class-1):hover,
.sidebar-content .widget_recent_entries a:hover,
.sidebar-content.solid-bg .widget_recent_entries a:hover,
.sidebar-content .widget_recent_entries a:not(.class-1):hover,
.sidebar-content.solid-bg .widget_recent_entries a:not(.class-1):hover,
.sidebar-content .widget_links a:hover,
.sidebar-content.solid-bg .widget_links a:hover,
.sidebar-content .widget_pages a:hover,
.sidebar-content.solid-bg .widget_pages a:hover,
.sidebar-content .recent-posts a:not(.post-rollover):hover,
.sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover,
.sidebar-content .items-grid .post-content > a:hover,
.sidebar-content.solid-bg .items-grid .post-content > a:hover,
.sidebar-content #wp-calendar td a:hover,
.sidebar-content.solid-bg #wp-calendar td a:hover,
.sidebar-content .tagcloud a:hover,
.sidebar-content.solid-bg .tagcloud a:hover,
.sidebar-content .tagcloud a:not(.class-1):hover,
.sidebar-content.solid-bg .tagcloud a:not(.class-1):hover,
.sidebar-content .widget_nav_menu a:hover,
.sidebar-content.solid-bg .widget_nav_menu a:hover,
.sidebar-content a.rsswidget:hover,
.sidebar-content.solid-bg a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.footer .menu .current-menu-parent > a,
.footer .menu .current-menu-item > a,
.footer .custom-nav > li > a:hover span,
.footer .custom-nav li.act > a span,
.footer .custom-nav > li > ul a:hover span,
.footer .st-accordion li > a:hover,
.footer .st-accordion > ul li > a:hover *,
.footer .widget .custom-categories a:hover span.item-name,
.footer .widget_categories li a:hover,
.footer .widget_categories li a:not(.class-1):hover,
.footer .widget_meta a:hover,
.footer .blogroll a:hover,
.footer .widget_archive li a:hover,
.footer .widget_archive li a:not(.class-1):hover,
.footer .widget_recent_entries a:hover,
.footer .widget_recent_entries a:not(.class-1):hover,
.footer .widget_links a:hover,
.footer .widget_pages a:hover,
.footer .recent-posts a:not(.post-rollover):hover,
.footer .items-grid .post-content > a:hover,
.footer #wp-calendar td a:hover,
.footer .tagcloud a:hover,
.footer .tagcloud a:not(.class-1):hover,
.footer .widget_nav_menu a:hover,
.footer a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.textwidget a:not(.dt-btn):hover {
  color: var(--the7-accent-color);
}
.sidebar-content .textwidget a:not(.dt-btn):hover,
.stripe .sidebar-content.solid-bg .textwidget a:not(.dt-btn):hover {
  color: var(--the7-accent-color);
}
.footer .textwidget a:not(.dt-btn):hover {
  color: var(--the7-accent-color);
}
#wp-calendar,
#wp-calendar td {
  background-color: rgba(0,0,0,0.04);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar td {
  background-color: rgba(0,0,0,0.04);
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar td {
  border-color: var(--the7-divider-color);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar td {
  border-color: rgba(102,102,102,0.15);
}
#wp-calendar td:hover {
  background-color: rgba(0,0,0,0.08);
}
.sidebar-content #wp-calendar td:hover {
  background-color: rgba(0,0,0,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar td {
  background-color: rgba(0,0,0,0.04);
}
.footer #wp-calendar td:hover {
  background-color: rgba(0,0,0,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar caption,
.footer #wp-calendar td {
  border-color: rgba(102,102,102,0.15);
}
#wp-calendar td.act {
  color: #fff;
  background-color: var(--the7-accent-color);
}
#wp-calendar th,
#wp-calendar caption,
#wp-calendar tfoot td,
#wp-calendar tfoot td a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar th,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar caption,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td a {
  color: #333333;
}
.sidebar-content #wp-calendar th,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar tfoot td,
.sidebar-content #wp-calendar tfoot td a {
  color: #000000;
}
.footer #wp-calendar th,
.footer #wp-calendar caption,
.footer #wp-calendar tfoot td,
.footer #wp-calendar tfoot td a {
  color: #000000;
}
#page .widget .searchform .submit svg,
#page .content .searchform .submit svg {
  fill: var(--the7-input-color);
  color: var(--the7-input-color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: var(--the7-input-border-color);
  background-color: var(--the7-input-bg-color);
  border-radius: var(--the7-input-border-radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  background: none;
  margin: 0;
}
.wp-block-search .wp-block-search__button {
  height: var(--the7-input-height);
}
.wp-block-search .wp-block-search__label {
  display: block;
  color: #000000;
  margin-bottom: 8px;
  font:    16px / 1.3em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.widget_recent_comments a:hover {
  color: var(--the7-accent-color) !important;
}
.custom-menu a svg {
  fill: var(--the7-secondary-text-color);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .custom-menu a svg {
  fill: rgba(102,102,102,0.5);
  color: rgba(102,102,102,0.5);
}
.footer .custom-menu a svg {
  fill: rgba(102,102,102,0.5);
  color: rgba(102,102,102,0.5);
}
.custom-nav a svg {
  fill: #666666;
  color: #666666;
}
.footer .custom-nav a svg {
  fill: #666666;
  color: #666666;
}
.custom-menu a:hover svg,
.custom-menu .act > a svg {
  fill: var(--the7-secondary-text-color);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .custom-menu a:hover svg,
.sidebar-content .custom-menu .act > a svg {
  fill: rgba(153,153,153,0.999);
  color: rgba(153,153,153,0.999);
}
.footer .custom-menu a:hover svg,
.footer .custom-menu .act > a svg {
  fill: rgba(153,153,153,0.999);
  color: rgba(153,153,153,0.999);
}
.sidebar .skill,
.sidebar-content .skill {
  background-color: rgba(102,102,102,0.15);
}
.footer .skill {
  background-color: rgba(102,102,102,0.15);
}
.skill-value {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.skill-name,
.skill-name *,
.custom-nav > li > a span,
.custom-nav > li > ul a span,
.st-accordion li a,
.st-accordion > ul li > a * {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > a span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a * {
  color: #333333;
}
.sidebar-content .skill-name,
.sidebar-content .skill-name *,
.sidebar-content .custom-nav > li > a span,
.sidebar-content .custom-nav > li > ul a span,
.sidebar-content .st-accordion li a,
.sidebar-content .st-accordion > ul li > a * {
  color: #000000;
}
.footer .skill-name,
.footer .skill-name *,
.footer .custom-nav > li > a span,
.footer .custom-nav > li > ul a span,
.footer .st-accordion li a,
.footer .st-accordion > ul li > a * {
  color: #000000;
}
.st-accordion li > a {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.custom-menu.show-arrow a:after {
  top: calc(var(--the7-text-big-line-height) - 13 / 2);
}
.footer .custom-menu.show-arrow a:after {
  top: calc(var(--the7-base-line-height) - 13 / 2);
}
.custom-menu a:not(:hover) {
  color: var(--the7-base-color);
}
.dt-mega-menu .sidebar-content .custom-menu a:not(:hover) {
  color: #333333;
}
.sidebar-content .custom-menu a:not(:hover) {
  color: #666666;
}
.footer .custom-menu a:not(:hover) {
  color: #666666;
}
.widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: var(--the7-base-color);
}
.dt-mega-menu .sidebar-content .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: #333333;
}
.sidebar-content .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: #666666;
}
.footer .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: #666666;
}
.sidebar .st-accordion li > a:before,
.sidebar-content .st-accordion li > a:before,
.sidebar .custom-menu a:before,
.sidebar-content .custom-menu a:before {
  background-color: rgba(102,102,102,0.15);
}
.footer .st-accordion li > a:before,
.footer .custom-menu a:before {
  background-color: rgba(102,102,102,0.15);
}
.st-accordion li > a:after {
  color: rgba(102,102,102,0.5);
}
.footer .st-accordion li > a:after {
  color: rgba(102,102,102,0.5);
}
.st-accordion li > a:hover:after {
  color: var(--the7-accent-color);
}
.dt-posts-preload .dt-posts-preload-activity {
  background-color: rgba(153,153,153,0.9);
}
.format-link-content,
.format-aside-content,
.format-status-content {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .format-link-content {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .format-link-content {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.post.bg-on,
.post.bg-on.fullwidth-img.format-quote,
.post.bg-on.fullwidth-img.format-link {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .post.bg-on,
.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .post.bg-on.fullwidth-img.format-link {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .post.bg-on.fullwidth-img.format-link {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.layout-list .post {
  border-top: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .layout-list .post,
.sidebar-content .layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.footer .layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.dividers-on.classic-layout-list .post {
  border-bottom: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .dividers-on.classic-layout-list .post,
.sidebar-content .dividers-on.classic-layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.footer .dividers-on.classic-layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.content-bg-on.centered-layout-list article,
.content-bg-on.classic-layout-list article {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .content-bg-on.classic-layout-list article {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .content-bg-on.classic-layout-list article {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(102,102,102,0.15);
}
.sidebar .centered-layout-list.dividers-on .post-entry-content:after,
.sidebar-content .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(102,102,102,0.15);
}
.footer .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(102,102,102,0.15);
}
.content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlay-layout-list) .post-entry-content {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
  background: -webkit-linear-gradient(top,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
  background: linear-gradient(to bottom,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
}
#page .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,#f7f7f7,#f7f7f7) no-repeat 0px 150px;
}
.content-bg-on.gradient-overlap-layout-list .post-entry-content:before {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
  background: -webkit-linear-gradient(top,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
  background: linear-gradient(to bottom,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
}
#page .content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {
  background: var(--the7-content-boxes-bg);
}
.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {
  display: none;
}
#page .enable-bg-rollover.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(153,153,153,0.85);
}
.blog-shortcode .entry-title,
.portfolio-shortcode .entry-title,
.albums-shortcode .entry-title,
.owl-carousel.blog-carousel-shortcode .entry-title {
  font: normal normal normal var(--the7-h3-font-size) / var(--the7-h3-line-height) var(--the7-h3-font-family);
}
.mode-masonry.blog-shortcode .entry-title,
.mode-grid.blog-shortcode .entry-title,
.blog-carousel-shortcode.blog-shortcode .entry-title,
.portfolio-carousel-shortcode.blog-shortcode .entry-title,
.albums-carousel-shortcode.blog-shortcode .entry-title,
.mode-masonry.portfolio-shortcode .entry-title,
.mode-grid.portfolio-shortcode .entry-title,
.blog-carousel-shortcode.portfolio-shortcode .entry-title,
.portfolio-carousel-shortcode.portfolio-shortcode .entry-title,
.albums-carousel-shortcode.portfolio-shortcode .entry-title,
.mode-masonry.albums-shortcode .entry-title,
.mode-grid.albums-shortcode .entry-title,
.blog-carousel-shortcode.albums-shortcode .entry-title,
.portfolio-carousel-shortcode.albums-shortcode .entry-title,
.albums-carousel-shortcode.albums-shortcode .entry-title,
.mode-masonry.owl-carousel.blog-carousel-shortcode .entry-title,
.mode-grid.owl-carousel.blog-carousel-shortcode .entry-title,
.blog-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,
.portfolio-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,
.albums-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title {
  font: normal normal normal var(--the7-h4-font-size) / var(--the7-h4-line-height) var(--the7-h4-font-family);
}
.blog-shortcode .entry-title a,
.portfolio-shortcode .entry-title a,
.albums-shortcode .entry-title a,
.owl-carousel.blog-carousel-shortcode .entry-title a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blog-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .portfolio-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .albums-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #333333;
}
.sidebar-content .blog-shortcode .entry-title a,
.sidebar-content .portfolio-shortcode .entry-title a,
.sidebar-content .albums-shortcode .entry-title a,
.sidebar-content .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #000000;
}
.footer .blog-shortcode .entry-title a,
.footer .portfolio-shortcode .entry-title a,
.footer .albums-shortcode .entry-title a,
.footer .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #000000;
}
#page .blog-shortcode .entry-title a:hover,
#page .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover,
#page .albums-shortcode .entry-title a:hover,
#page .owl-carousel.blog-carousel-shortcode .entry-title a:hover {
  color: var(--the7-accent-color);
}
.blog-shortcode .entry-meta,
.portfolio-shortcode .entry-meta,
.albums-shortcode .entry-meta,
.owl-carousel .entry-meta {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .blog-shortcode .entry-meta,
.sidebar-content .portfolio-shortcode .entry-meta,
.sidebar-content .albums-shortcode .entry-meta,
.sidebar-content .owl-carousel .entry-meta {
  color: rgba(102,102,102,0.5);
}
.footer .blog-shortcode .entry-meta,
.footer .portfolio-shortcode .entry-meta,
.footer .albums-shortcode .entry-meta,
.footer .owl-carousel .entry-meta {
  color: rgba(102,102,102,0.5);
}
.blog-shortcode .entry-excerpt,
.portfolio-shortcode .entry-excerpt,
.albums-shortcode .entry-excerpt,
.owl-carousel .entry-excerpt {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.blog-shortcode.mode-list .entry-excerpt {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.post-details.details-type-link {
  font-size: var(--the7-text-small-font-size);
  line-height: calc(var(--the7-text-small-font-size) + 4px);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link {
  color: #333333;
}
.sidebar-content .post-details.details-type-link {
  color: #000000;
}
.footer .post-details.details-type-link {
  color: #000000;
}
.post-details.details-type-link * {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link * {
  color: #333333;
}
.sidebar-content .post-details.details-type-link * {
  color: #000000;
}
.footer .post-details.details-type-link * {
  color: #000000;
}
.post-details.details-type-link:after {
  background-color: var(--the7-accent-color);
}
.details {
  font-size: var(--the7-text-small-font-size);
  line-height: calc(var(--the7-text-small-font-size) + 4px);
  color: var(--the7-h1-color);
}
.details:hover {
  color: var(--the7-h1-color);
}
.details:before {
  background-color: var(--the7-accent-color);
}
.layout-masonry .post h2.entry-title,
.layout-grid .post h2.entry-title,
.shortcode-blog-posts .post h2.entry-title,
.dt-blog-shortcode .post h2.entry-title,
.slider-wrapper .post h2.entry-title,
.rollover-content h2.entry-title {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
}
.post h2.entry-title,
.post h2.entry-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title {
  color: #333333;
}
.sidebar-content .post h2.entry-title,
.sidebar-content .post h2.entry-title {
  color: #000000;
}
.footer .post h2.entry-title,
.footer .post h2.entry-title {
  color: #000000;
}
.description-under-image .post .entry-title a:hover,
.post .blog-content .entry-title a:hover,
.project-list-content .entry-title a:hover {
  color: var(--the7-accent-color);
}
article.product-category .woocom-list-content .entry-title a:hover .count {
  color: var(--the7-title-color);
  background: none;
}
.fancy-date .entry-month:after,
.fancy-date .entry-date:after {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.portfolio-shortcode .project-links-container a:not(:hover) span {
  color: var(--the7-accent-color);
}
.dt-icon-hover-on.portfolio-shortcode .project-links-container a:hover span {
  color: var(--the7-accent-color);
}
.portfolio-shortcode .project-links-container:before,
.portfolio-shortcode .project-links-container:after {
  border-color: var(--the7-accent-color);
}
.dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
  background-color: var(--the7-accent-color);
}
.dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
  background-color: var(--the7-accent-color);
}
.comment-list .comment-body {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .comment-list .comment-body {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .comment-list .comment-body {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.comment-content {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.reply,
.comment-meta,
#reply-title small {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.comment-author,
.pingback-title {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.comment-author a,
.comment-author .fn {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
}
.comments-title {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
#reply-title small {
  font: var(--the7-base-font);
}
.comments-title,
.comments-title a,
.comment-author a,
.comment-author .fn,
#reply-title,
.fn,
.fn a,
.pingback-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #reply-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pingback-title {
  color: #333333;
}
.sidebar-content .comments-title,
.sidebar-content .comments-title a,
.sidebar-content .comment-author a,
.sidebar-content .comment-author .fn,
.sidebar-content #reply-title,
.sidebar-content .fn,
.sidebar-content .fn a,
.sidebar-content .pingback-title {
  color: #000000;
}
.footer .comments-title,
.footer .comments-title a,
.footer .comment-author a,
.footer .comment-author .fn,
.footer #reply-title,
.footer .fn,
.footer .fn a,
.footer .pingback-title {
  color: #000000;
}
#page .fn a:hover {
  color: var(--the7-accent-color);
}
.entry-author {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .entry-author {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .entry-author {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.entry-author .text-primary {
  font-size: var(--the7-base-font-size);
}
.author-link,
.author-link:hover,
.meta-nav {
  color: var(--the7-secondary-text-color);
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.sidebar-content .author-link,
.sidebar-content .author-link:hover,
.sidebar-content .meta-nav {
  color: rgba(102,102,102,0.5);
}
.footer .author-link,
.footer .author-link:hover,
.footer .meta-nav {
  color: rgba(102,102,102,0.5);
}
.author-description h4,
.comment-author-name {
  color: var(--the7-title-color);
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
  letter-spacing: var(--the7-h5-letter-spacing);
  word-spacing: var(--the7-h5-word-spacing);
  text-decoration: var(--the7-h5-text-decoration);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .author-description h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author-name {
  color: #333333;
}
.sidebar-content .author-description h4,
.sidebar-content .comment-author-name {
  color: #000000;
}
.footer .author-description h4,
.footer .comment-author-name {
  color: #000000;
}
.entry-meta,
.entry-tags,
.portfolio-categories,
.author-link {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.share-link-description,
.author-bio {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.single .entry-tags a {
  border-color: var(--the7-divider-color);
}
.sidebar .single .entry-tags a,
.sidebar-content .single .entry-tags a {
  border-color: rgba(102,102,102,0.15);
}
.footer .single .entry-tags a {
  border-color: rgba(102,102,102,0.15);
}
.entry-meta:before {
  width: var(--the7-base-line-height);
  height: var(--the7-base-line-height);
}
.portfolio-categories > a:after,
.portfolio-categories > span:after,
.entry-meta > a:after,
.entry-meta > span:after {
  background-color: var(--the7-secondary-text-color);
}
.sidebar-content .portfolio-categories > a:after,
.sidebar-content .portfolio-categories > span:after,
.sidebar-content .entry-meta > a:after,
.sidebar-content .entry-meta > span:after {
  background-color: rgba(102,102,102,0.5);
}
.footer .portfolio-categories > a:after,
.footer .portfolio-categories > span:after,
.footer .entry-meta > a:after,
.footer .entry-meta > span:after {
  background-color: rgba(102,102,102,0.5);
}
.comment-metadata,
.comment-metadata a,
.entry-meta a,
.entry-meta span,
.entry-meta a *,
.comment-reply-link,
.single .entry-tags,
.single .entry-tags a {
  color: var(--the7-secondary-text-color);
}
.single .entry-tags a:hover {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .single .entry-tags a:hover {
  color: #333333;
}
.sidebar-content .single .entry-tags a:hover {
  color: #000000;
}
.footer .single .entry-tags a:hover {
  color: #000000;
}
.share-button.entry-share,
.btn-project-link,
.btn-project-link:hover,
.share-link-description {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-button.entry-share,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-link-description {
  color: #333333;
}
.sidebar-content .share-button.entry-share,
.sidebar-content .btn-project-link,
.sidebar-content .btn-project-link:hover,
.sidebar-content .share-link-description {
  color: #000000;
}
.footer .share-button.entry-share,
.footer .btn-project-link,
.footer .btn-project-link:hover,
.footer .share-link-description {
  color: #000000;
}
.show-on-hover .share-link-description .share-link-icon {
  border-color: rgba(0,0,0,0.1);
}
.show-on-hover:hover .share-link-description .share-link-icon {
  border-color: rgba(0,0,0,0.21);
}
.project-post .btn-project-link {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  border-color: rgba(0,0,0,0.1);
}
.project-post .btn-project-link:hover {
  border-color: rgba(0,0,0,0.21);
}
.project-navigation span {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  line-height: 22px;
}
.rsSlide .slider-post-caption,
.images-list-caption {
  line-height: var(--the7-base-line-height);
}
.post-navigation .nav-links {
  border-color: var(--the7-divider-color);
}
.sidebar .post-navigation .nav-links,
.sidebar-content .post-navigation .nav-links {
  border-color: rgba(102,102,102,0.15);
}
.footer .post-navigation .nav-links {
  border-color: rgba(102,102,102,0.15);
}
.post-navigation .nav-links svg {
  fill: rgba(0,0,0,0.12);
  color: rgba(0,0,0,0.12);
}
.post-navigation .nav-links a svg:hover {
  fill: rgba(0,0,0,0.23);
  color: rgba(0,0,0,0.23);
}
#page .post-navigation .nav-links a .post-title:hover {
  color: var(--the7-accent-color);
}
.single-related-posts {
  border-color: var(--the7-divider-color);
}
.sidebar .single-related-posts,
.sidebar-content .single-related-posts {
  border-color: rgba(102,102,102,0.15);
}
.footer .single-related-posts {
  border-color: rgba(102,102,102,0.15);
}
.dt-btn,
.widget .dt-form .dt-btn,
.nsu-submit,
.give-btn.give-btn-reveal,
.give-submit.give-btn,
.wp-block-search .wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button {
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  word-spacing: var(--the7-btn-s-word-spacing);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-s-padding);
  min-width: var(--the7-btn-s-min-width);
  min-height: var(--the7-btn-s-min-height);
}
.dt-btn.ico-right-side > i,
.widget .dt-form .dt-btn.ico-right-side > i,
.nsu-submit.ico-right-side > i,
.give-btn.give-btn-reveal.ico-right-side > i,
.give-submit.give-btn.ico-right-side > i,
.wp-block-search .wp-block-search__button.ico-right-side > i,
.wc-block-product-search .wc-block-product-search__button.ico-right-side > i {
  margin-left: calc(var(--the7-btn-s-font-size) * 8 / 12);
  margin-right: 0 !important;
}
.dt-btn > i,
.dt-btn > i[class^="fa"],
.dt-btn > i[class^="dt-icon"],
.widget .dt-form .dt-btn > i,
.widget .dt-form .dt-btn > i[class^="fa"],
.widget .dt-form .dt-btn > i[class^="dt-icon"],
.nsu-submit > i,
.nsu-submit > i[class^="fa"],
.nsu-submit > i[class^="dt-icon"],
.give-btn.give-btn-reveal > i,
.give-btn.give-btn-reveal > i[class^="fa"],
.give-btn.give-btn-reveal > i[class^="dt-icon"],
.give-submit.give-btn > i,
.give-submit.give-btn > i[class^="fa"],
.give-submit.give-btn > i[class^="dt-icon"],
.wp-block-search .wp-block-search__button > i,
.wp-block-search .wp-block-search__button > i[class^="fa"],
.wp-block-search .wp-block-search__button > i[class^="dt-icon"],
.wc-block-product-search .wc-block-product-search__button > i,
.wc-block-product-search .wc-block-product-search__button > i[class^="fa"],
.wc-block-product-search .wc-block-product-search__button > i[class^="dt-icon"] {
  font-size: var(--the7-btn-s-icon-size);
  margin-right: var(--the7-btn-s-icon-gap,calc(var(--the7-btn-s-font-size) * 8 / 12));
}
.btn-link.dt-btn-s {
  font: var(--the7-btn-s-font);
}
button.button,
a.button,
input[type="reset"],
.wpcf7-submit,
.dt-btn-m,
input.dt-btn-m[type="submit"],
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main-slideshow .tp-button,
.woocommerce-widget-layered-nav-dropdown__submit {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  border-width: var(--the7-btn-m-border-width);
  border-style: var(--the7-btn-m-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.dt-btn-m.ico-right-side > i {
  margin-left: calc(var(--the7-btn-m-font-size) * 8 / 14);
  margin-right: 0 !important;
}
.dt-btn-m > i,
.dt-btn-m > i[class^="fa"],
.dt-btn-m > i[class^="dt-icon-"] {
  font-size: var(--the7-btn-m-icon-size);
  margin-right: var(--the7-btn-m-icon-gap,calc(var(--the7-btn-m-font-size) * 8 / 14));
}
.dt-btn-l {
  font: var(--the7-btn-l-font);
  text-transform: var(--the7-btn-l-text-transform);
  letter-spacing: var(--the7-btn-l-letter-spacing);
  word-spacing: var(--the7-btn-l-word-spacing);
  border-radius: var(--the7-btn-l-border-radius);
  border-width: var(--the7-btn-l-border-width);
  border-style: var(--the7-btn-l-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-l-padding);
  min-width: var(--the7-btn-l-min-width);
  min-height: var(--the7-btn-l-min-height);
}
.dt-btn-l.ico-right-side > i {
  margin-left: calc(var(--the7-btn-l-font-size) * 8 / 18);
  margin-right: 0 !important;
}
.dt-btn-l > i,
.dt-btn-l > i[class^="fa"],
.dt-btn-l > i[class^="dt-icon-"] {
  font-size: var(--the7-btn-l-icon-size);
  margin-right: var(--the7-btn-l-icon-gap,calc(var(--the7-btn-l-font-size) * 8 / 18));
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration),
.mec-event-footer .mec-booking-button,
button.button,
a.button:not(.edd-submit),
.dt-form button,
.widget .dt-form .dt-btn,
input[type="reset"],
.wpcf7-submit,
.nsu-submit,
.dt-wc-btn,
.checkout-button,
input#place_order,
input[name="apply_coupon"],
input[name="login"],
button[name="calc_shipping"],
button[name="calc_shipping"]:hover,
.single_add_to_cart_button.button,
.button.wc-backward,
.woocommerce-Button.button,
.woocommerce-button.button,
.woocommerce-Reviews .submit,
.woocommerce-Button[name="register"],
.woocommerce-button[name="register"],
.track_order input[name="track"],
.cart-btn-below-img .woo-buttons a,
input[name="save_address"],
.wc-layout-list .woo-buttons a,
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
input[type="submit"]:not([name="update_cart"]),
.woocommerce-widget-layered-nav-dropdown__submit,
.give-btn.give-btn-reveal,
.give-submit.give-btn,
.wp-block-search .wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button {
  transition: all 0.3s ease-out;
  box-shadow: var(--the7-btn-shadow);
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover,
.mec-event-footer .mec-booking-button:hover,
button.button:hover,
a.button:not(.edd-submit):hover,
.dt-form button:hover,
.widget .dt-form .dt-btn:hover,
input[type="reset"]:hover,
.wpcf7-submit:hover,
.nsu-submit:hover,
.dt-wc-btn:hover,
.checkout-button:hover,
input#place_order:hover,
input[name="apply_coupon"]:hover,
input[name="login"]:hover,
button[name="calc_shipping"]:hover,
button[name="calc_shipping"]:hover:hover,
.single_add_to_cart_button.button:hover,
.button.wc-backward:hover,
.woocommerce-Button.button:hover,
.woocommerce-button.button:hover,
.woocommerce-Reviews .submit:hover,
.woocommerce-Button[name="register"]:hover,
.woocommerce-button[name="register"]:hover,
.track_order input[name="track"]:hover,
.cart-btn-below-img .woo-buttons a:hover,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover,
.wp-block-search .wp-block-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  box-shadow: var(--the7-btn-shadow-hover);
}
.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}
.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
  box-shadow: 0px 2px 0px 0px #7a7a7a;
  transition: none;
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover {
  box-shadow: 0px 2px 0px 0px #474747;
}
.mec-event-footer .mec-booking-button,
.dt-form button,
#page .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn,
input[type="reset"],
.wpcf7-submit,
.nsu-submit,
.dt-wc-btn,
input#place_order,
.woocommerce-Reviews .submit:not(.box-button),
input.button,
input[name="save_address"],
.wc-layout-list .woo-buttons a,
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
input[type="submit"]:not([name="update_cart"]),
.woocommerce-widget-layered-nav-dropdown__submit,
.give-btn.give-btn-reveal,
.give-submit.give-btn,
.wc-block-filter-submit-button {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg,#999999);
}
.stripe .mec-event-footer .mec-booking-button,
.mec-event-footer .mec-booking-button *,
.sidebar .mec-event-footer .mec-booking-button,
.sidebar .widget .mec-event-footer .mec-booking-button,
.sidebar-content .widget .mec-event-footer .mec-booking-button,
.footer .mec-event-footer .mec-booking-button,
.stripe .dt-form button,
.dt-form button *,
.sidebar .dt-form button,
.sidebar .widget .dt-form button,
.sidebar-content .widget .dt-form button,
.footer .dt-form button,
.stripe #page .widget .dt-form .dt-btn,
#page .widget .dt-form .dt-btn *,
.sidebar #page .widget .dt-form .dt-btn,
.sidebar .widget #page .widget .dt-form .dt-btn,
.sidebar-content .widget #page .widget .dt-form .dt-btn,
.footer #page .widget .dt-form .dt-btn,
.stripe .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn *,
.sidebar .widget .dt-form .dt-btn,
.sidebar .widget .widget .dt-form .dt-btn,
.sidebar-content .widget .widget .dt-form .dt-btn,
.footer .widget .dt-form .dt-btn,
.stripe input[type="reset"],
input[type="reset"] *,
.sidebar input[type="reset"],
.sidebar .widget input[type="reset"],
.sidebar-content .widget input[type="reset"],
.footer input[type="reset"],
.stripe .wpcf7-submit,
.wpcf7-submit *,
.sidebar .wpcf7-submit,
.sidebar .widget .wpcf7-submit,
.sidebar-content .widget .wpcf7-submit,
.footer .wpcf7-submit,
.stripe .nsu-submit,
.nsu-submit *,
.sidebar .nsu-submit,
.sidebar .widget .nsu-submit,
.sidebar-content .widget .nsu-submit,
.footer .nsu-submit,
.stripe .dt-wc-btn,
.dt-wc-btn *,
.sidebar .dt-wc-btn,
.sidebar .widget .dt-wc-btn,
.sidebar-content .widget .dt-wc-btn,
.footer .dt-wc-btn,
.stripe input#place_order,
input#place_order *,
.sidebar input#place_order,
.sidebar .widget input#place_order,
.sidebar-content .widget input#place_order,
.footer input#place_order,
.stripe .woocommerce-Reviews .submit:not(.box-button),
.woocommerce-Reviews .submit:not(.box-button) *,
.sidebar .woocommerce-Reviews .submit:not(.box-button),
.sidebar .widget .woocommerce-Reviews .submit:not(.box-button),
.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button),
.footer .woocommerce-Reviews .submit:not(.box-button),
.stripe input.button,
input.button *,
.sidebar input.button,
.sidebar .widget input.button,
.sidebar-content .widget input.button,
.footer input.button,
.stripe input[name="save_address"],
input[name="save_address"] *,
.sidebar input[name="save_address"],
.sidebar .widget input[name="save_address"],
.sidebar-content .widget input[name="save_address"],
.footer input[name="save_address"],
.stripe .wc-layout-list .woo-buttons a,
.wc-layout-list .woo-buttons a *,
.sidebar .wc-layout-list .woo-buttons a,
.sidebar .widget .wc-layout-list .woo-buttons a,
.sidebar-content .widget .wc-layout-list .woo-buttons a,
.footer .wc-layout-list .woo-buttons a,
.stripe .post-password-form input[type="submit"],
.post-password-form input[type="submit"] *,
.sidebar .post-password-form input[type="submit"],
.sidebar .widget .post-password-form input[type="submit"],
.sidebar-content .widget .post-password-form input[type="submit"],
.footer .post-password-form input[type="submit"],
.stripe .mc4wp-form input[type="submit"],
.mc4wp-form input[type="submit"] *,
.sidebar .mc4wp-form input[type="submit"],
.sidebar .widget .mc4wp-form input[type="submit"],
.sidebar-content .widget .mc4wp-form input[type="submit"],
.footer .mc4wp-form input[type="submit"],
.stripe div.mc4wp-form button[type="submit"],
div.mc4wp-form button[type="submit"] *,
.sidebar div.mc4wp-form button[type="submit"],
.sidebar .widget div.mc4wp-form button[type="submit"],
.sidebar-content .widget div.mc4wp-form button[type="submit"],
.footer div.mc4wp-form button[type="submit"],
.stripe .tml-submit-wrap input[type="submit"],
.tml-submit-wrap input[type="submit"] *,
.sidebar .tml-submit-wrap input[type="submit"],
.sidebar .widget .tml-submit-wrap input[type="submit"],
.sidebar-content .widget .tml-submit-wrap input[type="submit"],
.footer .tml-submit-wrap input[type="submit"],
.stripe .wpcf7-form input[type="submit"],
.wpcf7-form input[type="submit"] *,
.sidebar .wpcf7-form input[type="submit"],
.sidebar .widget .wpcf7-form input[type="submit"],
.sidebar-content .widget .wpcf7-form input[type="submit"],
.footer .wpcf7-form input[type="submit"],
.stripe input[type="submit"]:not([name="update_cart"]),
input[type="submit"]:not([name="update_cart"]) *,
.sidebar input[type="submit"]:not([name="update_cart"]),
.sidebar .widget input[type="submit"]:not([name="update_cart"]),
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]),
.footer input[type="submit"]:not([name="update_cart"]),
.stripe .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce-widget-layered-nav-dropdown__submit *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit,
.footer .woocommerce-widget-layered-nav-dropdown__submit,
.stripe .give-btn.give-btn-reveal,
.give-btn.give-btn-reveal *,
.sidebar .give-btn.give-btn-reveal,
.sidebar .widget .give-btn.give-btn-reveal,
.sidebar-content .widget .give-btn.give-btn-reveal,
.footer .give-btn.give-btn-reveal,
.stripe .give-submit.give-btn,
.give-submit.give-btn *,
.sidebar .give-submit.give-btn,
.sidebar .widget .give-submit.give-btn,
.sidebar-content .widget .give-submit.give-btn,
.footer .give-submit.give-btn,
.stripe .wc-block-filter-submit-button,
.wc-block-filter-submit-button *,
.sidebar .wc-block-filter-submit-button,
.sidebar .widget .wc-block-filter-submit-button,
.sidebar-content .widget .wc-block-filter-submit-button,
.footer .wc-block-filter-submit-button {
  color: var(--the7-btn-color);
}
.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),
.btn-bg-off .dt-form button:not(:hover),
.btn-bg-off #page .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off input[type="reset"]:not(:hover),
.btn-bg-off .wpcf7-submit:not(:hover),
.btn-bg-off .nsu-submit:not(:hover),
.btn-bg-off .dt-wc-btn:not(:hover),
.btn-bg-off input#place_order:not(:hover),
.btn-bg-off .woocommerce-Reviews .submit:not(.box-button):not(:hover),
.btn-bg-off input.button:not(:hover),
.btn-bg-off input[name="save_address"]:not(:hover),
.btn-bg-off .wc-layout-list .woo-buttons a:not(:hover),
.btn-bg-off .post-password-form input[type="submit"]:not(:hover),
.btn-bg-off .mc4wp-form input[type="submit"]:not(:hover),
.btn-bg-off div.mc4wp-form button[type="submit"]:not(:hover),
.btn-bg-off .tml-submit-wrap input[type="submit"]:not(:hover),
.btn-bg-off .wpcf7-form input[type="submit"]:not(:hover),
.btn-bg-off input[type="submit"]:not([name="update_cart"]):not(:hover),
.btn-bg-off .woocommerce-widget-layered-nav-dropdown__submit:not(:hover),
.btn-bg-off .give-btn.give-btn-reveal:not(:hover),
.btn-bg-off .give-submit.give-btn:not(:hover),
.btn-bg-off .wc-block-filter-submit-button:not(:hover) {
  background: none;
}
.mec-event-footer .mec-booking-button:hover > *,
.mec-event-footer .mec-booking-button:hover,
.dt-form button:hover > *,
.dt-form button:hover,
#page .widget .dt-form .dt-btn:hover > *,
#page .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover > *,
.widget .dt-form .dt-btn:hover,
input[type="reset"]:hover > *,
input[type="reset"]:hover,
.wpcf7-submit:hover > *,
.wpcf7-submit:hover,
.nsu-submit:hover > *,
.nsu-submit:hover,
.dt-wc-btn:hover > *,
.dt-wc-btn:hover,
input#place_order:hover > *,
input#place_order:hover,
.woocommerce-Reviews .submit:not(.box-button):hover > *,
.woocommerce-Reviews .submit:not(.box-button):hover,
input.button:hover > *,
input.button:hover,
input[name="save_address"]:hover > *,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover > *,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover > *,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover > *,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover > *,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover > *,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover > *,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover > *,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover > *,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover > *,
.give-submit.give-btn:hover,
.wc-block-filter-submit-button:hover > *,
.wc-block-filter-submit-button:hover {
  color: var(--the7-btn-hover-color);
}
.stripe .mec-event-footer .mec-booking-button:hover > *,
.mec-event-footer .mec-booking-button:hover > * *,
.sidebar .mec-event-footer .mec-booking-button:hover > *,
.sidebar .widget .mec-event-footer .mec-booking-button:hover > *,
.sidebar-content .widget .mec-event-footer .mec-booking-button:hover > *,
.footer .mec-event-footer .mec-booking-button:hover > *,
.stripe .mec-event-footer .mec-booking-button:hover,
.mec-event-footer .mec-booking-button:hover *,
.sidebar .mec-event-footer .mec-booking-button:hover,
.sidebar .widget .mec-event-footer .mec-booking-button:hover,
.sidebar-content .widget .mec-event-footer .mec-booking-button:hover,
.footer .mec-event-footer .mec-booking-button:hover,
.stripe .dt-form button:hover > *,
.dt-form button:hover > * *,
.sidebar .dt-form button:hover > *,
.sidebar .widget .dt-form button:hover > *,
.sidebar-content .widget .dt-form button:hover > *,
.footer .dt-form button:hover > *,
.stripe .dt-form button:hover,
.dt-form button:hover *,
.sidebar .dt-form button:hover,
.sidebar .widget .dt-form button:hover,
.sidebar-content .widget .dt-form button:hover,
.footer .dt-form button:hover,
.stripe #page .widget .dt-form .dt-btn:hover > *,
#page .widget .dt-form .dt-btn:hover > * *,
.sidebar #page .widget .dt-form .dt-btn:hover > *,
.sidebar .widget #page .widget .dt-form .dt-btn:hover > *,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover > *,
.footer #page .widget .dt-form .dt-btn:hover > *,
.stripe #page .widget .dt-form .dt-btn:hover,
#page .widget .dt-form .dt-btn:hover *,
.sidebar #page .widget .dt-form .dt-btn:hover,
.sidebar .widget #page .widget .dt-form .dt-btn:hover,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover,
.footer #page .widget .dt-form .dt-btn:hover,
.stripe .widget .dt-form .dt-btn:hover > *,
.widget .dt-form .dt-btn:hover > * *,
.sidebar .widget .dt-form .dt-btn:hover > *,
.sidebar .widget .widget .dt-form .dt-btn:hover > *,
.sidebar-content .widget .widget .dt-form .dt-btn:hover > *,
.footer .widget .dt-form .dt-btn:hover > *,
.stripe .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover *,
.sidebar .widget .dt-form .dt-btn:hover,
.sidebar .widget .widget .dt-form .dt-btn:hover,
.sidebar-content .widget .widget .dt-form .dt-btn:hover,
.footer .widget .dt-form .dt-btn:hover,
.stripe input[type="reset"]:hover > *,
input[type="reset"]:hover > * *,
.sidebar input[type="reset"]:hover > *,
.sidebar .widget input[type="reset"]:hover > *,
.sidebar-content .widget input[type="reset"]:hover > *,
.footer input[type="reset"]:hover > *,
.stripe input[type="reset"]:hover,
input[type="reset"]:hover *,
.sidebar input[type="reset"]:hover,
.sidebar .widget input[type="reset"]:hover,
.sidebar-content .widget input[type="reset"]:hover,
.footer input[type="reset"]:hover,
.stripe .wpcf7-submit:hover > *,
.wpcf7-submit:hover > * *,
.sidebar .wpcf7-submit:hover > *,
.sidebar .widget .wpcf7-submit:hover > *,
.sidebar-content .widget .wpcf7-submit:hover > *,
.footer .wpcf7-submit:hover > *,
.stripe .wpcf7-submit:hover,
.wpcf7-submit:hover *,
.sidebar .wpcf7-submit:hover,
.sidebar .widget .wpcf7-submit:hover,
.sidebar-content .widget .wpcf7-submit:hover,
.footer .wpcf7-submit:hover,
.stripe .nsu-submit:hover > *,
.nsu-submit:hover > * *,
.sidebar .nsu-submit:hover > *,
.sidebar .widget .nsu-submit:hover > *,
.sidebar-content .widget .nsu-submit:hover > *,
.footer .nsu-submit:hover > *,
.stripe .nsu-submit:hover,
.nsu-submit:hover *,
.sidebar .nsu-submit:hover,
.sidebar .widget .nsu-submit:hover,
.sidebar-content .widget .nsu-submit:hover,
.footer .nsu-submit:hover,
.stripe .dt-wc-btn:hover > *,
.dt-wc-btn:hover > * *,
.sidebar .dt-wc-btn:hover > *,
.sidebar .widget .dt-wc-btn:hover > *,
.sidebar-content .widget .dt-wc-btn:hover > *,
.footer .dt-wc-btn:hover > *,
.stripe .dt-wc-btn:hover,
.dt-wc-btn:hover *,
.sidebar .dt-wc-btn:hover,
.sidebar .widget .dt-wc-btn:hover,
.sidebar-content .widget .dt-wc-btn:hover,
.footer .dt-wc-btn:hover,
.stripe input#place_order:hover > *,
input#place_order:hover > * *,
.sidebar input#place_order:hover > *,
.sidebar .widget input#place_order:hover > *,
.sidebar-content .widget input#place_order:hover > *,
.footer input#place_order:hover > *,
.stripe input#place_order:hover,
input#place_order:hover *,
.sidebar input#place_order:hover,
.sidebar .widget input#place_order:hover,
.sidebar-content .widget input#place_order:hover,
.footer input#place_order:hover,
.stripe .woocommerce-Reviews .submit:not(.box-button):hover > *,
.woocommerce-Reviews .submit:not(.box-button):hover > * *,
.sidebar .woocommerce-Reviews .submit:not(.box-button):hover > *,
.sidebar .widget .woocommerce-Reviews .submit:not(.box-button):hover > *,
.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button):hover > *,
.footer .woocommerce-Reviews .submit:not(.box-button):hover > *,
.stripe .woocommerce-Reviews .submit:not(.box-button):hover,
.woocommerce-Reviews .submit:not(.box-button):hover *,
.sidebar .woocommerce-Reviews .submit:not(.box-button):hover,
.sidebar .widget .woocommerce-Reviews .submit:not(.box-button):hover,
.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button):hover,
.footer .woocommerce-Reviews .submit:not(.box-button):hover,
.stripe input.button:hover > *,
input.button:hover > * *,
.sidebar input.button:hover > *,
.sidebar .widget input.button:hover > *,
.sidebar-content .widget input.button:hover > *,
.footer input.button:hover > *,
.stripe input.button:hover,
input.button:hover *,
.sidebar input.button:hover,
.sidebar .widget input.button:hover,
.sidebar-content .widget input.button:hover,
.footer input.button:hover,
.stripe input[name="save_address"]:hover > *,
input[name="save_address"]:hover > * *,
.sidebar input[name="save_address"]:hover > *,
.sidebar .widget input[name="save_address"]:hover > *,
.sidebar-content .widget input[name="save_address"]:hover > *,
.footer input[name="save_address"]:hover > *,
.stripe input[name="save_address"]:hover,
input[name="save_address"]:hover *,
.sidebar input[name="save_address"]:hover,
.sidebar .widget input[name="save_address"]:hover,
.sidebar-content .widget input[name="save_address"]:hover,
.footer input[name="save_address"]:hover,
.stripe .wc-layout-list .woo-buttons a:hover > *,
.wc-layout-list .woo-buttons a:hover > * *,
.sidebar .wc-layout-list .woo-buttons a:hover > *,
.sidebar .widget .wc-layout-list .woo-buttons a:hover > *,
.sidebar-content .widget .wc-layout-list .woo-buttons a:hover > *,
.footer .wc-layout-list .woo-buttons a:hover > *,
.stripe .wc-layout-list .woo-buttons a:hover,
.wc-layout-list .woo-buttons a:hover *,
.sidebar .wc-layout-list .woo-buttons a:hover,
.sidebar .widget .wc-layout-list .woo-buttons a:hover,
.sidebar-content .widget .wc-layout-list .woo-buttons a:hover,
.footer .wc-layout-list .woo-buttons a:hover,
.stripe .post-password-form input[type="submit"]:hover > *,
.post-password-form input[type="submit"]:hover > * *,
.sidebar .post-password-form input[type="submit"]:hover > *,
.sidebar .widget .post-password-form input[type="submit"]:hover > *,
.sidebar-content .widget .post-password-form input[type="submit"]:hover > *,
.footer .post-password-form input[type="submit"]:hover > *,
.stripe .post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover *,
.sidebar .post-password-form input[type="submit"]:hover,
.sidebar .widget .post-password-form input[type="submit"]:hover,
.sidebar-content .widget .post-password-form input[type="submit"]:hover,
.footer .post-password-form input[type="submit"]:hover,
.stripe .mc4wp-form input[type="submit"]:hover > *,
.mc4wp-form input[type="submit"]:hover > * *,
.sidebar .mc4wp-form input[type="submit"]:hover > *,
.sidebar .widget .mc4wp-form input[type="submit"]:hover > *,
.sidebar-content .widget .mc4wp-form input[type="submit"]:hover > *,
.footer .mc4wp-form input[type="submit"]:hover > *,
.stripe .mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover *,
.sidebar .mc4wp-form input[type="submit"]:hover,
.sidebar .widget .mc4wp-form input[type="submit"]:hover,
.sidebar-content .widget .mc4wp-form input[type="submit"]:hover,
.footer .mc4wp-form input[type="submit"]:hover,
.stripe div.mc4wp-form button[type="submit"]:hover > *,
div.mc4wp-form button[type="submit"]:hover > * *,
.sidebar div.mc4wp-form button[type="submit"]:hover > *,
.sidebar .widget div.mc4wp-form button[type="submit"]:hover > *,
.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover > *,
.footer div.mc4wp-form button[type="submit"]:hover > *,
.stripe div.mc4wp-form button[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover *,
.sidebar div.mc4wp-form button[type="submit"]:hover,
.sidebar .widget div.mc4wp-form button[type="submit"]:hover,
.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover,
.footer div.mc4wp-form button[type="submit"]:hover,
.stripe .tml-submit-wrap input[type="submit"]:hover > *,
.tml-submit-wrap input[type="submit"]:hover > * *,
.sidebar .tml-submit-wrap input[type="submit"]:hover > *,
.sidebar .widget .tml-submit-wrap input[type="submit"]:hover > *,
.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover > *,
.footer .tml-submit-wrap input[type="submit"]:hover > *,
.stripe .tml-submit-wrap input[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover *,
.sidebar .tml-submit-wrap input[type="submit"]:hover,
.sidebar .widget .tml-submit-wrap input[type="submit"]:hover,
.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover,
.footer .tml-submit-wrap input[type="submit"]:hover,
.stripe .wpcf7-form input[type="submit"]:hover > *,
.wpcf7-form input[type="submit"]:hover > * *,
.sidebar .wpcf7-form input[type="submit"]:hover > *,
.sidebar .widget .wpcf7-form input[type="submit"]:hover > *,
.sidebar-content .widget .wpcf7-form input[type="submit"]:hover > *,
.footer .wpcf7-form input[type="submit"]:hover > *,
.stripe .wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover *,
.sidebar .wpcf7-form input[type="submit"]:hover,
.sidebar .widget .wpcf7-form input[type="submit"]:hover,
.sidebar-content .widget .wpcf7-form input[type="submit"]:hover,
.footer .wpcf7-form input[type="submit"]:hover,
.stripe input[type="submit"]:not([name="update_cart"]):hover > *,
input[type="submit"]:not([name="update_cart"]):hover > * *,
.sidebar input[type="submit"]:not([name="update_cart"]):hover > *,
.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover > *,
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover > *,
.footer input[type="submit"]:not([name="update_cart"]):hover > *,
.stripe input[type="submit"]:not([name="update_cart"]):hover,
input[type="submit"]:not([name="update_cart"]):hover *,
.sidebar input[type="submit"]:not([name="update_cart"]):hover,
.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover,
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover,
.footer input[type="submit"]:not([name="update_cart"]):hover,
.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.woocommerce-widget-layered-nav-dropdown__submit:hover > * *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.footer .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.footer .woocommerce-widget-layered-nav-dropdown__submit:hover,
.stripe .give-btn.give-btn-reveal:hover > *,
.give-btn.give-btn-reveal:hover > * *,
.sidebar .give-btn.give-btn-reveal:hover > *,
.sidebar .widget .give-btn.give-btn-reveal:hover > *,
.sidebar-content .widget .give-btn.give-btn-reveal:hover > *,
.footer .give-btn.give-btn-reveal:hover > *,
.stripe .give-btn.give-btn-reveal:hover,
.give-btn.give-btn-reveal:hover *,
.sidebar .give-btn.give-btn-reveal:hover,
.sidebar .widget .give-btn.give-btn-reveal:hover,
.sidebar-content .widget .give-btn.give-btn-reveal:hover,
.footer .give-btn.give-btn-reveal:hover,
.stripe .give-submit.give-btn:hover > *,
.give-submit.give-btn:hover > * *,
.sidebar .give-submit.give-btn:hover > *,
.sidebar .widget .give-submit.give-btn:hover > *,
.sidebar-content .widget .give-submit.give-btn:hover > *,
.footer .give-submit.give-btn:hover > *,
.stripe .give-submit.give-btn:hover,
.give-submit.give-btn:hover *,
.sidebar .give-submit.give-btn:hover,
.sidebar .widget .give-submit.give-btn:hover,
.sidebar-content .widget .give-submit.give-btn:hover,
.footer .give-submit.give-btn:hover,
.stripe .wc-block-filter-submit-button:hover > *,
.wc-block-filter-submit-button:hover > * *,
.sidebar .wc-block-filter-submit-button:hover > *,
.sidebar .widget .wc-block-filter-submit-button:hover > *,
.sidebar-content .widget .wc-block-filter-submit-button:hover > *,
.footer .wc-block-filter-submit-button:hover > *,
.stripe .wc-block-filter-submit-button:hover,
.wc-block-filter-submit-button:hover *,
.sidebar .wc-block-filter-submit-button:hover,
.sidebar .widget .wc-block-filter-submit-button:hover,
.sidebar-content .widget .wc-block-filter-submit-button:hover,
.footer .wc-block-filter-submit-button:hover {
  color: var(--the7-btn-hover-color);
}
.mec-event-footer .mec-booking-button:hover,
.dt-form button:hover,
#page .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover,
input[type="reset"]:hover,
.wpcf7-submit:hover,
.nsu-submit:hover,
.dt-wc-btn:hover,
input#place_order:hover,
.woocommerce-Reviews .submit:not(.box-button):hover,
input.button:hover,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover,
.wc-block-filter-submit-button:hover {
  border-color: var(--the7-btn-border-hover-color);
}
#page .mec-event-footer .mec-booking-button:hover,
.tinv-modal .mec-event-footer .mec-booking-button:hover,
#page .dt-form button:hover,
.tinv-modal .dt-form button:hover,
#page #page .widget .dt-form .dt-btn:hover,
.tinv-modal #page .widget .dt-form .dt-btn:hover,
#page .widget .dt-form .dt-btn:hover,
.tinv-modal .widget .dt-form .dt-btn:hover,
#page input[type="reset"]:hover,
.tinv-modal input[type="reset"]:hover,
#page .wpcf7-submit:hover,
.tinv-modal .wpcf7-submit:hover,
#page .nsu-submit:hover,
.tinv-modal .nsu-submit:hover,
#page .dt-wc-btn:hover,
.tinv-modal .dt-wc-btn:hover,
#page input#place_order:hover,
.tinv-modal input#place_order:hover,
#page .woocommerce-Reviews .submit:not(.box-button):hover,
.tinv-modal .woocommerce-Reviews .submit:not(.box-button):hover,
#page input.button:hover,
.tinv-modal input.button:hover,
#page input[name="save_address"]:hover,
.tinv-modal input[name="save_address"]:hover,
#page .wc-layout-list .woo-buttons a:hover,
.tinv-modal .wc-layout-list .woo-buttons a:hover,
#page .post-password-form input[type="submit"]:hover,
.tinv-modal .post-password-form input[type="submit"]:hover,
#page .mc4wp-form input[type="submit"]:hover,
.tinv-modal .mc4wp-form input[type="submit"]:hover,
#page div.mc4wp-form button[type="submit"]:hover,
.tinv-modal div.mc4wp-form button[type="submit"]:hover,
#page .tml-submit-wrap input[type="submit"]:hover,
.tinv-modal .tml-submit-wrap input[type="submit"]:hover,
#page .wpcf7-form input[type="submit"]:hover,
.tinv-modal .wpcf7-form input[type="submit"]:hover,
#page input[type="submit"]:not([name="update_cart"]):hover,
.tinv-modal input[type="submit"]:not([name="update_cart"]):hover,
#page .woocommerce-widget-layered-nav-dropdown__submit:hover,
.tinv-modal .woocommerce-widget-layered-nav-dropdown__submit:hover,
#page .give-btn.give-btn-reveal:hover,
.tinv-modal .give-btn.give-btn-reveal:hover,
#page .give-submit.give-btn:hover,
.tinv-modal .give-submit.give-btn:hover,
#page .wc-block-filter-submit-button:hover,
.tinv-modal .wc-block-filter-submit-button:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
.btn-hover-bg-off #page .mec-event-footer .mec-booking-button:hover,
.btn-hover-bg-off #page .dt-form button:hover,
.btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page input[type="reset"]:hover,
.btn-hover-bg-off #page .wpcf7-submit:hover,
.btn-hover-bg-off #page .nsu-submit:hover,
.btn-hover-bg-off #page .dt-wc-btn:hover,
.btn-hover-bg-off #page input#place_order:hover,
.btn-hover-bg-off #page .woocommerce-Reviews .submit:not(.box-button):hover,
.btn-hover-bg-off #page input.button:hover,
.btn-hover-bg-off #page input[name="save_address"]:hover,
.btn-hover-bg-off #page .wc-layout-list .woo-buttons a:hover,
.btn-hover-bg-off #page .post-password-form input[type="submit"]:hover,
.btn-hover-bg-off #page .mc4wp-form input[type="submit"]:hover,
.btn-hover-bg-off #page div.mc4wp-form button[type="submit"]:hover,
.btn-hover-bg-off #page .tml-submit-wrap input[type="submit"]:hover,
.btn-hover-bg-off #page .wpcf7-form input[type="submit"]:hover,
.btn-hover-bg-off #page input[type="submit"]:not([name="update_cart"]):hover,
.btn-hover-bg-off #page .woocommerce-widget-layered-nav-dropdown__submit:hover,
.btn-hover-bg-off #page .give-btn.give-btn-reveal:hover,
.btn-hover-bg-off #page .give-submit.give-btn:hover,
.btn-hover-bg-off #page .wc-block-filter-submit-button:hover {
  background: none;
}
.mec-event-footer .mec-booking-button:hover .text-wrap,
.dt-form button:hover .text-wrap,
#page .widget .dt-form .dt-btn:hover .text-wrap,
.widget .dt-form .dt-btn:hover .text-wrap,
input[type="reset"]:hover .text-wrap,
.wpcf7-submit:hover .text-wrap,
.nsu-submit:hover .text-wrap,
.dt-wc-btn:hover .text-wrap,
input#place_order:hover .text-wrap,
.woocommerce-Reviews .submit:not(.box-button):hover .text-wrap,
input.button:hover .text-wrap,
input[name="save_address"]:hover .text-wrap,
.wc-layout-list .woo-buttons a:hover .text-wrap,
.post-password-form input[type="submit"]:hover .text-wrap,
.mc4wp-form input[type="submit"]:hover .text-wrap,
div.mc4wp-form button[type="submit"]:hover .text-wrap,
.tml-submit-wrap input[type="submit"]:hover .text-wrap,
.wpcf7-form input[type="submit"]:hover .text-wrap,
input[type="submit"]:not([name="update_cart"]):hover .text-wrap,
.woocommerce-widget-layered-nav-dropdown__submit:hover .text-wrap,
.give-btn.give-btn-reveal:hover .text-wrap,
.give-submit.give-btn:hover .text-wrap,
.wc-block-filter-submit-button:hover .text-wrap {
  color: var(--the7-btn-hover-color);
}
.wc-block-product-search .wc-block-product-search__button,
.wp-block-search .wp-block-search__button,
button.button,
.cart-btn-below-img .woo-buttons a,
a.button:not(.edd-submit) {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg,#999999);
}
.stripe .wc-block-product-search .wc-block-product-search__button,
.wc-block-product-search .wc-block-product-search__button *,
.sidebar .wc-block-product-search .wc-block-product-search__button,
.sidebar .widget .wc-block-product-search .wc-block-product-search__button,
.sidebar-content .widget .wc-block-product-search .wc-block-product-search__button,
.footer .wc-block-product-search .wc-block-product-search__button,
.stripe .wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__button *,
.sidebar .wp-block-search .wp-block-search__button,
.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar-content .widget .wp-block-search .wp-block-search__button,
.footer .wp-block-search .wp-block-search__button,
.stripe button.button,
button.button *,
.sidebar button.button,
.sidebar .widget button.button,
.sidebar-content .widget button.button,
.footer button.button,
.stripe .cart-btn-below-img .woo-buttons a,
.cart-btn-below-img .woo-buttons a *,
.sidebar .cart-btn-below-img .woo-buttons a,
.sidebar .widget .cart-btn-below-img .woo-buttons a,
.sidebar-content .widget .cart-btn-below-img .woo-buttons a,
.footer .cart-btn-below-img .woo-buttons a,
.stripe a.button:not(.edd-submit),
a.button:not(.edd-submit) *,
.sidebar a.button:not(.edd-submit),
.sidebar .widget a.button:not(.edd-submit),
.sidebar-content .widget a.button:not(.edd-submit),
.footer a.button:not(.edd-submit) {
  color: var(--the7-btn-color);
}
.btn-bg-off .wc-block-product-search .wc-block-product-search__button:not(:hover),
.btn-bg-off .wp-block-search .wp-block-search__button:not(:hover),
.btn-bg-off button.button:not(:hover),
.btn-bg-off .cart-btn-below-img .woo-buttons a:not(:hover),
.btn-bg-off a.button:not(.edd-submit):not(:hover) {
  background: none;
}
.wc-block-product-search .wc-block-product-search__button:hover > *,
.wc-block-product-search .wc-block-product-search__button:hover,
.wp-block-search .wp-block-search__button:hover > *,
.wp-block-search .wp-block-search__button:hover,
button.button:hover > *,
button.button:hover,
.cart-btn-below-img .woo-buttons a:hover > *,
.cart-btn-below-img .woo-buttons a:hover,
a.button:not(.edd-submit):hover > *,
a.button:not(.edd-submit):hover {
  color: var(--the7-btn-hover-color);
}
.wc-block-product-search .wc-block-product-search__button:hover,
.wp-block-search .wp-block-search__button:hover,
button.button:hover,
.cart-btn-below-img .woo-buttons a:hover,
a.button:not(.edd-submit):hover {
  border-color: var(--the7-btn-border-hover-color);
  background: var(--the7-btn-hover-bg,#666666);
}
.stripe .wc-block-product-search .wc-block-product-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:hover *,
.sidebar .wc-block-product-search .wc-block-product-search__button:hover,
.sidebar .widget .wc-block-product-search .wc-block-product-search__button:hover,
.sidebar-content .widget .wc-block-product-search .wc-block-product-search__button:hover,
.footer .wc-block-product-search .wc-block-product-search__button:hover,
.stripe .wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:hover *,
.sidebar .wp-block-search .wp-block-search__button:hover,
.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar-content .widget .wp-block-search .wp-block-search__button:hover,
.footer .wp-block-search .wp-block-search__button:hover,
.stripe button.button:hover,
button.button:hover *,
.sidebar button.button:hover,
.sidebar .widget button.button:hover,
.sidebar-content .widget button.button:hover,
.footer button.button:hover,
.stripe .cart-btn-below-img .woo-buttons a:hover,
.cart-btn-below-img .woo-buttons a:hover *,
.sidebar .cart-btn-below-img .woo-buttons a:hover,
.sidebar .widget .cart-btn-below-img .woo-buttons a:hover,
.sidebar-content .widget .cart-btn-below-img .woo-buttons a:hover,
.footer .cart-btn-below-img .woo-buttons a:hover,
.stripe a.button:not(.edd-submit):hover,
a.button:not(.edd-submit):hover *,
.sidebar a.button:not(.edd-submit):hover,
.sidebar .widget a.button:not(.edd-submit):hover,
.sidebar-content .widget a.button:not(.edd-submit):hover,
.footer a.button:not(.edd-submit):hover {
  color: var(--the7-btn-hover-color);
}
.btn-hover-bg-off .wc-block-product-search .wc-block-product-search__button:hover,
.btn-hover-bg-off .wp-block-search .wp-block-search__button:hover,
.btn-hover-bg-off button.button:hover,
.btn-hover-bg-off .cart-btn-below-img .woo-buttons a:hover,
.btn-hover-bg-off a.button:not(.edd-submit):hover {
  background: none;
}
.wc-block-product-search .wc-block-product-search__button:hover .text-wrap,
.wp-block-search .wp-block-search__button:hover .text-wrap,
button.button:hover .text-wrap,
.cart-btn-below-img .woo-buttons a:hover .text-wrap,
a.button:not(.edd-submit):hover .text-wrap {
  color: var(--the7-btn-hover-color);
}
button.button.tinvwl-add-to-cart:hover > * {
  color: inherit;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style),
.mec-event-footer .mec-booking-button,
.give-btn.give-btn-reveal,
.give-submit.give-btn {
  background: var(--the7-btn-bg,#999999);
}
.btn-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):not(:hover),
.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),
.btn-bg-off .give-btn.give-btn-reveal:not(:hover),
.btn-bg-off .give-submit.give-btn:not(:hover) {
  background: none;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.mec-event-footer .mec-booking-button:hover,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover {
  background: none;
  background: var(--the7-btn-hover-bg,#666666);
  border-color: var(--the7-btn-border-hover-color);
}
.btn-hover-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.btn-hover-bg-off .mec-event-footer .mec-booking-button:hover,
.btn-hover-bg-off .give-btn.give-btn-reveal:hover,
.btn-hover-bg-off .give-submit.give-btn:hover {
  background: none;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color,
.mec-event-footer .mec-booking-button.accent-btn-bg-color,
.give-btn.give-btn-reveal.accent-btn-bg-color,
.give-submit.give-btn.accent-btn-bg-color {
  background: var(--the7-accent-color);
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover,
#page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,
#page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover,
#page .give-submit.give-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).default-btn-bg-hover-color:hover,
#page .mec-event-footer .mec-booking-button.default-btn-bg-hover-color:hover,
#page .give-btn.give-btn-reveal.default-btn-bg-hover-color:hover,
#page .give-submit.give-btn.default-btn-bg-hover-color:hover {
  background: none;
  background: var(--the7-btn-hover-bg,#666666);
}
.btn-light:hover,
.outline-bg-btn:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
.dt-btn.btn-hover-off:hover {
  background: var(--the7-btn-bg,#999999) !important;
}
.dt-btn:not(.btn-custom-style),
.btn-link {
  color: var(--the7-btn-color);
}
.dt-btn:not(.btn-custom-style) *,
.sidebar .dt-btn:not(.btn-custom-style),
.content .sidebar-content .dt-btn:not(.btn-custom-style),
.footer .dt-btn:not(.btn-custom-style),
.content .shortcode-banner-inside .dt-btn:not(.btn-custom-style) *,
.content .dt-btn:not(.btn-custom-style),
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style),
.btn-link *,
.sidebar .btn-link,
.content .sidebar-content .btn-link,
.footer .btn-link,
.content .shortcode-banner-inside .btn-link *,
.content .btn-link,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link {
  color: var(--the7-btn-color);
}
.dt-btn:not(.btn-custom-style):hover,
.dt-btn:not(.btn-custom-style):hover > *,
.btn-link:hover,
.btn-link:hover > * {
  color: var(--the7-btn-hover-color);
}
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style):hover,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style):hover > *,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link:hover,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link:hover > * {
  color: var(--the7-btn-hover-color);
}
.dt-btn:not(.btn-custom-style).accent-btn-color > span,
.dt-btn:not(.btn-custom-style).accent-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="dt-icon-"],
.btn-link.accent-btn-color > span,
.btn-link.accent-btn-color > .text-wrap *,
.btn-link.accent-btn-color > i[class^="fa"],
.btn-link.accent-btn-color > i[class^="dt-icon-"] {
  color: var(--the7-accent-color);
}
.dt-btn:not(.btn-custom-style).title-btn-color,
.dt-btn:not(.btn-custom-style).title-btn-color > span,
.dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.btn-link.title-btn-color,
.btn-link.title-btn-color > span,
.btn-link.title-btn-color > .text-wrap *,
.btn-link.title-btn-color > i[class^="fa"],
.btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > .text-wrap *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="fa"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #333333;
}
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > span,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.sidebar-content .btn-link.title-btn-color,
.sidebar-content .btn-link.title-btn-color > span,
.sidebar-content .btn-link.title-btn-color > .text-wrap *,
.sidebar-content .btn-link.title-btn-color > i[class^="fa"],
.sidebar-content .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #000000;
}
.footer .dt-btn:not(.btn-custom-style).title-btn-color,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > span,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.footer .btn-link.title-btn-color,
.footer .btn-link.title-btn-color > span,
.footer .btn-link.title-btn-color > .text-wrap *,
.footer .btn-link.title-btn-color > i[class^="fa"],
.footer .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #000000;
}
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.title-btn-hover-color:hover > span,
.btn-link.title-btn-hover-color:hover > .text-wrap *,
.btn-link.title-btn-hover-color:hover > i[class^="fa"],
.btn-link.title-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: var(--the7-h1-color) !important;
}
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.default-btn-hover-color:hover > span,
.btn-link.default-btn-hover-color:hover > .text-wrap *,
.btn-link.default-btn-hover-color:hover > i[class^="fa"],
.btn-link.default-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: var(--the7-btn-hover-color) !important;
}
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > span,
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > .text-wrap *,
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="fa"],
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="dt-icon-"],
#page .btn-link.accent-btn-hover-color:hover > span,
#page .btn-link.accent-btn-hover-color:hover > .text-wrap *,
#page .btn-link.accent-btn-hover-color:hover > i[class^="fa"],
#page .btn-link.accent-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: var(--the7-accent-color) !important;
}
.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > span,
.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > .text-wrap * {
  color: var(--the7-accent-color);
}
.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > span,
.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > .text-wrap * {
  background: none;
  color: var(--the7-btn-hover-color);
}
.custom-btn-hover-color .dt-btn:hover > .text-wrap * {
  color: inherit;
}
.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > span,
.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > .text-wrap * {
  color: var(--the7-accent-color);
}
.light-bg-btn {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .light-bg-btn {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .light-bg-btn {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.light-bg-btn:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
#page .light-bg-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
}
.btn-light {
  background-color: var(--the7-content-boxes-bg);
  background-image: none;
}
.outline-element-decoration .btn-light {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .btn-light {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.btn-light:hover {
  background-image: none;
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .btn-light:hover {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .btn-light:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-btn.outline-bg-btn {
  background: none;
}
.accent-gradient .dt-btn.outline-bg-btn {
  background: none;
}
.dt-btn.outline-bg-btn:hover {
  border-color: transparent;
}
.outline-bg-btn {
  border-color: var(--the7-btn-bg-color);
}
.outline-bg-btn:hover {
  border-color: var(--the7-btn-hover-bg-color);
  background: var(--the7-btn-hover-bg,#666666);
}
.outline-bg-btn.accent-btn-bg-color {
  border-color: var(--the7-accent-color);
}
#page .outline-bg-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
  border-color: transparent;
}
.outline-btn {
  border-color: var(--the7-btn-bg-color);
}
.outline-btn:hover {
  border-color: var(--the7-btn-hover-bg-color);
  background: none;
}
.outline-btn.accent-btn-bg-color {
  border-color: var(--the7-accent-color);
}
#page .outline-btn.accent-btn-bg-hover-color:hover {
  border-color: var(--the7-accent-color);
}
.dt-btn-link,
.dt-btn-link > span,
.dt-btn-link > i {
  color: var(--the7-accent-color);
}
.dt-btn-link:after {
  background: var(--the7-accent-color);
}
.hr-thick {
  border-color: rgba(102,102,102,0.1);
}
.hr-thin {
  border-style: solid;
  border-width: 1px;
  border-color: var(--the7-divider-color);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.hr-thin.style-dashed {
  border-top-style: dashed;
  border-bottom: none;
}
.hr-thin.style-dotted {
  border-top-style: dotted;
  border-bottom: none;
}
.hr-thin.style-double {
  border-top-style: double;
  border-top-width: 3px;
  border-bottom: none;
}
.accent-border-color .separator-holder,
.accent-border-color.hr-thin,
.accent-border-color.hr-thick {
  border-color: var(--the7-accent-color);
}
.accent-gradient .accent-border-color.hr-thin.style-line,
.accent-gradient .accent-border-color.hr-thick {
  border-width: 0;
  border-color: var(--the7-accent-color);
}
.dt-fancy-title.bg-on,
hr.gf_rule {
  background-color: rgba(102,102,102,0.08);
}
.sidebar .dt-fancy-title.bg-on,
.sidebar-content .dt-fancy-title.bg-on,
.sidebar hr.gf_rule,
.sidebar-content hr.gf_rule {
  background-color: rgba(102,102,102,0.08);
}
.footer .dt-fancy-title.bg-on,
.footer hr.gf_rule {
  background-color: rgba(102,102,102,0.08);
}
.accent-border-color .dt-fancy-title.bg-on {
  color: #fff;
  background-color: var(--the7-accent-color);
}
#page .accent-title-color .dt-fancy-title {
  color: var(--the7-accent-color);
}
.title-color .dt-fancy-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .title-color .dt-fancy-title {
  color: #333333;
}
.sidebar-content .title-color .dt-fancy-title {
  color: #000000;
}
.footer .title-color .dt-fancy-title {
  color: #000000;
}
.dt-fancy-separator,
.dt-fancy-separator * {
  color: var(--the7-secondary-text-color);
}
.sidebar-content .dt-fancy-separator,
.sidebar-content .dt-fancy-separator * {
  color: rgba(102,102,102,0.5);
}
.footer .dt-fancy-separator,
.footer .dt-fancy-separator * {
  color: rgba(102,102,102,0.5);
}
.separator-holder {
  border-color: var(--the7-divider-color);
}
.separator-holder,
.accent-border-color .bg-on .separator-holder {
  border-color: var(--the7-divider-color);
}
.sidebar .separator-holder,
.sidebar-content .separator-holder,
.sidebar .accent-border-color .bg-on .separator-holder,
.sidebar-content .accent-border-color .bg-on .separator-holder {
  border-color: rgba(102,102,102,0.15);
}
.footer .separator-holder,
.footer .accent-border-color .bg-on .separator-holder {
  border-color: rgba(102,102,102,0.15);
}
.dt-fancy-title.bg-on {
  min-height: calc(var(--the7-base-font-size) * 2);
  line-height: calc(var(--the7-base-font-size) * 2);
}
.text-small .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-text-small-font-size) * 2);
  line-height: calc(var(--the7-text-small-font-size) * 2);
}
.text-big .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-text-big-font-size) * 2);
  line-height: calc(var(--the7-text-big-font-size) * 2);
}
.h1-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h1-font-size)*2);
  line-height: calc(var(--the7-h1-font-size)*2);
}
.h2-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h2-font-size)*2);
  line-height: calc(var(--the7-h2-font-size)*2);
}
.h3-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h3-font-size)*2);
  line-height: calc(var(--the7-h3-font-size)*2);
}
.h4-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h4-font-size)*2);
  line-height: calc(var(--the7-h4-font-size)*2);
}
.h5-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h5-font-size)*2);
  line-height: calc(var(--the7-h5-font-size)*2);
}
.h6-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h6-font-size)*2);
  line-height: calc(var(--the7-h6-font-size)*2);
}
.shortcode-tooltip {
  color: var(--the7-links-color);
  border-color: var(--the7-links-color);
}
.borderframe .shortcode-single-image {
  border-color: var(--the7-divider-color);
}
.sidebar .borderframe .shortcode-single-image,
.sidebar-content .borderframe .shortcode-single-image {
  border-color: rgba(102,102,102,0.15);
}
.footer .borderframe .shortcode-single-image {
  border-color: rgba(102,102,102,0.15);
}
.shortcode-single-caption {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .shortcode-single-caption {
  color: rgba(102,102,102,0.5);
}
.footer .shortcode-single-caption {
  color: rgba(102,102,102,0.5);
}
.borderframe.br-standard .shortcode-single-image {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .borderframe.br-standard .shortcode-single-image {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .borderframe.br-standard .shortcode-single-image {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.frame-on {
  border-color: var(--the7-divider-color);
}
.sidebar .frame-on,
.sidebar-content .frame-on {
  border-color: rgba(102,102,102,0.15);
}
.footer .frame-on {
  border-color: rgba(102,102,102,0.15);
}
.frame-on.frame-fancy {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .frame-on.frame-fancy {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .frame-on.frame-fancy {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shortcode-single-image-wrap .rollover-icon {
  color: var(--the7-accent-color);
  border-color: var(--the7-accent-color);
}
.dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
  background-color: var(--the7-accent-color);
}
.list-divider li {
  border-color: var(--the7-divider-color);
}
.sidebar .list-divider li,
.sidebar-content .list-divider li {
  border-color: rgba(102,102,102,0.15);
}
.footer .list-divider li {
  border-color: rgba(102,102,102,0.15);
}
.standard-arrow.list-divider.bullet-top li:not(:first-child):before,
.standard-arrow.list-divider.bullet-top li:not(:first-child):after {
  margin-top: 14px;
}
.standard-arrow.bullet-top li:before,
.standard-arrow.bullet-top li:after {
  margin-top: 5px;
}
.standard-number-list li:before,
.standard-arrow li:before {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.content .soc-ico a:before {
  background-color: rgba(102,102,102,0.15);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .soc-ico a:before {
  background-color: rgba(51,51,51,0.15);
}
.sidebar .soc-ico a:before,
.sidebar-content .soc-ico a:before {
  background-color: rgba(102,102,102,0.15);
}
.footer .soc-ico a:before {
  background-color: rgba(102,102,102,0.15);
}
.dt-shortcode-soc-icons a.dt-icon-bg-on:before,
.dt-shortcode-icon.dt-icon-bg-on .icon-inner:before,
.text-icon.dt-icon-bg-on .icon-inner:before {
  border-color: var(--the7-accent-color);
  background-color: var(--the7-accent-color);
}
.content .dt-icon-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
  background-color: var(--the7-accent-color);
}
.content .dt-icon-border-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
  border-color: var(--the7-accent-color);
}
.dt-shortcode-soc-icons a.dt-icon-border-on:before,
.dt-shortcode-soc-icons a.dt-icon-hover-border-on:after,
.dt-shortcode-icon.dt-icon-border-on:before,
.dt-shortcode-icon.dt-icon-hover-border-on:after,
.text-icon.dt-icon-border-on:before,
.text-icon.dt-icon-hover-border-on:after {
  border-color: var(--the7-accent-color);
}
#main .soc-ico a:hover,
#footer .soc-ico a:hover {
  background-color: transparent;
  box-shadow: none;
}
#main .soc-ico a:after,
#footer .soc-ico a:after {
  background-color: var(--the7-accent-color);
  box-shadow: none;
}
.accent-gradient #main .soc-ico a:hover,
.accent-gradient #footer .soc-ico a:hover {
  background: none;
}
.dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after,
.dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after,
.text-icon.dt-icon-hover-bg-on .icon-inner:after {
  border-color: var(--the7-accent-color);
  background-color: var(--the7-accent-color);
}
.content .dt-icon-hover-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
  background-color: var(--the7-accent-color);
}
.content .dt-icon-border-hover-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
  border-color: var(--the7-accent-color);
}
.dt-shortcode-soc-icons a .soc-font-icon,
#main .dt-team-shortcode .soc-ico a .soc-font-icon,
.dt-shortcode-icon .soc-icon,
.text-icon .soc-icon {
  color: var(--the7-accent-color);
}
.content .soc-ico a:not(:hover) .soc-font-icon {
  color: var(--the7-base-color);
}
.sidebar .soc-ico a:not(:hover) .soc-font-icon,
.sidebar-content .soc-ico a:not(:hover) .soc-font-icon {
  color: #666666;
}
.footer .soc-ico a:not(:hover) .soc-font-icon {
  color: #666666;
}
blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
blockquote.shortcode-blockquote.block-style-widget,
.block-style-widget {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
.outline-element-decoration .block-style-widget {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
.shadow-element-decoration .block-style-widget {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shortcode-pullquote:after,
.shortcode-action-bg:before {
  color: #fff;
  background-color: var(--the7-accent-color);
}
blockquote.shortcode-blockquote {
  border-color: var(--the7-divider-color);
}
.sidebar blockquote.shortcode-blockquote,
.sidebar-content blockquote.shortcode-blockquote {
  border-color: rgba(102,102,102,0.15);
}
.footer blockquote.shortcode-blockquote {
  border-color: rgba(102,102,102,0.15);
}
blockquote:not(.elementor-blockquote),
blockquote:not(.elementor-blockquote) *,
.shortcode-pullquote,
.wp-block-quote cite {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote:not(.elementor-blockquote),
.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote:not(.elementor-blockquote) *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .shortcode-pullquote,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-quote cite {
  color: #333333;
}
.sidebar-content blockquote:not(.elementor-blockquote),
.sidebar-content blockquote:not(.elementor-blockquote) *,
.sidebar-content .shortcode-pullquote,
.sidebar-content .wp-block-quote cite {
  color: #000000;
}
.footer blockquote:not(.elementor-blockquote),
.footer blockquote:not(.elementor-blockquote) *,
.footer .shortcode-pullquote,
.footer .wp-block-quote cite {
  color: #000000;
}
blockquote:not(.wp-block-quote):not(.elementor-blockquote) {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
}
.plain-bg {
  border-color: var(--the7-divider-color);
}
.sidebar .plain-bg,
.sidebar-content .plain-bg {
  border-color: rgba(102,102,102,0.15);
}
.footer .plain-bg {
  border-color: rgba(102,102,102,0.15);
}
.slider-wrapper.arrows-accent .owl-prev i,
.slider-wrapper.arrows-accent .owl-next i {
  background-color: rgba(153,153,153,0.9);
}
.elementor-widget-the7_photo-scroller .scroller-arrow i,
.elementor-widget-the7_photo-scroller .scroller-arrow:hover i {
  color: var(--the7-accent-color);
}
.elementor-widget-the7_photo-scroller .scroller-arrow svg,
.elementor-widget-the7_photo-scroller .scroller-arrow:hover svg {
  color: var(--the7-accent-color);
  fill: var(--the7-accent-color);
}
.slider-wrapper.arrows-accent .owl-prev:hover i,
.slider-wrapper.arrows-accent .owl-next:hover i {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.dt-owl-item .post.bg-on {
  box-shadow: none;
}
.dt-owl-item .post.bg-on:before {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .dt-owl-item .post.bg-on:before {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-owl-item .post.bg-on:before {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
input::-webkit-input-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
input:-moz-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
textarea::-webkit-input-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
textarea:-moz-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
input:focus::-webkit-input-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
input:focus:-moz-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
textarea:focus::-webkit-input-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
textarea:focus:-moz-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
.form-fields label,
.comment-form label:not([for="wp-comment-cookies-consent"]) {
  color: var(--the7-input-color);
}
input[type="text"],
.widget_search input[type="text"].searchform-s,
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea,
.wpcf7-number,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,
.the7-elementor-product-comments .elementor-field-textual,
.elementor-field-group .elementor-field-textual,
.elementor-field-group .elementor-select-wrapper select {
  color: var(--the7-input-color);
  font: var(--the7-form-md-font);
  border-style: var(--the7-form-border);
  border-top-width: var(--the7-top-input-border-width);
  border-right-width: var(--the7-right-input-border-width);
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-left-width: var(--the7-left-input-border-width);
  padding: var(--the7-top-input-padding) var(--the7-right-input-padding) var(--the7-bottom-input-padding) var(--the7-left-input-padding);
  border-color: var(--the7-input-border-color);
  background-color: var(--the7-input-bg-color);
  border-radius: var(--the7-input-border-radius);
  box-shadow: var(--the7-form-shadow);
  transition: all 0.3s ease;
}
input[type="text"]:focus,
.widget_search input[type="text"].searchform-s:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="range"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
.wpcf7-number:focus,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:focus,
.the7-elementor-product-comments .elementor-field-textual:focus,
.elementor-field-group .elementor-field-textual:focus,
.elementor-field-group .elementor-select-wrapper select:focus {
  box-shadow: var(--the7-form-shadow-focus);
}
.content input[type="text"],
.content .widget_search input[type="text"].searchform-s,
.content input[type="search"],
.content input[type="tel"],
.content input[type="url"],
.content input[type="email"],
.content input[type="number"],
.content input[type="date"],
.content input[type="range"],
.content input[type="password"],
.content select,
.content textarea,
.content .wpcf7-number,
.content .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,
.content .the7-elementor-product-comments .elementor-field-textual,
.content .elementor-field-group .elementor-field-textual,
.content .elementor-field-group .elementor-select-wrapper select {
  font-size: var(--the7-form-md-font-size);
  line-height: var(--the7-form-md-line-height);
}
.content .elementor-field-group .elementor-select-wrapper select {
  font-size: inherit;
  line-height: inherit;
}
input:-webkit-autofill {
  transition: background-color 99999s ease-in-out 0s;
}
input[type="text"],
.widget_search input[type="text"].searchform-s,
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
.wpcf7-number,
.tinvwl-input-group .form-control,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
  min-height: var(--the7-input-height);
}
.formError + input,
.formError + textarea {
  border-color: #f55b5f;
}
select:focus,
.woocommerce div.product.elementor form.cart table.variations td.value:focus:before {
  outline: 0px solid transparent;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
.widget .dt-form .dt-btn,
.dt-form .dt-btn,
.comment-form .dt-btn {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  padding: var(--the7-btn-m-padding);
}
input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit),
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"] {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.popup-message-style .parentFormundefined,
.inline-message-style .parentFormundefined,
.popup-message-style .wpcf7-mail-sent-ok,
.inline-message-style .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-validation-errors,
.inline-message-style .wpcf7-validation-errors,
.popup-message-style .wpcf7-response-output,
.inline-message-style .wpcf7-response-output {
  background: var(--the7-accent-color);
}
.parentFormundefined .formErrorContent,
.wpcf7-mail-sent-ok .formErrorContent,
.wpcf7-validation-errors .formErrorContent,
.wpcf7-response-output .formErrorContent {
  font: var(--the7-base-font-big);
}
#page .parentFormundefined,
.popup-message-style .parentFormundefined,
.inline-message-style .parentFormundefined,
#page .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-mail-sent-ok,
.inline-message-style .wpcf7-mail-sent-ok,
#page .wpcf7-validation-errors,
.popup-message-style .wpcf7-validation-errors,
.inline-message-style .wpcf7-validation-errors,
#page .wpcf7-response-output,
.popup-message-style .wpcf7-response-output,
.inline-message-style .wpcf7-response-output {
  color: #ffffff !important;
  border: none;
}
#page .parentFormundefined .formErrorContent,
#page .parentFormundefined .formErrorContent a,
#page .parentFormundefined .close-message
		#page .parentFormundefined a,
.popup-message-style .parentFormundefined .formErrorContent,
.popup-message-style .parentFormundefined .formErrorContent a,
.popup-message-style .parentFormundefined .close-message
		.popup-message-style .parentFormundefined a,
.inline-message-style .parentFormundefined .formErrorContent,
.inline-message-style .parentFormundefined .formErrorContent a,
.inline-message-style .parentFormundefined .close-message
		.inline-message-style .parentFormundefined a,
#page .wpcf7-mail-sent-ok .formErrorContent,
#page .wpcf7-mail-sent-ok .formErrorContent a,
#page .wpcf7-mail-sent-ok .close-message
		#page .wpcf7-mail-sent-ok a,
.popup-message-style .wpcf7-mail-sent-ok .formErrorContent,
.popup-message-style .wpcf7-mail-sent-ok .formErrorContent a,
.popup-message-style .wpcf7-mail-sent-ok .close-message
		.popup-message-style .wpcf7-mail-sent-ok a,
.inline-message-style .wpcf7-mail-sent-ok .formErrorContent,
.inline-message-style .wpcf7-mail-sent-ok .formErrorContent a,
.inline-message-style .wpcf7-mail-sent-ok .close-message
		.inline-message-style .wpcf7-mail-sent-ok a,
#page .wpcf7-validation-errors .formErrorContent,
#page .wpcf7-validation-errors .formErrorContent a,
#page .wpcf7-validation-errors .close-message
		#page .wpcf7-validation-errors a,
.popup-message-style .wpcf7-validation-errors .formErrorContent,
.popup-message-style .wpcf7-validation-errors .formErrorContent a,
.popup-message-style .wpcf7-validation-errors .close-message
		.popup-message-style .wpcf7-validation-errors a,
.inline-message-style .wpcf7-validation-errors .formErrorContent,
.inline-message-style .wpcf7-validation-errors .formErrorContent a,
.inline-message-style .wpcf7-validation-errors .close-message
		.inline-message-style .wpcf7-validation-errors a,
#page .wpcf7-response-output .formErrorContent,
#page .wpcf7-response-output .formErrorContent a,
#page .wpcf7-response-output .close-message
		#page .wpcf7-response-output a,
.popup-message-style .wpcf7-response-output .formErrorContent,
.popup-message-style .wpcf7-response-output .formErrorContent a,
.popup-message-style .wpcf7-response-output .close-message
		.popup-message-style .wpcf7-response-output a,
.inline-message-style .wpcf7-response-output .formErrorContent,
.inline-message-style .wpcf7-response-output .formErrorContent a,
.inline-message-style .wpcf7-response-output .close-message
		.inline-message-style .wpcf7-response-output a {
  color: #ffffff;
}
#page .parentFormundefined:before,
.popup-message-style .parentFormundefined:before,
.inline-message-style .parentFormundefined:before,
#page .wpcf7-mail-sent-ok:before,
.popup-message-style .wpcf7-mail-sent-ok:before,
.inline-message-style .wpcf7-mail-sent-ok:before,
#page .wpcf7-validation-errors:before,
.popup-message-style .wpcf7-validation-errors:before,
.inline-message-style .wpcf7-validation-errors:before,
#page .wpcf7-response-output:before,
.popup-message-style .wpcf7-response-output:before,
.inline-message-style .wpcf7-response-output:before {
  color: #ffffff;
}
.comment-form-cookies-consent label,
.form-terms-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
select:not(.elementor-field),
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%), linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
  background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding-right: calc(var(--the7-right-input-padding) + 15px);
}
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
  background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%), linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
  background-position: calc(100% - var(--the7-right-input-padding) - 4px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
  background-size: 4px 4px, 4px 4px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.dt-arrow-border-on .owl-carousel .owl-nav div:not(:hover):before {
  border-color: var(--the7-accent-color);
}
.dt-arrow-hover-border-on.owl-carousel .owl-nav div:hover:after,
.dt-arrow-border-on.owl-carousel .owl-nav div:hover:after {
  border-color: var(--the7-accent-color);
}
.arrows-bg-on.owl-carousel .owl-nav div:before {
  background-color: var(--the7-accent-color);
  border-color: var(--the7-accent-color);
}
.arrows-hover-bg-on.owl-carousel .owl-nav div:after {
  background-color: var(--the7-accent-color);
}
.owl-carousel .owl-nav svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.owl-carousel .owl-nav i,
.owl-carousel .owl-nav i:before {
  color: var(--the7-accent-color);
}
.owl-carousel .owl-nav div:hover svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.owl-carousel .owl-nav div:hover i {
  color: var(--the7-accent-color);
}
.owl-carousel.bullets-scale-up .owl-dot span,
.owl-carousel.bullets-scale-up .owl-dot:not(.active):hover span,
.owl-carousel.bullets-scale-up .owl-dot.active span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-stroke .owl-dot:not(.active) span,
.owl-carousel.bullets-stroke .owl-dot:not(.active):hover span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-stroke .owl-dot.active span {
  box-shadow: 0 0 0 2px var(--the7-accent-color);
}
.owl-carousel.bullets-fill-in .owl-dot span,
.owl-carousel.bullets-fill-in .owl-dot:not(.active):hover span,
.owl-carousel.bullets-fill-in .owl-dot.active span {
  box-shadow: inset 0 0 0 2px var(--the7-accent-color);
}
.owl-carousel.bullets-small-dot-stroke .owl-dot span,
.owl-carousel.bullets-small-dot-stroke .owl-dot:not(.active):hover span,
.owl-carousel.bullets-small-dot-stroke .owl-dot.active span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-small-dot-stroke .owl-dot.active {
  box-shadow: 0 0 0 2px var(--the7-accent-color);
}
.owl-carousel.bullets-ubax .owl-dot span,
.owl-carousel.bullets-ubax .owl-dot:not(.active):hover span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-ubax .owl-dot.active span {
  border-color: var(--the7-accent-color);
}
.owl-carousel.bullets-etefu .owl-dot span,
.owl-carousel.bullets-etefu .owl-dot:not(.active):hover span,
.owl-carousel.bullets-etefu .owl-dot span:before {
  background: var(--the7-accent-color);
}
.dt-owl-item-icon i {
  color: var(--the7-accent-color);
}
.dt-owl-item-icon svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.text-and-icon-carousel .owl-nav i,
.testimonials-carousel .owl-nav i,
.text-and-icon-carousel .owl-nav a:hover i,
.testimonials-carousel .owl-nav a:hover i,
.text-and-icon-carousel .owl-nav i:before,
.testimonials-carousel .owl-nav i:before {
  background: none;
  color: var(--the7-accent-color);
}
.dt-owl-item-icon:before,
.dt-owl-item-icon:after,
.text-and-icon-carousel .owl-nav a,
.text-and-icon-carousel .owl-nav a:hover,
.testimonials-carousel .owl-nav a,
.testimonials-carousel .owl-nav a:hover {
  border-color: var(--the7-accent-color);
}
.full-width-wrap .dt-shortcode .filter {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.filter {
  margin-bottom: 40px;
}
.paginator {
  margin-top: 40px;
}
.filter-categories a,
.filter-categories .customSelect {
  font:    15px / 19px "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.filter a,
.filter a *,
.filter .customSelect {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter .customSelect {
  color: #333333;
}
.sidebar-content .filter a,
.sidebar-content .filter a *,
.sidebar-content .filter .customSelect {
  color: #000000;
}
.footer .filter a,
.footer .filter a *,
.footer .filter .customSelect {
  color: #000000;
}
.filter svg {
  fill: var(--the7-h5-color);
  color: var(--the7-h5-color);
}
.filter-categories a,
.filter-extras > div {
  padding: 5px 0px 5px 0px;
  margin: 0px 15px 0px 15px;
}
.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a:hover,
.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a.act {
  color: var(--the7-accent-color);
}
.filter-bg-decoration .filter-categories a {
  border-radius: 100px;
}
.filter-bg-decoration .filter-categories a:not(.act):hover {
  color: var(--the7-accent-color);
}
.filter-bg-decoration .filter-categories a:after {
  display: none;
}
.filter-bg-decoration .filter-categories a.act {
  color: #fff;
}
.filter-bg-decoration .filter-categories a.act {
  color: #fff;
  background-color: var(--the7-accent-color);
  border-radius: 100px;
}
.filter-underline-decoration .filter-categories a:after {
  color: #fff;
  background-color: var(--the7-accent-color);
  height: 1px;
}
.filter-switch {
  background-color: rgba(153,153,153,0.2);
}
.filter:not(.filter-bg-decoration) .filter-categories a.act:after,
.filter-switch-toggle {
  background-color: var(--the7-accent-color);
}
.paginator a,
.paginator a * {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a * {
  color: #333333;
}
.sidebar-content .paginator a,
.sidebar-content .paginator a * {
  color: #000000;
}
.footer .paginator a,
.footer .paginator a * {
  color: #000000;
}
.paginator .button-caption:before {
  background: var(--the7-title-color);
}
.paginator .button-load-more,
.paginator .loading-ready {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.paginator .button-load-more {
  border-color: rgba(0,0,0,0.1);
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.paginator .button-load-more.animate-load,
.paginator .button-load-more:hover {
  border-color: rgba(0,0,0,0.21);
}
.paginator .button-load-more.animate-load .stick,
.paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: var(--the7-h5-color);
  border-right-color: var(--the7-h5-color);
}
.paginator:not(.paginator-more-button) a {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator:not(.paginator-more-button) a {
  color: #333333;
}
.sidebar-content .paginator:not(.paginator-more-button) a {
  color: #000000;
}
.footer .paginator:not(.paginator-more-button) a {
  color: #000000;
}
.paginator:not(.paginator-more-button) a:after {
  background-color: var(--the7-accent-color);
}
#footer.solid-bg {
  background: #ffffff none repeat center top;
}
#footer.footer-outline-decoration {
  border-top: 1px solid rgba(129,215,66,0.96);
}
.wf-container-footer,
.footer.full-width-line {
  border-top: 1px solid #ffffff;
}
.header-side-left.footer-overlap.boxed-layout:not(.sticky-header) #footer,
.header-side-right.footer-overlap.boxed-layout:not(.sticky-header) #footer {
  max-width: 1560px;
}
#footer .wf-container-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
#footer .wf-container {
  margin: 0 -30px;
}
.footer .widget {
  color: #666666;
  padding: 0 30px;
}
.footer .widget,
.footer .tp_recent_tweets li {
  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
  text-decoration: var(--the7-widget-content-text-decoration);
}
#footer.full-width > .wf-wrap,
#footer.full-width #bottom-bar > .wf-wrap {
  width: 100%;
}
#footer > .wf-wrap,
#footer #bottom-bar > .wf-wrap {
  padding: 0 0px 0 0px;
}
#bottom-bar.solid-bg {
  background: rgba(255,255,255,0.12) none repeat center top;
}
.wf-container-bottom,
#bottom-bar.full-width-line {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.wf-container-bottom {
  padding: 10px 0 10px 0;
  min-height: 60px;
}
#bottom-bar {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: #eeeeee;
}
#bottom-bar .mini-nav li:before {
  border-left-color: #38393a;
}
.footer-sub-nav > li.act > a .menu-text,
.footer-sub-nav > li:not(.act):hover > a .menu-text,
.footer-sub-nav > li.act > a .subtitle-text,
.footer-sub-nav > li:not(.act):hover > a .subtitle-text {
  color: var(--the7-accent-color);
}
#bottom-bar a,
#bottom-bar .mini-nav .customSelect,
#bottom-bar .menu-select {
  color: #eeeeee;
}
#bottom-bar .menu-select svg {
  fill: #eeeeee;
  color: #eeeeee;
}
#bottom-bar .mini-search,
#bottom-bar .mini-contacts:before {
  background-color: #ffffff;
}
#branding-bottom {
  padding: 0px 0px 0px 0px;
}
.no-avatar,
.testim-no-avatar {
  border: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .no-avatar,
.sidebar-content .no-avatar,
.sidebar .testim-no-avatar,
.sidebar-content .testim-no-avatar {
  border-color: rgba(102,102,102,0.15);
}
.footer .no-avatar,
.footer .testim-no-avatar {
  border-color: rgba(102,102,102,0.15);
}
.testim-no-avatar svg {
  fill: var(--the7-divider-color);
  color: var(--the7-divider-color);
}
.no-avatar,
.no-avatar svg,
.comment-list .no-avatar:after {
  color: var(--the7-divider-color);
  fill: var(--the7-divider-color);
}
.sidebar .no-avatar,
.sidebar-content .no-avatar,
.sidebar .no-avatar svg,
.sidebar-content .no-avatar svg,
.sidebar .comment-list .no-avatar:after,
.sidebar-content .comment-list .no-avatar:after {
  color: rgba(102,102,102,0.15);
}
.footer .no-avatar,
.footer .no-avatar svg,
.footer .comment-list .no-avatar:after {
  color: rgba(102,102,102,0.15);
}
.scroll-top {
  border-radius: 0px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  font: var(--the7-form-md-font);
  letter-spacing: var(--the7-form-md-letter-spacing);
  text-transform: var(--the7-form-md-text-transform);
  text-decoration: var(--the7-base-text-decoration);
}
.content .wpcf7-select {
  line-height: calc(var(--the7-input-height) - 14px);
  min-width: 200px;
}
a.clear-form,
#cancel-comment-reply-link {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content a.clear-form,
.sidebar-content #cancel-comment-reply-link {
  color: rgba(102,102,102,0.5);
}
.footer a.clear-form,
.footer #cancel-comment-reply-link {
  color: rgba(102,102,102,0.5);
}
.customSelect {
  font: var(--the7-base-font);
  background-color: rgba(102,102,102,0.08);
}
.sidebar .customSelect,
.sidebar-content .customSelect {
  background-color: rgba(102,102,102,0.08);
}
.footer .customSelect {
  background-color: rgba(102,102,102,0.08);
}
.shortcode-code {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .shortcode-code {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .shortcode-code {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.content table,
.content td,
.content th {
  border-color: var(--the7-divider-color);
}
.dt-highlight {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.sidebar-content .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.footer .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
#page .items-grid .post-content a:hover,
#page .post-content a:hover {
  color: var(--the7-accent-color);
}
.shortcode-banner-bg > * {
  line-height: var(--the7-base-line-height);
}
.layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.sidebar .layzr-bg,
.sidebar-content .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.footer .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102,102,102,0.05);
}
.sidebar .layzr-bg:not(.layzr-bg-transparent),
.sidebar-content .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102,102,102,0.05);
}
.footer .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102,102,102,0.05);
}
#page .woocom-project .layzr-bg:not(.layzr-bg-transparent) {
  background-color: transparent;
}
.pswp button.pswp__button--arrow--left,
.pswp button.pswp__button--arrow--right,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  font-size: 48px;
  line-height: 48px;
  min-height: 48px;
}
.rollover i,
.post-rollover i,
.rollover-video i,
.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover .gallery-rollover,
.enable-bg-rollover.hover-scale figure:after {
  background-color: rgba(153,153,153,0.2);
}
.hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.buttons-on-img .rollover-content,
.albums .rollover-thumbnails-on i,
.dt-albums-shortcode .rollover-thumbnails-on i,
.rollover-buttons-on i,
.hover-scale .rollover-project:after,
.hover-style-two.content-align-bottom .rollover-project:after,
.portfolio-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.albums-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover.hover-scale article:after {
  background-color: rgba(153,153,153,0.85);
}
.effect-bubba .rollover-project,
.effect-layla .rollover-project,
.effect-sarah .rollover-project {
  background-color: rgba(153,153,153,0.85);
}
.effect-bubba:not(.hover-color-static) .rollover-project:hover > a > img,
.effect-layla:not(.hover-color-static) .rollover-project:hover > a > img,
.effect-sarah:not(.hover-color-static) .rollover-project:hover > a > img {
  opacity: 0.3;
}
.hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.accent-gradient .hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.hover-color-static.hover-scale .rollover-project:after,
.hover-color-static.hover-style-two.content-align-bottom .rollover-project:after {
  background-color: rgba(0,0,0,0.65);
  background-image: none;
}
.hover-color-static.effect-bubba .rollover-project,
.hover-color-static.effect-layla .rollover-project,
.hover-color-static.effect-sarah .rollover-project {
  background-color: #000000;
  background-image: none;
}
.hover-color-static .buttons-on-img i,
.hover-color-static .rollover i,
.hover-color-static .rollover-video i,
.hover-color-static .rollover.rollover-thumbnails-on i,
#page .hover-color-static .buttons-on-img .rollover-content {
  background-color: rgba(0,0,0,0.35);
  background-image: none;
}
.rollover-thumbnails span:first-child i {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.gallery-shortcode .gallery-zoom-ico,
.blog-shortcode .gallery-zoom-ico,
.blog-carousel-shortcode .gallery-zoom-ico {
  border-color: var(--the7-accent-color);
}
.gallery-shortcode .gallery-zoom-ico span,
.gallery-shortcode .gallery-zoom-ico:before,
.blog-shortcode .gallery-zoom-ico span,
.blog-shortcode .gallery-zoom-ico:before,
.blog-carousel-shortcode .gallery-zoom-ico span,
.blog-carousel-shortcode .gallery-zoom-ico:before {
  color: var(--the7-accent-color);
}
.dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
  background-color: var(--the7-accent-color);
}
.albums-shortcode .album-zoom-ico {
  border-color: var(--the7-accent-color);
}
.albums-shortcode .album-zoom-ico span {
  color: var(--the7-accent-color);
}
.dt-icon-bg-on.albums-shortcode .album-zoom-ico {
  background-color: var(--the7-accent-color);
}
.rollover-content {
  line-height: var(--the7-base-line-height);
}
.rollover-content h2.entry-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .rollover-content h2.entry-title {
  color: #333333;
}
.sidebar-content .rollover-content h2.entry-title {
  color: #000000;
}
.footer .rollover-content h2.entry-title {
  color: #000000;
}
.portfolio-categories a,
.portfolio-categories a *,
.portfolio-categories span {
  color: var(--the7-secondary-text-color);
}
.gform_wrapper .gsection {
  border-bottom-style: solid !important;
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-bottom-color: var(--the7-divider-color);
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: var(--the7-text-small-font-size);
  color: rgba(102,102,102,0.45);
}
#main .gform_wrapper span.ginput_total,
#main .gform_wrapper .gfield_required,
#main .gform_wrapper .ginput_left input:focus + label,
#main .gform_wrapper .ginput_right input:focus + label,
#main .gform_wrapper .ginput_full input:focus + label {
  color: var(--the7-accent-color);
}
.gform_wrapper h3.gform_title,
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
h3.gform_title,
form.mc4wp-form label {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper .gsection .gfield_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h2.gsection_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget form.mc4wp-form label {
  color: #333333;
}
.sidebar-content .gform_wrapper h3.gform_title,
.sidebar-content .gform_wrapper .gsection .gfield_label,
.sidebar-content .gform_wrapper h2.gsection_title,
.sidebar-content h3.gform_title,
.sidebar-content form.mc4wp-form label {
  color: #000000;
}
.footer .gform_wrapper h3.gform_title,
.footer .gform_wrapper .gsection .gfield_label,
.footer .gform_wrapper h2.gsection_title,
.footer h3.gform_title,
.footer form.mc4wp-form label {
  color: #000000;
}
h3.gform_title,
.gform_wrapper h3.gform_title {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
}
#main .gform_wrapper textarea,
.gform_wrapper .top_label .gfield_label {
  font: var(--the7-base-font);
}
.ngg-albumoverview .ngg-album,
.wpb_separator.wpb_content_element,
.vc_text_separator {
  border-color: var(--the7-divider-color);
}
.sidebar .ngg-albumoverview .ngg-album,
.sidebar-content .ngg-albumoverview .ngg-album,
.sidebar .wpb_separator.wpb_content_element,
.sidebar-content .wpb_separator.wpb_content_element,
.sidebar .vc_text_separator,
.sidebar-content .vc_text_separator {
  border-color: rgba(102,102,102,0.15);
}
.footer .ngg-albumoverview .ngg-album,
.footer .wpb_separator.wpb_content_element,
.footer .vc_text_separator {
  border-color: rgba(102,102,102,0.15);
}
.mini-wpml {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-wpml,
.mixed-header .mini-wpml,
.classic-header .mobile-mini-widgets .mini-wpml {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.top-bar .mini-wpml {
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.dt-mobile-header .mini-wpml {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.popup-message-style .wpcf7-validation-errors,
.popup-message-style .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-response-output {
  background-color: var(--the7-accent-color);
}
.wpcf7-validation-errors .wpcf7-not-valid-tip-text,
.wpcf7-validation-errors .wpcf7-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-valid-tip-text,
.wpcf7-response-output .wpcf7-not-valid-tip-text,
.wpcf7-response-output .wpcf7-valid-tip-text {
  font: var(--the7-base-font-big);
}
.asp_product_name {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead.line-decoration:not(.masthead-mobile-header) {
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.transparent:not(.photo-scroller-album) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on),
.transparent .sticky-on.masthead.masthead-mobile {
  border: none;
  box-shadow: none !important;
}
.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.line-content:after,
.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.full-width-line:after {
  border-bottom-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav > ul:not(.mini-sub-nav) > li > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit i {
  color: #fff;
}
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-current-language > a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-horizontal a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-vertical a {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding .mini-widgets > *:not(.sub-nav),
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts * {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:hover {
  color: rgba(255,255,255,0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .overlay-search .submit:hover i {
  color: rgba(255,255,255,0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type="text"] {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input.field {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type=text],
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input::placeholder,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input::placeholder {
  color: #fff !important;
}
.transparent .classic-header.content-width-line:not(.sticky-on) .navigation:before,
.transparent .classic-header.full-width-line:not(.sticky-on) .navigation:before,
.transparent .classic-header.bg-behind-menu:not(.sticky-on) .navigation:before {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .subtitle-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a:hover span,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li.act > a > span {
  color: #fff !important;
  background: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a > span > span.menu-subtitle,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li:hover > a > span > span.menu-subtitle {
  color: rgba(255,255,255,0.5);
}
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:last-child:after,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li:not(.act):hover > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-outline-decoration > li.act > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li.dt-hovered:not(.act) > a {
  border-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .l-to-r-line > li > a i.underline,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .from-centre-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .upwards-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .downwards-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .active-line-decoration > li.act > a .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li > a:hover .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:after {
  background-color: #ffffff;
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:before {
  background: #ffffff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
  background: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
  background: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
  border-color: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on):not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background: #ffffff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-enable .menu-toggle:before {
  background: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
  border-color: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-hover-enable .menu-toggle:after {
  background: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-enable .menu-toggle:before {
  border-color: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-hover-enable .menu-toggle:after {
  border-color: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children > a .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  background: white !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.disabled-bg a:before {
  background-color: transparent !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a {
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a:before {
  background: rgba(255,255,255,0.25) !important;
  background-image: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a {
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a:after {
  background: rgba(255,255,255,0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-disabled-bg a:after {
  background-color: transparent !important;
  box-shadow: none !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a .soc-font-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a:hover .soc-font-icon {
  color: #fff !important;
  background: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.border-on a:before {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:before {
  color: white;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart i {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover {
  opacity: 1;
  color: rgba(255,255,255,0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover i {
  color: rgba(255,255,255,0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .wc-ico-cart > .counter:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .edd-ico-cart > .counter:before {
  border-right: 4px solid rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter.custom-bg,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter.custom-bg {
  background-color: rgba(255,255,255,0.25) !important;
  background-image: none !important;
}
.wpb_content_element .wpb_tabs_nav > li > a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_tabs_nav > li > a {
  color: #333333;
}
.sidebar-content .wpb_content_element .wpb_tabs_nav > li > a {
  color: #000000;
}
.footer .wpb_content_element .wpb_tabs_nav > li > a {
  color: #000000;
}
.wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a,
.wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a,
.wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a,
.wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav > li.ui-tabs-active > a {
  color: #999999;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li {
  border-radius: 0px;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.wpb_tabs.tab-style-two {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .wpb_tabs.tab-style-two {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .wpb_tabs.tab-style-two {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #999999;
}
.tab-style-four.wpb_tabs {
  border-radius: 0px;
}
.tab-style-four.wpb_tabs {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-four.wpb_tabs {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-four.wpb_tabs {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-four.wpb_tabs .wpb_tabs_nav {
  background-color: #999999;
}
.wpb_tour.tab-style-one,
.tab-style-one.wpb_tour .wpb_tabs_nav li {
  border-radius: 0px;
}
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #999999;
}
.wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #999999;
}
.tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.wpb_tour.tab-style-two .wpb_tab {
  background-color: var(--the7-content-boxes-bg);
  border-radius: 0px;
}
.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-two.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
  border-radius: 0px;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #999999;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active a {
  color: #fff;
}
.wpb_tour.tab-style-three .wpb_tabs_nav li,
.wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: var(--the7-divider-color);
}
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(102,102,102,0.15);
}
.footer .wpb_tour.tab-style-three .wpb_tabs_nav li,
.footer .wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(102,102,102,0.15);
}
.tab-style-four.wpb_tour {
  border-radius: 0px;
}
.tab-style-four.wpb_tour {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-four.wpb_tour {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-four.wpb_tour {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-four.wpb_tour .wpb_tabs_nav {
  background-color: #999999;
}
.wpb_content_element .wpb_accordion_header > a span {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_accordion_header > a span {
  color: #333333;
}
.sidebar-content .wpb_content_element .wpb_accordion_header > a span {
  color: #000000;
}
.footer .wpb_content_element .wpb_accordion_header > a span {
  color: #000000;
}
#page .wpb_accordion .wpb_accordion_wrapper > a:hover span,
#page .wpb_content_element .wpb_accordion_header a:hover span {
  color: var(--the7-accent-color);
}
.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: var(--the7-divider-color);
}
.sidebar .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.sidebar-content .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(102,102,102,0.15);
}
.footer .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(102,102,102,0.15);
}
.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(102,102,102,0.15);
}
.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:hover:after,
.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .ui-state-active > a:hover:after {
  color: #999999;
}
.vc_pie_chart .vc_pie_chart_value {
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(0,0,0,0.1) !important;
}
.dt-style.vc_progress_bar.default-bg .vc_single_bar {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(102,102,102,0.2);
  background: none;
}
.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(102,102,102,0.15);
}
.pb-style-two .vc_label,
.pb-style-three .vc_label {
  color: var(--the7-title-color);
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-two .vc_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-three .vc_label {
  color: #333333;
}
.sidebar-content .pb-style-two .vc_label,
.sidebar-content .pb-style-three .vc_label {
  color: #000000;
}
.footer .pb-style-two .vc_label,
.footer .pb-style-three .vc_label {
  color: #000000;
}
#page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
  color: #fff;
  background-color: #999999;
}
.accent-icon-bg .aio-icon {
  background: #999999 !important;
}
.accent-icon-color .aio-icon > i {
  color: #999999 !important;
}
.accent-border-color .aio-icon {
  border-color: #999999 !important;
}
.accent-title-color .uvc-main-heading > *,
.accent-title-color .aio-icon-title {
  color: #999999 !important;
}
.accent-subtitle-color .uvc-sub-heading,
.accent-subtitle-color .aio-icon-description {
  color: #999999 !important;
}
.accent-subtitle-color .uvc-main-heading > *,
.accent-title-color .uvc-main-heading > *,
.accent-subtitle-color .uvc-sub-heading,
.accent-title-color .uvc-sub-heading {
  display: inline-block;
}
.accent-border-color .uvc-headings-line {
  border-color: #999999 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.accent-gradient .accent-border-color .uvc-headings-line {
  border-color: transparent;
}
.accent-arrow-bg .slick-arrow {
  background: #999999 !important;
}
#main .wpb_alert strong {
  font:  normal  18px / 1.3em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h1 {
  line-height: 1.1em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h2 {
  line-height: 1.2em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h3 {
  line-height: 1.2em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h4 {
  line-height: 1.2em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h5 {
  line-height: 1.3em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h6 {
  line-height: 1.3em;
}
.filter-categories a,
.filter-categories .customSelect {
  font: var(--the7-base-font);
  letter-spacing: var(--the7-base-letter-spacing,0);
  text-transform: var(--the7-base-text-transform,none);
  text-decoration: var(--the7-base-text-decoration);
}
#the7-body {
  --the7-woo-title-font-style: var(--the7-base-font-style,normal);
  --the7-woo-title-font-weight: var(--the7-base-font-weight,normal);
  --the7-woo-title-font-size: var(--the7-base-font-size);
  --the7-woo-title-line-height: var(--the7-base-line-height);
  --the7-woo-title-font-family: var(--the7-base-font-family);
  --the7-woo-content-font-style: var(--the7-base-font-style,normal);
  --the7-woo-content-font-weight: var(--the7-base-font-weight,normal);
  --the7-woo-content-font-size: var(--the7-base-font-size);
  --the7-woo-content-line-height: var(--the7-base-line-height);
  --the7-woo-content-font-family: var(--the7-base-font-family);
}
@media screen and (min-width: 1151px) {
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .floating-navigation-below-slider #page {
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "main" "footer";
  }
  .footer-overlap #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer";
  }
  .footer-overlap.header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .footer-overlap.header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side page-inner" "header-side footer";
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    grid-template-areas: "slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side";
  }
  .footer-overlap.header-side-right:not(.sticky-header):not(.hidden-header) #page {
    grid-template-areas: "page-inner header-side" "footer header-side";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 280px calc(100% - 280px);
    grid-template-columns: 280px calc(100% - 280px);
  }
  .rtl.header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 280px) 280px;
    grid-template-columns: calc(100% - 280px) 280px;
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 280px) 280px;
    grid-template-columns: calc(100% - 280px) 280px;
  }
  .rtl.header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 280px calc(100% - 280px);
    grid-template-columns: 280px calc(100% - 280px);
  }
  .header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
  }
  .rtl.header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 60px) 60px;
    grid-template-columns: calc(100% - 60px) 60px;
  }
  .footer-overlap.floating-navigation-below-slider .page-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .dt-mobile-header,
  .dt-mobile-menu-icon,
  .mobile-header-space,
  .masthead .mobile-header-bar,
  .transparent .header-space,
  .hidden-header.header-side-left .masthead,
  .hidden-header.header-side-right .masthead,
  .hidden-header .top-line-space,
  .hidden-header .masthead:not(.sticky-on):not(#phantom),
  .hidden-header .header-space:not(.sticky-space-on) {
    display: none;
  }
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
  .ph-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-header .mega-full-width > .dt-mega-menu-wrap {
    width: calc(1200px - 0px - 0px);
  }
  .boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar,
  .boxed .ph-wrap {
    box-sizing: border-box;
    max-width: 100%;
    width: calc(1200px);
  }
  #phantom .ph-wrap .header-bar {
    padding: 0;
  }
  .boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,
  .boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,
  .boxed .classic-header:not(.width-in-pixel) .navigation:before {
    margin: 0 0px 0 0px;
    padding: 0 1000px;
  }
  .ph-wrap,
  #phantom .ph-wrap.boxed,
  .boxed .top-bar.line-content:before,
  .boxed .classic-header.content-width-line .navigation:before {
    max-width: calc(1200px - 0px - 0px);
  }
  .side-header > .top-bar,
  .mixed-header:not(.side-header-h-stroke) > .top-bar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .is-safari .desktop-side-header {
    height: 100vh;
  }
  .admin-bar .desktop-side-header.is-safari {
    height: calc(100vh - 32px);
  }
  .is-safari .desktop-side-header .mCustomScrollbar.header-scrollbar-wrap {
    height: 100vh;
  }
  .header-side-left.footer-overlap:not(.sticky-header) #footer,
  .header-side-right.footer-overlap:not(.sticky-header) #footer {
    max-width: calc(100% - 280px);
  }
  .header-side-left.footer-overlap:not(.sticky-header) .boxed #footer,
  .header-side-right.footer-overlap:not(.sticky-header) .boxed #footer {
    max-width: 100%;
    width: calc(1280px - 280px);
  }
  .header-side-left.footer-overlap:not(.sticky-header) #footer {
    right: 0;
  }
  .header-side-line.footer-overlap #footer {
    max-width: calc(100% - 60px);
  }
  .left-side-line.header-side-line.footer-overlap #footer {
    right: 0;
  }
  .header-side-line.footer-overlap .boxed #footer {
    max-width: 100%;
    width: calc(1280px - 60px);
  }
  .is-iOS .side-header:not(.sub-sideways),
  .mobile-true .side-header:not(.sub-sideways) {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .overlay-navigation .sticky-header-overlay {
    display: none;
  }
  .phantom-sticky .fixed-masthead.masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  .phantom-sticky .fixed-masthead.sticky-on.masthead {
    position: fixed;
  }
  .floating-navigation-below-slider.phantom-sticky:not(.transparent) .masthead {
    position: relative;
  }
  .transparent .masthead:not(.side-header) {
    position: absolute;
    width: 100%;
  }
  .floating-navigation-below-slider.phantom-sticky.transparent .masthead {
    position: absolute;
  }
  .floating-navigation-below-slider.phantom-sticky .masthead.sticky-on {
    position: fixed;
  }
  .floating-navigation-below-slider.phantom-sticky .header-space.sticky-space-off {
    display: none;
  }
  .phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
    background: #ffffff none repeat center center !important;
    background-size: auto;
  }
  .mixed-header.side-header-h-stroke.sticky-top-line-on {
    background-color: #000000 !important;
  }
  .phantom-line-decoration.phantom-sticky .sticky-on.masthead {
    border-bottom: 1px solid rgba(51,51,51,0.11);
    box-shadow: none !important;
  }
  .phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    border-bottom: none;
  }
  .phantom-disable-decoration.phantom-sticky .sticky-on.masthead {
    box-shadow: none !important;
    border-bottom: none;
  }
  .phantom-sticky:not(.phantom-shadow-decoration) .sticky-on.masthead.shadow-decoration {
    box-shadow: none;
  }
  .phantom-sticky:not(.overlap):not(.transparent) .masthead {
    transition: background-color 330ms ease, background-image 330ms ease;
  }
  .phantom-sticky .page-inner .masthead {
    -webkit-backface-visibility: hidden;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
    display: none;
    opacity: 0;
  }
  .phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,
  .phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo,
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding > a,
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding > img,
  .phantom-logo-off.phantom-sticky .sticky-on .branding > a,
  .phantom-logo-off.phantom-sticky .sticky-on .branding > img {
    display: none;
    visibility: hidden;
  }
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding .sticky-logo {
    display: block;
    visibility: visible;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
    visibility: hidden;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > img:not(.sticky-logo) {
    visibility: visible;
  }
  .phantom-main-logo-on.phantom-sticky .branding .sticky-logo {
    display: none;
  }
  .phantom-sticky #page .side-header .branding > a:not(.sticky-logo),
  .phantom-sticky #page .side-header .branding > img:not(.sticky-logo):not(.mobile-logo) {
    display: block;
    opacity: 1;
    animation: none;
    visibility: visible;
  }
  .phantom-fade .masthead,
  .phantom-slide .masthead {
    top: 0 !important;
  }
  .masthead .in-top-bar-left:not(.show-on-desktop),
  .masthead .in-top-bar-right:not(.show-on-desktop),
  .masthead .in-top-bar:not(.show-on-desktop),
  .masthead .hide-on-desktop {
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }
  .masthead .in-top-bar-left:not(.show-on-desktop).display-none,
  .masthead .in-top-bar-right:not(.show-on-desktop).display-none,
  .masthead .in-top-bar:not(.show-on-desktop).display-none,
  .masthead .hide-on-desktop.display-none {
    display: none;
  }
  .masthead .hide-on-desktop .menu-select {
    display: none;
  }
  .select-type-menu .menu-select {
    position: relative;
    display: inline-block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu.mini-nav > ul > li > .mini-sub-nav {
    top: 19px;
  }
  .list-type-menu .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .list-type-menu.mini-nav > ul > li.act > a,
  .list-type-menu.mini-nav > ul > li:not(.act) > a:hover {
    opacity: 0.7;
  }
  .list-type-menu.mini-nav > ul > li.act > a i,
  .list-type-menu.mini-nav > ul > li:not(.act) > a:hover i {
    opacity: 0.7;
  }
  .side-header .mini-nav.select-type-menu > .mini-sub-nav:not(.bottom-overflow),
  .side-header .list-type-menu > ul > li > .mini-sub-nav,
  .top-header.floating-navigation-below-slider .main-nav > li >  .mini-sub-nav.bottom-overflow {
    top: auto !important;
    bottom: 100%;
  }
  .side-header-h-stroke .show-on-first-switch,
  .masthead .mobile-mini-widgets .show-on-first-switch,
  .side-header-h-stroke .show-on-second-switch,
  .masthead .mobile-mini-widgets .show-on-second-switch {
    display: none;
  }
}
@media screen and (max-width: 0px) {
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
  .ph-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .phantom-content-width-line-decoration #phantom .ph-wrap:after {
    width: calc(100% - 0px - 0px);
  }
  .masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after,
  .mixed-header.side-header-h-stroke.content-width-line-decoration:not(.masthead-mobile-header) .header-bar:after {
    width: calc(100% - 0px - 0px);
  }
}
@media screen and (min-width: 778px) {
  .boxed .masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
    max-width: 100%;
    width: calc(1200px - 30px - 30px);
  }
}
@media screen and (max-width: 778px) {
  .top-bar {
    padding: 0px 30px 0px 30px;
  }
  .top-bar.line-content:after {
    width: calc(100% - 30px - 30px);
  }
}
@media screen and (max-width: 1150px) {
  .transparent.sticky-mobile-header .masthead-mobile-header {
    transition: none;
  }
  .masthead.shadow-mobile-header-decoration.masthead-mobile-header {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar {
    padding-bottom: 1px;
  }
  .masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar:after {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    content: "";
    width: calc(100% - 30px - 30px);
    height: 1px;
    background: #ffffff;
  }
  .masthead.masthead-mobile-header.line-mobile-header-decoration:not(#phantom) {
    border-bottom: 1px solid #ffffff;
  }
  .boxed .masthead.sticky-mobile-on {
    max-width: 1280px;
  }
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .floating-navigation-below-slider #page {
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .footer-overlap #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header) #page,
  .header-side-line.left-side-line #page,
  .header-side-right:not(.sticky-header) #page {
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .footer-overlap.header-side-left:not(.sticky-header) #page,
  .footer-overlap.header-side-line.left-side-line #page,
  .footer-overlap.header-side-right:not(.sticky-header) #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .footer-overlap.floating-navigation-below-slider .page-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .hidden-header.header-side-left .masthead:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-right .masthead:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-left .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-right .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-left .mobile-header-space,
  .hidden-header.header-side-right .mobile-header-space {
    display: none;
  }
  .masthead {
    grid-area: header;
  }
  .side-header.masthead,
  .side-header-v-stroke.masthead {
    grid-area: header;
    -ms-grid-column: 1;
  }
  .masthead:not(.side-header) .mobile-header-bar,
  .side-header.masthead-mobile-header .mobile-header-bar {
    padding: 0 30px 0 30px;
    box-sizing: border-box;
  }
  .header-side-left:not(.sticky-header) .checkout-page-title,
  .header-side-line.left-side-line .checkout-page-title,
  .header-side-left:not(.sticky-header) .page-title,
  .header-side-line.left-side-line .page-title,
  .header-side-left:not(.sticky-header) .fancy-header,
  .header-side-line.left-side-line .fancy-header,
  .header-side-left:not(.sticky-header) #main,
  .header-side-line.left-side-line #main,
  .header-side-left:not(.sticky-header) .footer,
  .header-side-line.left-side-line .footer,
  .header-side-left:not(.sticky-header) #main-slideshow,
  .header-side-line.left-side-line #main-slideshow,
  .header-side-left:not(.sticky-header) .photo-scroller,
  .header-side-line.left-side-line .photo-scroller {
    -ms-grid-column: 1;
  }
  .mobile-header-space {
    grid-area: header;
  }
  .transparent.sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead.masthead-mobile-header:not(#phantom) {
    transform: translateY(0);
  }
  .phantom-sticky.floating-mobile-menu-icon:not(.transparent) .fixed-masthead.masthead {
    position: relative;
  }
  .overlay-navigation.header-side-line #page,
  .header-side-left.header-side-line #page {
    padding: 0 !important;
  }
  .header-side-left #page {
    padding-left: 0 !important;
  }
  .header-side-right #page {
    padding-right: 0 !important;
  }
  .side-header {
    height: auto;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .admin-bar .side-header {
    height: auto;
  }
  .transparent:not(.photo-scroller-album) .masthead {
    position: absolute;
    width: 100%;
    z-index: 102;
  }
  .side-header .top-bar .mini-widgets.right-widgets {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .masthead .main-nav,
  .masthead:not(.side-header) .main-nav,
  #phantom,
  .masthead:not(.side-header) .header-bar,
  .masthead.side-header .header-bar,
  .header-scrollbar-wrap,
  .masthead.mixed-header,
  .header-space,
  .hide-overlay,
  .top-line-space {
    display: none;
  }
  .sticky-header .masthead.side-header,
  .overlay-navigation .masthead.side-header {
    display: none;
  }
  .sticky-header .masthead.mixed-header,
  .overlay-navigation .masthead.mixed-header,
  .dt-mobile-header {
    display: block;
  }
  .phantom-fade.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead,
  .phantom-slide.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead,
  .phantom-sticky.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead {
    display: block;
  }
  .show-floating-icon.masthead:not(.side-header),
  .fixed-mobile-header.masthead:not(.side-header) {
    transform: none !important;
  }
  .transparent.floating-navigation-below-slider .show-floating-icon.masthead {
    background: none !important;
  }
  body:not(.transparent) .masthead:not(.side-header) {
    background-color: #ffffff;
  }
  .transparent .masthead:not(.mixed-header),
  .transparent .masthead.masthead-mobile-header {
    background: #eeee22;
  }
  .sticky-mobile-on.masthead:not(.side-header),
  .side-header.masthead-mobile-header.sticky-mobile-on {
    background-color: #ffffff !important;
  }
  .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    display: block;
  }
  .no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
    position: absolute;
  }
  .masthead .mobile-header-bar {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .dt-mobile-menu-icon {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead .mobile-header-bar {
    min-height: 60px;
  }
  .masthead.full-width,
  .masthead.mixed-header {
    box-sizing: border-box;
  }
  .top-bar.top-bar-disabled {
    display: none;
  }
  .top-bar .soc-ico a {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #bottom-bar .mini-nav select,
  #bottom-bar .menu-select {
    display: inline-flex;
  }
  .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-right:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active) .masthead {
    position: relative;
    left: 0 !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .header-side-left:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead {
    width: 100% !important;
  }
  .header-side-left:not(.header-top-line-active)  .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .header-side-left:not(.header-top-line-active)  .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-left:not(.header-top-line-active)  .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on) {
    top: 0 !important;
  }
  .header-side-left:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on) {
    transform: none !important;
    transition: none !important;
  }
  #page .mixed-header.side-header-menu-icon.line-decoration:not(.masthead-mobile-header),
  #page .mixed-header.side-header-v-stroke.line-decoration:not(.masthead-mobile-header) {
    border-bottom: 1px solid #dd9933;
  }
  .masthead.shadow-decoration.side-header-menu-icon:not(.masthead-mobile-header) {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .side-header-v-stroke .header-bar .mini-login,
  .side-header-v-stroke .header-bar .mini-search,
  .side-header-v-stroke .header-bar .shopping-cart,
  .side-header-v-stroke .header-bar .mini-contacts,
  .side-header-v-stroke .header-bar .text-area,
  .side-header-v-stroke .header-bar .mini-nav,
  .side-header-v-stroke .header-bar .soc-ico,
  .side-header-v-stroke .header-bar .mini-wpml {
    margin: 0 10px;
  }
  .transparent .masthead.side-header {
    position: absolute;
    height: auto;
  }
  .transparent .masthead.full-width-line:not(.side-header) {
    border-bottom: none;
  }
  .sticky-header.fade-header-animation .side-header,
  .overlay-navigation .masthead {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
  }
  .sticky-header.header-side-left.slide-header-animation .side-header {
    transform: translate3d(0,0,0);
  }
  .floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
    top: 50px;
  }
  #page .project-navigation {
    top: 10px;
    right: 10px;
  }
  .mobile-branding img.mobile-logo,
  .mobile-branding img.mobile-desktop-logo,
  .show-device-logo .branding img,
  .show-device-logo .mobile-branding img,
  .sticky-mobile-logo-first-switch,
  .sticky-mobile-logo-second-switch,
  .sticky-mobile-on .mobile-branding * {
    display: none;
  }
  .show-device-logo .branding img.mobile-logo,
  .show-device-logo .mobile-branding img.mobile-logo {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-order: 1;
    order: 1;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-branding {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-order: 0;
    order: 0;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-branding {
    -ms-flex-order: 0;
    order: 0;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .show-overlay-mobile-header .sticky-header-overlay.active,
  .closed-overlay-mobile-header .sticky-header-overlay.active {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .footer-overlap .footer {
    width: 100% !important;
  }
  .floating-navigation-below-slider.phantom-sticky:not(.transparent):not(.sticky-mobile-header) .masthead-mobile {
    top: 0 !important;
  }
  .mobile-mini-widgets-in-menu {
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dt-mobile-header .mini-widgets {
    display: none;
  }
  .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead,
  .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
    position: relative;
  }
  html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead,
  html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
    top: 0 !important;
  }
  .sticky-mobile-header .masthead {
    height: auto;
    width: 100%;
  }
  .sticky-mobile-header:not(.floating-navigation-below-slider) .masthead {
    top: 0;
  }
  .sticky-mobile-header:not(.floating-navigation-below-slider) .sticky-mobile-on.masthead {
    position: fixed !important;
    top: 0;
  }
  .sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead {
    position: fixed !important;
  }
  .sticky-mobile-header.floating-navigation-below-slider:not(.admin-bar) .fixed-mobile-header.masthead {
    top: 0 !important;
  }
  .sticky-mobile-header.fixed-mobile-menu .top-bar {
    display: none;
  }
  .sticky-mobile-header.floating-navigation-below-slider.transparent .mobile-header-space {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1150px) {
  .side-header-h-stroke .show-on-second-switch,
  .masthead .mobile-mini-widgets .show-on-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu.first-switch-no-widgets {
    padding: 0;
  }
  .transparent:not(.photo-scroller-album) .masthead {
    position: absolute;
    width: 100%;
    z-index: 102;
  }
  .masthead .top-bar .mini-widgets > *,
  .masthead .mobile-header-bar .in-top-bar-left,
  .masthead .mobile-header-bar .in-top-bar-right,
  .dt-mobile-header .in-top-bar-left,
  .dt-mobile-header .in-top-bar-right {
    display: none;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left,
  .masthead .top-bar .right-widgets .in-top-bar-right,
  .mobile-mini-widgets .near-logo-first-switch {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left.text-area,
  .masthead .top-bar .right-widgets .in-top-bar-right.text-area,
  .mobile-mini-widgets .near-logo-first-switch.text-area {
    display: inline-block;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left:not(.show-on-first-switch) {
    display: none;
  }
  .masthead .top-bar .right-widgets .in-top-bar-right:not(.show-on-first-switch) {
    display: none;
  }
  .side-header .top-bar .mini-widgets.left-widgets {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .select-type-menu-first-switch .menu-select {
    position: relative;
    display: inline-block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu-first-switch .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu-first-switch > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu-first-switch) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu-first-switch.mini-nav > ul > li > .mini-sub-nav {
    top: 19px;
  }
  .list-type-menu-first-switch .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu-first-switch.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .list-type-menu-first-switch.mini-nav .customSelect1 {
    visibility: hidden !important;
  }
  .list-type-menu-first-switch.mini-nav > ul > li.act > a .menu-item-text,
  .list-type-menu-first-switch.mini-nav > ul > li > a:hover {
    opacity: 0.7;
  }
  .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch img,
  .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch {
    display: block;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-navigation {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
    margin-right: 0;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
    margin-left: 0;
  }
  .masthead .in-menu-first-switch {
    display: none;
  }
  .masthead .hide-on-first-switch,
  .dt-mobile-header .hide-on-first-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .in-menu-second-switch,
  .masthead.widgets .show-on-second-switch,
  .masthead .show-on-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch) {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch).text-area {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  html:not(.no-cssgridlegacy.no-cssgrid) .masthead:not(.sticky-mobile-on) {
    top: 0 !important;
  }
  .sticky-mobile-header .masthead {
    height: auto;
    width: 100%;
  }
  .mobile-mini-widgets-in-menu.second-switch-no-widgets {
    padding: 0;
  }
  .sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch img,
  .show-mobile-logo.side-header.show-device-logo.sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch img,
  .sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch,
  .show-mobile-logo.side-header.show-device-logo.sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch {
    display: block;
  }
  .masthead .top-bar .mini-widgets > * {
    margin: 0 10px !important;
  }
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch) {
    display: none;
  }
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).microwidget-btn,
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).text-area {
    display: none;
  }
  .select-type-menu-second-switch .menu-select {
    position: relative;
    display: block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu-second-switch .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu-second-switch > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu-second-switch.mini-nav > ul > li > .mini-sub-nav {
    top: 19px;
  }
  .list-type-menu-second-switch .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu-second-switch.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .mini-nav.list-type-menu-second-switch .customSelect1 {
    visibility: hidden !important;
  }
  .list-type-menu-second-switch.mini-nav > ul > li.act > a,
  .list-type-menu-second-switch.mini-nav > ul > li:not(.act) > a:hover {
    opacity: 0.7;
  }
  body.page:not(.sticky-mobile-header):not(.floating-navigation-below-slider) .masthead:not(.side-header) {
    transform: none !important;
  }
  .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    display: block;
  }
  .no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
    position: absolute;
  }
  .masthead .mobile-header-bar {
    min-height: 50px;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *,
  .masthead .mobile-mini-widgets .in-menu-second-switch {
    display: none;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *.microwidget-btn,
  .masthead .mobile-mini-widgets .in-menu-second-switch.microwidget-btn {
    display: none;
  }
  .masthead .top-bar .mini-widgets > *,
  .masthead .mobile-header-bar .in-top-bar-left,
  .masthead .mobile-header-bar .in-top-bar-right,
  .masthead .top-bar .right-widgets,
  .dt-mobile-header .in-top-bar {
    display: none;
  }
  .masthead .top-bar .mini-widgets > *.microwidget-btn,
  .masthead .mobile-header-bar .in-top-bar-left.microwidget-btn,
  .masthead .mobile-header-bar .in-top-bar-right.microwidget-btn,
  .masthead .top-bar .right-widgets.microwidget-btn,
  .dt-mobile-header .in-top-bar.microwidget-btn {
    display: none;
  }
  .side-header .top-bar .mini-widgets.left-widgets,
  .masthead .top-bar .left-widgets {
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .side-header .top-bar .mini-widgets.left-widgets .in-top-bar,
  .masthead .top-bar .left-widgets .in-top-bar {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    text-align: center;
  }
  .side-header .top-bar .mini-widgets.left-widgets .in-top-bar.text-area,
  .masthead .top-bar .left-widgets .in-top-bar.text-area {
    display: inline-block;
  }
  .hide-on-second-switch {
    display: none !important;
  }
  .show-on-second-switch {
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-on-second-switch.text-area,
  .show-on-second-switch.in-top-bar {
    display: flex !important;
  }
  .show-on-second-switch.text-area.hide-on-second-switch {
    display: none !important;
  }
  .dt-mobile-header .mini-widgets {
    display: none;
  }
  .mobile-mini-widgets-in-menu .near-logo-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .near-logo-second-switch.microwidget-btn {
    display: none;
  }
  .masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch.text-area {
    display: inline-block;
  }
  .masthead.line-decoration {
    border-bottom: none;
  }
  .mini-contacts {
    white-space: normal;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
    margin-right: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
    margin-left: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-branding {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 1;
    order: 1;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-branding {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
    margin-left: 0;
  }
  .show-mobile-logo .branding img,
  .show-device-logo .branding img.mobile-logo,
  .side-header.show-device-logo .branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .branding img,
  .show-mobile-logo.side-header.show-device-logo .branding img,
  .show-mobile-logo .mobile-branding img,
  .show-device-logo .mobile-branding img.mobile-logo,
  .side-header.show-device-logo .mobile-branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .mobile-branding img,
  .show-mobile-logo.side-header.show-device-logo .mobile-branding img {
    display: none;
  }
  .show-mobile-logo .branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .branding img.mobile-logo,
  .show-device-logo .branding img,
  .show-mobile-logo .mobile-branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo,
  .show-device-logo .mobile-branding img,
  .transparent .mobile-branding img.mobile-desktop-logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 778px) {
  .page-title.page-title-responsive-enabled .wf-wrap {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    min-height: 0px;
  }
  .page-title-responsive-enabled.page-title.title-left.disabled-bg h1 {
    margin: 5px 0;
  }
  .page-title-responsive-enabled.page-title.title-left .breadcrumbs {
    text-align: center;
  }
  .page-title-responsive-enabled.page-title h1,
  .page-title-responsive-enabled.page-title h1 *,
  .page-title-responsive-enabled.page-title h1 a:hover,
  #page .page-title-responsive-enabled.page-title .entry-title {
    font:    24px / 26px "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
  .page-title-responsive-enabled.page-title.breadcrumbs-mobile-off .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .transparent.video-playing .masthead {
    display: none !important;
  }
  .video-playing .rsHomePorthole .rsCloseVideoBtn {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .project-even .alignleft,
  .project-even ul.royalSlider.alignleft {
    width: 100%;
  }
  .content .project-wide-col {
    width: 100%;
  }
  .content .project-wide-col.left-side {
    padding-right: 0;
  }
  .content .project-wide-col.right-side {
    padding-left: 0;
  }
  .content .project-narrow-col {
    width: 100%;
  }
  .layout-list .blog-content,
  .layout-list .blog-media,
  .layout-list .project-list-content,
  .layout-list .project-list-media {
    float: none;
    width: 100% !important;
  }
  .layout-list .buttons-on-img,
  .layout-list .project-even .buttons-on-img {
    margin-left: 0;
    margin-right: 0;
  }
  .blog.layout-list .post .alignleft {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 0px) {
  #footer .wf-container-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer > .wf-wrap,
  #footer #bottom-bar > .wf-wrap {
    padding: 0 0px 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .footer .widget {
    width: 100%;
  }
  .mobile-hide-footer #footer > .wf-wrap {
    display: none;
  }
  .footer-overlap .page-inner {
    margin-bottom: 0 !important;
  }
  .footer-overlap .footer {
    bottom: initial !important;
  }
  .footer-overlap .footer {
    position: relative !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 990px) {
  #bottom-bar .wf-container-bottom {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #bottom-bar .wf-container-bottom > div {
    margin: 0;
  }
  #branding-bottom,
  #bottom-bar .wf-float-left,
  #bottom-bar .wf-float-right {
    display: block;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
  #bottom-bar.logo-split .wf-float-left,
  #bottom-bar.logo-split .wf-float-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #bottom-bar .bottom-text-block {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 778px) {
  #bottom-bar .mini-nav ul {
    display: none;
  }
  #bottom-bar .mini-nav select,
  #bottom-bar .menu-select {
    display: block;
    height: auto;
  }
  #bottom-bar .menu-select {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
@media screen and (max-width: 778px) {
  #main {
    padding: 0px 0 0px 0;
  }
  #main > .wf-wrap {
    padding: 0 0px 0 0px;
  }
  .page-title .wf-wrap,
  .fancy-header .wf-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main-slideshow.fixed {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main-slideshow.fixed > .royalSlider {
    max-width: 1200px;
  }
  .page-title .wf-wrap:after {
    width: calc(1200px - 0px - 0px);
    max-width: calc(100% - 0px - 0px);
  }
  .boxed .page-title .wf-wrap:after {
    left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container,
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 0px 0 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar {
    padding-right: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar {
    padding-left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    padding-left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content {
    padding-right: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-right: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 0px 0 0px;
  }
  .no-cssgridlegacy.no-cssgrid .content,
  .no-cssgridlegacy.no-cssgrid .sidebar {
    padding: 0 0px 0 0px;
  }
  #main .wf-container {
    margin: 0 0px 0 0px;
  }
  .wf-cell,
  .wf-usr-cell {
    padding: 0 0px 0 0px;
  }
}
@media screen and (min-width: 992px) {
  #main > .wf-wrap {
    position: relative;
  }
  .dt-sticky-sidebar {
    will-change: min-height;
  }
  .dt-sticky-sidebar .sidebar-content {
    position: relative;
    transform: translate(0,0);
    transform: translate3d(0,0,0);
    will-change: position, transform;
    -webkit-backface-visibility: hidden;
  }
  .no-cssgridlegacy.no-cssgrid .content {
    width: calc(100% - 350px);
  }
  .no-cssgridlegacy.no-cssgrid .sidebar {
    width: 350px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar {
    float: right;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    float: left;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 25px;
  }
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .content,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 50px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
    padding-left: 25px;
  }
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
    padding-left: 50px;
  }
  #main:not(.sidebar-none) .wf-container-main {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 50px;
  }
  .sidebar-right .wf-container-main {
    grid-template-areas: "content sidebar";
  }
  .sidebar-left .wf-container-main {
    grid-template-areas: "sidebar content";
  }
  .sidebar,
  .sidebar-space {
    grid-area: sidebar;
    -ms-grid-row: 1;
  }
  .sidebar-right .sidebar,
  .sidebar-right .sidebar-space {
    -ms-grid-column: 3;
  }
  .sidebar-left .sidebar,
  .sidebar-left .sidebar-space {
    -ms-grid-column: 1;
  }
  .content {
    grid-area: content;
    -ms-grid-row: 1;
  }
  .sidebar-right .content {
    -ms-grid-column: 1;
  }
  .sidebar-left .content {
    -ms-grid-column: 3;
  }
  .sidebar-right .wf-container-main {
    -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
    grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
  }
  .sidebar-left .wf-container-main {
    -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
    grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
  }
  .sidebar-divider-vertical.sidebar-left .sidebar {
    padding-right: 0;
  }
  .sidebar-divider-vertical.sidebar-left .sidebar .sidebar-content {
    padding-right: 50px;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar {
    padding-left: 0;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .mobile-hide-sidebar .sidebar {
    display: none;
  }
  .sidebar-right .sidebar,
  .sidebar-left .sidebar {
    border: none;
  }
  .sidebar-right .sidebar,
  .sidebar-left .sidebar,
  .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-right .sidebar.solid-bg,
  .sidebar-left .sidebar.solid-bg,
  .sidebar-right .sidebar.bg-under-widget,
  .sidebar-left .sidebar.bg-under-widget {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
  }
  .wc-sidebar-toggle {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: var(--the7-accent-color);
    color: #fff;
    transition: left 0.3s;
    z-index: 9996;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12);
    transition: box-shadow 0.2s ease-out, opacity 0.45s;
    cursor: pointer;
    border-radius: 0px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .accent-gradient .wc-sidebar-toggle {
    background: #999999;
    background: -webkit-linear-gradient();
    background: linear-gradient();
  }
  .wc-sidebar-toggle:hover {
    box-shadow: 0 1px 11px 0 rgba(0,0,0,0.18);
  }
  .wc-sidebar-toggle:before {
    font-family: 'icomoon-the7-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea012";
  }
  .mobile-sticky-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .mobile-sticky-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .dt-wc-sidebar-collapse .sidebar-right .sidebar,
  .dt-wc-sidebar-collapse .sidebar-left .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 80%;
    min-width: 280px;
    width: 350px;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 9996;
    background: #f7f7f8;
  }
  .dt-wc-sidebar-collapse .sidebar-right .sidebar:before,
  .dt-wc-sidebar-collapse .sidebar-left .sidebar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
  }
  .dt-wc-sidebar-collapse .sidebar-right .sidebar .sidebar-content,
  .dt-wc-sidebar-collapse .sidebar-left .sidebar .sidebar-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding: 30px;
  }
  .dt-wc-sidebar-collapse .show-mobile-sidebar .sidebar-right .sidebar,
  .dt-wc-sidebar-collapse .show-mobile-sidebar .sidebar-left .sidebar {
    transform: translateX(0);
  }
  .dt-wc-sidebar-collapse .closed-mobile-sidebar .sidebar-right .sidebar,
  .dt-wc-sidebar-collapse .closed-mobile-sidebar .sidebar-left .sidebar {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 640px) {
  #page .order_details tbody tr:first-of-type,
  #page .customer_details tbody tr:first-of-type {
    border: none;
  }
  #page .order_details td,
  #page .customer_details td {
    text-align: left;
    padding: 0;
    border: none;
  }
  #page .order_details th,
  #page .customer_details th {
    border: none;
    padding: 0;
  }
  #page .order_details tbody tr,
  #page .customer_details tbody tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #page .order_details tfoot,
  #page .customer_details tfoot {
    display: block;
  }
  #page .order_details tfoot tr,
  #page .customer_details tfoot tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .the7-cart-form table.shop_table tbody tr {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wc-complete-wrap .wc-bacs-bank-details li {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .wc-complete-wrap .wc-bacs-bank-details li > strong {
    padding-left: 0;
  }
  .shop_table {
    display: block;
  }
  .shop_table tbody,
  .shop_table tfoot {
    display: block;
  }
  .shop_table thead {
    display: none;
  }
  .shop_table tr {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-top: 1px solid var(--the7-divider-color);
  }
  .calculated_shipping .shop_table tr:first-child {
    border-top: none;
  }
  #page .shop_table tr td {
    border: none;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    border: none;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-thumbnail,
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-quantity {
    padding-bottom: 10px;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-price {
    display: none;
  }
  .shop_table tr.cart_item td a.remove {
    display: inline-block;
    text-align: center;
  }
  .shop_table tr.cart_item td a.remove i {
    vertical-align: top;
  }
  .shop_table tr.cart_item td .product-thumbnail > a {
    display: block;
    padding-bottom: 7px;
  }
  .shop_table tr.cart_item td .product-quantity {
    margin-top: 3px;
  }
  .shop_table tr.cart_item td td.product-subtotal {
    margin-top: 10px;
  }
  .shop_table tr.cart_item td.product-name {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop_table tr.cart_item td.product-name a,
  .shop_table tr.cart_item td.product-name .variation {
    display: block;
    padding-bottom: 7px;
    text-align: center;
  }
  .order_details tr td,
  .order_details tr th,
  .customer_details tr td,
  .customer_details tr th {
    width: 100%;
  }
  table.shop_table.cart td,
  .product .variations td,
  .elementor-widget .variations td,
  .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    display: block;
    margin: 0 auto;
  }
  .e-cart-section.shop_table {
    overflow: hidden;
  }
  .cart .product-thumbnail {
    margin: 0 auto;
  }
  .cart-footer {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  table.tinvwl-table-manage-list {
    border-collapse: collapse;
  }
  .tinv-wishlist .tinvwl-table-manage-list .product-cb,
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
    display: inline-block;
    width: auto !important;
    vertical-align: text-top;
  }
  .tinv-wishlist td.product-name a {
    display: block;
    padding-bottom: 10px;
  }
  .wishlist_item .product-thumbnail > a {
    display: inline-block;
  }
  .tinv-wishlist td.product-name a+.variation {
    display: inline-block;
  }
  .tinv-wishlist table.tinvwl-table-manage-list {
    text-align: center;
  }
  .tinv-wishlist table.tinvwl-table-manage-list th.product-name,
  .tinv-wishlist table.tinvwl-table-manage-list th.wishlist-name {
    padding: 0;
    border: none;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td {
    border: none;
    padding: 0;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-cb input {
    vertical-align: middle;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-name,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-action,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-cb {
    padding: 5px 0;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
    padding-bottom: 10px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tr {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--the7-divider-color);
  }
}
@media screen and (max-width: 768px) {
  .checkout-page-title a {
    font: var(--the7-h4-font);
  }
  .checkout-page-title .checkout-counter {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .rsHomePorthole .rsPlayBtn,
  .rsHomePorthole .rsCLink {
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
  }
  .rsHomePorthole .rsPlayBtn {
    background-size: 30px 30px;
    background-position: 15px center;
  }
  .rsHomePorthole .rsCLink {
    background-size: 24px 24px;
  }
  .rsHomePorthole .rsBtnCenterer {
    margin-top: -25px;
    height: 50px;
  }
  .rsHomePorthole .rsBtnCenterer:not(.with-link) .rsPlayBtn {
    margin-top: 0;
  }
  .rsHomePorthole .rsBtnCenterer.with-link {
    width: 120px;
    margin: -25px 0 0 -60px;
  }
  .rsHomePorthole .with-link .rsCLink,
  .rsHomePorthole .with-link .rsPlayBtn {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  .floating-content {
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 970px) {
  #main .wf-mobile-hidden,
  .filter-extras {
    display: none;
  }
  #main .wf-mobile-visible,
  .content .wf-table.wf-mobile-collapsed,
  .content .wf-mobile-collapsed .wf-tr,
  .content .wf-mobile-collapsed .wf-td {
    display: block;
  }
  .table-standard {
    overflow: scroll;
  }
  .content .wf-1,
  .content .wf-1-2,
  .content .wf-2-4,
  .content .wf-1-3,
  .content .wf-2-3,
  .content .wf-1-4,
  .content .wf-3-4,
  .content .wf-1-5,
  .content [class*="wf-span-"] {
    width: 100%;
  }
  .items-grid .wf-cell.wf-1-3,
  .items-grid .wf-cell.wf-1-2 {
    width: 50%;
  }
  .related-product > li {
    width: 50%;
  }
  .sidebar-right .related-product > li,
  .sidebar-left .related-product > li {
    width: 50%;
  }
  .woocommerce-cart-wrap .related-product > li {
    width: 100%;
  }
  .single-related-posts .items-grid > .related-item {
    width: 50%;
  }
  .sidebar-right .single-related-posts .items-grid > .related-item,
  .sidebar-left .single-related-posts .items-grid > .related-item {
    width: 50%;
  }
  li.comment,
  li.pingback {
    padding-left: 0;
  }
  .children li.comment,
  .children li.pingback {
    padding-left: 30px;
  }
  #comments .children {
    margin-left: 10px;
  }
  .box-style-table .shortcode-action-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .shortcode-action-box.box-style-table {
    display: block;
  }
  .box-style-table .action-button .dt-btn {
    float: left;
  }
}
@media only screen and (max-width: 960px) {
  .header-side-left .mega-full-width > .sub-nav,
  .header-side-left .mega-auto-width > .sub-nav {
    max-width: 767px;
    left: 0;
    top: auto !important;
    padding-left: 0;
  }
  .header-side-right .mega-full-width > .sub-nav,
  .header-side-right .mega-auto-width > .sub-nav {
    max-width: 767px;
    right: 0;
    top: auto !important;
    padding-right: 0;
  }
  form.lost_reset_password {
    width: 67%;
  }
  #customer_login {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #customer_login > div {
    width: 67%;
  }
  #customer_login > div + div {
    margin-left: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .rsHomePorthole .rsCapt {
    bottom: 25px;
  }
}
@media screen and (min-width: 0px) and (max-width: 760px) {
  #main-slideshow .psThumbs {
    display: none;
  }
  .rsHomePorthole .rsCapt {
    padding: 0 20px;
    bottom: 15px;
  }
  form.lost_reset_password {
    width: 100%;
  }
  #customer_login > div {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .scroller-arrow,
  .project-navigation > span,
  .album-content-description,
  .hide-thumb-btn,
  .photo-scroller:not([class*="the7_photo-scroller"]) .ts-wrap.scroller-thumbnails,
  .photo-scroller:not([class*="the7_photo-scroller"]) .hide-thumb-btn,
  .share-overlay h3 {
    display: none;
  }
  .photo-scroller:not([class*="the7_photo-scroller"]) .btn-cntr,
  .photo-scroller:not([class*="the7_photo-scroller"]) .slide-caption {
    bottom: 5px !important;
  }
  .project-navigation .next-post {
    margin-right: 0;
  }
  .share-overlay .wf-td {
    padding-top: 60px;
  }
  .share-overlay h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 44px;
  }
  #page .share-overlay .soc-ico a,
  .share-overlay .soc-ico a {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
  .share-overlay .soc-ico a .icon {
    width: 40px;
    height: 40px;
  }
  .dt-fancy-separator {
    width: 100% !important;
  }
  .overlap.video-playing #header {
    display: none !important;
  }
  .items-grid .wf-cell.wf-1-3,
  .items-grid .wf-cell.wf-1-2 {
    width: 100%;
  }
  .related-product > li {
    width: 100%;
  }
  .sidebar-right .related-product > li,
  .sidebar-left .related-product > li,
  .woocommerce-cart-wrap .related-product > li {
    width: 100%;
  }
  .single-related-posts .items-grid > .related-item {
    width: 100%;
  }
  .sidebar-right .single-related-posts .items-grid > .related-item,
  .sidebar-left .single-related-posts .items-grid > .related-item {
    width: 100%;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item,
  .dt-testimonials-shortcode.layout-5 .testimonial-item {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item .content-wrap,
  .dt-testimonials-shortcode.layout-5 .testimonial-item .content-wrap {
    width: 100% !important;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item .testimonial-avatar,
  .dt-testimonials-shortcode.layout-5 .testimonial-item .testimonial-avatar {
    padding: 0;
    margin-bottom: 20px;
  }
  .content-align-center.dt-testimonials-shortcode.layout-6 .testimonial-item,
  .content-align-center.dt-testimonials-shortcode.layout-5 .testimonial-item {
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .masthead:not(.side-header) .mobile-header-bar,
  .side-header.masthead-mobile-header .mobile-header-bar {
    padding: 0 30px 0 30px;
    box-sizing: border-box;
  }
  .masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar:after {
    width: calc(100% - 30px - 30px);
  }
  .masthead.shadow-mobile-header-decoration.masthead-mobile-header {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
}
@media screen and (max-width: 568px) {
  .rollover-content p,
  .rollover-content .entry-meta {
    display: none;
  }
  .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-message,
  .popup-message-style .woocommerce-error,
  .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-info,
  .popup-message-style .parentFormundefined:not(.run-animation),
  .popup-message-style .parentFormundefined.run-animation,
  .popup-message-style #page .wpcf7-mail-sent-ok,
  .popup-message-style #page .wpcf7-validation-errors,
  .popup-message-style #page .wpcf7-response-output {
    max-width: 300px;
  }
  @keyframes slide-in-message {
    0% {
      opacity: 0;
      transform: translate3d(600px,-50%,0);
    }
    50% {
      opacity: 0;
      transform: translate3d(-200px,-50%,0);
    }
    100% {
      opacity: 1;
      transform: translate3d(-300px,-50%,0);
    }
  }
  @keyframes slide-out-message {
    0% {
      opacity: 1;
      transform: translate3d(-300px,-50%,0);
    }
    100% {
      opacity: 0;
      transform: translate3d(800px,-50%,0);
    }
  }
}
@media (max-width: 600px) {
  .floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
    top: 10px;
  }
}
@media (max-width: 480px) {
  .wc-login-wrap .log-left-block,
  .wc-login-wrap .log-right-block {
    width: 100%;
  }
  .wc-login-wrap .log-right-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .post-navigation .nav-links {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .post-navigation .nav-previous .post-title,
  .post-navigation .nav-next .post-title {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rtl .post-navigation .nav-previous .post-title,
  .rtl .post-navigation .nav-next .post-title {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .post-navigation .nav-previous i,
  .post-navigation .nav-next i {
    display: none;
  }
  .post-navigation .nav-links {
    padding-bottom: 0;
  }
  .post-navigation .back-to-list,
  .post-navigation .disabled {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce-result-count {
    float: none;
  }
  .mobile-header-bar,
  .masthead .popup-search .submit {
    position: relative;
  }
  .dt-mobile-header .mini-nav,
  .masthead .mini-nav,
  .dt-mobile-header .shopping-cart,
  .masthead .shopping-cart,
  .dt-mobile-header .popup-search,
  .masthead .popup-search,
  .dt-mobile-header .searchform,
  .masthead .searchform,
  .dt-mobile-header .popup-search.act,
  .masthead .popup-search.act,
  .dt-mobile-header .mini-nav li,
  .masthead .mini-nav li {
    position: static;
  }
  #page .masthead .mini-nav .mini-sub-nav,
  #page .masthead .shopping-cart-wrap,
  #page .masthead .popup-search .popup-search-wrap {
    max-width: 280px !important;
    left: 50% !important;
    transform: translate3d(-50%,0,0);
  }
  #page .masthead .mini-nav .mini-sub-nav .shopping-cart-inner:before,
  #page .masthead .shopping-cart-wrap .shopping-cart-inner:before,
  #page .masthead .popup-search .popup-search-wrap .shopping-cart-inner:before {
    display: none;
  }
  #page .masthead .mini-nav .mini-sub-nav:before,
  #page .masthead .shopping-cart-wrap:before,
  #page .masthead .popup-search .popup-search-wrap:before {
    display: none;
  }
  #page .masthead .popup-search .popup-search-wrap {
    width: 280px;
  }
  .dt-mobile-header .select-type-menu .sub-nav,
  .dt-mobile-header .select-type-menu-first-switch .sub-nav,
  .dt-mobile-header .select-type-menu-second-switch .sub-nav {
    top: 0;
  }
  .masthead .popup-search .popup-search-wrap,
  .masthead .top-bar .popup-search .popup-search-wrap {
    top: 100%;
  }
  .masthead .shopping-cart-wrap,
  .masthead .top-bar .shopping-cart-wrap {
    top: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body:after {
    content: 'tablet';
    display: none;
  }
}
@media screen and (max-width: 760px),screen and (max-height: 300px) {
  body:after {
    content: 'phone';
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ipad-reverse-col {
    order: 2;
  }
  .vert-tablet-reverse-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hor-tablet-reverse-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .reverse-row-on-mobile,
  .phone-reverse-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    flex-direction: column-reverse;
  }
}
.floating-content {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
.project-wide-col {
  display: inline-block;
  vertical-align: top;
  width: 66.6667%;
  box-sizing: border-box;
}
.project-wide-col.left-side {
  padding-right: 50px;
}
.project-wide-col.right-side {
  padding-left: 50px;
}
.project-narrow-col {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}
.mobile-false .wf-container.effect-layla:not(.jg-container) .rollover-project > a > img {
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
}
.filter-grayscale .wf-container.effect-layla:not(.jg-container) .rollover-project > a > img,
.filter-grayscale-static .wf-container.effect-layla:not(.jg-container) .rollover-project > a > img {
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-layla .rollover-content {
  display: block;
  padding: 35px 45px;
  opacity: 1;
  text-align: center;
}
.effect-layla .rollover-content:hover {
  padding: 35px 45px;
}
.effect-layla .rollover-content:before,
.effect-layla .rollover-content:after {
  position: absolute;
  content: '';
  opacity: 0;
}
.effect-layla .rollover-content:before {
  top: 25px;
  right: 15px;
  bottom: 25px;
  left: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.effect-layla .rollover-content:after {
  top: 15px;
  right: 25px;
  bottom: 15px;
  left: 25px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -ms-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.effect-layla .entry-title,
.effect-layla .links-container,
.effect-layla .rollover-thumbnails {
  -ms-transition: -ms-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.effect-layla:not(.always-show-info) .entry-title,
.effect-layla:not(.always-show-info) .links-container,
.effect-layla:not(.always-show-info) .rollover-thumbnails {
  opacity: 0;
  -ms-transition: -ms-transform 0.35s, opacity 0.35s;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}
.effect-layla p,
.effect-layla .entry-meta {
  opacity: 0;
  -webkit-transform: translate3d(0,-15px,0);
  transform: translate3d(0,-15px,0);
}
.effect-layla .entry-title,
.effect-layla .links-container,
.effect-layla .rollover-thumbnails {
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.always-show-info.effect-layla .entry-title,
.always-show-info.effect-layla .links-container,
.always-show-info.effect-layla .rollover-thumbnails {
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.mobile-false .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project > a > img {
  -webkit-transform: translate3d(-20px,-50%,0);
  transform: translate3d(-20px,-50%,0);
}
.effect-layla .rollover-project > a > img,
.effect-layla .rollover-content:before,
.effect-layla .rollover-content:after,
.effect-layla p,
.effect-layla .entry-meta {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-layla .links-container,
.effect-layla .entry-meta {
  position: relative;
  z-index: 10;
}
.mobile-false .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project:hover > a > img {
  -webkit-transform: translate3d(-20px,calc(-50% + 10px),0);
  transform: translate3d(-20px,calc(-50% + 10px),0);
}
.mobile-true .filter-grayscale .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img,
.mobile-true .filter-grayscale-static .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img,
.mobile-true .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false .effect-layla.hover-color-static .rollover-project:hover > a > img,
.mobile-true .effect-layla.hover-color-static .rollover-project.is-clicked > a > img {
  opacity: 0.3;
}
.mobile-false .effect-layla .rollover-project:hover figcaption::before,
.mobile-true .effect-layla .rollover-project.is-clicked figcaption::before,
.mobile-false .effect-layla .rollover-project:hover figcaption::after,
.mobile-true .effect-layla .rollover-project.is-clicked figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-false .effect-layla .rollover-project:hover .entry-title,
.mobile-true .effect-layla .rollover-project.is-clicked .entry-title,
.mobile-false .effect-layla .rollover-project:hover p,
.mobile-true .effect-layla .rollover-project.is-clicked p,
.mobile-false .effect-layla .rollover-project:hover .entry-meta,
.mobile-true .effect-layla .rollover-project.is-clicked .entry-meta,
.mobile-false .effect-layla .rollover-project:hover .links-container,
.mobile-true .effect-layla .rollover-project.is-clicked .links-container,
.mobile-false .effect-layla .rollover-project:hover .rollover-thumbnails,
.mobile-true .effect-layla .rollover-project.is-clicked .rollover-thumbnails {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false.mobile-false .effect-layla .rollover-project:hover .rollover-content:after,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .rollover-content:after,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .entry-title,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .entry-title,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .links-container,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .links-container,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .rollover-thumbnails,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .rollover-thumbnails,
.mobile-false.mobile-false .effect-layla .rollover-project:hover p,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked p,
.mobile-false.mobile-false .effect-layla .rollover-project:hover a > img,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked a > img,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .entry-meta,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .entry-meta {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-bubba .rollover-project > a > img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.mobile-false .effect-bubba.hover-color-static .rollover-project:hover > a > img,
.mobile-true .effect-bubba.hover-color-static .rollover-project.is-clicked > a > img {
  opacity: 0.3;
}
.effect-bubba .rollover-content {
  display: block;
  padding: 35px 45px;
  text-align: center;
  opacity: 1;
}
.effect-bubba .rollover-content:before,
.effect-bubba .rollover-content:after {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-bubba .rollover-content:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.effect-bubba .rollover-content:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.effect-bubba:not(.always-show-info) .rollover-content .entry-title,
.effect-bubba:not(.always-show-info) .rollover-content .links-container,
.effect-bubba:not(.always-show-info) .rollover-content .rollover-thumbnails {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.effect-bubba .rollover-content p,
.effect-bubba .rollover-content .entry-meta {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
.effect-bubba .links-container,
.effect-bubba .entry-meta {
  position: relative;
  z-index: 10;
}
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .rollover-content:before,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .rollover-content:before,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .rollover-content:after,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .rollover-content:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .entry-title,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .entry-title,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .links-container,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .links-container,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .rollover-thumbnails,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .rollover-thumbnails,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover p,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked p,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .entry-meta,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .entry-meta {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false .wf-container.effect-sarah:not(.jg-container) .rollover-project > a > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.filter-grayscale .wf-container.effect-sarah:not(.jg-container) .rollover-project > a > img,
.filter-grayscale-static .wf-container.effect-sarah:not(.jg-container) .rollover-project > a > img {
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-sarah .rollover-project > a > img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,-50%,0);
  transform: translate3d(-10px,-50%,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.jg-container.effect-sarah .rollover-project > a > img,
.slider-wrapper.effect-sarah .rollover-project > a > img,
.mobile-true .effect-sarah .rollover-project > a > img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slider-wrapper.effect-sarah .rollover-project > a > img {
  width: 100%;
}
.mobile-false.mobile-false .effect-sarah.hover-color-static .rollover-project:hover > a > img,
.mobile-true.mobile-true .effect-sarah.hover-color-static .rollover-project.is-clicked > a > img {
  opacity: 0.3;
}
.mobile-false.mobile-false .effect-sarah:not(.jg-container):not(.slider-wrapper) .rollover-project:hover > a > img,
.mobile-false.mobile-false .effect-sarah:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img {
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.effect-sarah .rollover-content {
  display: block;
  padding: 25px 40px;
  text-align: left;
  opacity: 1;
}
.effect-sarah .rollover-content .links-container {
  text-align: left;
}
.effect-sarah:not(.always-show-info) .rollover-content .entry-title,
.effect-sarah:not(.always-show-info) .rollover-content .links-container,
.effect-sarah:not(.always-show-info) .rollover-content .rollover-thumbnails {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.effect-sarah .rollover-content .entry-title {
  position: relative;
  overflow: hidden;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.effect-sarah .rollover-content .entry-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-101%,0,0);
  transform: translate3d(-100%,0,0);
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .entry-title,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .entry-title {
  opacity: 1;
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .entry-title:after,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .entry-title:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .links-container,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .links-container,
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .rollover-thumbnails,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .rollover-thumbnails {
  opacity: 1;
}
.effect-sarah .rollover-content p,
.effect-sarah .rollover-content .entry-meta {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover p,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked p,
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .entry-meta,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .entry-meta {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-layla .links-container,
.effect-sarah .links-container,
.effect-bubba .links-container {
  width: 100%;
  height: 44px;
}
.effect-layla .rollover-content,
.effect-sarah .rollover-content,
.effect-bubba .rollover-content {
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
}
.effect-layla .rollover-content,
.effect-bubba .rollover-content {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cs-style-3 .rollover-project .rollover-content {
  opacity: 1;
}
.cs-style-3 .rollover-content {
  padding: 0;
}
.cs-style-3.content-align-centre .rollover-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.cs-style-3 .rollover-project > a {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.mobile-false .cs-style-3 .rollover-project:hover > a {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.hover-style-three .rollover-project > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
}
.mobile-false .hover-style-three .rollover-project:hover > a:after,
.mobile-true .hover-style-three .rollover-project.is-clicked > a:after {
  opacity: 1;
}
.cs-style-3.content-align-left .rollover-content-container {
  position: absolute;
  bottom: 0;
}
.cs-style-3 .rollover-content-container {
  width: 100%;
  padding: 15px 20px 5px;
  background-color: #1e1e1e;
}
.mobile-false .cs-style-3 .rollover-content-container {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.cs-style-3 .rollover-project:hover .rollover-content-container,
.mobile-false .cs-style-3 .dt-owl-item:hover .rollover-content-container,
.mobile-true .cs-style-3 .is-clicked .rollover-content-container,
.mobile-true .cs-style-3 .dt-owl-item .rollover-content-container {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -ms-transition: -ms-transform 0.4s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.mobile-true .cs-style-3 .is-clicked .rollover-content {
  display: block;
}
.mobile-true .cs-style-3.content-align-centre .rollover-content {
  display: none;
}
.cs-style-3.content-align-centre .rollover-content.is-clicked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cs-style-3 .rollover-thumbnails {
  opacity: 0;
  margin-bottom: 20px;
}
.mobile-false .cs-style-3 .links-container {
  opacity: 0;
}
.cs-style-3 .links-container {
  margin-bottom: 15px;
}
.mobile-false .cs-style-3 .rollover-project:hover .links-container,
.mobile-false .cs-style-3 .rollover-project:hover .rollover-thumbnails,
.mobile-false .cs-style-3 .dt-owl-item:hover .links-container {
  opacity: 1;
}
.mobile-false .cs-style-3 .links-container,
.cs-style-3 .rollover-project .rollover-thumbnails {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.mobile-true .cs-style-3 .links-container {
  -webkit-transition: opacity 0.1s 0.3s;
  transition: opacity 0.1s 0.3s;
}
.cs-style-3 .rollover-content * {
  color: #fff !important;
}
.accent-gradient .cs-style-3 .rollover-content .entry-title a {
  -webkit-backface-visibility: hidden;
  background-image: none;
}
.hover-style-one .rollover-content,
.accent-gradient .hover-style-one .rollover-content {
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),rgba(0,0,0,0.1) 50%,color-stop(100%,rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.6) 100%);
  background-color: transparent !important;
  color: #fff;
}
.hover-style-one .rollover-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-align-centre.hover-style-one .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content-align-left.hover-style-one .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.hover-style-one .rollover-project > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
}
.mobile-false .hover-style-one .rollover-project:hover > a:after {
  opacity: 1;
}
.hover-style-one .rollover-content-container {
  margin-top: 10px;
  width: 100%;
}
.hover-style-one.always-show-info .links-container,
.hover-style-one.always-show-info .rollover-thumbnails {
  opacity: 0;
}
.hover-style-one.always-show-info .rollover-project:hover .links-container,
.hover-style-one.always-show-info .rollover-project:hover .rollover-thumbnails {
  opacity: 1;
}
.mobile-true .hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content.is-clicked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hover-style-two .rollover-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-align-bottom.hover-style-two .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content-align-centre.hover-style-two .rollover-content {
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-align-left-bottom.hover-style-two .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content-align-left-top.hover-style-two .rollover-content {
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.hover-style-two .rollover-content-container {
  margin-top: 10px;
  width: 100%;
}
.buttons-on-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  text-align: center;
}
.bg-on .buttons-on-img {
  margin: 0;
}
.layout-list .buttons-on-img {
  margin: 0 30px 25px 0;
}
.layout-list .project-even .buttons-on-img {
  margin: 0 0 25px 30px;
}
.layout-list .media-wide .buttons-on-img {
  margin-right: 0;
  margin-left: 0;
}
.buttons-on-img > p,
.post .buttons-on-img .alignnone,
.description-under-image .post .buttons-on-img .alignnone,
.description-under-image .post .buttons-on-img .slider-masonry {
  margin-bottom: 0;
}
.post .buttons-on-img .alignleft {
  margin: 0;
}
.buttons-on-img > .rollover-content {
  padding: 0;
}
.mobile-true .buttons-on-img > .rollover-content {
  display: block;
}
.accent-bg-mixin {
  color: #fff;
  background-color: #999999;
}
.accent-gradient .accent-bg-mixin {
  background: #999999;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.solid-bg-mixin {
  background-color: #f7f7f7;
}
.header-color {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .header-color {
  color: #333333;
}
#main .sidebar-content .header-color {
  color: #000000;
}
.footer .header-color {
  color: #000000;
}
.color-base-transparent {
  color: #999999;
}
.sidebar-content .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
.footer .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shadow-decoration {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.testimonial-item:not(.testimonial-item-slider),
.testimonial-item .ts-viewport,
.bg-on.team-container,
.dt-team-shortcode.content-bg-on .team-container {
  background-color: #f7f7f7;
}
.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .dt-team-shortcode.content-bg-on .team-container {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .dt-team-shortcode.content-bg-on .team-container {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-team-shortcode .team-content {
  font-size: 15px;
  line-height: 1.4em;
}
.testimonial-item .testimonial-vcard .text-secondary,
.testimonial-item .testimonial-vcard .text-primary,
.testimonial-item .testimonial-vcard .text-primary * {
  color: #000000;
}
.sidebar-content .testimonial-item .testimonial-vcard .text-secondary,
.sidebar-content .testimonial-item .testimonial-vcard .text-primary,
.sidebar-content .testimonial-item .testimonial-vcard .text-primary * {
  color: #000000;
}
.footer .testimonial-item .testimonial-vcard .text-secondary,
.footer .testimonial-item .testimonial-vcard .text-primary,
.footer .testimonial-item .testimonial-vcard .text-primary * {
  color: #000000;
}
.testimonial-item .testimonial-vcard a.text-primary:hover,
.testimonial-item .testimonial-vcard a.text-primary:hover * {
  text-decoration: underline;
}
.team-author p {
  color: #000000;
  font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-team-shortcode .team-author p {
  font:     / 1.5em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #999999;
}
.accent-gradient .dt-team-shortcode .team-author p {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .dt-team-shortcode .team-author p {
    color: #999999;
  }
}
.dt-mega-parent .sidebar-content .widget .team-author p {
  font:    15px / 1.4em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(51,51,51,0.5);
}
.sidebar-content .team-author p {
  font:    15px / 1.4em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(102,102,102,0.5);
}
.footer .team-author p {
  font:    15px / 1.4em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(102,102,102,0.5);
}
.testimonial-vcard .text-secondary {
  color: #000000;
  line-height: 1.3em;
  font-weight: bold;
}
.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-secondary {
  color: #333333;
}
#main .sidebar-content .testimonial-vcard .text-secondary {
  color: #000000;
}
.footer .testimonial-vcard .text-secondary {
  color: #000000;
}
#main .sidebar-content .widget .testimonial-vcard .text-secondary {
  color: rgba(102,102,102,0.5);
}
.dt-testimonials-shortcode .testimonial-vcard .text-secondary {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: normal;
  color: #999999;
}
.accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
    color: #999999;
  }
}
.dt-testimonials-shortcode .more-link {
  color: #999999;
}
.testimonial-vcard .text-primary {
  color: #000000;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
}
.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-primary {
  color: #333333;
}
#main .sidebar-content .testimonial-vcard .text-primary {
  color: #000000;
}
.footer .testimonial-vcard .text-primary {
  color: #000000;
}
.testimonial-vcard .text-primary * {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-primary * {
  color: #333333;
}
#main .sidebar-content .testimonial-vcard .text-primary * {
  color: #000000;
}
.footer .testimonial-vcard .text-primary * {
  color: #000000;
}
.dt-testimonials-shortcode .testimonial-vcard .text-primary {
  font: normal  normal  /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
}
.team-author-name,
.team-author-name a {
  color: #000000;
  font: normal  normal  /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
}
.content .team-author-name a:hover {
  color: #999999;
}
.accent-gradient .content .team-author-name a:hover {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .content .team-author-name a:hover {
    color: #999999;
  }
}
.widget .team-author-name,
.widget .team-author-name a {
  font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .widget .team-author-name,
.dt-mega-parent .sidebar-content .widget .widget .team-author-name a {
  color: #333333;
}
#main .sidebar-content .widget .team-author-name,
#main .sidebar-content .widget .team-author-name a {
  color: #000000;
}
.footer .widget .team-author-name,
.footer .widget .team-author-name a {
  color: #000000;
}
.team-author-name,
.team-author-name a {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .team-author-name,
.dt-mega-parent .sidebar-content .widget .team-author-name a {
  color: #333333;
}
#main .sidebar-content .team-author-name,
#main .sidebar-content .team-author-name a {
  color: #000000;
}
.footer .team-author-name,
.footer .team-author-name a {
  color: #000000;
}
.rsTitle {
  font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.rsDesc {
  font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
@media screen and (max-width: 1200px) {
  .rsTitle {
    font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .rsTitle {
    font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 800px) {
  .rsTitle {
    font:     /  "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    font:    15px / 1.4em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 320px) {
  .rsTitle {
    font:    15px / 1.4em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    display: none !important;
    font:    15px / 1.4em "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  }
}
#main-slideshow .progress-spinner-left,
#main-slideshow .progress-spinner-right {
  border-color: #999999 !important;
}
.slider-content .owl-dot:not(.active):not(:hover),
.slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
}
.slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
}
.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot:not(.active):not(:hover),
.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(51,51,51,0.35);
  box-shadow: inset 0 0 0 2px rgba(51,51,51,0.35);
}
.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(51,51,51,0.35);
  box-shadow: inset 0 0 0 20px rgba(51,51,51,0.35);
}
.sidebar .slider-content .owl-dot:not(.active):not(:hover),
.sidebar .slider-content .owl-dot:not(.active):hover,
.sidebar-content .slider-content .owl-dot:not(.active):not(:hover),
.sidebar-content .slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
}
.sidebar .slider-content .owl-dot.active,
.sidebar-content .slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
}
.footer .slider-content .owl-dot:not(.active):not(:hover),
.footer .slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
}
.footer .slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
}
.qlwapp__bot-frame{display:block;width:100%;height:min(var(--qlwapp-scheme-box-max-height),100dvh - 160px);border:0;background-color:#fff}@font-face{font-family:qlwapp-whatsapp;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAYEAAsAAAAABbgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFKmNtYXAAAAFoAAAAVAAAAFQXVtKHZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAfwAAAH8pb7IGGhlYWQAAAPAAAAANgAAADYUXm9HaGhlYQAAA/gAAAAkAAAAJAfAA8ZobXR4AAAEHAAAABQAAAAUCgAAA2xvY2EAAAQwAAAADAAAAAwAKAESbWF4cAAABDwAAAAgAAAAIAAJAJluYW1lAAAEXAAAAYYAAAGGmUoJ+3Bvc3QAAAXkAAAAIAAAACAAAwAAAAMDAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkA//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAwAD/8AD/gPAACcATwCWAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmATEiJi8BBzcnLgE1NDc+ATc2MzIXHgEXFhcWFx4BFxYVFAcOAQcGIxMuAScmIgcOAQcOAScuAScuAScmNjc+ATc+ATc2JicuAScuASMmIiMiBgcOARUUFhcWFx4BFxYXHgEXHgE3PgE3PgEnLgEnA2kkKSpbMTEzaVxdiSgoIiJIAQ03e0BpXF2KKCgKCiYbHP51OW0xD6ArCiAhIiFyTU1XKygpTCIjHh0XFyAICCEick1NV+cJRAkJDQcGHAYGDAkKOCQdJAYGBwUECgUEBQMDAQMCHQgHEAUGDAcGEwgJJC8FAhEQOCcnMBYkDhcoERI7CAgCAgMMCgMrJBwcJQoKKCiKXFxpQ4E6/vlHHx8oKIldXGkzMTFbKin9Fx4dCSmbEDJzPFdNTHMhIQgIHxcXHh4jIkwpKCtXTU1yISIBPAUhBAMKCSIHBgIFBRogGTYJCQwFBAwGBgkGBgwEBUcTEgMBBwkJMi8vTgYDFxY8IB8UCg0EBwEDAyMWFiIEBAcEAAAAAAEAAAABAAAmrdZpXw889QALBAAAAAAA2KCVZQAAAADYoJVlAAD/wAP+A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA/4AAQAAAAAAAAAAAAAAAAAAAAUEAAAAAAAAAAAAAAACAAAABAAAAwAAAAAACgAUAB4A/gABAAAABQCXAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");font-weight:normal;font-style:normal}.qlwapp__icon{all:unset;font-family:qlwapp-whatsapp,serif,sans-serif !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qlwapp__icon::before{content:""}.qlwapp__previous,.qlwapp__close{font-family:"Source Serif Pro",serif,sans-serif;font-style:unset;font-size:24px;font-weight:bold;cursor:pointer;text-align:center;line-height:1em;z-index:1;fill:var(--qlwapp-scheme-text);display:flex}.qlwapp__button{display:inline-flex;position:relative;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;pointer-events:all;margin:24px auto;height:40px;box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);cursor:pointer}.qlwapp__button,.qlwapp__button:active,.qlwapp__button:focus,.qlwapp__button:hover{outline:none !important;text-decoration:none !important;color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__button .qlwapp__label,.qlwapp__button .qlwapp__time{position:absolute;bottom:-2em;color:initial;font-size:10px;display:inline-block;top:auto;width:120px}.qlwapp__button .qlwapp__close{font-size:var(--qlwapp-scheme-icon-font-size)}.qlwapp__button .qlwapp__icon{display:flex;align-items:baseline;font-size:var(--qlwapp-scheme-icon-font-size)}.qlwapp__button img.qlwapp__icon{width:var(--qlwapp-scheme-icon-font-size);height:var(--qlwapp-scheme-icon-font-size);object-fit:contain}.qlwapp__button--button{padding:var(--qlwapp-padding-xs) var(--qlwapp-padding-md)}.qlwapp__button--image{width:auto;height:auto}.qlwapp__button--bubble{right:auto;width:var(--qlwapp-scheme-icon-size);height:var(--qlwapp-scheme-icon-size)}.qlwapp__button--bubble .qlwapp__icon{margin:0}.qlwapp__button--bubble .qlwapp__text{position:absolute;right:var(--qlwapp-scheme-icon-size);height:var(--qlwapp-scheme-icon-size);margin:0 24px;display:flex;align-items:center;justify-content:flex-end;font-weight:bold;white-space:pre;color:var(--qlwapp-scheme-text-secondary)}.qlwapp__button--disabled{pointer-events:none;opacity:.5}.qlwapp__notification-bubble{position:absolute;top:-4px;right:-4px;background-color:#dc3545;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;line-height:1;z-index:10;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2);animation-duration:1.5s;animation-timing-function:ease-in;animation-iteration-count:1;--qlwapp-pulse-color: rgb(220 53 69 / 70%);--qlwapp-pulse-size: 4px}.qlwapp__notification-bubble--bounce{animation-name:bounce}.qlwapp__notification-bubble--flash{animation-name:flash}.qlwapp__notification-bubble--pulse{animation-name:pulse}.qlwapp__notification-bubble--shakeX{animation-name:shakeX}.qlwapp__notification-bubble--shakeY{animation-name:shakeY}.qlwapp__notification-bubble--none{animation:none}.qlwapp__avatar__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.qlwapp__avatar{position:relative;width:62px;height:62px}.qlwapp__avatar .qlwapp__avatar__type-badge{position:absolute;top:-2px;right:-4px;width:18px;height:18px;border-radius:50%;background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 0 0 2px #fff}.qlwapp__avatar .qlwapp__avatar__type-badge svg{width:11px;height:11px;min-width:11px;min-height:11px}.qlwapp__avatar .qlwapp__avatar__container{overflow:hidden;width:inherit;height:inherit;border-radius:50%;box-shadow:0 0 0 2px #eee;display:flex;align-items:center;justify-content:center}.qlwapp__avatar .qlwapp__avatar__container--icon{background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);font-weight:bold;font-size:30px}.qlwapp__avatar .qlwapp__avatar__container svg{width:50%}.qlwapp__avatar .qlwapp__avatar__container img{width:100%;height:auto}.qlwapp__contact-list{height:100%;overflow:auto;overscroll-behavior:contain}.qlwapp__contact{display:flex;align-items:center;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);color:inherit;position:relative;cursor:pointer;width:100%;text-decoration:none;height:auto}.qlwapp__contact:only-child{height:100%;text-align:center;flex-direction:column;justify-content:center}.qlwapp__contact:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.qlwapp__contact:hover,.qlwapp__contact:focus-visible{background-color:rgba(0,0,0,.05)}.qlwapp__contact:active{background-color:rgba(0,0,0,.1)}.qlwapp__contact:nth-child(1):nth-last-child(2),.qlwapp__contact:nth-child(2):nth-last-child(1){height:50%}.qlwapp__contact--disabled{pointer-events:none;opacity:.5}.qlwapp__status{display:flex;align-items:center;gap:3px}.qlwapp__status__indicator{width:10px;height:10px;border-radius:50%;border:1px solid #fff}.qlwapp__status__indicator--online{background-color:#00d084}.qlwapp__status__indicator--offline{background-color:#e63946}.qlwapp__status__text{font-size:10px;color:#666}.qlwapp__contact-list__empty{display:flex;height:134px;justify-content:center;align-items:center}.qlwapp__container{pointer-events:none;box-sizing:border-box;font-size:var(--qlwapp-scheme-font-size);font-family:var(--qlwapp-scheme-font-family);display:flex;flex-direction:column;width:430px}.qlwapp__container *{box-sizing:border-box}.qlwapp__container.qlwapp-hide,.qlwapp__container .qlwapp__contact.qlwapp-hide{display:none}.qlwapp__container.mobile .qlwapp__contact.qlwapp-desktop,.qlwapp__container.mobile.qlwapp-desktop{display:none}.qlwapp__container.desktop .qlwapp__contact.qlwapp-mobile,.qlwapp__container.desktop.qlwapp-mobile{display:none}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{position:fixed;z-index:9999999}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--bottom-left{right:auto;left:0}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-left .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button .qlwapp__time{left:0;right:auto}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button{margin-left:20px}.qlwapp__container.qlwapp__container--middle-left .qlwapp__button--bubble .qlwapp__text,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__button--bubble .qlwapp__text{right:auto;left:var(--qlwapp-scheme-icon-size)}.qlwapp__container.qlwapp__container--middle-left .qlwapp__modal::before,.qlwapp__container.qlwapp__container--bottom-left .qlwapp__modal::before{right:auto;left:20px}.qlwapp__container.qlwapp__container--middle-right,.qlwapp__container.qlwapp__container--bottom-right{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--middle-right .qlwapp__button .qlwapp__time,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__label,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button .qlwapp__time{left:auto;right:0}.qlwapp__container.qlwapp__container--middle-right .qlwapp__button,.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:20px}.qlwapp__container.qlwapp__container--middle-left,.qlwapp__container.qlwapp__container--middle-right{transition:top .3s ease;top:auto;bottom:0}.qlwapp__container.qlwapp__container--middle-left:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open),.qlwapp__container.qlwapp__container--middle-right:not(.qlwapp__container--closing,.qlwapp__container--opening,.qlwapp__container--open){top:40%;bottom:auto}.qlwapp__container.qlwapp__container--bottom-left,.qlwapp__container.qlwapp__container--bottom-right{top:auto;bottom:0}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble img.qlwapp__icon{border-radius:200px;overflow:hidden}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--bubble{border-radius:200px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button{border-radius:50px}.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button img.qlwapp__icon{border-radius:200px;max-height:28px;width:auto}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal{border-radius:8px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message{border-radius:4px}.qlwapp__container.qlwapp__container--rounded .qlwapp__modal .qlwapp__message::before{background-color:inherit}.qlwapp__container p:last-child{margin:0}.qlwapp__container time{opacity:.8;font-style:italic;font-size:10px}.qlwapp-is-mobile{width:auto}.qlwapp-is-mobile.qlwapp__container--rounded .qlwapp__modal{border-radius:0}.qlwapp{font-weight:normal;font-size:12px;font-family:Inter,sans-serif}.qlwapp--woocommerce .qlwapp__container{display:block;width:auto}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button,.qlwapp--woocommerce .qlwapp__container .qlwapp__button--bubble.qlwapp__button{margin:0}.qlwapp--woocommerce .qlwapp__container .qlwapp__button--button.qlwapp__button{width:100%}.qlwapp--shortcode .qlwapp__container{width:auto}@keyframes pulse{0%{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.5, 1.5, 1.5)}100%{transform:scale3d(1, 1, 1)}}.qlwapp__footer,.qlwapp__response{position:relative;bottom:0;left:0;right:0;height:auto;width:100%;overflow:hidden}.qlwapp__footer pre,.qlwapp__footer input,.qlwapp__footer textarea,.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{max-height:160px;color:inherit;background-color:inherit}.qlwapp__footer::before,.qlwapp__response::before{pointer-events:none;position:absolute;content:"";height:100%;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.025) 100%);top:0;left:0;right:0}.qlwapp__footer::after,.qlwapp__response::after{content:" ";height:1px;background-color:rgba(0,0,0,.075);position:absolute;top:0;left:0;right:0}.qlwapp__footer{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;min-height:56px;width:100%;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg)}.qlwapp__footer>*{width:100%;white-space:pre-wrap}.qlwapp__footer img{max-width:100px}.qlwapp__footer *{color:var(--qlwapp-scheme-text-secondary)}.qlwapp__footer p{padding:0;font-size:inherit;width:100%;white-space:pre-wrap}.qlwapp__footer p:last-child{margin-bottom:0}.qlwapp__footer h1,.qlwapp__footer h2,.qlwapp__footer h3,.qlwapp__footer h4,.qlwapp__footer h5,.qlwapp__footer h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__footer h1{font-size:2.5em}.qlwapp__footer h2{font-size:2em}.qlwapp__footer h3{font-size:1.5em}.qlwapp__footer h4{font-size:1.25em}.qlwapp__footer h5{font-size:1em}.qlwapp__footer h6{font-size:.75em}.qlwapp__response,.qlwapp__response pre,.qlwapp__response textarea,.qlwapp__response .qlwapp__response__buttons{min-height:56px}.qlwapp__response pre,.qlwapp__response input,.qlwapp__response textarea{width:100%;height:100%;resize:none;border:none;color:var(--qlwapp-scheme-text-secondary);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-family);font-size:1em !important;font-weight:normal;line-height:20px;white-space:pre-wrap;word-wrap:break-word;border-radius:inherit;margin:0}.qlwapp__response pre{visibility:hidden}.qlwapp__response input,.qlwapp__response textarea{position:absolute;bottom:0;left:0}.qlwapp__response input:focus,.qlwapp__response textarea:focus{outline:none}.qlwapp__response input::placeholder,.qlwapp__response textarea::placeholder{opacity:.5;color:inherit}.qlwapp__response .qlwapp__response__buttons{position:absolute;top:0;right:21px;display:flex;align-items:center}.qlwapp__response .qlwapp__response__buttons svg{width:18px}.qlwapp__response .qlwapp__response__buttons>i{opacity:.4}.qlwapp__response .qlwapp__response__buttons>i,.qlwapp__response .qlwapp__response__buttons>a{cursor:pointer;margin:0 0 0 10px;display:flex;font-size:18px;align-items:center;text-decoration:none}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--button-label{margin-right:5px}.qlwapp__response .qlwapp__response__buttons .qlwapp__reply--disabled{pointer-events:none;opacity:.5}.qlwapp__response .qlwapp__response__buttons.active>i{display:none}.qlwapp__response .qlwapp__response__buttons.active>i.qlwf-emoji{display:block}.qlwapp__response--end-conversation pre{opacity:.5;visibility:visible;text-align:center}.qlwapp__response .qlwapp__country-selector{position:absolute;top:0;left:0;height:100%;border:none;border-right:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,0);color:inherit;font-size:.875em;padding:0 var(--qlwapp-padding-sm);cursor:pointer;appearance:none;outline:none;z-index:1;max-width:90px;white-space:nowrap;overflow:hidden}.qlwapp__response .qlwapp__country-selector:focus{outline:none}.qlwapp__response .qlwapp__country-selector:disabled{opacity:.5;cursor:default}.qlwapp__response .qlwapp__response__input--phone{padding-left:calc(90px + var(--qlwapp-padding-sm))}.qlwapp__response input[type=date],.qlwapp__response input[type=datetime-local]{width:100%;height:100%;border:none;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));font-family:var(--qlwapp-scheme-font-family);font-size:1em !important;font-weight:normal;line-height:20px;border-radius:inherit;margin:0;background-color:rgba(0,0,0,0);color:inherit;display:flex;align-items:center}.qlwapp__response input[type=date]:focus,.qlwapp__response input[type=datetime-local]:focus{outline:none}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:calc(var(--qlwapp-button-width, 32px) + 8px);cursor:pointer;opacity:.7;transition:opacity .2s}.qlwapp__response input[type=date]::-webkit-calendar-picker-indicator:hover,.qlwapp__response input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}.qlwapp__response .qlwapp__response__date-range{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px var(--qlwapp-padding-sm);width:100%;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);padding-right:calc(var(--qlwapp-padding-sm) + var(--qlwapp-button-width, 32px));box-sizing:border-box}.qlwapp__response .qlwapp__response__date-range input[type=date],.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]{position:static;display:flex;justify-content:space-between;width:100%;min-width:0;height:auto;min-height:0;padding:1px 0;padding-right:0;border-radius:0;font-size:.875em !important}.qlwapp__response .qlwapp__response__date-range input[type=date]::-webkit-calendar-picker-indicator,.qlwapp__response .qlwapp__response__date-range input[type=datetime-local]::-webkit-calendar-picker-indicator{margin-right:0;flex-shrink:0}.qlwapp__response .qlwapp__response__date-range__label{font-size:.75em;opacity:.6;white-space:nowrap;line-height:1.2}.qlwapp__response:has(.qlwapp__response__date-range) .qlwapp__response__buttons{top:50%;transform:translateY(-50%);min-height:auto}.qlwapp__consent{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025)}.qlwapp__consent .qlwapp__consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text-secondary);margin:0}.qlwapp__consent .qlwapp__consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand)}.qlwapp__consent .qlwapp__consent-text{flex:1;user-select:none}.qlwapp__general-consent{text-align:start;font-size:12px;padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);border-top:1px solid rgba(0,0,0,.075);background-color:rgba(0,0,0,.025);animation:fadeIn .3s ease-in-out}.qlwapp__general-consent--required{background-color:rgba(255,235,200,.4);border-top:1px solid rgba(255,152,0,.2)}.qlwapp__general-consent .qlwapp__general-consent-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:13px;line-height:1.4;color:var(--qlwapp-scheme-text-secondary);margin:0}.qlwapp__general-consent .qlwapp__general-consent-checkbox{margin:0;margin-top:2px;flex-shrink:0;width:16px;height:16px;cursor:pointer;accent-color:var(--qlwapp-scheme-brand)}.qlwapp__general-consent .qlwapp__general-consent-text{flex:1;user-select:none}.qlwapp__general-consent .qlwapp__general-consent-text br{display:block;content:"";margin-top:.5em}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qlwapp__general-consent--accepted{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.qlwapp__header{background-color:var(--qlwapp-scheme-brand);color:var(--qlwapp-scheme-text);position:relative;overflow:hidden;height:auto}.qlwapp__header::before{content:"";position:absolute;inset:0;background:linear-gradient(315deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%)}.qlwapp__header .qlwapp__close{position:absolute;top:12px;right:12px}@media(width >= 430px){.qlwapp__header .qlwapp__close{position:absolute;top:7px;right:7px;font-size:18px}}.qlwapp__header .qlwapp__header-description{align-items:center;font-size:12px}.qlwapp__header .qlwapp__header-description p{padding:0;font-size:inherit;width:100%;color:inherit;font-family:inherit;margin:0}.qlwapp__header .qlwapp__header-description p:last-child{margin-bottom:0}.qlwapp__header .qlwapp__header-description h1,.qlwapp__header .qlwapp__header-description h2,.qlwapp__header .qlwapp__header-description h3,.qlwapp__header .qlwapp__header-description h4,.qlwapp__header .qlwapp__header-description h5,.qlwapp__header .qlwapp__header-description h6{display:block;font-weight:600;margin:0;padding:0;white-space:pre-wrap;color:inherit;font-family:inherit}.qlwapp__header .qlwapp__header-description h1{font-size:2.5em}.qlwapp__header .qlwapp__header-description h2{font-size:2em}.qlwapp__header .qlwapp__header-description h3{font-size:1.5em}.qlwapp__header .qlwapp__header-description h4{font-size:1.25em}.qlwapp__header .qlwapp__header-description h5{font-size:1em}.qlwapp__header .qlwapp__header-description h6{font-size:.75em}.qlwapp__header .qlwapp__header-description img{max-width:100px}.qlwapp__header .qlwapp__header-description *{color:var(--qlwapp-scheme-text) !important}.qlwapp__header .qlwapp__header-description,.qlwapp__header .qlwapp__header-contact{padding:calc(var(--qlwapp-padding-xs) + 2px) var(--qlwapp-padding-lg);min-height:100%}.qlwapp__header .qlwapp__header-contact{display:flex;justify-content:flex-end;align-items:center;gap:var(--qlwapp-padding-sm)}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons{display:flex;margin-right:auto;align-items:center;flex-shrink:0}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous{width:100%;height:100%}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__previous--disabled{opacity:.5;pointer-events:none !important}.qlwapp__header .qlwapp__header-contact .qlwapp__header-contact-buttons .qlwapp__reset{margin-left:15px;color:var(--qlwapp-scheme-text) !important}.qlwapp__header .qlwapp__header-contact .qlwapp__info{text-align:end;color:var(--qlwapp-scheme-text) !important;overflow:hidden;min-width:0}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__info .qlwapp__time{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qlwapp__header .qlwapp__header-contact .qlwapp__avatar{width:42px;height:42px;flex-shrink:0}.qlwapp__message-list{display:flex;align-items:center;flex-direction:column;gap:var(--qlwapp-padding-sm);padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-lg);overflow:hidden auto;overscroll-behavior:contain;max-height:min(var(--qlwapp-scheme-box-max-height),100dvh - 220px)}.qlwapp__message{padding:var(--qlwapp-padding-sm) var(--qlwapp-padding-md);position:relative;align-self:flex-start;word-wrap:break-word;max-width:calc(100% - var(--qlwapp-padding-sm)*2);background-color:#eee;color:#111}.qlwapp__message::before{content:"";position:absolute;top:0;width:20px;height:20px;right:auto;left:0;transform:matrix(1, 0, 1, 1, -2, 0)}.qlwapp__message--image{width:100%;height:100%}.qlwapp__message--video,.qlwapp__message--audio,.qlwapp__message--embed{position:relative;max-width:100%}.qlwapp__message--video video,.qlwapp__message--video audio,.qlwapp__message--audio video,.qlwapp__message--audio audio,.qlwapp__message--embed video,.qlwapp__message--embed audio{display:block;max-width:100%;border-radius:inherit}.qlwapp__message--video video,.qlwapp__message--audio video,.qlwapp__message--embed video{max-height:300px;object-fit:contain}.qlwapp__message--video audio,.qlwapp__message--audio audio,.qlwapp__message--embed audio{height:40px}.qlwapp__message--video iframe,.qlwapp__message--audio iframe,.qlwapp__message--embed iframe{display:block;width:100%;height:157px;border:none;border-radius:inherit}.qlwapp__message--user{place-self:end flex-end;margin-top:0;word-break:var(--qlwapp-scheme-box-message-word-break);color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__message--user::before{right:0;left:auto;transform:matrix(1, 0, 1, -1, 2, 0)}.qlwapp__message--user a{color:var(--qlwapp-scheme-text) !important;text-decoration:underline}.qlwapp__message--user:first-child::before{top:-6px;right:10%;transform:rotate(45deg)}.qlwapp__message--user,.qlwapp__message--choice-input{width:auto;color:var(--qlwapp-scheme-text) !important;background-color:var(--qlwapp-scheme-brand) !important}.qlwapp__message--choice-input{place-self:end flex-end;cursor:pointer;transition:all .2s ease}.qlwapp__message--choice-input::before{content:none}.qlwapp__message--choice-input:hover{box-shadow:0 2px 8px rgba(0,0,0,.3)}.qlwapp__message--error{background-color:#ffbfbf !important;color:#750000 !important}.qlwapp__message--error::before{background-color:#ffbfbf !important}.qlwapp__rating-form{display:flex;flex-direction:column;gap:var(--qlwapp-padding-sm);width:100%;padding:0 var(--qlwapp-padding-sm)}.qlwapp__rating-label{font-size:.875rem;color:#666}.qlwapp__rating-label--left{text-align:start;width:100%}.qlwapp__rating-label--right{text-align:end;width:100%;padding-right:var(--qlwapp-padding-sm)}.qlwapp__rating-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px;padding:var(--qlwapp-padding-sm) 0;width:100%}.qlwapp__rating-number{width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:.9rem;cursor:pointer;user-select:none;transition:all .2s ease-in-out;border-radius:50%;border-width:2px;border-style:solid;border-color:rgba(37,211,102,.25);background-color:rgba(37,211,102,.05);color:var(--qlwapp-scheme-brand);flex-shrink:0}.qlwapp__rating-number:hover,.qlwapp__rating-number--selected{background-color:rgba(37,211,102,.25);border-color:var(--qlwapp-scheme-brand)}.qlwapp__rating-icon{transition:all .2s ease;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;width:calc((100% - 16px)/5);aspect-ratio:1;max-width:50px;flex-shrink:0}.qlwapp__rating-icon>svg{stroke:var(--qlwapp-scheme-brand);transition:all .2s ease;width:20px;height:20px}.qlwapp__rating-icon--selected{background-color:rgba(37,211,102,.04)}.qlwapp__rating-icon--selected>svg{fill:var(--qlwapp-scheme-brand)}.qlwapp__rating-icon:hover{background-color:rgba(37,211,102,.06)}.qlwapp__rating-icon:hover>svg{fill:rgba(37,211,102,.15)}.qlwapp__rating-submit{display:flex;justify-content:flex-end;padding-top:var(--qlwapp-padding-sm)}.qlwapp__rating-submit button{border:none;outline:none;cursor:pointer}.qlwapp__modal{pointer-events:all;position:relative;inset:auto;z-index:99999;box-shadow:0 8px 25px -5px rgba(45,62,79,.15);background-color:#fff;margin:24px 24px 12px}.qlwapp__modal::before{background-color:#fff;content:"";position:absolute;bottom:-6px;right:24px;width:13px;height:13px;transform:rotate(45deg)}.qlwapp__modal .qlwapp__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.qlwapp__modal .qlwapp__header .qlwapp__carousel{position:relative}.qlwapp__modal .qlwapp__body{overflow:hidden}.qlwapp__modal .qlwapp__body .qlwapp__carousel{position:relative;max-height:min(var(--qlwapp-scheme-box-max-height),100dvh - 220px)}.qlwapp__modal .qlwapp__footer,.qlwapp__modal .qlwapp__response{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.qlwapp__modal .qlwapp__time,.qlwapp__modal .qlwapp__label,.qlwapp__modal .qlwapp-offline-text{font-size:12px;line-height:1.5em;opacity:.6;display:block}.qlwapp__modal .qlwapp__time{font-size:11px;font-style:italic;color:var(--qlwapp-scheme-contact-availability-color);text-align:justify}.qlwapp__modal .qlwapp__name{display:block;font-weight:bold;line-height:1.5em;color:var(--qlwapp-scheme-contact-name-color);text-align:justify}.qlwapp__modal .qlwapp__label{color:var(--qlwapp-scheme-contact-role-color);text-align:justify}.qlwapp-is-mobile .qlwapp__modal{position:fixed;bottom:0;left:0;right:0;box-shadow:0 5px 20px 5px rgba(0,0,0,.5);margin:0}.qlwapp-is-mobile .qlwapp__modal::before{content:none}.qlwapp-is-mobile .qlwapp__modal .qlwapp__header{border-top-left-radius:0;border-top-right-radius:0}.qlwapp-is-mobile .qlwapp__modal .qlwapp__footer,.qlwapp-is-mobile .qlwapp__modal .qlwapp__response{border-bottom-left-radius:0;border-bottom-right-radius:0}@keyframes closeModal{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px)}}@keyframes openModal{from{opacity:0;visibility:hidden;transform:translateY(50px)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes closeModalInMobile{from{opacity:1;visibility:visible;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}}@keyframes openModalInMobile{from{opacity:0;visibility:hidden;transform:translateY(50px) scale(0.9)}to{visibility:visible;opacity:1;transform:translateY(0) scale(1)}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes bounce{0%,20%,53%,80%,100%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes pulse{0%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0.7))}70%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 var(--qlwapp-pulse-size, 12px) var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}100%{box-shadow:0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0))}}@keyframes shakeX{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeY{0%,100%{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.qlwapp__modal{opacity:0;visibility:hidden}.qlwapp__modal .qlwapp__carousel{display:flex;width:200%;height:100%}.qlwapp__modal .qlwapp__carousel .qlwapp__carousel-slide{width:50%;transition:max-height 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms,transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms,opacity 500ms ease-in 500ms}.qlwapp__modal .qlwapp__header .qlwapp__name,.qlwapp__modal .qlwapp__header .qlwapp__avatar{opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s,opacity ease-in .3s}.qlwapp__modal .qlwapp__header .qlwapp__name{transform:translateX(56px)}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transform:scale(0.5)}.qlwapp__modal .qlwapp__header .qlwapp__name{transition-delay:800ms}.qlwapp__modal .qlwapp__header .qlwapp__header-description{transition-delay:850ms}.qlwapp__modal .qlwapp__header .qlwapp__avatar{transition-delay:900ms}.qlwapp__modal .qlwapp__response,.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 600ms,opacity ease-in 200ms}.qlwapp__modal .qlwapp__previous,.qlwapp__modal .qlwapp__message{opacity:0}.qlwapp__modal .qlwapp__response{pointer-events:none;display:none;opacity:0}.qlwapp__modal .qlwapp__previous{transform:translateX(56px)}.qlwapp__modal .qlwapp__message{transform:translateY(56px);transition-delay:200ms}.qlwapp__modal .qlwapp__close{transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__header-description{transition:opacity 900ms cubic-bezier(0.215, 0.61, 0.355, 1)}.qlwapp__modal .qlwapp__previous{transition-delay:800ms}.qlwapp__modal .qlwapp__close,.qlwapp__modal .qlwapp__header-description{transition-delay:900ms}.qlwapp__modal .qlwapp__contact{transition:transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 150ms ease-in}.qlwapp__modal .qlwapp__contact:nth-of-type(1){transition-delay:100ms}.qlwapp__modal .qlwapp__contact:nth-of-type(2){transition-delay:200ms}.qlwapp__modal .qlwapp__contact:nth-of-type(3){transition-delay:300ms}.qlwapp__modal .qlwapp__contact:nth-of-type(4){transition-delay:400ms}.qlwapp__modal .qlwapp__contact:nth-of-type(5){transition-delay:500ms}.qlwapp__modal .qlwapp__contact:nth-of-type(6){transition-delay:600ms}.qlwapp__modal .qlwapp__header-contact{opacity:0}.qlwapp__modal .qlwapp__message{opacity:0;transform:translateY(-56px)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide{transform:translateX(-100%)}.qlwapp__modal--response .qlwapp__carousel .qlwapp__carousel-slide .qlwapp__header-contact{opacity:1}.qlwapp__modal--response .qlwapp__close{transition-delay:0ms}.qlwapp__modal--response .qlwapp__close,.qlwapp__modal--response .qlwapp__header-description,.qlwapp__modal--response .qlwapp__contact{opacity:0}.qlwapp__modal--response .qlwapp__contact{transform:translateY(-33.333%);border-top-color:rgba(0,0,0,0) !important}.qlwapp__modal--response .qlwapp__message{display:block}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{opacity:1}.qlwapp__modal--response .qlwapp__footer{display:none}.qlwapp__modal--response .qlwapp__response{pointer-events:all;display:block;opacity:1}.qlwapp__modal--response .qlwapp__message,.qlwapp__modal--response .qlwapp__previous{transform:translate(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__carousel-slide{max-height:84px}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{opacity:1}.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{opacity:0}.qlwapp__modal--response .qlwapp__header .qlwapp__name,.qlwapp__modal--response .qlwapp__header .qlwapp__header-description{transform:translateX(0)}.qlwapp__modal--response .qlwapp__header .qlwapp__avatar{transform:scale(1)}.qlwapp__modal--opening .qlwapp__response,.qlwapp__modal--opening .qlwapp__close,.qlwapp__modal--opening .qlwapp__previous,.qlwapp__modal--opening .qlwapp__header .qlwapp__name,.qlwapp__modal--opening .qlwapp__header-description{visibility:visible}.qlwapp__modal--closing .qlwapp__info,.qlwapp__modal--closing .qlwapp__avatar__container{transform:translateX(100px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms}.qlwapp__modal--closing .qlwapp__message{transition:all .4s;transform:translateY(100%);opacity:0}.qlwapp__modal--closing .qlwapp__previous{transform:translateX(-24px);opacity:0;transition:transform cubic-bezier(0.215, 0.61, 0.355, 1) 300ms,opacity ease-out 200ms;transition-delay:0ms}.qlwapp__modal--open .qlwapp__icon{display:none;transform:scale(0, 0) !important;opacity:0 !important}.qlwapp__modal--open .qlwapp__close{display:none;transform:scale(1, 1) !important;opacity:1 !important}.qlwapp__button{animation-duration:1.5s;animation-timing-function:ease-in;animation-name:var(--qlwapp-button-animation-name, "none");animation-delay:var(--qlwapp-button-animation-delay, 0);animation-iteration-count:1;transform-origin:center;background-image:unset !important}.qlwapp__button--bubble .qlwapp__close{transform:scale(0, 0);opacity:0;position:absolute}.qlwapp__button--bubble .qlwapp__icon{transform:scale(1, 1);opacity:1}.qlwapp__button--bubble .qlwapp__icon,.qlwapp__button--bubble .qlwapp__close{transition:transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1),opacity 300ms ease-in}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__close{transform:scale(1, 1);opacity:1}.qlwapp__container--open .qlwapp__button--bubble .qlwapp__icon{transform:scale(0, 0);opacity:0}.qlwapp__container .qlwapp__modal{animation:openModal .4s forwards}.qlwapp__container--closing .qlwapp__modal{animation:closeModal .4s forwards}.qlwapp-is-mobile .qlwapp__modal{animation:openModalInMobile .4s forwards}.qlwapp-is-mobile.qlwapp__container--closing .qlwapp__modal{animation:closeModalInMobile .4s forwards}.rtl .qlwapp__modal{direction:ltr !important;unicode-bidi:bidi-override}.rtl .qlwapp__header-description,.rtl .qlwapp__footer,.rtl .qlwapp__response{direction:rtl !important}:root{--qlwapp-padding-xs: 8px;--qlwapp-padding-sm: 16px;--qlwapp-padding-md: 24px;--qlwapp-padding-lg: 32px;--qlwapp-padding-xl: 40px}
/*
Theme Name: The7
Theme URI: https://the7.io/
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 14.4.8
Tested up to: 6.9.5
Requires PHP: 7.2.0
Requires at least: 6.6.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}
.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{flex-direction:column}.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.elementor-edit-area-active .elementor-inline-editing{min-height:10px}.elementor-blockquote__tweet-button,.elementor-button,.elementor-cta,.elementor-headline,.elementor-nav-menu--main .elementor-nav-menu a,.elementor-post-navigation .elementor-post-navigation__link a,.elementor-price-list .elementor-price-list-item,.elementor-tab-title a,.elementor-widget .elementor-icon-list-item a,.elementor-widget-accordion a,.elementor-widget-reviews .elementor-testimonial__header{text-decoration:none}.elementor-widget-the7-woocommerce-product-data-tabs .woocommerce-Tabs-panel .elementor-tab-content,.elementor-widget-the7-woocommerce-product-data-tabs .woocommerce-Tabs-panel .elementor-tab-title.the7-accordion-header{border-style:none}.elementor-widget article.visible{animation:none}.dialog-close-button{text-decoration:none}.inline-image{display:inline-flex;vertical-align:middle}.the7-inline-image-yes{line-height:0}.elementor-slideshow__header{box-sizing:border-box}#footer.elementor-footer>.wf-wrap,body.elementor-clear-template #main>.wf-wrap{width:auto;padding:0}#footer.elementor-footer>.wf-wrap,#footer.elementor-footer>.wf-wrap>.wf-container-footer,#footer.elementor-footer>.wf-wrap>.wf-container-footer>.wf-container,body.elementor-clear-template #main{padding:0;margin:0}.elementor-widget-text-path svg:not(:root){overflow:visible}input.elementor-field,select.elementor-field,textarea.elementor-field{height:auto;padding:5px 14px;border-radius:3px}.elementor-field-type-upload input.elementor-field{padding:0;color:var(--the7-input-color);font:var(--the7-form-md-font)}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.content .elementor-field-textual.elementor-size-xs,.elementor-field-textual.elementor-size-xs{font-size:13px;line-height:1.4;min-height:33px;padding:4px 12px}.content .elementor-field-textual.elementor-size-md,.elementor-field-textual.elementor-size-md{font-size:16px;line-height:1.4;min-height:47px;padding:6px 16px}.content .elementor-field-textual.elementor-size-lg,.elementor-field-textual.elementor-size-lg{font-size:18px;line-height:1.4;min-height:59px;padding:7px 20px}.content .elementor-field-textual.elementor-size-xl,.elementor-field-textual.elementor-size-xl{font-size:20px;line-height:1.4;min-height:72px;padding:8px 24px}.the7-elementor-typography h1{line-height:var(--the7-h1-line-height)}.the7-elementor-typography h2{line-height:var(--the7-h2-line-height)}.the7-elementor-typography h3{line-height:var(--the7-h3-line-height)}.the7-elementor-typography h4{line-height:var(--the7-h4-line-height)}.the7-elementor-typography h5{line-height:var(--the7-h5-line-height)}.the7-elementor-typography h6{line-height:var(--the7-h6-line-height)}input.elementor-field[type=time]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-mobile:before{width:100%;content:attr(placeholder);color:inherit;opacity:var(--the7-form-placeholder-opacity,.5)}.flatpickr-mobile:focus[value]:not([value=""]):before,input[type=hidden][value]:not([value=""])+.flatpickr-mobile:before{display:none}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}#reviews .comment-form #submit.elementor-size-xs{min-height:33px;line-height:1.4;padding:10px 20px;border-radius:2px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}#reviews .comment-form #submit.elementor-size-sm{min-height:40px;line-height:1.4;padding:12px 24px;border-radius:3px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}#reviews .comment-form #submit.elementor-size-md{min-height:47px;line-height:1.4;padding:15px 30px;border-radius:4px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}#reviews .comment-form #submit.elementor-size-lg{min-height:59px;line-height:1.4;padding:20px 40px;border-radius:5px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}#reviews .comment-form #submit.elementor-size-xl{min-height:72px;line-height:1.4;padding:25px 50px;border-radius:6px}.elementor-form .elementor-select-wrapper .select-caret-down-wrapper{display:none}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-sm{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-element.elementor-button-info .elementor-button:hover{background-color:#5bc0de;color:#fff}.elementor-element.elementor-button-success .elementor-button:hover{background-color:#5cb85c;color:#fff}.elementor-element.elementor-button-warning .elementor-button:hover{background-color:#f0ad4e;color:#fff}.elementor-element.elementor-button-danger .elementor-button:hover{background-color:#d9534f;color:#fff}.elementor-wc-products .star-rating span:before,.elementor-widget-woocommerce-product-rating .star-rating span:before{color:inherit}.elementor-add-to-cart .quantity input.qty{height:auto;width:auto}.elementor-popup-modal .quantity .qty,.woocommerce div.product.elementor .quantity .qty{margin-bottom:0;width:3.631em}.elementor-widget-woocommerce-product-add-to-cart form.cart .variations select{width:100%}.elementor-widget-woocommerce-product-add-to-cart .variations td.value .reset_variations{text-align:left;color:var(--the7-secondary-text-color);font-size:12px}.elementor-widget-woocommerce-product-add-to-cart form.cart div.quantity{margin:0 10px 0 0}.elementor-widget-woocommerce-product-add-to-cart table.variations{margin-bottom:0}.elementor-widget-woocommerce-product-add-to-cart table.variations td,.elementor-widget-woocommerce-product-add-to-cart table.variations tr{display:block;padding:0}.elementor-widget-woocommerce-product-add-to-cart .variations select{margin-bottom:0!important}.elementor-widget-wc-add-to-cart .variations select,.elementor-widget-wc-add-to-cart table.variations,.elementor-widget-wc-add-to-cart table.variations tbody{width:100%}.elementor-menu-cart__main .product_list_widget.cart_list{margin:0 0 15px;max-height:calc(100vh - 200px);overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__main .variation dt{clear:initial}.elementor-button .elementor-button-content-wrapper *,.elementor-button span,button.elementor-button *,button.elementor-button:hover *{color:inherit}.elementor-menu-cart__main .variation dd{float:initial}.elementor-align-center .woocommerce-variation-add-to-cart{justify-content:center}.elementor-align-right .woocommerce-variation-add-to-cart{justify-content:flex-end}.elementor-align-justify form.cart .quantity{margin-bottom:15px}.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image,.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img,.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__wrapper{border-radius:inherit}.elementor-star-rating{line-height:1}.elementor-lightbox .elementor-swiper-button,.elementor-lightbox .elementor-swiper-button:focus{outline:0!important}.elementor-field-group .elementor-select-wrapper:before{display:none}.content .elementor-toc__list-wrapper{list-style:none}.elementor-alert-description{display:block}.elementor-widget-woocommerce-product-price .price{margin-bottom:0}body .elementor-widget-wp-widget-woocommerce_layered_nav select,body .elementor-widget-wp-widget-woocommerce_layered_nav ul,body .elementor-widget-wp-widget-woocommerce_layered_nav_filters select,body .elementor-widget-wp-widget-woocommerce_layered_nav_filters ul,body .elementor-widget-wp-widget-woocommerce_product_categories ul.product-categories,body .elementor-widget-wp-widget-woocommerce_products ul,body .elementor-widget-wp-widget-woocommerce_recent_reviews ul,body .elementor-widget-wp-widget-woocommerce_recently_viewed_products ul,body .elementor-widget-wp-widget-woocommerce_top_rated_products ul,body .elementor-widget-wp-widget-woocommerce_widget_cart ul,body .product .elementor-widget-woocommerce-product-images div.images{margin:0}.elementor-widget-heading ul,.elementor-widget-wp-widget-woocommerce_product_categories ul.product-categories ul{margin-bottom:0}.elementor-widget-wp-widget-woocommerce_product_categories select{max-width:100%;width:100%}.elementor-widget .product_list_widget .star-rating{float:none}.elementor-widget .woocommerce h5{margin-bottom:15px}.elementor-widget-wp-widget-woocommerce_widget_cart .quantity{text-align:left}.elementor-widget-wp-widget-woocommerce_layered_nav .select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-flex;align-items:center}#the7-body .elementor-widget-wp-widget-woocommerce_layered_nav .select2-container--default .select2-selection--multiple li{margin:0 1px 1px 0}[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-widget-the7-woocommerce-product-images,[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-widget-the7-woocommerce-product-images,[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-phone.elementor-widget-the7-woocommerce-product-images{display:block}.elementor-element.elementor-widget-the7-woocommerce-product-images:not(.fix){width:100%}.elementor-widget .dt-wc-product-gallery{align-items:flex-start}.elementor-widget .dt-wc-product-gallery .flexslider{visibility:hidden}.elementor-widget .dt-product-gallery .flexslider{position:relative}.elementor-widget .dt-product-thumbs,.elementor-widget .dt-product-thumbs .flexslider{position:relative;width:100%}.elementor-widget .dt-wc-product-gallery[data-animation=fade] .dt-product-gallery ul.slides{overflow:hidden}.elementor-widget .dt-product-thumbs .flex-viewport{z-index:2;min-width:100%;height:100%}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides{width:auto!important;height:800%}.elementor-widget .stop-transition .slides{transform:translate3d(0px,0px,0px)!important}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides li{float:none!important;margin-left:auto!important;margin-right:auto!important}.elementor-widget .dt-product-gallery .slides>li>a,.elementor-widget .dt-product-thumbs .slides .slide-wrapper{display:flex;align-items:center;height:100%;justify-content:center;overflow:hidden}.elementor-widget .dt-product-thumbs .slides .slide-wrapper{transition:all .3s}.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slide-wrapper{width:100%;aspect-ratio:var(--gallery-ratio)}.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides img{width:inherit!important;height:inherit!important;max-width:100%;object-fit:cover;aspect-ratio:var(--gallery-ratio,var(--ratio));border-radius:inherit}.content .elementor-widget .dt-wc-product-gallery ul{margin:0}.elementor-widget .dt-product-gallery ul.slides,.elementor-widget .thumb-position-bottom .dt-product-thumbs .slides{display:flex;align-items:center}.elementor-widget .dt-wc-product-gallery .dt-product-thumbs,.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom){display:flex}.elementor-widget .thumb-position-bottom .dt-wc-product-gallery{flex-flow:row wrap}.elementor-widget .product .dt-wc-product-gallery div.images,.elementor-widget .thumb-position-right .dt-product-thumbs{width:100%}.elementor-widget .dt-product-gallery .slides li{text-align:center;line-height:0;max-width:100%;overflow:visible!important}.dt-wc-product-gallery .gallery-video-wrap{display:flex;justify-content:center;align-items:center;height:100%}.elementor-widget .dt-product-gallery .slides video{display:block}.elementor-widget .dt-wc-product-gallery .woocommerce-product-gallery_video{cursor:pointer}.elementor-widget .dt-wc-product-gallery .the7-video-overlay{position:absolute;top:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;cursor:pointer}.elementor-widget.preserve-gallery-ratio-y .dt-product-gallery .the7-video-overlay{background-size:contain}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides iframe,.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides video{min-width:100%;min-height:100%;max-height:100%;object-fit:cover}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides iframe{max-height:100%}.elementor-widget.preserve-gallery-ratio-y .dt-product-gallery .slides iframe{aspect-ratio:16/9}.elementor-widget:not(.video-autoplay-yes) .dt-wc-product-gallery iframe,.elementor-widget:not(.video-autoplay-yes) .dt-wc-product-gallery video{opacity:0}.elementor-widget .dt-wc-product-gallery .slides .playing-video iframe,.elementor-widget .dt-wc-product-gallery .slides .playing-video video{opacity:1}.elementor-widget .dt-wc-product-gallery .slides iframe{background-color:#000}.elementor-widget .dt-product-gallery .slides>li,.elementor-widget .dt-product-thumbs .slides>li>.slide-wrapper{-webkit-font-smoothing:subpixel-antialiased;-webkit-transform:translateZ(0px) scale(1,1)}.elementor-widget .dt-product-gallery .slides a{display:block}.elementor-widget:not(.lightbox-on-click-y) .dt-product-gallery .slides a{pointer-events:none}.elementor-widget .thumb-position-left .dt-product-gallery{order:1}.elementor-widget .thumb-position-left .dt-product-thumbs{order:0}div[class*=elementor-widget-the7]>.elementor-widget-container .img-ratio-wrapper{display:block;line-height:0}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides .slide-wrapper,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y) .the7-product-navigation .img-ratio-wrapper,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y)>.elementor-widget-container .img-ratio-wrapper{overflow:hidden;width:100%;height:0;position:relative}div[class*=elementor-widget-the7]:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides .slide-wrapper{overflow:hidden;width:100%;position:relative}.elementor-widget .dt-product-gallery{position:relative;width:100%}.elementor-widget .dt-product-gallery,.elementor-widget .dt-product-gallery .flex-viewport,.elementor-widget .dt-product-gallery .flexslider,.elementor-widget .dt-product-gallery .slides{height:100%}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .flexslider{width:inherit}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs{width:calc((1 / var(--thumbs_ratio)) * ((var(--widget-width) - ((1 / var(--gallery-ratio)) * var(--thumbs-spacing) * var(--thumbs-items)) + ((1 / var(--gallery-ratio)) * var(--thumbs-spacing)) - var(--gallery-spacing))/ ((((1 / var(--gallery-ratio)) * var(--thumbs-items)) + (1 / var(--thumbs_ratio))))))}.elementor-widget .dt-product-gallery:before{content:"";float:left;width:100%}.elementor-widget .dt-product-gallery:after{content:"";display:table;clear:both}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides .slide-wrapper{height:100%}.elementor-widget.preserve-thumb-ratio-y .thumb-position-bottom .dt-product-thumbs .slides .slide-wrapper img{height:auto!important}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides a img,.elementor-widget:not(.preserve-img-ratio-y) .the7-product-navigation a img,.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides .slide-wrapper img,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y)>.elementor-widget-container .img-ratio-wrapper img{object-fit:cover;width:100%;height:100%}.elementor-widget .slides .slide-wrapper.compat-object-fit img,.elementor-widget .slides li.compat-object-fit a img,.elementor-widget .the7-product-navigation .img-ratio-wrapper.compat-object-fit img{display:none}.elementor-widget .slides .slide-wrapper.compat-object-fit,.elementor-widget .slides li.compat-object-fit,.elementor-widget .the7-product-navigation .img-ratio-wrapper.compat-object-fit{background-size:cover;background-position:center center}.elementor-widget.preserve-gallery-ratio-y .dt-product-gallery .slides li.compat-object-fit,.elementor-widget.preserve-img-ratio-y .the7-product-navigation .img-ratio-wrapper.compat-object-fit,.elementor-widget.preserve-thumb-ratio-y .dt-product-thumbs .slides .slide-wrapper.compat-object-fit{background-size:contain;background-repeat:no-repeat}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .flexslider .slides a img,.elementor-widget:not(.preserve-img-ratio-y) .the7-product-navigation .img-ratio-wrapper img,.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .flexslider .slides .slide-wrapper img,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y)>.elementor-widget-container .img-ratio-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}.elementor-widget .dt-product-gallery .slides>li,.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides .slide-wrapper{height:100%}.elementor-widget .dt-product-gallery .slides>li{list-style:none}body .elementor-widget .dt-product-gallery-wrap{top:0;left:0;width:100%;height:100%;position:relative;float:none;padding:0}.elementor-widget .thumb-position-bottom .dt-product-thumbs .slides,.elementor-widget .thumb-position-bottom .dt-product-thumbs .slides li{height:100%}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides li{width:100%!important}.content .elementor-widget .flex-direction-nav,.content .elementor-widget .flexslider .slides,.elementor-popup-modal .elementor-widget .flex-direction-nav,.elementor-popup-modal .elementor-widget .flexslider .slides{list-style:none;margin:0}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li{position:absolute;z-index:98;list-style:none}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a{min-width:45px;min-height:45px;display:inline-flex;justify-content:center;align-items:center;transition:all .3s;cursor:pointer;color:rgba(0,0,0,.5)}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a svg{min-width:45px;min-height:45px;fill:rgba(0,0,0,.5);transition:all .3s ease}.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a,.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a svg{min-width:40px;min-height:40px}.elementor-widget.gallery-nav-display-never .dt-product-gallery .flex-direction-nav,.elementor-widget.thumbs-nav-display-never .dt-product-thumbs .flex-direction-nav{display:none}.elementor-widget.gallery-nav-display-hover .dt-product-gallery .flex-direction-nav>li>a,.elementor-widget.thumbs-nav-display-hover .dt-product-thumbs .flex-direction-nav>li>a{opacity:0;overflow:hidden}.elementor-widget.gallery-nav-display-hover .dt-product-gallery .flexslider:hover .flex-direction-nav>li>a,.elementor-widget.thumbs-nav-display-hover .dt-product-thumbs .flexslider:hover .flex-direction-nav>li>a{opacity:1}.elementor-widget .dt-product-gallery .flex-direction-nav>li,.elementor-widget .thumb-position-bottom .dt-product-thumbs .flex-direction-nav>li{top:50%;transform:translateY(-50%)}.elementor-widget .dt-product-gallery .flex-direction-nav>.flex-nav-prev,.elementor-widget .thumb-position-bottom .dt-product-thumbs .flex-direction-nav>.flex-nav-prev{left:0}.elementor-widget .dt-product-gallery .flex-direction-nav>.flex-nav-next,.elementor-widget .thumb-position-bottom .dt-product-thumbs .flex-direction-nav>.flex-nav-next{right:0}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .flex-direction-nav>.flex-nav-prev{top:0;left:50%;transform:translateX(-50%) rotate(90deg)}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .flex-direction-nav>.flex-nav-next{bottom:0;left:50%;transform:translateX(-50%) rotate(-270deg)}.elementor-widget .dt-product-gallery .flex-direction-nav>li>a{font-size:24px}.elementor-widget .dt-product-gallery .flex-direction-nav>li>a svg{width:24px}.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a{font-size:16px}.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a svg{width:16px}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a:hover{text-decoration:none;color:rgba(0,0,0,.9);opacity:1}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a:hover svg{fill:rgba(0,0,0,.9)}.dt-wc-product-gallery .dt-product-gallery .flexslider .flex-viewport,.dt-wc-product-gallery .dt-product-thumbs .slides .slide-wrapper,.elementor-widget .dt-wc-product-gallery[data-animation=fade] .dt-product-gallery ul.slides,.the7-related-products .wf-cell{border-color:var(--the7-divider-color)}.elementor-widget .dt-wc-product-gallery .flex-direction-nav .flex-disabled,.elementor-widget .dt-wc-product-gallery .stop-transition .flex-direction-nav{display:none}.elementor-widget .dt-product-thumbs .slides li{position:relative;line-height:0;display:flex!important;transition:opacity .2s ease-in-out}.elementor-widget .dt-product-thumbs .slides li:not(.flex-active-slide){opacity:.5}.elementor-widget .dt-product-thumbs .slides li.flex-active-slide{opacity:1}.elementor-widget .dt-product-thumbs .slides li:not(.flex-active-slide):hover{cursor:pointer;opacity:1}.elementor-widget .dt-wc-product-gallery .slides .play-icon{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:flex;justify-content:center;align-items:center;min-width:30px;min-height:30px;z-index:2;transition:all .3s}.dt-wc-product-gallery .slides .play-icon i{transition:color .3s}.elementor-widget .slides .play-icon svg{transition:fill .3s,color .3s}.elementor-widget .dt-product-gallery .zoom-flash{position:absolute;top:0;right:0;z-index:9;width:36px;height:36px;background:rgba(0,0,0,.8);border-radius:100%;box-sizing:content-box;speak:none;text-transform:none;font-size:14px;text-indent:0;color:#fff;transition:all .3s;display:none;justify-content:center;align-items:center;opacity:0}.elementor-widget .dt-product-gallery .zoom-flash i,.elementor-widget .dt-product-gallery .zoom-flash svg{transition:all .3s}.elementor-widget .dt-product-gallery .zoom-flash svg{fill:#fff}.dt-product-gallery.img-slide-active .zoom-flash{display:flex;opacity:1}.elementor-widget .dt-product-gallery span.onsale{padding:0;display:none;min-height:39px;min-width:39px;line-height:39px}.elementor-widget.lightbox-on-click-y .dt-product-gallery .woocommerce-product-gallery__image{cursor:pointer}.elementor-element>.elementor-element-overlay{right:1px}.elementor-popup-modal ul:not(.vertical-sub-nav){list-style:disc;margin:0 0 10px 20px}.elementor-popup-modal ol{list-style-type:decimal;margin:0 0 10px 20px}.the7-custom-scroll{--scrollbar-thumb-color:#00000014;--scrollbar-thumb-hover-color:#00000026;--scrollbar-track-color:transparent;--scrollbar-track-hover-color:transparent;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);transition:all .2s}.the7-custom-scroll:hover{scrollbar-color:var(--scrollbar-thumb-hover-color) var(--scrollbar-track-hover-color)}@supports not (scrollbar-color:auto){.the7-custom-scroll::-webkit-scrollbar{width:.5rem;height:.5rem}.the7-custom-scroll::-webkit-scrollbar-track{background:var(--scrollbar-track-hover-color)}.the7-custom-scroll::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-hover-color);border-radius:.25rem}}.hide-tab-additional #tab-additional_information,.hide-tab-additional #tab-title-additional_information,.hide-tab-description #tab-description,.hide-tab-description #tab-title-description,.hide-tab-eviews #tab-reviews,.hide-tab-eviews #tab-title-reviews{display:none!important}.the7-elementor-widget.elementor-tabs .woocommerce-tabs .tabs li{margin:0;justify-content:center;text-align:center;align-items:center}.the7-elementor-widget.elementor-tabs .woocommerce-tabs .tabs li>a{display:block;transition:all .3s}.the7-elementor-widget .woocommerce-tabs{padding-top:0}.the7-elementor-widget>.woocommerce-tabs>.panel{display:none}#the7-body .the7-elementor-widget .woocommerce-tabs .panel{margin-top:0;text-align:left}.the7-elementor-widget .tabs li:after{position:absolute;display:block!important;left:0;top:0;width:100%;height:100%;content:""}.dt-tab-accordion-title{display:none;position:relative}.tabs-accordion-align-center .the7-elementor-widget .dt-tab-accordion-title{text-align:center}.tabs-accordion-align-right .the7-elementor-widget .dt-tab-accordion-title{text-align:right}.dt-tabs-view-accordion.the7-elementor-widget .dt-tab-accordion-title{display:block;border:0}.woocommerce .product.elementor .dt-tabs-view-accordion .woocommerce-tabs .panel{border-top-width:0;padding:0}.tabs-top-align-justify .the7-elementor-widget .wc-tabs{display:flex}.dt-tabs-view-accordion.the7-elementor-widget .wc-tabs{display:none}.woocommerce .the7-elementor-widget.dt-tabs-view-horizontal .tabs li.active:after,.woocommerce .the7-elementor-widget.dt-tabs-view-horizontal .tabs li.active:before{bottom:0;top:auto;height:0;width:999em;border-bottom-style:solid!important}.dt-tabs-view-horizontal .wc-tabs{display:flex}.dt-tabs-view-horizontal .wc-tabs li{border:solid transparent;display:inline-flex;float:none}.the7-elementor-widget.dt-tabs-view-vertical .woocommerce-tabs{display:flex}.the7-elementor-widget .woocommerce-tabs .shop_attributes{padding:0}.the7-elementor-widget.dt-tabs-view-vertical .wc-tabs{display:flex;flex-flow:column;padding:0}.elementor-position-right .the7-elementor-widget .wc-tabs{order:1}.tabs-top-align-center .dt-tabs-view-horizontal .wc-tabs{justify-content:center}.tabs-top-align-right .dt-tabs-view-horizontal .wc-tabs{justify-content:flex-end}.tabs-top-align-justify .dt-tabs-view-horizontal .wc-tabs li{align-items:center;flex-grow:1}.the7-elementor-widget .dt-tabs-view-vertical .woocommerce-tabs .woocommerce-Tabs-panel{margin-top:0!important;text-align:left}.dt-tabs-view-vertical .wc-tabs li{position:relative;float:none;display:flex;margin:0;border:solid transparent}.the7-elementor-widget .tabs li.active:after,.the7-elementor-widget .tabs li.active:before{display:block!important;content:""!important;position:absolute!important}.woocommerce .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:after,.woocommerce .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:before{height:999em;width:0;right:0;left:auto;border-right-style:solid!important}.elementor-position-right .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:after,.elementor-position-right .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:before{right:auto;left:0}.elementor-widget-the7-woocommerce-product-data-tabs .woocommerce-product-attributes{margin-bottom:0;background:0 0}.the7-elementor-product-comments .comment-respond>h3,.the7-elementor-product-comments .comments-area>h3{margin:0;padding:0}.the7-elementor-product-comments .comment-respond>h3:after,.the7-elementor-product-comments .comments-area>h3:after{display:none}.the7-elementor-product-comments .comment-respond{width:100%}.the7-elementor-product-comments .comment-reply-title,.the7-elementor-product-comments .comment-respond{display:block}.elementor-widget-the7-woocommerce-product-review:not(.elementor-review-col-2) .the7-elementor-product-comments.hide-comments .woocommerce-Reviews #comments,.hide-labels.the7-elementor-product-comments label:not([for=wp-comment-cookies-consent]),.hide-required.the7-elementor-product-comments .required,.the7-elementor-product-comments .dt-btn{display:none}.elementor-widget-the7-woocommerce-product-review:not(.elementor-review-col-2) #comments{padding-bottom:var(--grid-column-gap)}.the7-elementor-product-comments .comment-form{display:flex;flex-flow:row wrap;margin-top:30px;margin-left:calc(-20px / 2);margin-right:calc(-20px / 2)}.elementor-button-align-stretch .comment-form #submit{flex-basis:100%}.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating{margin-top:0;display:flex}.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating label{margin-right:10px;margin-bottom:0!important;display:block}.the7-elementor-product-comments .comment-form-comment,.the7-elementor-product-comments .comment-notes,.the7-elementor-product-comments .elementor-field-type-submit,.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating,.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating select{width:100%}.elementor-widget-post-comments .comment-content p:last-child,.elementor-widget-the7-tabs .the7-e-tab-content.the7-e-tab-text-content p:last-child,.elementor-widget-woocommerce-cart input:not(.class-1):not(.class-2),.elementor-widget-woocommerce-product-short-description p:last-child,.the7-elementor-product-comments #reviews .comment-text .description p:last-child,.the7-elementor-product-comments #reviews ol.commentlist .comment_container p.meta,.the7-elementor-product-comments .comment-form-rating p,.the7-elementor-product-comments .comment-reply-title,.the7-elementor-product-comments .woocommerce-Reviews-title,.the7-elementor-product-comments .woocommerce-noreviews,.the7-elementor-product-comments input[type=url]:not(.elementor-field),.the7-elementor-product-comments input[type=email]:not(.elementor-field),.the7-elementor-product-comments input[type=text]{margin-bottom:0}.the7-elementor-product-comments #reviews ol.commentlist li:last-child{margin-bottom:0!important}.the7-elementor-product-comments .commentlist .comment_container .meta{display:flex;flex-wrap:wrap;align-items:center}.the7-elementor-product-comments #reviews .commentlist .comment_container .meta .woocommerce-review__author{margin-right:5px;margin-bottom:0}.the7-elementor-product-comments .commentlist .comment_container .meta .woocommerce-review__verified{line-height:var(--the7-text-small-line-height);font-size:var(--the7-text-small-font-size);color:var(--the7-secondary-text-color)}.the7-elementor-product-comments .commentlist .comment_container .meta .woocommerce-review__published-date{flex-basis:100%}.the7-elementor-product-comments #commentform input[type=email],.the7-elementor-product-comments #commentform input[type=text],.the7-elementor-product-comments #commentform textarea{margin-bottom:0;height:auto;min-height:var(--the7-input-height)}.the7-elementor-product-comments .woocommerce-noreviews{display:block}.the7-elementor-product-comments input::placeholder,.the7-elementor-product-comments textarea::placeholder{opacity:.5;color:inherit!important}.the7-elementor-product-comments #reviews ol.commentlist .comment_container{display:grid;grid-template-areas:"thumb text";grid-template-columns:60px calc(100% - 75px);grid-column-gap:15px;padding:20px}.the7-elementor-product-comments .comment_container>img{grid-area:thumb}.the7-elementor-product-comments .comment-text{grid-area:text;display:grid;grid-template-areas:"title star" " desc desc";grid-template-columns:1fr auto;grid-auto-rows:min-content}.the7-elementor-product-comments .star-rating{grid-area:star;order:1;width:initial}.the7-elementor-product-comments .star-rating:before{position:initial}#the7-body .the7-elementor-product-comments .stars a{width:1em;padding-right:1em;text-indent:-9999px;overflow:hidden;white-space:nowrap}.the7-elementor-product-comments .stars span{display:inline-flex}.the7-elementor-product-comments .meta{grid-area:title;order:0}.the7-elementor-product-comments .description{grid-area:desc;order:2}.the7-elementor-product-comments #reviews ol.commentlist{padding-bottom:0}.the7-elementor-product-comments #reviews .commentlist li img.avatar{margin:0 20px 15px 0px;object-fit:contain;align-self:flex-start}.the7-elementor-product-comments .comment-text{width:100%}.the7-elementor-product-comments .comment_container .meta>*{display:block}.the7-elementor-product-comments .comment_container .meta .woocommerce-review__awaiting-approval{font-style:inherit}.the7-elementor-product-comments .comment-form label,.the7-elementor-product-comments .comment-form-cookies-consent,.the7-elementor-product-comments .comment-form-cookies-consent label,.the7-elementor-product-comments .comment-notes,.the7-elementor-product-comments .logged-in-as,.the7-elementor-product-comments .woocommerce-noreviews{font-family:var(--the7-base-font-family);font-weight:var(--the7-base-font-weight);color:var(--the7-base-color);font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height)}.the7-product-filter *,.the7-product-filter .elementor-icon,.the7-product-filter .elementor-icon *{transition:none}.the7-product-filter .filter-nav>li{list-style:none}.the7-product-filter{visibility:hidden}.widget_shopping_cart_content .elementor-menu-cart__products{border:none}.content .elementor-sitemap-list .children{margin-top:10px;margin-bottom:0px}.elementor-widget-image-carousel .swiper .the7-swiper-slide figure img,.elementor-widget-image-carousel .swiper-container .the7-swiper-slide figure img{display:block;margin-left:auto;margin-right:auto}.img-wrap{transition:opacity .3s}.img-wrap:after,.img-wrap:before{position:absolute;top:0;left:0;width:100%;height:100%;transition:inherit;content:""}.img-wrap:after,.img-wrap:hover:before{opacity:0}.img-wrap:before{z-index:1;opacity:1}.img-wrap:hover:after{opacity:1}.box-button{position:relative;font:var(--the7-btn-s-font);text-transform:var(--the7-btn-s-text-transform);letter-spacing:var(--the7-btn-s-letter-spacing);border-radius:var(--the7-btn-s-border-radius);border-width:var(--the7-btn-s-border-width);border-style:var(--the7-btn-s-border-style);padding:var(--the7-btn-s-padding);border-color:var(--the7-btn-border-color);display:inline-flex;justify-content:center;align-items:center;--btn-icon-spacing:7px;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,border-color .3s ease,transform .3s ease}.elementor-element .box-button.no-text{--btn-icon-spacing:0px}.woo-buttons a.box-button{display:inline-flex}.box-button:hover,.box-button:hover i,.box-button:visited,.box-hover:hover .box-button{color:var(--the7-btn-hover-color)}.box-hover .box-button{pointer-events:none}.box-button i{color:var(--the7-btn-color);transition:color .3s ease}.box-button svg{width:1em;height:auto;fill:var(--the7-btn-color);transition:fill .3s ease,color .3s ease}.box-button:hover svg,.box-hover:hover .box-button svg{fill:var(--the7-btn-hover-color)}.the7-product-price-filter .filter-container{overflow:visible}.elementor-widget-the7-products-counter .woocommerce-result-count{font-size:var(--the7-text-small-font-size);line-height:var(--the7-text-small-line-height);color:var(--the7-base-color);margin-bottom:0}#the7-body .elementor-search-form input.elementor-search-form__input,.elementor-popup-modal .elementor-search-form input.elementor-search-form__input{align-self:center;margin-bottom:0}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{height:auto}.elementor-widget-woocommerce-cart input:not(.class-1):not(.class-2){line-height:normal}.elementor-lightbox.elementor-search-form--full-screen .dialog-lightbox-close-button{top:0}.elementor-widget-woocommerce-cart .woocommerce{font-family:var(--the7-base-font-family);font-size:var(--the7-base-font-size);font-weight:var(--the7-base-font-weight)}.elementor-widget-woocommerce-cart .cart_totals table.shop_table_responsive tr td::before{margin-right:5px}.elementor-widget-woocommerce-cart .woocommerce .input-text:not(.qty),.elementor-widget-woocommerce-cart .woocommerce select{border:none}.elementor-widget-woocommerce-cart .woocommerce .input-text,.elementor-widget-woocommerce-cart .woocommerce select{height:auto}.theme-dt-the7 .elementor-widget-woocommerce-cart .select2-container .select2-selection--single{border-radius:var(--forms-fields-border-radius,0px)}.elementor-widget-woocommerce-checkout-page{--the7-inputs-padding:var(--the7-top-input-padding) var(--the7-right-input-padding) var(--the7-bottom-input-padding) var(--the7-left-input-padding)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order .order-total .amount,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order .woocommerce-Price-amount,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order th{font:inherit}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{min-height:var(--the7-input-height);height:auto}#the7-body .elementor-widget .select2-container--default .select2-selection--single .select2-selection__arrow{right:calc(8px + var(--the7-right-input-padding,7px))}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0!important;font:inherit;letter-spacing:var(--the7-form-md-letter-spacing);text-transform:var(--the7-form-md-text-transform);text-decoration:var(--the7-base-text-decoration);color:var(--forms-fields-normal-color,var(--the7-input-color));line-height:inherit!important}.elementor-widget .select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__arrow b{border-top-color:var(--the7-input-color);border-right-color:transparent!important;border-bottom-color:transparent!important;border-left-color:transparent!important}.elementor-widget .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:var(--the7-input-color);border-right-color:transparent!important;border-top-color:transparent!important;border-left-color:transparent!important}.elementor-add-to-cart .woocommerce-variation-add-to-cart>.button{margin-right:0}#the7-body .elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single>span{line-height:inherit}#the7-body .elementor-widget .select2-container--default .select2-selection--single .select2-selection__arrow,#the7-body .elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}#the7-body .elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single{padding:var(--forms-fields-padding,16px);padding-left:0;padding-right:0}.elem-woo-select2-dropdown .select2-dropdown{border-radius:3px;box-shadow:0px 0px 10px rgba(0,0,0,.2);border:none;overflow:hidden}.elem-woo-select2-dropdown .select2-results__option{line-height:1.2em;color:#666}.elem-woo-select2-dropdown .select2-search--dropdown .select2-search__field{border-color:rgba(0,0,0,.12);border-radius:3px;height:auto;background-color:#fff}.elem-woo-select2-dropdown .select2-results__option[aria-selected=true],.elem-woo-select2-dropdown .select2-results__option[data-selected=true]{background:rgba(0,0,0,.05);color:#222}.elem-woo-select2-dropdown .select2-search--dropdown{padding:10px 10px 0}.elem-woo-select2-dropdown .select2-results__option{padding:10px}.elem-woo-select2-dropdown .select2-results__option--highlighted[aria-selected],.elem-woo-select2-dropdown .select2-results__option--highlighted[data-selected]{color:#fff;background:#222}.elem-woo-select2-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{width:20px}body .elementor-widget-woocommerce-cart .select2-container--default{z-index:98}.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{max-height:initial;min-width:36px;margin-right:0}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{font-family:Arial,sans-serif}.elementor-tab-content h1,.elementor-widget-text-editor h1,.the7-e-tab-content.the7-e-tab-text-content h1{margin-bottom:var(--the7-h1-spacing);color:var(--textColor,var(--the7-h1-color))}.elementor-tab-content h2,.elementor-widget-text-editor h2,.the7-e-tab-content.the7-e-tab-text-content h2{margin-bottom:var(--the7-h2-spacing);color:var(--textColor,var(--the7-h2-color))}.elementor-tab-content h3,.elementor-widget-text-editor h3,.the7-e-tab-content.the7-e-tab-text-content h3{margin-bottom:var(--the7-h3-spacing);color:var(--textColor,var(--the7-h3-color))}.elementor-tab-content h4,.elementor-widget-text-editor h4,.the7-e-tab-content.the7-e-tab-text-content h4{margin-bottom:var(--the7-h4-spacing);color:var(--textColor,var(--the7-h4-color))}.elementor-tab-content h5,.elementor-widget-text-editor h5,.the7-e-tab-content.the7-e-tab-text-content h5{margin-bottom:var(--the7-h5-spacing);color:var(--textColor,var(--the7-h5-color))}.elementor-tab-content h6,.elementor-widget-text-editor h6,.the7-e-tab-content.the7-e-tab-text-content h6{margin-bottom:var(--the7-h6-spacing);color:var(--textColor,var(--the7-h6-color))}.elementor-search-form button,.elementor-search-form input[type=search]{box-shadow:none}.elementor-search-form input[type=search]{color:#55595c;font:inherit}.elementor-background-overlay{-webkit-transform:translate3d(0,0,0)}.elementor-widget-woocommerce-checkout-page .woocommerce-terms-and-conditions hr,.the7-p-gap{height:0;border:none;margin:0}.the7-slider-template .the7-slide-content{min-height:100vh;display:flex;flex-direction:column;--slide-height:100%}.the7-slider-template .the7-slide-content>.elementor-inner>.elementor-section-wrap,.the7-slider-template .the7-slide-content>.elementor-section-wrap{height:var(--slide-height);flex-grow:1;display:flex;flex-direction:column;position:relative}.elementor.the7-overlay-content:before,.the7-slider-template .the7-slide-content>.elementor-inner>.elementor-section-wrap:before,.the7-slider-template .the7-slide-content>.elementor-section-wrap:before{height:100%;width:100%;top:0;left:0;position:absolute}.img-css-resize-wrapper{width:100%;aspect-ratio:var(--the7-img-ratio);position:relative;display:block;line-height:0}.img-css-resize-wrapper:not(.layzr-bg){background-size:var(--the7-img-object-fit,cover);background-repeat:no-repeat;background-position:center}img.aspect{--ratio:auto;aspect-ratio:var(--the7-img-ratio,var(--ratio))}.img-css-resize-wrapper img{width:var(--the7-img-width,inherit);height:var(--the7-img-height,auto);max-width:var(--the7-img-max-width,100%);max-height:var(--the7-img-max-height);object-fit:var(--the7-img-object-fit,cover);aspect-ratio:var(--the7-img-ratio,var(--ratio))}.wc-img-hover .woocom-project img.back-image{width:var(--the7-img-widthh,inherit);height:var(--the7-img-height,auto);max-width:var(--max-width,100%);max-height:var(--max-height)}.img-css-resize-wrapper img.the7-svg-image{width:100%}.hidden-on-load{display:none}.dt-nav-menu-horizontal>.the7-e-mega-menu>.the7-e-mega-menu-sub-nav,.horizontal-sub-nav{visibility:hidden;opacity:0}.elementor-widget .wc-img-hover .woocom-project img.back-image{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.dt-sub-menu-display-on_click.the7-vertical-list li>.children{display:none}.dt-sub-menu-display-on_click.the7-vertical-list li.current-cat-parent>.children{display:block}.the7-vertical-list li>a .next-level-button>:nth-child(2){position:absolute;visibility:hidden;opacity:0}.the7-vertical-lists li.has-children>a .next-level-button>:nth-child(1){visibility:visible;opacity:1}.the7-vertical-list li.has-children>a .next-level-button>:nth-child(2){position:absolute;visibility:hidden;opacity:0}.the7-vertical-list li.has-children.open-sub>a .next-level-button>:nth-child(1){visibility:hidden;opacity:0}.the7-vertical-list li.has-children.open-sub>a .next-level-button>:nth-child(2){visibility:visible;opacity:1}.the7-vertical-list>li>a{font:var(--the7-widget-content-font);color:var(--the7-title-color)}.dt-categories-list>li>a{font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height)}.dt-sub-menu-display-on_click.the7-vertical-list>li>a{grid-template-columns:auto;grid-template-areas:" item"}.dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:auto 1fr auto;grid-template-areas:" item empty indicator "}[class*=categories_align-center] .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:calc(var(--icon-size) + var(--icon-spacing)) 1fr calc(var(--icon-size) + var(--icon-spacing));grid-template-areas:"empty item indicator "}[class*=categories_align-right] .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-areas:" item indicator ";grid-template-columns:auto auto;justify-content:flex-end}.category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:auto auto 1fr auto;grid-template-areas:" item count empty indicator "}.category-count-align-right .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:1fr auto calc(var(--icon-size) + var(--icon-spacing));grid-template-areas:" item count indicator "}.dt-sub-menu-display-on_click.dt-icon-align-with_text.the7-vertical-list>li>a{grid-template-areas:" item count indicator ";grid-template-columns:auto auto calc(var(--icon-size) + var(--icon-spacing))}[class*=categories_align-center].category-count-align-right .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:calc(var(--icon-size) + var(--icon-spacing)) 1fr auto calc(var(--icon-size) + var(--icon-spacing));grid-template-areas:"empty item count indicator "}[class*=categories_align-right].category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-areas:" item count indicator ";grid-template-columns:auto auto auto;justify-content:flex-end}[class*=categories_align-center].category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:1fr auto auto 1fr;grid-template-areas:"empty item count indicator "}[class*=categories_align-center].category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a .next-level-button{justify-self:flex-end}.elementor-icon svg[fill=none][stroke=currentColor]{fill:none!important}.the7-heading-title,.the7-heading-title a{transition:all .3s ease;margin-bottom:0}.the7-heading-title a,.the7-heading-title a:hover{color:inherit}.the7-overlay-container{display:inline-block;position:relative}.the7-overlay-container .the7-overlay-content{display:var(--overlay-display,flex);position:absolute;inset:0;flex-direction:column;transition:.3s;z-index:2;opacity:var(--overlay-opacity)}.elementor-widget-image .the7-overlay-container .the7-overlay-content,.transform-overlay-yes .the7-overlay-container .the7-overlay-content{overflow:hidden}.the7-overlay-container:hover .the7-overlay-content{opacity:var(--overlay-hover-opacity)}.the7-hidden{visibility:hidden}.elementor-widget-the7-woocommerce-product-rating .woocommerce-product-rating{display:flex;align-items:center;justify-content:var(--content-align,flex-start)}.elementor-widget-the7-woocommerce-product-rating .star-rating{float:none;width:initial;height:initial;display:inline-block;text-align:left;margin:var(--star-gap)!important}.elementor-widget-the7-woocommerce-product-rating .woocommerce-review-link{display:var(--star-text-display,inline-flex);transition:color .3s}.elementor-widget-the7-woocommerce-product-rating .star-rating span{text-indent:-9999px}.elementor-widget-the7-woocommerce-product-rating .star-rating span:before{text-indent:initial}.elementor-widget-the7-woocommerce-product-rating .star-rating:before{color:var(--the7-divider-color);float:none;position:initial}.elementor-element:where(.e-con-fit){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.e-con-fit{text-align:var(--text-align);padding-block-start:var(--bc-padding-block-start,var(--padding-block-start));padding-block-end:var(--bc-padding-block-end,var(--padding-block-end))}.e-con-fit.e-flex{flex-direction:var(--flex-direction)}.elementor-widget-the7-logo-widget .elementor-widget-container{display:flex}.the7-logo-wrap{transition:all .3s;text-align:center}.elementor-widget-the7-logo-widget img{position:static;transition:all .3s}.elementor-widget-the7-logo-widget img:nth-child(2){position:absolute;left:0}.the7-e-sticky-effects .elementor-widget-the7-logo-widget .the7-logo-wrap img:nth-child(1):not(:last-child),.the7-logo-wrap img:nth-child(2){visibility:hidden;opacity:0}.the7-e-sticky-effects.the7-e-sticky-active .elementor-widget-the7-logo-widget.sticky-logo-y .the7-logo-wrap img:nth-child(2){position:relative;visibility:visible;opacity:1}.the7-e-sticky-effects.the7-e-sticky-active .elementor-widget-the7-logo-widget.sticky-logo-y .the7-logo-wrap img:nth-child(1):not(:last-child){position:absolute}.the7-e-sticky-effects.the7-e-sticky-active .elementor-widget-the7-logo-widget.sticky-logo-y .the7-logo-wrap.img-css-resize-wrapper{aspect-ratio:var(--sticky-aspect-ratio)}.the7-logo-wrap.img-css-resize-wrapper img:nth-child(2){width:var(--sticky-width,var(--ratio-img-width,inherit));height:var(--sticky-height,var(--height,auto));max-width:var(--sticky-max-width,var(--max-width,100%));max-height:var(--sticky-max-height,var(--max-height));object-fit:var(--sticky-object-fit,var(--object-fit,cover));aspect-ratio:var(--sticky-aspect-ratio,var(--aspect-ratio,--ratio))}.sticky-logo-style-y .the7-logo-wrap.img-css-resize-wrapper img:nth-child(2){width:var(--sticky-width,inherit);height:var(--sticky-height,auto);max-width:var(--sticky-max-width,100%);max-height:var(--sticky-max-height);object-fit:var(--sticky-object-fit,cover);aspect-ratio:var(--sticky-aspect-ratio,var(--ratio))}.elementor-widget-the7-woocommerce-product-out-of-stock-label .the7-out-of-stock{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:max-content;width:100%;max-width:100%;min-height:3.236em;font-size:1em;line-height:1;background-color:var(--the7-accent-color);color:#fff}.the7-swiper-slide .the7-out-of-stock{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0)}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0}.elementor-widget-woocommerce-checkout-page .woocommerce-notice{margin-bottom:32px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details{display:flex;justify-content:space-between;column-gap:32px;row-gap:32px;padding-bottom:72px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li{border-top:none;border-left:1px solid;padding-left:32px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li:first-child{border-left:none;padding-left:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr:first-child{padding-top:0;border:none}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr{border-top:1px solid var(--the7-divider-color)}.elementor-widget-woocommerce-checkout-page .woocommerce-order-details{display:inline-flex;width:calc(70% - 72px);padding-right:72px;flex-flow:column}.elementor-widget-woocommerce-checkout-page .woocommerce-customer-details{display:inline-flex;width:30%;flex-flow:column}.elementor-widget-woocommerce-checkout-page .addresses{display:flex;flex-flow:column;row-gap:54px}.elementor-widget-woocommerce-checkout-page .woocommerce-column--billing-address,.elementor-widget-woocommerce-checkout-page .woocommerce-column--shipping-address{width:100%}.elementor-widget-woocommerce-checkout-page .addresses address{padding-top:15px}@media screen and (max-width:768px){.elementor-widget-woocommerce-checkout-page .shop_table tr{flex-flow:row}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details{flex-flow:column}.elementor-widget-woocommerce-checkout-page .woocommerce-customer-details,.elementor-widget-woocommerce-checkout-page .woocommerce-order-details{width:100%;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-order-details{margin-bottom:64px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li{border-left:none;border-top:1px solid;padding:32px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li:first-child{padding-top:0;border-top:none}}.elementor-message.elementor-help-inline.elementor-message-danger:before{content:"\2715";font-family:Helvetica}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwte6f15m.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwvu6f15m.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtu6f15m.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuk6f15m.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwu06f15m.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwxu6f15m.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqw106f15m.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwtk6f15m.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwt06f15m.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtskmu1ab.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsumu1ab.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsomu1ab.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsymu1ab.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts2mu1ab.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtvomu1ab.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtugmu1ab.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtscmu1ab.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovtsgmu1ab.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzamw5o7w.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzzmw5o7w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://hireandbuild.com/wp-content/uploads/elementor/google-fonts/fonts/assistant-2sdczgjynijsi6h75xkzagw5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE0tCMPc.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1pVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21lVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19VF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15VF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111VF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTucHtF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'the7-feather';
  src:  url('/wp-content/uploads/elementor/custom-icons/the7-feather/fonts/the7-feather.eot?cy0au4');
  src:  url('/wp-content/uploads/elementor/custom-icons/the7-feather/fonts/the7-feather.eot?cy0au4#iefix') format('embedded-opentype'),
    url('/wp-content/uploads/elementor/custom-icons/the7-feather/fonts/the7-feather.ttf?cy0au4') format('truetype'),
    url('/wp-content/uploads/elementor/custom-icons/the7-feather/fonts/the7-feather.woff?cy0au4') format('woff'),
    url('/wp-content/uploads/elementor/custom-icons/the7-feather/fonts/the7-feather.svg?cy0au4#the7-feather') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="feather-"], [class*=" feather-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'the7-feather' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feather-activity:before {
  content: "\e900";
}
.feather-airplay:before {
  content: "\e901";
}
.feather-alert-circle:before {
  content: "\e902";
}
.feather-alert-octagon:before {
  content: "\e903";
}
.feather-alert-triangle:before {
  content: "\e904";
}
.feather-align-center:before {
  content: "\e905";
}
.feather-align-justify:before {
  content: "\e906";
}
.feather-align-left:before {
  content: "\e907";
}
.feather-align-right:before {
  content: "\e908";
}
.feather-anchor:before {
  content: "\e909";
}
.feather-aperture:before {
  content: "\e90a";
}
.feather-archive:before {
  content: "\e90b";
}
.feather-arrow-down:before {
  content: "\e90c";
}
.feather-arrow-down-circle:before {
  content: "\e90d";
}
.feather-arrow-down-left:before {
  content: "\e90e";
}
.feather-arrow-down-right:before {
  content: "\e90f";
}
.feather-arrow-left:before {
  content: "\e910";
}
.feather-arrow-left-circle:before {
  content: "\e911";
}
.feather-arrow-right:before {
  content: "\e912";
}
.feather-arrow-right-circle:before {
  content: "\e913";
}
.feather-arrow-up:before {
  content: "\e914";
}
.feather-arrow-up-circle:before {
  content: "\e915";
}
.feather-arrow-up-left:before {
  content: "\e916";
}
.feather-arrow-up-right:before {
  content: "\e917";
}
.feather-at-sign:before {
  content: "\e918";
}
.feather-award:before {
  content: "\e919";
}
.feather-bar-chart:before {
  content: "\e91a";
}
.feather-bar-chart-2:before {
  content: "\e91b";
}
.feather-battery:before {
  content: "\e91c";
}
.feather-battery-charging:before {
  content: "\e91d";
}
.feather-bell:before {
  content: "\e91e";
}
.feather-bell-off:before {
  content: "\e91f";
}
.feather-bluetooth:before {
  content: "\e920";
}
.feather-bold:before {
  content: "\e921";
}
.feather-book:before {
  content: "\e922";
}
.feather-book-open:before {
  content: "\e923";
}
.feather-bookmark:before {
  content: "\e924";
}
.feather-box:before {
  content: "\e925";
}
.feather-briefcase:before {
  content: "\e926";
}
.feather-calendar:before {
  content: "\e927";
}
.feather-camera:before {
  content: "\e928";
}
.feather-camera-off:before {
  content: "\e929";
}
.feather-cast:before {
  content: "\e92a";
}
.feather-check:before {
  content: "\e92b";
}
.feather-check-circle:before {
  content: "\e92c";
}
.feather-check-square:before {
  content: "\e92d";
}
.feather-chevron-down:before {
  content: "\e92e";
}
.feather-chevron-left:before {
  content: "\e92f";
}
.feather-chevron-right:before {
  content: "\e930";
}
.feather-chevron-up:before {
  content: "\e931";
}
.feather-chevrons-down:before {
  content: "\e932";
}
.feather-chevrons-left:before {
  content: "\e933";
}
.feather-chevrons-right:before {
  content: "\e934";
}
.feather-chevrons-up:before {
  content: "\e935";
}
.feather-chrome:before {
  content: "\e936";
}
.feather-circle:before {
  content: "\e937";
}
.feather-clipboard:before {
  content: "\e938";
}
.feather-clock:before {
  content: "\e939";
}
.feather-cloud:before {
  content: "\e93a";
}
.feather-cloud-drizzle:before {
  content: "\e93b";
}
.feather-cloud-lightning:before {
  content: "\e93c";
}
.feather-cloud-off:before {
  content: "\e93d";
}
.feather-cloud-rain:before {
  content: "\e93e";
}
.feather-cloud-snow:before {
  content: "\e93f";
}
.feather-code:before {
  content: "\e940";
}
.feather-codepen:before {
  content: "\e941";
}
.feather-codesandbox:before {
  content: "\e942";
}
.feather-coffee:before {
  content: "\e943";
}
.feather-columns:before {
  content: "\e944";
}
.feather-command:before {
  content: "\e945";
}
.feather-compass:before {
  content: "\e946";
}
.feather-copy:before {
  content: "\e947";
}
.feather-corner-down-left:before {
  content: "\e948";
}
.feather-corner-down-right:before {
  content: "\e949";
}
.feather-corner-left-down:before {
  content: "\e94a";
}
.feather-corner-left-up:before {
  content: "\e94b";
}
.feather-corner-right-down:before {
  content: "\e94c";
}
.feather-corner-right-up:before {
  content: "\e94d";
}
.feather-corner-up-left:before {
  content: "\e94e";
}
.feather-corner-up-right:before {
  content: "\e94f";
}
.feather-cpu:before {
  content: "\e950";
}
.feather-credit-card:before {
  content: "\e951";
}
.feather-crop:before {
  content: "\e952";
}
.feather-crosshair:before {
  content: "\e953";
}
.feather-database:before {
  content: "\e954";
}
.feather-delete:before {
  content: "\e955";
}
.feather-disc:before {
  content: "\e956";
}
.feather-dollar-sign:before {
  content: "\e957";
}
.feather-download:before {
  content: "\e958";
}
.feather-download-cloud:before {
  content: "\e959";
}
.feather-droplet:before {
  content: "\e95a";
}
.feather-edit:before {
  content: "\e95b";
}
.feather-edit-2:before {
  content: "\e95c";
}
.feather-edit-3:before {
  content: "\e95d";
}
.feather-external-link:before {
  content: "\e95e";
}
.feather-eye:before {
  content: "\e95f";
}
.feather-eye-off:before {
  content: "\e960";
}
.feather-facebook:before {
  content: "\e961";
}
.feather-fast-forward:before {
  content: "\e962";
}
.feather-feather:before {
  content: "\e963";
}
.feather-figma:before {
  content: "\e964";
}
.feather-file:before {
  content: "\e965";
}
.feather-file-minus:before {
  content: "\e966";
}
.feather-file-plus:before {
  content: "\e967";
}
.feather-file-text:before {
  content: "\e968";
}
.feather-film:before {
  content: "\e969";
}
.feather-filter:before {
  content: "\e96a";
}
.feather-flag:before {
  content: "\e96b";
}
.feather-folder:before {
  content: "\e96c";
}
.feather-folder-minus:before {
  content: "\e96d";
}
.feather-folder-plus:before {
  content: "\e96e";
}
.feather-framer:before {
  content: "\e96f";
}
.feather-frown:before {
  content: "\e970";
}
.feather-gift:before {
  content: "\e971";
}
.feather-git-branch:before {
  content: "\e972";
}
.feather-git-commit:before {
  content: "\e973";
}
.feather-git-merge:before {
  content: "\e974";
}
.feather-git-pull-request:before {
  content: "\e975";
}
.feather-github:before {
  content: "\e976";
}
.feather-gitlab:before {
  content: "\e977";
}
.feather-globe:before {
  content: "\e978";
}
.feather-grid:before {
  content: "\e979";
}
.feather-hard-drive:before {
  content: "\e97a";
}
.feather-hash:before {
  content: "\e97b";
}
.feather-headphones:before {
  content: "\e97c";
}
.feather-heart:before {
  content: "\e97d";
}
.feather-help-circle:before {
  content: "\e97e";
}
.feather-hexagon:before {
  content: "\e97f";
}
.feather-home:before {
  content: "\e980";
}
.feather-image:before {
  content: "\e981";
}
.feather-inbox:before {
  content: "\e982";
}
.feather-info:before {
  content: "\e983";
}
.feather-instagram:before {
  content: "\e984";
}
.feather-italic:before {
  content: "\e985";
}
.feather-key:before {
  content: "\e986";
}
.feather-layers:before {
  content: "\e987";
}
.feather-layout:before {
  content: "\e988";
}
.feather-life-buoy:before {
  content: "\e989";
}
.feather-link:before {
  content: "\e98a";
}
.feather-link-2:before {
  content: "\e98b";
}
.feather-linkedin:before {
  content: "\e98c";
}
.feather-list:before {
  content: "\e98d";
}
.feather-loader:before {
  content: "\e98e";
}
.feather-lock:before {
  content: "\e98f";
}
.feather-log-in:before {
  content: "\e990";
}
.feather-log-out:before {
  content: "\e991";
}
.feather-mail:before {
  content: "\e992";
}
.feather-map:before {
  content: "\e993";
}
.feather-map-pin:before {
  content: "\e994";
}
.feather-maximize:before {
  content: "\e995";
}
.feather-maximize-2:before {
  content: "\e996";
}
.feather-meh:before {
  content: "\e997";
}
.feather-menu:before {
  content: "\e998";
}
.feather-message-circle:before {
  content: "\e999";
}
.feather-message-square:before {
  content: "\e99a";
}
.feather-mic:before {
  content: "\e99b";
}
.feather-mic-off:before {
  content: "\e99c";
}
.feather-minimize:before {
  content: "\e99d";
}
.feather-minimize-2:before {
  content: "\e99e";
}
.feather-minus:before {
  content: "\e99f";
}
.feather-minus-circle:before {
  content: "\e9a0";
}
.feather-minus-square:before {
  content: "\e9a1";
}
.feather-monitor:before {
  content: "\e9a2";
}
.feather-moon:before {
  content: "\e9a3";
}
.feather-more-horizontal:before {
  content: "\e9a4";
}
.feather-more-vertical:before {
  content: "\e9a5";
}
.feather-mouse-pointer:before {
  content: "\e9a6";
}
.feather-move:before {
  content: "\e9a7";
}
.feather-music:before {
  content: "\e9a8";
}
.feather-navigation:before {
  content: "\e9a9";
}
.feather-navigation-2:before {
  content: "\e9aa";
}
.feather-octagon:before {
  content: "\e9ab";
}
.feather-package:before {
  content: "\e9ac";
}
.feather-paperclip:before {
  content: "\e9ad";
}
.feather-pause:before {
  content: "\e9ae";
}
.feather-pause-circle:before {
  content: "\e9af";
}
.feather-pen-tool:before {
  content: "\e9b0";
}
.feather-percent:before {
  content: "\e9b1";
}
.feather-phone:before {
  content: "\e9b2";
}
.feather-phone-call:before {
  content: "\e9b3";
}
.feather-phone-forwarded:before {
  content: "\e9b4";
}
.feather-phone-incoming:before {
  content: "\e9b5";
}
.feather-phone-missed:before {
  content: "\e9b6";
}
.feather-phone-off:before {
  content: "\e9b7";
}
.feather-phone-outgoing:before {
  content: "\e9b8";
}
.feather-pie-chart:before {
  content: "\e9b9";
}
.feather-play:before {
  content: "\e9ba";
}
.feather-play-circle:before {
  content: "\e9bb";
}
.feather-plus:before {
  content: "\e9bc";
}
.feather-plus-circle:before {
  content: "\e9bd";
}
.feather-plus-square:before {
  content: "\e9be";
}
.feather-pocket:before {
  content: "\e9bf";
}
.feather-power:before {
  content: "\e9c0";
}
.feather-printer:before {
  content: "\e9c1";
}
.feather-radio:before {
  content: "\e9c2";
}
.feather-refresh-ccw:before {
  content: "\e9c3";
}
.feather-refresh-cw:before {
  content: "\e9c4";
}
.feather-repeat:before {
  content: "\e9c5";
}
.feather-rewind:before {
  content: "\e9c6";
}
.feather-rotate-ccw:before {
  content: "\e9c7";
}
.feather-rotate-cw:before {
  content: "\e9c8";
}
.feather-rss:before {
  content: "\e9c9";
}
.feather-save:before {
  content: "\e9ca";
}
.feather-scissors:before {
  content: "\e9cb";
}
.feather-search:before {
  content: "\e9cc";
}
.feather-send:before {
  content: "\e9cd";
}
.feather-server:before {
  content: "\e9ce";
}
.feather-settings:before {
  content: "\e9cf";
}
.feather-share:before {
  content: "\e9d0";
}
.feather-share-2:before {
  content: "\e9d1";
}
.feather-shield:before {
  content: "\e9d2";
}
.feather-shield-off:before {
  content: "\e9d3";
}
.feather-shopping-bag:before {
  content: "\e9d4";
}
.feather-shopping-cart:before {
  content: "\e9d5";
}
.feather-shuffle:before {
  content: "\e9d6";
}
.feather-sidebar:before {
  content: "\e9d7";
}
.feather-skip-back:before {
  content: "\e9d8";
}
.feather-skip-forward:before {
  content: "\e9d9";
}
.feather-slack:before {
  content: "\e9da";
}
.feather-slash:before {
  content: "\e9db";
}
.feather-sliders:before {
  content: "\e9dc";
}
.feather-smartphone:before {
  content: "\e9dd";
}
.feather-smile:before {
  content: "\e9de";
}
.feather-speaker:before {
  content: "\e9df";
}
.feather-square:before {
  content: "\e9e0";
}
.feather-star:before {
  content: "\e9e1";
}
.feather-stop-circle:before {
  content: "\e9e2";
}
.feather-sun:before {
  content: "\e9e3";
}
.feather-sunrise:before {
  content: "\e9e4";
}
.feather-sunset:before {
  content: "\e9e5";
}
.feather-tablet:before {
  content: "\e9e6";
}
.feather-tag:before {
  content: "\e9e7";
}
.feather-target:before {
  content: "\e9e8";
}
.feather-terminal:before {
  content: "\e9e9";
}
.feather-thermometer:before {
  content: "\e9ea";
}
.feather-thumbs-down:before {
  content: "\e9eb";
}
.feather-thumbs-up:before {
  content: "\e9ec";
}
.feather-toggle-left:before {
  content: "\e9ed";
}
.feather-toggle-right:before {
  content: "\e9ee";
}
.feather-tool:before {
  content: "\e9ef";
}
.feather-trash:before {
  content: "\e9f0";
}
.feather-trash-2:before {
  content: "\e9f1";
}
.feather-trello:before {
  content: "\e9f2";
}
.feather-trending-down:before {
  content: "\e9f3";
}
.feather-trending-up:before {
  content: "\e9f4";
}
.feather-triangle:before {
  content: "\e9f5";
}
.feather-truck:before {
  content: "\e9f6";
}
.feather-tv:before {
  content: "\e9f7";
}
.feather-twitch:before {
  content: "\e9f8";
}
.feather-twitter:before {
  content: "\e9f9";
}
.feather-type:before {
  content: "\e9fa";
}
.feather-umbrella:before {
  content: "\e9fb";
}
.feather-underline:before {
  content: "\e9fc";
}
.feather-unlock:before {
  content: "\e9fd";
}
.feather-upload:before {
  content: "\e9fe";
}
.feather-upload-cloud:before {
  content: "\e9ff";
}
.feather-user:before {
  content: "\ea00";
}
.feather-user-check:before {
  content: "\ea01";
}
.feather-user-minus:before {
  content: "\ea02";
}
.feather-user-plus:before {
  content: "\ea03";
}
.feather-user-x:before {
  content: "\ea04";
}
.feather-users:before {
  content: "\ea05";
}
.feather-video:before {
  content: "\ea06";
}
.feather-video-off:before {
  content: "\ea07";
}
.feather-voicemail:before {
  content: "\ea08";
}
.feather-volume:before {
  content: "\ea09";
}
.feather-volume-1:before {
  content: "\ea0a";
}
.feather-volume-2:before {
  content: "\ea0b";
}
.feather-volume-x:before {
  content: "\ea0c";
}
.feather-watch:before {
  content: "\ea0d";
}
.feather-wifi:before {
  content: "\ea0e";
}
.feather-wifi-off:before {
  content: "\ea0f";
}
.feather-wind:before {
  content: "\ea10";
}
.feather-x:before {
  content: "\ea11";
}
.feather-x-circle:before {
  content: "\ea12";
}
.feather-x-octagon:before {
  content: "\ea13";
}
.feather-x-square:before {
  content: "\ea14";
}
.feather-youtube:before {
  content: "\ea15";
}
.feather-zap:before {
  content: "\ea16";
}
.feather-zap-off:before {
  content: "\ea17";
}
.feather-zoom-in:before {
  content: "\ea18";
}
.feather-zoom-out:before {
  content: "\ea19";
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
            :root {
                --eb-global-primary-color: #101828;
--eb-global-secondary-color: #475467;
--eb-global-tertiary-color: #98A2B3;
--eb-global-text-color: #475467;
--eb-global-heading-color: #1D2939;
--eb-global-link-color: #444CE7;
--eb-global-background-color: #F9FAFB;
--eb-global-button-text-color: #FFFFFF;
--eb-global-button-background-color: #101828;
--eb-gradient-primary-color: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
--eb-gradient-secondary-color: linear-gradient(90deg, hsla(18, 76%, 85%, 1) 0%, hsla(203, 69%, 84%, 1) 100%);
--eb-gradient-tertiary-color: linear-gradient(90deg, hsla(248, 21%, 15%, 1) 0%, hsla(250, 14%, 61%, 1) 100%);
--eb-gradient-background-color: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(233, 233, 233) 49%, rgb(244, 243, 243) 100%);

                --eb-tablet-breakpoint: 1024px;
--eb-mobile-breakpoint: 767px;

            }
            
            
        
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			
body.home {
  padding-top: 0 !important;
}





.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
	text-align: center;
	width: 1.25em;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

.hb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 52px;
  height: 90px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 9999;
  border-bottom: 1.5px solid #f0ede8;
}

.hb-logo a { display: flex; align-items: center; }
.hb-logo img { height: 56px; width: auto; display: block; }

.hb-nav { display: flex; align-items: center; gap: 4px; list-style: none; }
.hb-nav > li { position: relative; }

.hb-nav > li > a,
.hb-nav > li > span {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  font-size: 14.5px; font-weight: 500; color: #1a1a1a;
  text-decoration: none; border-radius: 10px;
  cursor: pointer; user-select: none; white-space: nowrap;
  position: relative;
  transition: color 0.22s ease, background 0.22s ease;
  letter-spacing: -0.01em;
}

.hb-nav > li > a::after,
.hb-nav > li > span::after {
  content: ''; position: absolute;
  bottom: 5px; left: 16px; right: 16px;
  height: 2px; background: #E8600A; border-radius: 2px;
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}

.hb-nav > li > a:hover,
.hb-nav > li > span:hover { color: #E8600A; }
.hb-nav > li > a:hover::after,
.hb-nav > li > span:hover::after,
.hb-nav > li:hover > span::after { transform: scaleX(1); }

.hb-chev { display: inline-flex; align-items: center; transition: transform 0.25s ease; }
.hb-chev svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hb-nav > li:hover > span .hb-chev { transform: rotate(180deg); }

.hb-dropdown {
  position: absolute;
  top: calc(100% + 6px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 248px; background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px -2px rgba(0,0,0,0.08), 0 24px 48px -4px rgba(0,0,0,0.14);
  border: 1px solid #f0ede8; padding: 8px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.4,0,0.2,1);
  z-index: 10000;
}

/* Invisible hover bridge — stops dropdown from closing when crossing the gap */
.hb-dropdown::after {
  content: ''; position: absolute;
  top: -14px; left: 0; right: 0; height: 14px;
  background: transparent;
}

.hb-dropdown::before {
  content: ''; position: absolute;
  top: -5px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px; background: #ffffff;
  border-left: 1px solid #f0ede8; border-top: 1px solid #f0ede8;
  border-radius: 2px 0 0 0; z-index: 1;
}

.hb-nav > li:hover .hb-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }

.hb-dropdown a {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 16px; font-size: 14px; font-weight: 500;
  color: #2a2a2a; text-decoration: none; border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
  font-family: 'Poppins', sans-serif;
}
.hb-dropdown a + a { border-top: 1px solid #f7f4f0; }
.dd-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #E8600A; opacity: 0; flex-shrink: 0;
  transition: opacity 0.18s ease, transform 0.18s ease; transform: scale(0);
}
.hb-dropdown a:hover { background: #fff5ef; color: #E8600A; padding-left: 20px; }
.hb-dropdown a:hover .dd-dot { opacity: 1; transform: scale(1); }

.hb-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  position: relative; overflow: hidden;
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
  box-shadow: 0 4px 16px rgba(232,96,10,0.32); white-space: nowrap;
}
.hb-cta a::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 50%, transparent 100%);
  transition: left 0.45s ease;
}
.hb-cta a:hover::before { left: 160%; }
.hb-cta a:hover { background: #c94f00; box-shadow: 0 8px 26px rgba(232,96,10,0.44); transform: translateY(-2px); }
.hb-cta a:active { transform: translateY(0); }
.hb-cta-arrow { transition: transform 0.2s ease; }
.hb-cta a:hover .hb-cta-arrow { transform: translateX(4px); }

/* ── Hamburger ── */
.hb-burger {
  display: none; flex-direction: column;
  justify-content: center; align-items: center;
  width: 46px; height: 46px;
  border: none; background: transparent; cursor: pointer;
  border-radius: 10px; padding: 10px; gap: 5px;
  transition: background 0.2s;
  position: relative; z-index: 10002;
}
.hb-burger:hover { background: #fff5ef; }
.hb-burger span {
  display: block; width: 24px; height: 2px;
  background: #1a1a1a; border-radius: 2px;
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.2s, width 0.3s;
  transform-origin: center; pointer-events: none;
}
.hb-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hb-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.hb-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Overlay ── */
.hb-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000; opacity: 0;
  transition: opacity 0.3s ease;
}
.hb-overlay.is-open { display: block; }
.hb-overlay.is-visible { opacity: 1; }

/* ── Drawer ── */
.hb-drawer {
  position: fixed; top: 0; right: 0;
  width: 300px; height: 100%;
  background: #ffffff; z-index: 10001;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
}
.hb-drawer.is-open { transform: translateX(0); }

.hb-drawer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 20px; border-bottom: 1.5px solid #f0ede8; flex-shrink: 0;
}
.hb-drawer-top img { height: 40px; }

.hb-close-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid #e8e4df; background: #ffffff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.18s, border-color 0.18s; flex-shrink: 0;
}
.hb-close-btn:hover { background: #fff0e8; border-color: #E8600A; }
.hb-close-btn svg {
  width: 16px; height: 16px; stroke: #444;
  stroke-width: 2.5; stroke-linecap: round; fill: none; pointer-events: none;
}
.hb-close-btn:hover svg { stroke: #E8600A; }

.hb-mob-nav { list-style: none; padding: 12px 12px 0; flex: 1; }
.hb-mob-nav > li { margin-bottom: 2px; }

.hb-mob-nav > li > a,
.hb-mob-trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 13px 14px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500;
  color: #1a1a1a; text-decoration: none; border-radius: 10px;
  cursor: pointer; border: none; background: transparent;
  transition: background 0.18s, color 0.18s; text-align: left;
}
.hb-mob-nav > li > a:hover,
.hb-mob-trigger:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-trigger.is-open { background: #fff5ef; color: #E8600A; }

.mob-arrow { flex-shrink: 0; transition: transform 0.25s ease; }
.mob-arrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; pointer-events: none; }
.hb-mob-trigger.is-open .mob-arrow { transform: rotate(180deg); }

.hb-mob-sub {
  list-style: none; max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease;
  background: #faf8f6; border-radius: 0 0 10px 10px; margin: 0 2px 4px;
}
.hb-mob-sub.is-open { max-height: 400px; }
.hb-mob-sub li a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; font-family: 'Poppins', sans-serif;
  font-size: 13.5px; font-weight: 500; color: #555;
  text-decoration: none; border-radius: 8px;
  transition: background 0.15s, color 0.15s;
}
.hb-mob-sub li a::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #E8600A; opacity: 0.45; flex-shrink: 0; transition: opacity 0.15s;
}
.hb-mob-sub li a:hover { background: #fff5ef; color: #E8600A; }
.hb-mob-sub li a:hover::before { opacity: 1; }

.hb-mob-cta { padding: 20px 12px 36px; flex-shrink: 0; }
.hb-mob-cta a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 24px; background: #E8600A; color: #ffffff;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  border-radius: 50px; text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(232,96,10,0.30);
}
.hb-mob-cta a:hover { background: #c94f00; }

@media (max-width: 1024px) {
  .hb-header { padding: 0 24px; height: 76px; }
  .hb-nav-wrap, .hb-cta { display: none !important; }
  .hb-burger { display: flex !important; }
}
@media (max-width: 480px) {
  .hb-logo img { height: 44px; }
  .hb-drawer { width: 100%; }
}
