/* || 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: 18px;
    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: 30px;
    
    font-weight: 600;
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:0.9em;
    
    border-radius: 30px;
    
}


.is-btn, .btn{
    border-radius: 30px !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: "Google Sans", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #FFFFFF;
    color:#212121;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #FFFFFF;
    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: #212121;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #212121;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #212121;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #212121;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:linear-gradient(83deg, #0d6300 0%, #0085cf 100%);
     color:#FFFFFF;
     text-transform:uppercase;
}

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 {
    border-top: 1px solid transparent;
}

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: #0173c9;
}

header .text-muted {
    color: #212121 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid transparent;
}

header .border-top {
    border-top:1px solid transparent;
}


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:#212121
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#212121;
    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:#212121;
}

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: #FFFFFF;
    
}


.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:#FFFFFF;
    background:#212121;
    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:#212121;
}

/* || MENU || */
header .main-navigation-background {
    background:transparent;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:none;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #282828;
     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: #282828;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #0D6300;
     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: #282828;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
    left: 37%;
    margin-top: 7px;
}

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 transparent;
}

.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 transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:transparent;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:transparent;
    color: #212121;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#212121;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#212121;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#212121;
}

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 :#282828;
}


.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 #282828;
}

.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: #0D6300;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#282828;
    border:1px solid #0D6300;
}

.new-header-menu-container {
    background:transparent;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #0D6300;
    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:#0D6300;
    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 transparent;
    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: #0D6300;
    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: #0D6300;
    color: #FFFFFF;
}

.is-light-color button,
.is-light-color .button {
    background: #FFFFFF;
    color: #0D6300;
}

.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:#FFFFFF;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid transparent;
    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;
    }
