/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 14px;
    font-weight: 400;
}


h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0.67em 0;
}

h2, .h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight:600;
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h4, .h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.1em;
    line-height: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:0.9em;
    padding: .9rem 2rem;
    
    border-radius: 0px;
    
    font-weight: 600;
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:0.9em;
    
    border-radius: 0px;
    
}


.is-btn, .btn{
    border-radius: 0px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}


label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #98765B;
    color:#FFFFFF;
    border-bottom:none;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #98765B;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #98765B;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

header a:not(.button) {
    color: #FFFFFF;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #FFFFFF;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #FFFFFF;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #FFFFFF;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#1B1B1B;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

.header-buttons .button {
    font-weight:600;
    padding: 0.9em 2em;
}


footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

svg.step.social-icon {
    height:35px;
    width:35px;
    fill:#FFFFFF;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #FFFFFF
}

header .text-muted {
    color: #FFFFFF !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #FFFFFF;
}

header .border-top {
    border-top:1px solid #FFFFFF;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#FFFFFF
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#98765B;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#FFFFFF;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background-color: #98765B;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#98765B;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#FFFFFF;
}

/* || MENU || */
header .main-navigation-background {
    background:transparent;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:block;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
     font-weight:400;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #98765B;
     border:none;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    text-align:left;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #FFFFFF;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
   display: inline-block;
    border-color: #FFFFFF transparent transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    left: auto;
    margin-top: 0;
    top: 44%;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#FFFFFF;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#98765B;
    color: #FFFFFF;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#FFFFFF;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#FFFFFF;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#FFFFFF;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#FFFFFF;
}


.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FFFFFF;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #1B1B1B;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#FFFFFF;
    border:1px solid #1B1B1B;
}

.new-header-menu-container {
    background: transparent;
    padding: 10px 0px;
}
.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #1B1B1B;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#1B1B1B;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #FFFFFF;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* new theme 2 styles */

.main-banner-sec.theme-2 {
    height:80%;
}

.main-banner-sec.theme-2 form .button {
    background: #98765B;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#000000;
}

.is-light-color *{
    color:#FFFFFF;
}

.is-dark-color .button,
.is-dark-color button {
    background: #98765B;
    color: #FFFFFF;
}

.is-light-color button,
.is-light-color .button {
    background: #FFFFFF;
    color: #98765B;
}

.page-banner-main-heading {
    font-weight: 500; 
    margin-bottom: 10px; 
    font-size:2.8em;
}

.page-banner-sub-heading {
    font-size: 1.2em; 
    font-family: inherit; 
    margin-bottom: 30px;
}

#contact-us-form-container {
    position:relative;
}

#contact-us-form-container label {
    margin-bottom:8px;
}

#contact-us-form-container p:first-of-type, 
#contact-us-form-container legend {
    display:none;
}

#contact-us-form-container .textblock_wrap p {
    display:block;
}

#contact-us-form-container .fieldset {
    padding:0;
    margin:0;
    border:0px solid;
}

#contact-us-form-container form {
    background:#262626;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #E2E2E2;
    padding: 8px 16px;
    border-radius:10px;
    height: 56px;
}

#contact-us-form-container .phone_wrap > div {
    width:100%;
}   

#contact-us-form-container .phone_wrap > div [class*="flag-container"] {
    display:none;
}

#contact-us-form-container form #first_name, 
#contact-us-form-container form #mob_phone_phone_number_tel {
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

#contact-us-form-container * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#contact-us-form-container .form-container {
    padding:0;
}

.user-logged-out .main-banner-sec {
    overflow:visible;
}

/* service page */ 

.service-card-section h2 {
    padding-top:30px;
}

.service-card-section .single-card {
    height:100%;
     color:#FFFFFF;
}

.service-card-section .single-card * {
     color:#FFFFFF;
}

.service-card-section .cell {
    padding-right:10px;
    padding-left:10px;
}

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}
.more-text {
      display: none;
    }

.living-benefits-image1, 
.living-benefits-image2, 
.living-benefits-image3, 
.living-benefits-image4 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
}

.living-benefits-image1 img,
.living-benefits-image2 img, 
.living-benefits-image3 img, 
.living-benefits-image4 img {
  width: 100%;
  display: block;
}

/* Overlay description (hidden by default) */
.user-logged-out .living-benefits-image1-desc, 
.user-logged-out .living-benefits-image2-desc, 
.user-logged-out .living-benefits-image3-desc, 
.user-logged-out .living-benefits-image4-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82, 73, 166, 0.8); /* purple overlay */
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 75px;
  box-sizing: border-box;
  z-index: 3;
}
.living-benefits-image1-desc p,
.living-benefits-image2-desc p,
.living-benefits-image3-desc p,
.living-benefits-image4-desc p{
    font-size: 19px;
    line-height: 29px !important;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Sora", sans-serif;
}
.living-benefits-image1-desc p a,
.living-benefits-image2-desc p a,
.living-benefits-image3-desc p a,
.living-benefits-image4-desc p a,
.living-benefits-image1-desc h3 a,
.living-benefits-image2-desc h3 a,
.living-benefits-image3-desc h3 a,
.living-benefits-image4-desc h3 a{
    color: #FFFFFF;
}
/* Show description on hover */
.user-logged-out .living-benefits-image1:hover .living-benefits-image1-desc,
.user-logged-out .living-benefits-image2:hover .living-benefits-image2-desc,
.user-logged-out .living-benefits-image3:hover .living-benefits-image3-desc,
.user-logged-out .living-benefits-image4:hover .living-benefits-image4-desc{
  opacity: 1;
}