.light-bg {
    background: #ebebeb !important;
}
.blue-bg {
    background: #1b2b41!important;
}
.blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg p, .blue-bg li, .blue-bg a{
    color:#FFFFFF!important;
}
.blue-img-bg {
       background-image: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_128.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.border-left-right {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.new-trust-div {
    padding: 5px 15px;
}
.blue-img-bg2 {
    background-image: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/sympl_52_98.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.service-bg {
     background-image: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/sympl_146.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
        padding: 100px 0px 60px !important;
}
.header-phone {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 0px;
    letter-spacing: 0%;
}
.header-phone-no {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 400;
    font-family: "Google Sans", sans-serif;
}
header .dropdown.menu li a:not(.button) {
     font-family: "Google Sans", sans-serif;
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 24px;
    text-transform: capitalize;
       color: #282828;
}
.banner-main-heading {
     font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #262626;
    margin-bottom: 5px;
}
.banner-sub-heading {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.new-footer-link, .new-footer-link a {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
       font-family: "Google Sans", sans-serif;
       margin-bottom:15px!important;
}
.new-footer-logo-div {
    padding: 50px 0px;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid;
}
p.new-footer-link-address {
    margin-bottom: 10px !important;
        font-weight: 500;
}
.new-social-icon {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.section-main-heading {
       font-family: "Google Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0%;
    color: #262626;
}
.ticker-h2 {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 600;
  font-family: "Google Sans", sans-serif;
      margin-bottom: 0px;
}
.section-sub-heading {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
     color: #262626;
}
span.arrow a {
    display: inline-block;
    background: #509e0d;
    color: #FFFFFF !important;
    padding: 4px 37px;
    border-radius: 100px !important;
    font-size: 30px;
}
.service-ab-head, .service-ab-head a {
   font-size: 18px;
    line-height: 25px;
    color: #fffefe;
    font-weight: 500;
    font-family: "Rethink Sans", sans-serif;
}
.section-sub-headingh3 {
  font-size: 18px;
    line-height: 24px;
   color: #262626;
    font-weight: 600;
   font-family: "Rethink Sans", sans-serif;
}
.our-work-h3, .our-work-h3 a {
      font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0%;
     color: #FFFFFF;
     
}
p.banner-text {
     font-size: 18px;
    line-height: 30px;
    color: #262626;
    font-weight: 400;
        font-family: "Rethink Sans", sans-serif;
        margin-bottom: 20px;
}
.why-choose-h3 {
  font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rethink Sans", sans-serif;
}
.dark-button-bg {
    background: #1b2b41;
}

hr.new-dooted-border {
    border-bottom: 2px dotted #FFFFFF;
    max-width: 200px;
}
.banner-double-buttons span {
    display: inline-block;
    padding: 0px 15px 0px 0px;
}
.our-work-h3{
        display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.button {
     font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
     color: #FFFFFF;
    padding: 17px 65px 17px 35px!important;
    background:linear-gradient(83deg, #0d6300 0%, #0085cf 100%);
    position:relative;
}
.button:after {
    content: "";
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_08.webp);
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
a.header-button:after {
    content: "";
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_08.webp);
    width: 0;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
a.button-2:after {
    content: "";
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_08.webp);
    width: 0;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
a.button-2 {
    z-index: 0;
    background: transparent !important;
    color: #313131 !important;
    padding: 17px 35px !important;
}
a.button-2:before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px; /* border thickness */
  border-radius: inherit;
  background:linear-gradient(83deg, #0d6300 0%, #0085cf 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  z-index: -1;   
}
a.header-button {
     font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
     color: #FFFFFF;
    padding: 17px 35px;
}
.service-head, .service-head a {
    font-size: 24px !important;
    line-height: 25px !important;
    color: #fffefe !important;
    font-weight: 600 !important;
  font-family: "Rethink Sans", sans-serif; !important;
}
ul.header-number-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: center;
    margin: 0px;
    align-items: center;
    list-style-type: none;
    margin-right:5px;
}
.new-header-social-icons {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.new-header-social-icons li:first-child {
    border-right: 1px solid #70695F;
}
.new-header-social-icons li {
    padding: 0px 20px;
    line-height: 35px;
}
ul#mainNav {
    align-items: center;
}
header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    width: auto;
    height: 13px;
    background-image: none;
    display: inline-block;
    border-color: #282828 transparent transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    left: auto;
    margin-top: 0;
    top: 44%;
}
header .dropdown.menu > li.handle-services > a::after {
    right: 21px;
}

ul#mainNav li:last-child a {
    border-right: none;
}
.dropdown.menu > li > a {
    padding: 0.4rem 1.5rem;
}
li.handle-services a {
    padding-right: 2.5rem !important;
}
.new-header-menu-container {
    padding: 15px;
}
img.header-button-icon {
    padding-right: 20px;
    border-right: 2px solid #FFFFFF77;
    margin-right: 20px;
}
.blue-button {
    background: #38B5BB!important;
}
.color-white{
 color:#FFFFFF!important;   
}
.color-black{
 color:#333333!important;   
}
.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-top-4 {
    padding-top: 80px!important;
}
.section-padding-top-5 {
    padding-top: 100px !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;
}
.section-padding-bottom-4 {
    padding-bottom:80px !important;
}
.section-padding-bottom-5 {
    padding-bottom: 100px !important;
}
.new-icon-div {
    background: #685F53;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 15px;
    height: 100%;
    width: 300px;
    margin: 0px auto;
}
.new-icon-div h3 {
    color: #FFFFFF;
    line-height: 32px;
}
hr.title-border {
    border-bottom: 2px solid #FFFFFF66;
    width: 130px;
}
.adjust-text-padding-sec-1 {
    padding: 0px 1rem 0px 0px;
}
.adjust-text-padding-sec-2 {
    padding: 0px 0px 0px 3rem;
}
.project-card {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project-card img {
  width: 100%;
  display: block;
}

/* Bottom bar */
.user-logged-out .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px 50px;
    color: #f4b400;
    z-index: 2;
    transition: all 0.4s ease;
}
a.cta-link {
    text-decoration: underline;
}
.is-content-1300, .is-container-1300 {
    max-width: 1300px!important;
}
/* Background overlay using ::before */
.user-logged-out .project-card::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    z-index: 1;
}

/* Hide view project initially */
.user-logged-out .view-project {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    font-size: 14px;
}
.user-logged-out .project-card:hover .view-project {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.user-logged-out .project-card:hover span.view-project a, .user-logged-out .project-card:hover span.view-project span.arrow a {
    display: block;
    text-align: center;
    width: 100%;
}
/* Arrow styling */
.user-logged-out .arrow {
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.user-logged-out .project-card:hover::before {
    height: 100%;
    background: rgba(56, 181, 187, 0.8);
}

.user-logged-out .project-card:hover .project-content {
  bottom: 50%;
  transform: translateY(50%);
  color: #fff;
}

.user-logged-out .project-card:hover .view-project {
  opacity: 1;
  transform: translateY(0);
}

.user-logged-out .project-card:hover .arrow {
  transform: translateY(5px);
}
.remove-cell-padding .cell {
    padding: 0px;
}
.padding-right-20pix {
    margin-right: 20px;
}
.padding-left-20pix {
    margin-left: 20px;
}
.padding-10pix {
    margin: 0px 10px;
}
.company-icon img {
    width: auto;
}
.arrow-img {
    width: auto !important;
}
.project-card:hover span.hide-on-hover {
    display: none;
}

.project-card:hover .company-icon img{
    text-align: center;
    margin: 0px auto;
}
.project-card:hover .our-work-h3 {
    justify-content: center;
    margin: 20px;
        text-align: center;
}
.project-card:hover .company-icon img {
    content: url(//dvm0q8ak413bh.cloudfront.net/data/org/31191/media/img/source/edit/3677186_edit.png);
}
h3.our-work-h3 {
    margin: 20px 0px;
}
.home-blog-slider ul.slick-dots {
    width: 75px;
    left: -140px;
    bottom: -50px;
}
.home-blog-slider {
    margin: 0px;
}
.home-blog-slider .slick-dots li {
    border: none;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
}
.home-blog-slider .slick-dots li.slick-active, .home-blog-slider .slick-dots li:hover {
    background: #38B5BB;
}
.new-home-contact-sec h2, .new-home-contact-sec h3, .new-home-contact-sec h4, .new-home-contact-sec h5, .new-home-contact-sec h6, .new-home-contact-sec p, .new-home-contact-sec a {
    color: #FFFFFF!important;
}
p.timing-txt span {
    padding: 0px 25px;
}
footer {
    border-top: none;
}
.footer-part-1 {
    background: #383838 !important;
    padding: 15px 15px;
}
footer .menu li a {
    padding: 0.4rem 5rem;
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #FFFFFF;
        border-right: 2px solid #FFFFFF;
}
footer .menu li:last-child a {
        border-right: none;
}
img.pin-img {
    margin: 0px 10px 0px 0px;
}
footer svg.step.social-icon {
    fill: #FFFFFF;
    height: 30px !important;
    width: 35px !important;
}
p.new-footer-link {
    margin-top: 0px;
    margin-bottom: 8px;
}
p.new-footer-link i {
    margin-right: 15px;
}
.new-social-icon li a {
    padding: 0px 12px !important;
    border-right: none !important;
}
.footer-media-box-right {
    border-left: 2px solid #FFFFFF88;
    padding: 0px 10px !important;
}
footer svg.step.social-icon.youtube {
    position: relative;
    top: -2px;
}
.new-icon-div:hover {
    background: #38B5BB;
}
ul.is-dropdown-submenu.menu.level-2 li a {
    border-bottom: 1px solid;
}
.inner-content-div {
    width: 53%;
}
.seo-text {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
}
.seo-text a {
    text-decoration: underline;
}
.list li::marker {
    color: #2DACE1;
}
ul.list li {
    list-style-position: outside;
    margin-left: 20px;
}
.inner-banner.blog-banner {
    left: 100px;
    width: 52%;
    margin: 0;
}
.contact-icon svg {
    fill: #2DACE1;
    width: 50px;
    height: 50px;
}
.contact-icon {
    border-top: 3px dashed #1b2b41;
    border-right: 5px dashed #1b2b41;
    border-bottom: 5px solid #1b2b41;
    border-left: 4px solid #1b2b41;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}
.contact-card {
    background: #f3f3f3;
}
svg.step.social-icon {
    fill: #2DACE1;
}
.social-media-header {
    display: flex;
    justify-content: flex-end;
}
.social-media-header li a {
    padding-bottom: 0px;
}
.heading-border-blue {
    padding: 10px 0px 15px;
}
.heading-border-blue img {
    width: 190px;
}
.size-30 {
    font-size: 30px!important;
    line-height: 34px!important;
}

.home-commercial-block {
    position: relative;
}
.home-commercial-h4 {
    color: #FFFFFF;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.new-commercial-div {
    text-align: center;
    padding: 50px 40px;
    border-radius: 10px;
    margin: 20px 10px;
    height: 90%;
}
.new-commercial-icon {
    margin-bottom: 10px;
}
.new-commercial-div:hover {
    background: #2DACE1;
}
.new-commercial-div:hover h4, .new-commercial-div:hover p{
    color: #FFFFFF;
}
.new-commercial-div1:hover img {
   content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/sympl_40.png); 
}
.new-commercial-div2:hover img {
   content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/sympl_26.webp); 
}
.new-commercial-div3:hover img {
   content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/sympl_26.png); 
}
.new-commercial-slider .slick-dots {
    bottom: 85px;
    left: -275px;
    width: 100px;
}
.new-commercial-slider .slick-dots li {
    background: #FFFFFF;
    border: #FFFFFF;
}
.blue-img-bg h2, .blue-img-bg h3, .blue-img-bg h4, .blue-img-bg h5, .blue-img-bg h6, .blue-img-bg p, .blue-img-bg a{
    color:#FFFFFF!important;
}
.blue-img-bg2 h2, .blue-img-bg2 h3, .blue-img-bg2 h4, .blue-img-bg2 h5, .blue-img-bg2 h6, .blue-img-bg2 p, .blue-img-bg2 a{
    color:#FFFFFF!important;
}
.new-industrial-div {
    text-align: center;
    margin: 0px auto 20px;
    position:relative;
}
.new-industrial-div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 230px;
    border-right: 2px dotted #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
}
.remove-border-right:after{
      border: none;
}
.new-industrial-div h4 {
    margin: 20px 0px 10px;
}
.new-fit-div {
    text-align: left;
    position: relative;
    padding: 20px 40px;
}
.new-dotted-border {
    border: 2px dotted;
    border-radius: 10px;
}
.extra-padding-home {
    padding: 0px 0px 0px 60px;
}
.heading-padding-left {
    padding-left: 40px;
    padding-bottom: 10px;
}
.service-bg h2, .service-bg h3, .service-bg h4, .service-bg h5, .service-bg h6, .service-bg p, .service-bg a{
    color:#FFFFFF!important;
}
.heading-border-white img {
    width: 190px;
}
.home-serv-sec-box {
    background: #1b2b41;
    max-width: 370px;
    margin: 0px auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    
    height: 100%;
}
.home-serv-sec-icon {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
}
.home-serv-sec-box-content {
    padding: 50px 15px 30px;
}
.new-home-testimonial-div {
    background: #FFFFFF;
    text-align: center;
    padding: 50px 120px 100px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #CCCCCC;
    height: 96%;
    max-width: 1000px;
    margin: 10px auto;
}
.new-star-icon {
    padding: 15px 15px 20px;
}
ul.testimonial-slider-new {
    margin: 0px;
}
ul.testimonial-slider-new .slick-dots {
    bottom: 70px;
}
ul.testimonial-slider-new .slick-dots li {
    border: #CCCCCC;
    background: #CCCCCC;
}
ul.testimonial-slider-new .slick-dots li.slick-active, ul.testimonial-slider-new .slick-dots li:hover {
    background: #2DACE1;
}
.main-testimonial-con {
    position: relative;
}
.testimonials-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}
.ready-form-section {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/ready.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position-y: 400px !important;
}
.why-choose-text-alignment {
    padding-top: 145px;
}
.light-bg {
    background: #ebebeb!important;
}
.new-why-choose-div {
    background: #2DACE1;
    text-align: center;
    padding: 70px 30px 40px;
    height: 100%;
    border-radius: 10px;
    color:#FFFFFF;
}
.ready-form-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #F3f3f3 50%, #FFFFFF 50%);
    left: 0px;
    top: 0px;
    z-index: -1;
}
.home-page-form label {
    display: none;
}
.home-page-form form {
    border: none;
    background: #1b2b41;
    padding: 1rem;
    border-radius: 0px;
    max-width: 485px;
    margin: 0px auto;
}
.home-page-form input#Submit {
    font-size: 16px;
    display: block;
    width: 100%;
}
.home-page-form input#first_name {
    margin-bottom:1rem!important;
}
[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 {
    font-size: 16px;
}
.home-page-form .ww-form-container-3 input[type="text"], .home-page-form .ww-form-container-3 input[type="password"], 
.home-page-form .ww-form-container-3 input[type="tel"], .home-page-form .ww-form-container-3 input[type="email"], 
.home-page-form .ww-form-container-3 select, .home-page-form .ww-form-container-3 textarea, 
.home-page-form #mob_phone_phone_number_tel {
    border-radius: 0px;
    background: #FFFFFF;
    margin: 0 0 1em 0;
        padding: 0.5rem 1.3rem;
}
.home-page-form ::placeholder {
     font-size: 16px;
     color:#1B2B41;
}
.home-page-form select#field_33106 {
    border: none;
}
.home-page-form select#field_33107 {
    border: none;
}
.home-page-form .checkbox_wrap label {
    display: block;
}
.home-page-form .checkbox_wrap {
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    align-items: center;
    align-content: center;
}
.home-page-form .form-container {
    padding: 0px !important;
}
.why-choose-back {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30923/theme/48813/img/sympl_52_115.webp);
    background-size: 110% 110%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-area-ul-two li a {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
}
ul.list li {
    margin-bottom: 10px;
}
.accordion-title {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin-bottom: 15px;
}
.accordion-content {
    border: none;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px #CCCCCC;
}
.remove-border:after {
    border-right: none;
}
.contact-form form {
    background: #1b2b41;
}
.contact-form label {
    color: #FFFFFF;
}
.contact-form p {
    color: #FFFFFF;
    margin-top: 15px;
}
.form-template-3 .ww-form-container-3 input[type="text"], .form-template-3 .ww-form-container-3 input[type="password"], .form-template-3 .ww-form-container-3 input[type="tel"], .form-template-3 .ww-form-container-3 input[type="email"], .form-template-3 .ww-form-container-3 select, .form-template-3 .ww-form-container-3 textarea, .form-template-3 #mob_phone_phone_number_tel {
    background: #FFFFFF;
}
.new-industrial-div {
    position: relative;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
  transform-origin: bottom;
}
.new-industrial-div:hover {
    background: #0173c9;
    color: #FFFFFF;
    transform: scaleY(1.1); 
}
.new-industrial-div:hover h4{
    color: #FFFFFF;
}
.new-industrial-div:hover .wave {
    fill:  rgba(6, 89, 150, 0.6);
}
.new-industrial-div:hover .wave2 {
    fill:  rgba(6, 89, 150, 0.6);
}
.new-industrial-div:hover .bubble {
    background: rgba(6, 89, 150, 0.6);
    backdrop-filter: blur(0px);
}
.card:hover .wave {
    fill:  rgba(14, 45, 5, 0.6);
}
.card:hover .wave2 {
    fill:  rgba(14, 45, 5, 0.6);
}
.card:hover .bubble {
    background: rgba(14, 45, 5, 0.6);
    backdrop-filter: blur(0px);
}
/* ICON */
.new-industrial-icon img {
  position: relative;
  z-index: 2;
  
}
.bubble {
  position: absolute;
  width: 25px;
  height: 25px;
  background: rgba(111, 111, 111, 0.15);
  border-radius: 50%;
  top: 60%;
  left: 20%;
  z-index: 2;

  animation: floatBubble 12s infinite ease-in-out;
}