/* Icon positioning */
.user-logged-out .living-benefits-image1-icon{
  position: absolute;
  top: auto;
  left: auto;
  bottom:0;
  right:0;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.user-logged-out .living-benefits-image2-icon{
  position: absolute;
  top: auto;
  left: 0;
  bottom:0;
  right:auto;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.user-logged-out .living-benefits-image3-icon{
  position: absolute;
  top: 0;
  left: auto;
  bottom:auto;
  right:0;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.user-logged-out .living-benefits-image4-icon{
  position: absolute;
  top: 0;
  left: 0;
  bottom:auto;
  right:auto;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.user-logged-out .living-benefits-image1:hover .living-benefits-image1-icon,
.user-logged-out .living-benefits-image2:hover .living-benefits-image2-icon,
.user-logged-out .living-benefits-image3:hover .living-benefits-image3-icon,
.user-logged-out .living-benefits-image4:hover .living-benefits-image4-icon{
  opacity: 0;
  visibility: hidden;  /* makes it non-clickable & fully gone */
  pointer-events: none; /* ensures it can’t intercept clicks */
}
.header-phone {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.header-button {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF!important;
    font-weight: 500;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    padding: 13px 20px!important;
        position: relative;
            background:#1B1B1B;
            text-align:left;
            display:inline-block;
}
.button-white {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF!important;
    font-weight: 700;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
        border: 3px solid #383258;
    padding: 15px 65px 15px 15px;
        position: relative;
            margin-left: 15px;
            background:#1B1B1B;
                  text-align:left;
                     display:inline-block;
}
.banner-button {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF!important;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    padding: 11px 40px!important;
        position: relative;
            background:#98765B;
            text-align:left;
            display:inline-block;
            overflow:hidden;
}
.banner-button span.banner-txt {
  position: relative;
  z-index: 2;
}
.banner-button .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #75533d;
    border-radius: 45%;
    animation: wave 3s linear infinite;
    transition: top 0.7s;
}
.banner-button .liquid::before,
.banner-button .liquid::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  background: rgba(117, 83, 61);
  border-radius: 40%;
  z-index:
  animation: wave 6s linear infinite;
}
.banner-button .liquid::after {
  animation-duration: 8s;
  opacity: 0.3;
}

.banner-button:hover .liquid {
  top: -20px;
}
.banner-button:hover .liquid::before,
.banner-button:hover .liquid::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  background: rgba(117, 83, 61);
  border-radius: 40%;
  z-index:
  animation: wave 6s linear infinite;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.button, a.button {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF!important;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    padding: 11px 40px!important;
        position: relative;
            background:#98765B;
            text-align:left;
            display:inline-block;
            overflow:hidden;
            border:none;
}
.button span.banner-txt {
  position: relative;
  z-index: 2;
}
.button .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #75533d;
    border-radius: 45%;
    animation: wave 3s linear infinite;
    transition: top 0.7s;
}
.button .liquid::before,
.button .liquid::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  background: rgba(117, 83, 61);
  border-radius: 40%;
  z-index:
  animation: wave 6s linear infinite;
}
.button .liquid::after {
  animation-duration: 8s;
  opacity: 0.3;
}

.button:hover .liquid {
  top: -20px;
}
.button:hover .liquid::before,
.button:hover .liquid::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  background: rgba(117, 83, 61);
  border-radius: 40%;
  z-index:
  animation: wave 6s linear infinite;
}
header ul.dropdown.menu li a:not(.button) {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}

.button-white:after {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/header-buton-icon.webp);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 10px;
}
ul.header-number-list {
    display: flex;
    list-style-type: none;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
}
.social-media-icons-header {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px !important;
}
.home-page-header {
    position: absolute !important;
        background:transparent!important;
}
.home-page-header header{
    background:transparent;
}
.home-page-header .is-header{
      background:transparent!important;
}
p {
    line-height: 20px !important;
    margin-bottom: 10px !important;
    font-weight:400;
}
a.read-more-link {
    text-transform: uppercase;
}
.banner-main-heading {
    font-size: 30px;
    line-height: 36px;
    color: #98765B;
    font-weight: 500;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    margin:0px 0px 10px;
}