/* Smooth organic floating movement */
@keyframes floatBubble {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(80px, -40px) scale(1.1);
  }
  40% {
    transform: translate(160px, 20px) scale(0.9);
  }
  60% {
    transform: translate(80px, 60px) scale(1.05);
  }
  80% {
    transform: translate(-40px, 20px) scale(0.95);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
/* WAVE WRAPPER */
.wave-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 1;
    rotate: -45deg;
}
.wave-wrapper-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%; /* bigger for smooth looping */
  height: 100%;
  z-index: 1;
   rotate: -90deg;
}
.wave-wrapper-2 svg {
  width: 100%;
  height: 100%;
}
/* SVG takes full space */
.wave-wrapper svg {
  width: 100%;
  height: 100%;
}

/* Waves */
.wave {
  fill: rgba(111, 111, 111, 0.15);
}

/* Layer variations */
.wave1 {
  animation: waveMove 8s linear infinite;
}

.wave2 {
  animation: waveMoveReverse 12s linear infinite;
  fill: rgba(111, 111, 111, 0.15);
}

/* Animations */
@keyframes waveMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes waveMoveReverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* Card container */
.user-logged-out .card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 82px;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_105.webp);
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
}
.user-logged-out .service-ab-head {
    position: absolute;
    z-index: 0;
    bottom: 10px;
    max-width: 205px;
    left: 20px;
}
.user-logged-out .card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: none !important;
    box-shadow: 0px 0px 0px;
    margin-bottom:0px;
}
.new-service-div-main {
    background: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 40px;
    box-shadow: 0px 0px 10px #CCCCCC;
    border-radius: 30px;
}
.article-title, .article-title a {
    font-size: 24px;
    line-height: 30px;
    color: #262626;
    font-weight: bold;
    font-family: "Google Sans";
}
.card{
      position: relative;
      overflow: hidden;
}
/* Image */
.user-logged-out .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index:2;
}