.banner-text {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
        font-family: "Zalando Sans SemiExpanded", sans-serif;
    margin: 0px 0px 25px;
}
.home-marquee-heading {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 36px;
       color: #FFFFFF;
    font-weight: 400;
     font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.section-main-heading {
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    margin:0px 0px 10px;
}
.footer-h2 {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    font-style: italic;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.section-main-heading-2 {
    font-size: 30px;
    line-height: 30px;
     color: #FFFFFF;
    font-weight: 400;
      font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.section-sub-heading, .spa-h2, .fp-h2, .transport-h2, .why-choose-h3 {
    font-size: 24px;
    line-height: 30px;
    color:#FFFFFF;
    font-weight: 400;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}


.service-heading, .service-heading a {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
        font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.home-testimonial-image {
    position: relative;
    width: auto !important;
    display: inline-block;
}
h3.testimonial-name {
    position: absolute;
    top: 49%;
     font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
   font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.test-name-1 {
    left: 70px;
}
.test-name-2 {
    left: 54px;
}
.test-name-3 {
    left: 70px;
}
.purple-bg {
    background: #473f95 !important;
}
.large-p {
    font-size: 18px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 700;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.section-sub-heading-2 {
    font-size: 18px;
    line-height: 20px;
  color: #FFFFFF;
    font-weight: 600;
   font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.new-footer-link {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.new-footer-1 .copyright-container, .new-footer-2 .copyright-container, .new-footer-3 .copyright-container {

    padding-top: 20px;
    padding-bottom: 20px!important;
    font-size: 18px;
    line-height: 22px;
    color: #232323;
    font-weight: 400;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
    background: #262626;
}

.home-article-title, .home-article-title a {
    font-size: 14px;
    line-height: 24px;
  color:#FFFFFF;
    font-weight: 500;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
a.article-read-more.read-more {
    color: #3C339E;
    font-size: 14px !important;
    margin-left: 10px;
}
.blue-gradiant-bg {
    background-image: linear-gradient(-90deg, #5249a6 0%, #23212e 100%) !important;
}
.blue-gradiant-bg h2, .blue-gradiant-bg h3, .blue-gradiant-bg h4, .blue-gradiant-bg li, .blue-gradiant-bg p, .blue-gradiant-bg a{
   color: #fefefe!important; 
}
.blue-gradiant-bg-2 {
    background-image: linear-gradient(165deg, #5249a6 0%, #23212e 100%) !important;
}
.blue-gradiant-bg-2 h2, .blue-gradiant-bg-2 h3, .blue-gradiant-bg-2 h4, .blue-gradiant-bg-2 li, .blue-gradiant-bg-2 p, .blue-gradiant-bg-2 a{
   color: #fefefe!important; 
}
ul.list li span {
    font-size: 18px;
    line-height: 28px;
    color: #fefefe;
    font-weight: 700;
    font-family:"Zalando Sans SemiExpanded", sans-serif;
}
ul.list li {
    list-style-type: none;
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/checkmark-white-icon.webp);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom:10px;
    margin-bottom: 0px;
    background-position: 0px 4px;
}
ul.list-3 li {
    list-style-type: none;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/Camlife-Financial-Corp_072.webp);
    background-repeat: no-repeat;
    padding-left: 38px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    background-position: 0px 3px;
}
ul.list2 li {
    list-style-type: none;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/blacktick.webp);
    background-repeat: no-repeat;
    padding-left: 38px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    background-position: 0px 3px;
}
ul.list {
    margin-top: 0px;
}
.home-serv-caption {
    color: #FFFFFF;
}
.color-white{
 color:#FFFFFF!important;   
}
.user-logged-out .inner-content-div {
    max-width: 425px;
    padding: 0px;
    left:70px;
    position: absolute;
}
.user-logged-out .home-banner-content {
    position: absolute;
    top: 70%;
    transform: translate(0px, -50%) !important;
}
.side-image-div {
    position: relative;
}
.user-logged-out .side-image-icon {
    position: absolute;
    bottom: 2px;
    left: 0px;
}
.section-padding-1 {
    padding: 20px 0px !important;
}
.section-padding-2 {
    padding: 40px 0px !important;
}
.section-padding-3 {
    padding: 60px 0px !important;
}
.section-padding-4 {
    padding: 80px 0px !important;
}
.section-padding-5 {
    padding:100px 0px !important;
}
.section-padding-top-1 {
    padding-top: 20px!important;
}
.section-padding-top-2 {
    padding-top: 40px!important;
}
.section-padding-top-3 {
    padding-top: 60px !important;
}
.section-padding-bottom-1 {
    padding-bottom:20px !important;
}
.section-padding-bottom-2 {
    padding-bottom:40px !important;
}
.section-padding-bottom-3 {
    padding-bottom: 60px !important;
}
.user-logged-out .side-image-icon2 {
    position: absolute;
    bottom: -58px;
    right: -50px;
}
.home-serv-div:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5249a699;
    z-index: 1;
      transition: 
    transform 0.6s ease,
    opacity 0.6s ease;
}
.home-serv-div {
    position: relative;
    display: inline-block;
}
.home-serv-div>img {
    display: block;
    width: 100%;
    height: auto;
}
.home-serv-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}
.home-serv-caption {
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    z-index: 3;
    left: 15px;
    text-align: left;
    width: 165px;
    font-size: 17px;
}
.home-serv-caption a{
      color: #FFFFFF;
}
.home-serv-div:hover .home-serv-caption a{
    color: #0a0a0a!important;
}
.home-serv-div:hover::before {
  transform: translate(0%, 100%); /* move diagonally down-right */
  opacity: 0; /* fade away */
}
.home-serv-div:hover .home-serv-icon img.home-serv-icon-img1 {
    transition:all .5s;
    content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/1b.webp);
}
.home-serv-div:hover .home-serv-icon img.home-serv-icon-img2 {
     content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/2b.webp);
}
.home-serv-div:hover .home-serv-icon img.home-serv-icon-img3 {
     content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/3b.webp);
}
.home-serv-div:hover .home-serv-icon img.home-serv-icon-img4 {
     content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/4b.webp);
}
.home-serv-div:hover .home-serv-icon img.home-serv-icon-img5 {
     content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/5b.webp);
}
.service-slider .slick-dots {
    bottom: -45px;
}
.service-slider .slick-dots li {
    border: none;
    background: #606060;
        width: 25px;
    height: 15px;
}
.service-slider .slick-dots li.slick-active, .service-slider .slick-dots li:hover {
       background: #5249a6;
          
}
.service-slider .slick-dots li.slick-active{
     width: 45px;
    height: 15px;
}
.home-employee-sec-box-bottom {
    text-align: left;
    background: #1f1c4b;
        margin-top: 50px;
}
.home-employee-sec-box-bottom-inner {
    padding: 20px;
}
.home-employee-sec-box-top {
    text-align: left;
    background: #5248a8;
}
.home-employee-sec-box-top-inner {
    padding: 20px;
}

.lighter{
    background: #5248a8;
}
.light {
    background: #3f378a;
}
.dark {
    background: #312b75;
}
.why-choose-slider .slick-dots {
    bottom: 80px;
    left: -450px;
    width:250px;
}
.why-choose-slider .slick-dots li {
    border: none;
    background: #575757;
      width: 25px;
    height: 15px;
}
.why-choose-slider .slick-dots li.slick-active {
    background: #3C339E;
    width: 45px;
    transform: scale(1.2);
}
.why-choose-slider .slick-dots li:hover{
     background: #3C339E;
}
.why-choose-sc-padding {
    padding: 20px 40px;
}
.home-testimonial-image {
    position: relative;
}
.home-testimonial-div {
    padding: 0px 20px;
}
.grey-bg {
    background: #F4f4f4 !important;
}
time.home-time {
    background: #1b1b1b;
    display: block;
    padding: 10px 8px;
}
.new-footer-link-address {
    display: block;
    gap: 10px;
    align-content: center;
    align-items: center;
    margin: 0px auto;
}
.social-media-footer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    column-gap: 15px;
}
.new-footer-link i {
    margin-right: 10px;
}
.new-footer-link span {
    padding: 0px 15px;
}
.flex-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mid-border-footer {
    position:relative;
    padding: 15px 30px 30px !important;
    height: auto;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.home-employee-sec-box-bottom-img {
    position: relative;
}
.home-employee-sec-box-bottom-img:after {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30708/theme/48598/img/header-buton-icon.webp);
    position: absolute;
    bottom: -32px;
    right: 15px;
}
hr.hr-why-choose {
    width: 80px;
    margin: 15px 0px;
}
.accordion-content {
    background-color: #000000;
    color: #FFFFFF;
}
.size-24 {
    line-height: 31px;
}
.dark-blue-bg {
    background: #091127 !important;
}
.dark-blue-bg p,
.dark-blue-bg h2,
.dark-blue-bg h3,
.dark-blue-bg h4,
.dark-blue-bg a,
.dark-blue-bg li{
  color: #FFFFFF !important;
}
.black-bg a,
.black-bg li,
.black-bg p,
.black-bg h2,
.black-bg h3,
.black-bg h4{
  color: #FFFFFF !important;
}
.is-active > .accordion-title::before {
    content: "";
}
.accordion-title {
    font-size: 16px;
    line-height: 26px;
    color:#FFFFFF;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    border: none !important;
    margin-bottom: 20px;
    background: #98765B;
    position:relative;
    padding:15px 20px;
}
.accordion {
    max-width: 520px;
}
.accordion-title::before {
     content: "";
}
.accordion-title:hover, .accordion-title:focus {
  color:#FFFFFF;
}
.is-active .accordion-title {
    margin-bottom: 0px !important;
}
.accordion-content {
    background-color: transparent;
     color:#FFFFFF;
border:none !important;
    margin-bottom: 10px;
}
a.cta-link {
    font-weight: 600;
    text-transform: capitalize;
}
/*pop up team*/
#popupOverlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popupInnerContent {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

#popupClose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
#popupClose:hover {
  color: #FFFFFF;
}

.team-div-pop-desc {
    display: none;
}
.team-div {
    background: #1f1c4b;
    padding: 10px;
    height: 100%;
    cursor: pointer;
}
.team-div h2,
.team-div h3,
.team-div a,
.team-div p{
  color:#FFFFFF!important;  
}
.seo-text {
    line-height: 24px !important;
    margin-bottom: 25px !important;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    color: #272626;
    font-size: 14px;
    font-weight: 400;
}
.new-inner-page-serv-box {
    background: linear-gradient(-90deg, #5249a6 0%, #23212e 100%) !important;
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;
}
.new-inner-page-serv-box h3, .new-inner-page-serv-box a{
    color: #FFFFFF!important;
}
.insurance-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.insurance-table th {
  background-color: #5249a6;
  color: #FFFFFF;
  text-align: left;
  padding: 12px 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.insurance-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ccc;
}

.insurance-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.insurance-table tr:hover {
  background-color: #e6e3ff;
  transition: background-color 0.3s ease;
}
.service-area-ul-two li a {
    width: 100%;
}
.service-area-ul-two li {
    margin: 0 10px;
    width: 30% !important;
}
.contact-icon svg {
    height: 70px;
    width: 70px;
    fill: #FFFFFF;
}
.contact-card {
    background: #98765B;
    border-radius: 0 !important;
    padding: 40px 20px !important;
    box-shadow: 0px 5px 10px #2b2b2b;
    color: #FFFFFF;
}
.contact-card h3, .contact-card a{
    color: #FFFFFF;
}
input#Submit {
    padding: 15px 15px 15px 15px;
}
.inner-banner.blog-banner {
    width: 400px;
    margin: 0 0;
}
li.active .button:after {
    content: "";
}
.article-body.rte h3, .article-body.rte h2, .article-body.rte h4 {
font-size: 18px;
    line-height: 28px;
    color:#98765B;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
        margin: 20px 0px 10px;
}
.new-blog-page-type .ps-blog-recent-posts .article-title, .new-blog-page-type .ps-blog-recent-posts .article-title a {
    margin-bottom: 15px;
  font-size: 18px;
    line-height: 28px;
    color:#98765B;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
header .dropdown.menu li ul.submenu li a:not(.button) {
    border-bottom: 1px solid #FFFFFF55;
}
footer .menu a {
    text-decoration: none;
    display: block;
    padding: 0.7rem 3.5rem;
        font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #FFFFFF!important;
    font-weight: 400;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
}
.accordion-content p{
    color: #FFFFFF !important;
}
.is-active .accordion-content {
    padding: 10px 0px 5px 0px
}
.is-active .accordion-title {
    background: transparent;
    padding: 0px 0px 0px 0px;
}

.user-logged-out ul.home-sec-2-list {
    display: flex;
    list-style-type: none;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
}
.home-sec-2-list li figure {
        position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 260px;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.home-sec-2-list li figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(to bottom, #3b82f6, /* blue */ #22c55e, /* green */ #f38584, /* yellow */ #f97316, /* orange */ #facc15 /* red */);
}
.home-sec-2-list li figure img {
    padding-right: 10px;
}
.is-content-1500 {
    max-width: 1500px;
}
.is-content-1400 {
    max-width: 1400px;
}
.user-logged-out .marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.user-logged-out .marquee-track {
  display: inline-flex;
  width: max-content;
  animation: scroll-marquee 20s linear infinite;
}

.user-logged-out .marquee-track ul li figure {
    padding: 20px 50px 20px 10px;
}

@keyframes scroll-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-85%);
  }
}


header ul#mainNav li:last-child a {
    border-right: 0px;
}

header ul#mainNav li ul.is-dropdown-submenu li a {
    padding: 10px 15px !important;
}
.new-header-social-icons li a {
    padding: 0px 5px;
}
.home-mission-div {
    padding: 40px 35px;
    box-shadow: -3px 2px 5px #e6e6e6;
    height: 100%;
    background:#FFFFFF;
    position: relative;
            transition:all .5s;
}
.home-mission-div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom, #3b82f6, /* blue */ #22c55e, /* green */ #f38584, /* yellow */ #f97316, /* orange */ #facc15 /* red */);
}
.home-mission-div:hover {
    background: #345db1;
    cursor: pointer;
}
.home-mission-div:hover p, .home-mission-div:hover h2, .home-mission-div:hover h3, .home-mission-div:hover a, .home-mission-div:hover h4, .home-mission-div:hover h5, .home-mission-div:hover li{
   color:#FFFFFF;
}
.home-mission-div:hover::after {
    width: 0;
}

.footer-h3-text {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
      font-family: "Zalando Sans SemiExpanded", sans-serif;
    margin: 15px 0px 0px;
}