/* Overlay (hidden by default) */
.user-logged-out .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #164607;
    color: white;
    padding: 0px;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0px 20px;
}

/* Title always visible */
.user-logged-out .overlay h3 {
  margin: 0;
  font-size: 18px;
}

/* Hidden content */
.user-logged-out .overlay p,
.user-logged-out .overlay .arrow {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Hover effect */
.user-logged-out .card:hover .overlay {
  height: 100%;
}

/* Reveal text + arrow */
.user-logged-out .card:hover .overlay p,
.user-logged-out .card:hover .overlay .arrow {
  opacity: 1;
  transform: translateY(0);
  margin-top: 10px;
}

/* Arrow styling */
 .arrow {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
}
img.button-icon {
    margin-right: 8px;
}
.button-padding-adjust {
    padding: 10px 35px !important;
}
.header-button-2 {
    background: transparent !important;
    color: #313131 !important;
    font-weight: 600 !important;
    border: 2px solid #399200 !important;
    padding: 15px 35px !important;
}
.home-page-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.20) !important;
}
.inner-content-div {
    width: 50%;
}
.home-content-div {
    position: absolute;
    top: 36%;
}
.remove-height {
    min-height: auto;
}
.dark-grey-bg {
    background: #383838 !important;
}
.light-img-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_65.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: 10% !important;
}
.light-img-bg2 {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/image.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: 15% !important;
}
.light-bg-top {
    background: linear-gradient(to bottom, #f2f2f2 20%, #ffffff 0%) !important;
}
.service-area-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31159/theme/49056/img/Dr_151.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 175px 0px 40px !important;
    text-align: center;
}
footer#footer {
    background: linear-gradient(to left, #0d6300 0%, #0085cf 100%);
}
.user-logged-out .inner-content-div {
    max-width: 100%;
    padding: 0px 0px!important;
}
[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'], textarea {
    border: 1px solid #cccccc;
}
@media screen and (min-width: 1024px) {
    .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 transparent;
    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;
}
p.copyright, p.copyright a {
    color: #232324!important;
}
.home-serv-sec-box-content p {
    margin-bottom: 0px;
}
a.cta-link {
    color: #0173C9 !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid;
}
.home-article-image img {
    border-radius: 40px;
    margin-bottom: 30px;
}
.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
        border-top: 1px solid transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFFFFF;
}

.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:100%;
}

.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/31159/theme/49056/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:#262626;
    font-weight:500;
}

.text-primary {
     color:#0D6300;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.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 transparent;
}

.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:#262626;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#262626;
}

.new-blog-page-type .featured-articles h2 a{
    color:#262626;
}

.new-blog-page-type .blog-search-button svg {
    fill:#0173C9;
}

.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:18px;
    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 #0D6300;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#0D6300;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#0D6300;
    color:#FFFFFF;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#262626;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#262626;
}

.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:#0173C9;
    border: 1px solid #0173C9;
    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:16px;
    color:#000000;
    font-weight: 400;
}

.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 #0D6300;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#262626;
    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:16px;
    }
    .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 transparent;
    }
    #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;
    }

    .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;
    }
    p{
        font-size:1.2em;
    }
    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:transparent;
}

.is-section-guide h2 {
    color:#212121;
}

.is-section-guide p.lead {
    color:#212121;
}
.is-section-guide a.button {
    background:#212121;
    color:transparent;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #0D6300;
    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 transparent;
}

.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 #0D6300;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #0D6300;
}


.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:#FFFFFF;
    color:#212121;
}

aside.sidenav .featured-section i {
    color:#212121;
}

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: #282828;
}

aside.sidenav .menu.simple a {
    color: #282828;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#212121;
    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:#212121;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #282828;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:transparent;
    color: #282828;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #282828;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #282828 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #282828 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 transparent;
    }
    
    footer .border-top-small {
      border-top:1px solid transparent;
    }

    header .border-top-small  {
        border-top:1px solid transparent;
    }
    
    .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 transparent;
        border-bottom:1px solid transparent;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid transparent;
    }
    
    header .mobile-contact-section .head-icons {
        background: #212121;
        color:#FFFFFF;
        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:#FFFFFF;
    }
    
    .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 transparent;
    }
    
     .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 transparent;
        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 transparent;
        }
       
        
    /* 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;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .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;
}
@media screen and (min-width: 1920px) {
.service-area-bg {
    padding: 320px 0px 40px !important;
}
}
@media screen and (max-width: 1024px) {
    .banner-text {
    font-size: 14px!important;
    line-height: 24px!important;
    }
.banner-main-heading {
    font-size: 30px;
    line-height: 34px;
}
    .user-logged-out .service-ab-head {
    bottom: 0px;
    }
    .user-logged-out .card:before {
        width: 250px;
        height: 65px;
        background-size: contain;
    }
    .new-industrial-div {
    padding: 20px 20px 0px;
    }
    .new-trust-div p {
    font-size: 14px;
}
    .new-trust-div h2 {
    font-size: 19px;
    line-height: 29px;
}
    .card p {
    font-size: 14px !important;
}
    .inner-content-div {
    width: 59%;
}
    .ready-form-section {
    background-position-y: 550px !important;
}
    .service-bg {
    background-position: 0px 30px !important;
}
    .heading-padding-left {
    padding-left: 0px;
}
    .new-fit-div {
    padding: 20px 15px;
}
    .extra-padding-home {
    padding: 0px;
}
    .new-commercial-slider .slick-dots {
    bottom: 115px;
    left: -240px;
}
.new-commercial-div {
    padding: 50px 15px;
}
    .user-logged-out .inner-content-div {
    padding: 0px 10px 50px;
}
 
    .inner-banner.blog-banner {
    left: 0px;
}

.user-logged-out .project-content {
    padding: 26px 15px;
}
.our-work-h3, .our-work-h3 a {
    font-size: 20px;
    line-height: 30px;
}
.adjust-text-padding-sec-2 {
    padding: 0px 0px 0px 0rem;
}
.home-blog-slider ul.slick-dots {
    bottom: 70px;
}
 
        .contact-info-footer p {
        font-size: 12px;
    }
p.new-footer-link i {
    margin-right: 10px;
}

.new-social-icon {
    font-size: 14px;
}
.new-social-icon li a {
    padding: 0px 8px !important;
}
}
@media screen and (max-width: 940px) {
    p.banner-text {
    font-size: 18px!important;
    line-height: 30px!important;
    }
    .banner-main-heading {
    font-size: 36px;
    line-height: 40px;
}
    .banner-color-white {
    color: #262626 !important;
}
    .home-page-header {
    position: relative !important;
    }
    aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}
aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}
    aside.sidenav .menu.accordion-menu li a {
    background: linear-gradient(83deg, #0d6300 0%, #0085cf 100%);
    }
    .new-social-icon {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
    .new-footer-logo-div {
    padding: 0px 0px 30px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}
    .new-logo-div {
    text-align: center;
}
    .new-trust-div {
    max-width: 350px;
    margin: 0px auto;
    text-align: center;
}
.border-left-right {
    border-left: none;
    border-right: none;
}
        .user-logged-out .service-ab-head {
        bottom: 10px;
    }
    .new-service-div-main {
    height: 366px;
    max-width: 366px;
    margin: 0px auto;
}
.user-logged-out .card {
    max-width: 366px;
    margin: 0px auto;
}
        .user-logged-out .inner-content-div {
        position: relative;
    }
    .user-logged-out .card:before {
    width: 100%;
    height: 82px;
    }
      .new-industrial-div {
    padding: 40px 20px 40px;
    }
    .new-trust-div p {
    font-size: 18px;
}
    .new-trust-div h2 {
    font-size: 24px;
    line-height: 36px;
}
    .card p {
    font-size: 18px !important;
}
    .service-area-ul-two li a {
    width: 100%;
    }
    .new-social-padding-mob {
    padding-top: 20px !important;
}
    .contact-info-footer p {
    padding-bottom: 15px;
}
    footer .menu li a {
    border-right: none;
}
        .ready-form-section {
        background-position-y: 46% !important;
        background-size: 100% 710px !important;
    }
      .new-home-testimonial-div {
        height: 500px;
        margin: 10px 20px;
            padding: 50px 20px 100px;
    }
        .new-fit-div {
        padding: 20px 30px;
        max-width: 300px;
        margin: 0px auto;
    }
    .new-industrial-div:after {
    border-right: none;
}
    ul.new-commercial-slider {
    margin: 0px;
}
        .new-commercial-slider .slick-dots {
        bottom: 500px;
        left: 50%;
        transform: translateX(-50%);
        width: 73px;
    }
    .home-commercial-block {
    text-align: center;
}
.home-commercial-block img {
    width: auto;
}
        .new-commercial-div {
        max-width: 350px;
        margin: 0px auto;
    }
    .social-media-header {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
    .inner-banner.blog-banner {
    width: 100%;
    position: relative;
}
    .main-blog-banner img {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31191/theme/49088/img/blogm.png);
}
    .align-center-mob {
    display: flex;
    justify-content: center;
}
    p.new-footer-logo {
    text-align: center;
}
    .footer-media-box-right {
    border-left: none;
}
        footer {
        margin-top: 0;
    }
    .project-card {
    max-width: 400px;
    margin: 0px auto 30px;
}
    .adjust-text-padding-sec-1 {
    padding: 0px;
}

.banner-sub-heading {
   color: #5D5D5D;
}
.user-logged-out .inner-content-div {
    max-width: 100%;
    padding: 30px 10px 60px;
}
    .inner-content-div {
    width: 100%;
}
    aside.sidenav .menu.accordion-menu .active > a {
    background: #0085cf;
    color: #FFFFFF;
}
    aside.sidenav .menu.accordion-menu li a {
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 500 !important;
}
    .sidenav-bar {
    right: 0px;
}
    ul.header-number-list {
    justify-content: center;
    }
    .new-social-icon li a {
    padding: 0px 12px !important;
}
    .new-social-icon {
    font-size: 18px;
}
    p.new-footer-link {
    font-size: 18px;
}
.contact-info-footer p {
    font-size: 18px;
}
.user-logged-out .project-content {
    padding: 26px 50px;
}
    .our-work-h3, .our-work-h3 a {
        font-size: 21px;
        line-height: 31px;
    }
    .submenu.is-accordion-submenu li a span {
    padding: 0px !important;
}
}

@media screen and (max-width: 680px) {
    .sidenav-bar {
        right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .menu-btn-area li {
    justify-content: center !important;
}
    ul.menu.menu-btn-area {
    display: block;
}
        .new-home-testimonial-div {
        height: 560px;
    }
    .service-bg {
    padding: 160px 0px 60px !important;
}
        .sidenav-bar {
        right: 15px;
    }
     .new-social-icon {
    font-size: 16px;
}
    p.new-footer-link {
    font-size: 16px;
}
.contact-info-footer p {
    font-size: 16px;
}
p.timing-txt span {
    padding: 0px 15px;
}
}
@media screen and (max-width: 414px) {
    .home-serv-sec-box-content {
    padding: 95px 15px 30px;
}
        .new-home-testimonial-div {
        height: 650px;
    }
      .ready-form-section {
        background-position-y: 39% !important;
        background-size: 100% 800px !important;
    }
     .new-social-icon {
    font-size: 13px;
}
    p.new-footer-link {
    font-size: 13px;
}
.contact-info-footer p {
    font-size: 13px;
}
p.new-footer-link i {
    margin-right: 10px;
}
img.pin-img {
    margin: 0px;
}
}