.copyright {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
      font-family: "Zalando Sans SemiExpanded", sans-serif;
    text-align: center;
}
.is-wrapper .blue-bg {
    background: #182f6f;
}
.is-wrapper .blue-bg h2, .is-wrapper .blue-bg h3, .is-wrapper .blue-bg h4, .is-wrapper .blue-bg h5, .is-wrapper .blue-bg h6, .is-wrapper .blue-bg a, .is-wrapper .blue-bg p, .is-wrapper .blue-bg li{
    color:#FFFFFF!important;
}
.pos-relative {
    position: relative;
}
.desc-absolute {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 440px;
}
.home-black-bg-image {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/BMG-Consulting-Inc_09_13.webp) !important;
    background-size: 100% 1085px !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    padding: 0px 0px 20px !important;
}
.blue-gradiant-box-1 {
    background: linear-gradient(180deg, #3767c3 0%, #0d1d57 100%);
    position: relative;
    color: #FFFFFF;
    padding: 30px 30px 60px;
}
.blue-gradiant-box-1 h2, .blue-gradiant-box-1 p{
      color: #FFFFFF;
}
.blue-gradiant-box-icon {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.blue-gradiant-box-2 {
    background: linear-gradient(180deg, #3767c3 0%, #0d1d57 100%);
    position: relative;
    color: #FFFFFF;
    padding: 60px 30px 30px;
    top: 120px;
}
.blue-gradiant-box-2 h2, .blue-gradiant-box-2 p{
      color: #FFFFFF;
}
.blue-gradiant-box-icon-2 {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.home-serv-sec-box {
    background: #FFFFFF;
    max-width: 395px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px #B2BEB5;
    position:relative;
        height: 100%;
        transition:all .5s!important;
}
.home-serv-sec-box-content {
    padding: 60px 30px 50px;
}
.home-serv-sec-icon {
    position: absolute;
    top: 210px;
    left: 30px;
}
.home-serv-sec-common-icon {
    position: absolute;
    bottom: -20px;
    right: 30px;
}
.home-serv-sec-box:hover {
    background: #182f6f;
    cursor: pointer;
}
.home-serv-sec-box:hover h2, .home-serv-sec-box:hover h3, .home-serv-sec-box:hover p, .home-serv-sec-box:hover a{
    color:white;
}
.serv-box-1:hover .serv-box-icon-1 img {
    content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_64.webp);
}
.serv-box-2:hover .serv-box-icon-2 img {
    content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_58.webp);
}
.serv-box-3:hover .serv-box-icon-3 img {
    content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_61.webp);
}
.home-white-bg-2 {
    padding: 50px 0px !important;
}
.gradiant-blue-bg {
    background: linear-gradient(180deg, #3767c3 0%, #0d1d57 100%) !important;
}
ul.why-choose-slider li {
    list-style-type: none;
}

.why-choose-icon {
    margin-bottom: 10px;
}
.why-choose-slider {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.duel-blue-bg {
    background: linear-gradient(to bottom, #091127 65%, #182f6f 5%) !important;
}
.duel-blue-bg h2, .duel-blue-bg h3, .duel-blue-bg h4, .duel-blue-bg h5, .duel-blue-bg h6, .duel-blue-bg a, .duel-blue-bg p, .duel-blue-bg li{
    color:#FFFFFF!important;
}
.gradiant-blue-bg h2, .gradiant-blue-bg h3, .gradiant-blue-bg h4, .gradiant-blue-bg h5, .gradiant-blue-bg h6, .gradiant-blue-bg a, .gradiant-blue-bg p, .gradiant-blue-bg li{
    color:#FFFFFF!important;
}
.join-our-team-ul {
    display: flex;
     list-style-type: none;
     margin-left:0px;
}
.join-our-team-ul li:last-child .join-our-team-div:after{
  width: 0px;  
}
.join-our-team-div {
    position: relative;
    padding: 10px 20px 1px;
    color: #FFFFFF;
}
.join-our-team-div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(to bottom, #3b82f6, /* blue */ #22c55e, /* green */ #f38584, /* yellow */ #f97316, /* orange */ #facc15 /* red */);
}
.button-margin-top{
    margin-top:45px;
}

p.why-choose-text {
    color: #272626 !important;
}
.why-choose-div:hover p.why-choose-text{
   color: #FFFFFF !important;
}

.blue-bg .button, .blue-bg a.button {
    color: ##FFFFFF !important;
}
.dark-blue-bg .button, .blue-bg a.button {
    color: #FFFFFF !important;
}
.gradiant-blue-bg .button, .gradiant-blue-bg a.button {
    color: #FFFFFF !important;
}
.testimonial-slider {
    background: #182f6f;
    padding: 50px;
    border-radius: 30px;
}
.testimonial-slider p, .testimonial-slider h3{
    color:#FFFFFF;
}
.testimonial-slider .slick-dots {
    bottom: 20px;
}
.slick-dots li {
    border: 1px solid #FFFFFF;
    background:#FFFFFF;
}
ul.ps-blog-category.ul li a.button:before {
    width: 0;
}
.inner-banner.blog-banner {
    left: 80px;
}
.home-white-bg-1:after {
    position: absolute;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_38.png);
    bottom: 0;
    right: 100px;
    z-index: -1;

    animation: floatMove 6s ease-in-out infinite;
}
.home-white-bg-1:before {
    position: absolute;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_118.png);
    top: 0;
   left: 100px;
    z-index:99;

    animation: floatMove2 6s ease-in-out infinite;
}
.home-white-bg-2:after {
    position: absolute;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_38.png);
    bottom: 100px;
    left: 0px;
    z-index: -1;

    animation: floatMove3 6s ease-in-out infinite;
}
.home-white-bg-2:before {
    position: absolute;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30837/theme/48727/img/Untitled-1_118.png);
    top: 0;
   right: 100px;
    z-index:99;

    animation: floatMove3 6s ease-in-out infinite;
}
@keyframes floatMove3 {
    0% {
        transform: translate(0, 0);
    }
    50% {
             transform: translate(-100px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes floatMove2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
             transform: translate(100px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes floatMove {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(100px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
}
header#header {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/headerd.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.dropdown.menu > li > a {
    padding: 0.7rem 1.5rem;
}
.button-margin-right {
    margin-right: 15px;
}
.new-footer-menu {
    background: #191919;
    padding: 8px;
}
.footer-part-1 {
    background: linear-gradient(to bottom, #262626 50%, #98765B 10%);
}
.flex-footer-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.home-padding-con {
    padding: 0px 125px;
}
.grey-brown-bg {
    background: linear-gradient(90deg, transparent 0%, transparent 40%, #6c5441 40%, #6c5441 55%, transparent 55%, transparent 100%) !important;
}
.is-content-1300 {
    max-width: 1300px;
}
.featured-projects-div {
    position: relative;
    text-align: center;
    height: 460px;
    max-width: 625px;
    margin: 0px auto;
}
.fp-h2 {
    position: absolute;
        left: 30px;
    bottom: 60px;
}
.fp-icon {
    position: absolute;
    bottom: 0px;
    overflow: visible;
    right: 40px;
}
.dark-grey-img-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/featuredprojectsd.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.resort-section {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/Resorts.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 75px 0px !important;
}
    .transparent-black-box1 {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}
.dark-grey-img-bg::before,
.dark-grey-img-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4%;
  pointer-events: none;
  z-index: 5;
}

.dark-grey-img-bg::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.6),
    rgba(0,0,0,0)
  );
}

.dark-grey-img-bg::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(0,0,0,.6),
    rgba(0,0,0,0)
  );
}
.brown-bg {
    background: #98765b !important;
}
ul.body-social-icons {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 35px;
    margin: 0px;
}
.remove-height {
    min-height: auto!important;
}
.spa-div {
    position: relative;
    max-width: 656px;
    margin:0px auto;
}
.spa-div2 {
    position: relative;
    margin-bottom: 20px;
}
.transport-div1,.transport-div2{
    position: relative;
}
.transport-h2 a{
    position: absolute;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    margin:0px;
    bottom:0px;
        line-height: 26px;
}
.transport-icon {
    position: absolute;
    bottom: -30px;
    right: 30px;
}
.spa-h2 a{
    position: absolute;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    margin:0px;
    bottom:0px;
}
.spa-icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.transport-div1 {
    top: 50px;
}
.grey-brown-bg-2 {
    background: linear-gradient(90deg, transparent 0%, transparent 30%, rgb(108, 84, 65) 0%, rgb(108, 84, 65) 45%, transparent 35%, transparent 100%) !important;
}
.dark-grey-bg {
    background: #111111 !important;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
}
.grey-img-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/whychooseusd.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
}
.why-choose-div {
    text-align: center;
    padding: 0px 50px;
}
.why-choose-border-right-bottom {
    position: relative;
}
.why-choose-border-right-bottom:after {
    content: "";
    border-right: 3px dotted #FFFFFF;
    position: absolute;
    right: 0px;
    width: 3px;
    height: 250px;
    bottom: -19px;
}
.why-choose-border-right-top {
    position: relative;
}
.why-choose-border-right-top:after {
    content: "";
    border-right: 3px dotted #FFFFFF;
    position: absolute;
    right: 0px;
    width: 3px;
    height: 250px;
    top: -19px;
}
.bg-position-bottom {
    background-position: bottom !important;
}
.remove-border{
 border:none!important;   
}
.home-padding-con2 {
    padding: 0px 50px;
}
.new-testimonial-div {
    padding: 70px 25px 30px;
    height: 100%;
    position:relative;
}
.new-testimonial-icon {
    position: absolute;
    top: -20px;
    left: 25px;
}
.new-testimonial-div.light {
    background: #98765b;
}
.new-testimonial-div.dark {
    background: #765a42;
}
.new-testimonial-div.darker {
    background: #6c523b;
}
.new-testimonial-name {
    font-style: italic;
    font-weight: 600;
    margin: 20px 0px 0px;
}
.home-contact-section {
    background: url(//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/Let%E2%80%99s%20Build%20Something%20Authentic.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0px !important;
}
.transparent-black-box {
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 60px 100px;
}
ul.bottom-logo-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    list-style-type: none;
    gap: 100px;
    text-align: center;
}
ul.bottom-logo-ul li {
    position: relative;
}
ul.bottom-logo-ul li:after {
    position: absolute;
    content: "";
    right: 0px;
    background: #e2e2e288;
    width: 0.7px;
    height: 80px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
ul.bottom-logo-ul li:first-child::after {
    position: absolute;
    content: "";
    right: 0px;
    background: #e2e2e2;
    width: 0;
    height: 80px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.new-serv-div {
    padding: 40px 15px 90px;
    text-align: center;
    background: #171717 !important;
    height: 100%;
    position: relative;
}
.new-serv-icon-2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.new-serv-icon-2 {
    position: absolute;
}
.new-serv-icon {
    margin-bottom: 20px;
}
h3.serv-h3 {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Zalando Sans SemiExpanded", sans-serif;
    margin-bottom: 15px;
}
.featured-projects-slider .slick-dots {
    bottom: -50px;
}
.feature-button-style {
    margin: 80px 0px 0px;
}


/*css*/
/* Section spacing */
.logo-wall-section {
  padding: 40px 20px; /* reduced for tighter look */
}

/* Grid layout */
.logo-wall {
  display: grid;
 grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px; /* tighter = wallpaper feel */
  align-items: center;
}

/* Each logo box */
.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px; /* increased size */
}

/* Logo image */
.logo-item img {
  width: 100%;
  height: 100%;
max-width: 200px;
  max-height: 150px;
  object-fit: contain;

  /* Client requirement */
  filter: grayscale(100%);
  opacity: 0.85;

  transition: all 0.3s ease;
}

/* Hover effect */
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.bottom-logo-ul,
.bottom-logos-img {
  all: unset;
}
@media screen and (min-width: 1024px) {
    
    li.handle-services ul li:first-child {
    display: none !important;
}
    
    
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#FFFFFF;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li:first-child {
    display:none;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li a {
    text-align:left;
}

.footer-menu-container {
    border-bottom:1px solid #E2E2E2;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}



.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:120px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    color: #FFFFFF;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FFFFFF;
}

.dropdown.menu > li.is-active a {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#FFFFFF;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#98765B;
    font-weight:500;
}

.text-primary {
     color:#98765B;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #262626;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
} 

/* New blog page type */


.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #E2E2E2;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    color:#98765B;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#98765B;
}

.new-blog-page-type .featured-articles h2 a{
    color:#98765B;
}

.new-blog-page-type .blog-search-button svg {
    fill:#FFFFFF;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.5;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:14px;
    font-weight:400;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #98765B;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#FFFFFF;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#98765B;
    color:#FFFFFF;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#98765B;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#98765B;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#FFFFFF;
    border: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:14px;
    color:#FFFFFF;
    font-weight: 500;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 20px;
    padding: 0;
    left: 16px;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:#E7E5E4;
    border:1px solid #E7E5E4;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #98765B;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#FFFFFF;
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 500;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:70px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type .ps-blog-recent-posts .article-title {
    font-size:1.2em;
    margin-bottom:15px;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:14px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #E2E2E2;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0.67em 0;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
   
    footer {
        margin-top:32px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

.is-section-guide {
    background:#98765B;
}

.is-section-guide h2 {
    color:#FFFFFF;
}

.is-section-guide p.lead {
    color:#FFFFFF;
}
.is-section-guide a.button {
    background:#FFFFFF;
    color:#98765B;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #98765B;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #FFFFFF;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #E2E2E2;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}

.slick-dots li {
    border: 1px solid #98765B;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #98765B;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#98765B;
    color:#FFFFFF;
}

aside.sidenav .featured-section i {
    color:#FFFFFF;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#98765B;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#FFFFFF;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #E2E2E2;
    }
    
    footer .border-top-small {
      border-top:1px solid #E2E2E2;
    }

    header .border-top-small  {
        border-top:1px solid #FFFFFF;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #FFFFFF;
    }
    
    header .mobile-contact-section .head-icons {
        background: #FFFFFF;
        color:#98765B;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    header .mobile-contact-section .head-icons i {
        color:#98765B;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #FFFFFF;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #FFFFFF;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #E2E2E2;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    

    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

header button.openMenu {
    background: initial;
    color: initial;
}
body {
    word-wrap: normal;
}
.new-footer-link span {
    padding: 0px 5px;
}

@media screen and (min-width: 1600px) {
.why-choose-sc-padding {
    padding: 20px 80px ;
}
.why-choose-slider .slick-dots {
       left: -497px;
}
}
@media screen and (min-width: 1920px) {
    .fp-h2 {
    bottom: 55px;
}
    .fp-icon {
    right: 90px;
}
    .fp-img img {
    width: 90% !important;
}
.featured-projects-div {
        height: 570px;
    max-width: 100%;
}
    .why-choose-sc-padding {
        padding: 20px 130px;
    }
.why-choose-slider .slick-dots {
       left: -497px;
}
    .why-choose-slider .slick-dots {
        left: -550px;
    }
}
@media screen and (min-width: 1600px) {
    .fp-h2 {
    bottom: 55px;
}
}
@media screen and (max-width: 1380px) {
.featured-projects-div {
    margin: 0px 20px;
}
.fp-h2 {
    bottom: 100px;
}
.fp-icon {
    bottom: 45px;
}
ul.bottom-logo-ul {
    gap: 75px;
}
}
@media screen and (max-width: 1024px) {
    .inner-banner.blog-banner {
    left: 0px;
}
    .home-padding-con2 {
    padding: 0px 0px;
}
        ul.bottom-logo-ul {
        gap: 30px;
    }
    ul.bottom-logo-ul li:after {
    left: -15px;
    }
    .bottom-logos-img img {
    width: 145px;
}
    .why-choose-div {
    padding: 0px 0px;
}
    .spa-div2 {
    margin-bottom: 45px;
}
    .section-main-heading {
    font-size: 30px;
    line-height: 30px;
    }
    .home-padding-con {
    padding: 0px 0px 0px 50px;
}
    .banner-main-heading {
    font-size: 25px;
    line-height: 31px;
    }
    .user-logged-out .inner-content-div {
    max-width: 355px;
    left:20px;
    }
    .fp-icon {
        bottom: 30px;
        right: 20px;
    }
    .fp-h2 {
    left: 20px;
        bottom: 80px;
    }
    .featured-projects-div {
    height: 330px;
    }
    .blue-gradiant-box-icon {
    bottom: -110px;
}
  .blue-gradiant-box-icon-2 {
    top: -110px;
}
    .join-our-team-div {
    padding: 10px 9px 1px;
    }
    .join-our-team-div h2{
        font-size:12px;
    }
    .why-choose-slider {
    flex-wrap: nowrap;
    }
    .why-choose-div {
    width: 170px;
    }
    .home-serv-sec-icon {
    top: 140px;
}
    .blue-gradiant-box-1 {
    padding: 30px 15px 60px;
}
.blue-gradiant-box-2 {
    padding: 60px 15px 30px;
}
.button-margin-top {
    margin-top: 120px;
}
    .home-black-bg-image {
    background-size: 100% 1150px !important;
    }
    .desc-absolute {
    top: 0px;
    }
    header ul#mainNav li a {
        padding: 10px 25px;
    }
header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 15px;
}
    footer .menu a {
    padding: 0.7rem 1.5rem;
}
  .home-employee-sec-box-bottom-inner {
    padding: 20px 30px;
}
.home-employee-sec-box-top-inner {
    padding: 20px 20px;
}
.why-choose-slider .slick-dots {
    left: -345px;
}

.why-choose-sc-padding {
    padding: 20px 0px 20px 40px;
}
time.home-time {
    padding: 10px 5px;
}
.new-footer-link {
    font-size: 16px;
}
.social-media-footer img {
    width: 33px;
}
}
@media screen and (max-width: 940px) {
    .off-canvas {
    background: #1b1b1b;
}
    aside.sidenav .menu.accordion-menu li a span {
    padding: 0px !important;
}
        .section-main-heading {
    font-size: 36px;
    line-height: 36px;
    }
       .banner-main-heading {
    font-size: 30px;
    line-height: 36px;
    }
    .social-media-footer img {
    width: 41px;
}
    .new-footer-link {
    font-size: 18px;
}
    .why-choose-slider {
    flex-wrap: wrap;
}
        .main-blog-banner img {
        content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30712/theme/48602/img/m_0014_blog.webp");
    }
     .inner-banner.blog-banner {
        width: 100%;
        margin: 0 0;
        position: relative;
        padding: 30px 0px;
        border-bottom: none;
        background: #111111;
    }
        .home-serv-sec-icon {
        top: 210px;
    }
        .new-footer-link-address {
        margin: 20px auto 0px;
    }
    .mid-border-footer:before {
    width: 0px;
   
}
.footer-h3-text {
    margin: 15px 0px 20px;
}
        .join-our-team-div {
        padding: 10px 20px 1px;
    }
    .join-our-team-ul {
    margin-top: 40px;
    }
        .join-our-team-div h2 {
        font-size: 14px;
    }
    .why-choose-slider {
        flex-wrap: wrap;
        gap: 20px;
        margin: 0px;
    }
        .blue-gradiant-box-icon {
        bottom: -130px;
    }
        .blue-gradiant-box-icon-2 {
        top: -135px;
    }
    .blue-gradiant-box-1 {
        padding: 30px 30px 60px;
        margin: 0px auto;
        max-width: 350px;
    }
     .blue-gradiant-box-2 {
        padding: 60px 30px 30px;
        margin: 260px auto 0px;
        max-width: 350px;
        top: 0px;
    }
        .button-margin-top {
        margin-top: 50px;
    }
        .home-black-bg-image {
        background-size: auto 2450px !important;
    }
        .desc-absolute {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
   
    .inner-banner.blog-banner {
    width: 100%;
    margin: 0 0;
    position: relative;
    padding: 30px 0px;
}
    .service-area-ul-two li {
    margin: 0 10px;
    width: 100% !important;
}
     .insurance-table th,
  .insurance-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .insurance-table tr {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }

  .insurance-table th {
    text-align: center;
  }
    .team-div {
    width: 300px;
    margin: 0px auto;
    }
    #popupInnerContent {
    margin: 0px 20px;
    }
        .why-choose-slider .slick-dots {
        left: 0px;
        bottom: -45px;
        width: 100%;
    }
    .sidenav-bar {
        right: 25px;
        top: 75px;
    }
    header .icon, header i, header i.fa-bars.icon {
    color: #FFFFFF;
}
aside.sidenav .menu.accordion-menu li a {
        background: #111111;
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 500;
        font-family: "Sora", sans-serif;
}
aside.sidenav .menu.accordion-menu .active > a {
    background: #98765B;
    color:#FFFFFF;
}
.home-page-header {
    position: relative !important;
    background: #FFFFFF !important;
}
.width-sm-100 {
    max-width: 100% ! Important;
}
ul.header-number-list {
    display: block;
}
ul.header-number-list li {
    text-align: center;
}
    ul.header-number-list li a {
        display: inline-block;
    }
    .padding-sm-0{
        padding:0px!important;
    }
        ul.header-number-list>li {
        text-align: center;
        padding: 15px;
        border-top: 2px solid #CCCCCC55;
    }
     .user-logged-out .inner-content-div {
        max-width: 100%;
        position: relative;
        top: 0%;
        transform: translate(0px, 0%) !important;
        padding: 30px 20px;
        border-bottom: none;
        background: #111111;
        left: 0px;
    }
    .side-image-div {
    max-width: 513px;
    position: relative;
    margin: 0px auto;
}
.living-benefits-image1, .living-benefits-image2, .living-benefits-image3, .living-benefits-image4 {
    width: 100%;
}
.home-employee-sec-box-bottom, .home-employee-sec-box-top {
    width: 305px;
    margin: 0px auto 30px;
}
    .why-choose-div {
        width: 320px;
        margin: 0px;
    }
        .why-choose-sc-padding {
        padding: 0px 20px 20px;
        text-align: center;
    }
        time.home-time {
        padding: 10px 13px;
        display: inline-block;
        width: 70px;
    }
    .home-article-title, .home-article-title a {
    text-align: center;
    margin: 0px 0px 40px;
}
    footer {
        margin-top: 0;
    }
    .mid-border-footer {
    border-left: none;
    border-right: none;
    border-bottom: none !important;
    padding: 20px 15px 15px !important;
}
.padding-vertical-m-0 {
    padding: 0px !important;
}
.new-footer-link-address {
    display: flex;
    text-align: center;
    gap: 10px;
    align-content: center;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    justify-content: center;
}
.flex-footer-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 20px 15px 10px !important;
    align-items: center;
}
    .new-footer-link {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .new-footer-menu {
    width: 95%;
}
.new-nav-button {
    position: absolute;
    left: auto;
    right: 0px;
    top: 50px;
}
     .home-padding-con {
        padding: 30px 30px 0px;
    }
    .mobile-side-img {
    width: 90%;
    margin: 0px auto;
}
.grey-brown-bg {
    background: linear-gradient(180deg, transparent 0%, transparent 40%, #6c5441 40%, #6c5441 55%, transparent 55%, transparent 100%) !important;
}
    .featured-projects-div {
        height: 465px;
    }
    .fp-icon {
        bottom: 10px;
    }
        .spa-div2 {
        margin-bottom: 45px;
        width: 490px;
        margin: 0px auto 45px;
    }
    .transport-div1 {
    top: 0;
    width: 360px;
    margin: 0px auto 40px;
}
.transport-div2 {
    width: 360px;
    margin: 0px auto;
}
    .home-padding-con.extra-bottom {
        padding: 0px 30px 60px;
    }
        .why-choose-div {
        width: 320px;
        margin: 0px auto 30px;
    }
    .why-choose-border-right-bottom:after {
   border-right: none;
}
    .why-choose-border-right-top:after {
       border-right: none;
}
    .home-padding-con2 {
        padding: 30px 0px 0px;
        margin: 0px auto;
    }
    .new-testimonial-div {
    width: 300px;
    margin: 0px auto 40px;
}
ul.bottom-logo-ul {
    display: block;
}
.bottom-logos-img {
    padding: 30px 0px;
}
ul.bottom-logo-ul li:after {
    position: absolute;
    content: "";
    right: 0px;
    background: #e2e2e288;
    width: 80px;
    height: 0.7px;
    left: 50%;
    top: auto;
    bottom: 0px;
    transform: translatex(-50%);
}
    .bottom-logos-img img {
        width: auto;
    }
ul.bottom-logo-ul li:first-child::after {
        position: absolute;
        content: "";
        right: 0px;
        background: #e2e2e288;
        width: 80px;
        height: 0.7px;
        left: 50%;
        top: auto;
        bottom: 0px;
        transform: translatex(-50%);
}
ul.bottom-logo-ul li:last-child::after {
     width: 0px;
}
.transparent-black-box {
    padding: 60px 20px;
}
    .grey-brown-bg {
        background: linear-gradient(180deg, transparent 0%, transparent 20%, #6c5441 20%, #6c5441 40%, transparent 40%, transparent 100%) !important;
    }
    /*css*/
     .logo-wall {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .logo-item img {
    max-height: 50px;
  }
}
@media screen and (max-width: 680px) {
    .featured-projects-div {
        height: 400px;
    }
}
@media screen and (max-width: 500px) {
        .spa-div2 {
        width: 100%;
    }
        .grey-brown-bg {
        background: linear-gradient(180deg, transparent 0%, transparent 15%, #6c5441 15%, #6c5441 30%, transparent 30%, transparent 100%) !important;
    }
        .fp-h2 {
        font-size: 20px;
    }
        .featured-projects-div {
        height: 290px;
    }
    .join-our-team-div:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: linear-gradient(to right, #3b82f6, /* blue */ #22c55e, /* green */ #f38584, /* yellow */ #f97316, /* orange */ #facc15 /* red */);
}
    .join-our-team-ul {
        display: block;
    }
        .home-black-bg-image {
        background-size: auto 2300px !important;
    }
    ul.why-choose-slider {
    margin: 0px;
}
.user-logged-out .side-image-icon2 {
    right: -17px;
}
.user-logged-out .living-benefits-image1-desc, .user-logged-out .living-benefits-image2-desc, .user-logged-out .living-benefits-image3-desc, .user-logged-out .living-benefits-image4-desc {
 
    padding: 20px 20px;
   
}
.living-benefits-image1-desc p, .living-benefits-image2-desc p, .living-benefits-image3-desc p, .living-benefits-image4-desc p {
    font-size: 14px;
    line-height: 24px !important;
}

}
@media screen and (max-width: 414px) {
.spa-h2 {
    font-size: 16px;
    }
        .transport-div1 {
        width: 100%;
    }
         .transport-div2 {
        width: 100%;
    }
        .fp-icon {
        right: -30px;
    }
        .featured-projects-div {
        height: 265px;
    }
    ul.body-social-icons {
    gap: 25px;
    }
        .new-footer-link {
        font-size: 15px;
    }
        .home-serv-sec-icon {
        top: 160px;
    }
        .home-black-bg-image {
        background-size: auto 2320px !important;
    }

      .sidenav-bar {
        right: 25px;
        top: 55px;
    }
.button-white {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 15px;
    padding: 5px 65px 5px 15px;
    display: inline-block;
}
    .user-logged-out .living-benefits-image1-desc, .user-logged-out .living-benefits-image2-desc, .user-logged-out .living-benefits-image3-desc, .user-logged-out .living-benefits-image4-desc {
        padding: 20px 10px;
    }
}