/* || 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: 300;
}


[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;
}

.is-wrapper>div{
    overflow-x: visible !important;
}


button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 0px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    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;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

svg.step.social-icon {
    width: 35px;
    height: 35px;
    fill: #a7bf0f;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Poppins", serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: transparent;
    color:#000000;
    border-bottom:0px solid #262626;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}


.abt-slider .is-card.testimonial.shadow-1.height-100 {
    width: 400px !important;
    margin: 0 auto;
    min-height: 336px;
}

.abt-slider .slick-prev {
    left: 25%;
    width:auto;
    height:auto;
}

.slick-slide img {
    display: inline-block !important;
    text-align: center;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #a7bf0f;
}


.lab-ul li svg {
    fill: #a7bf0f !important;
}

.new-blog-template .ps-blog-recent-posts li a::before {
    background: #a7bf0f;
    position: absolute;
    height: 10px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    border-radius: 500px;
    border: 1px solid #000;
}

.abt-slider .slick-next {
    right: 25%;
    width:auto;
    height:auto;
}



.abt-slider .actual-testimonial-holder {
    border: 1px solid #ccc;
    padding: 10px;
}

.cell.large-6.small-12.icons-p-top {
    padding-top: 55px;
}

.gen-form .ww-form-container-3 form, .map {
    box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px !important;
    padding: 20px;
    border: 2px solid #B2B2B2 !important;
}

li.handle-contact.is-page {
    display: none;
}

.fieldset {
    margin: 0;
    padding: 1.25rem;
    border: 0px solid #F2F2F2;
}

ul.list2 li
{
    list-style-type:none;
    font-weight: 400;
}

ul.list3 li
{
    list-style-type:none;
    font-weight: 400;
}

ul.list2 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27297/theme/44970/img/5.png") !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

ul.list3 li:before {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/27297/theme/44970/img/white-new.png") !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    top: 5px;
    padding-right: 30px;
}

.gen-form input, .gen-form textarea, #newsletter-form textarea {
    width: 100% !important;
    height: 48px !important;
    background: #F0F0F0;
    border: 1px solid #DBDBDB !important;
    border-radius: 0px !important;
}

.submit_wrap.padding-top-1 {
    padding-top: 0px !important;
    text-align: left !important;
    margin: 0 auto;
}

header .sticky-bg-color.stick {
    background: transparent;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: transparent;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}



header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #6f4e37;
}



header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #708238;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#708238;
     color:#FFFFFF;
     margin-top:0px;
}

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;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #000000
}

header .text-muted {
    color: #000000 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #262626;
}

header .border-top {
    border-top:1px solid #262626;
}


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:#708238
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:transparent;
    background:#000000;
    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;
}

.is-section.is-box.blue-bg img {
    height: 74px;
    width: 74px;
}

.logo-container-footer img {
    margin-top: -35px;
    width: 75%;
    margin-left: 35px;
}
header a:hover .ps-cart-text-container {
    background:#708238;
}

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: #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:transparent;
    background:#000000;
    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:#708238;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #000000;
    
}

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: #6f4e37;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #FFF;
     border:1px solid #000000;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: #708238;
    border-bottom: 1px solid #fff;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
   color:#6f4e37;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #000000;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000000 transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #FFFFFF 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 #6F4E37 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 #6F4E37;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#262626;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#F2ECE4;
    color: #000000;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#000000;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#708238;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#000000;
}

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 {
    border-bottom:1px solid #FFFFFF;
    color:#000000;
}

.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{
    border-bottom:3px solid #FFFFFF;
}

.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: #708238;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#000000;
    border:1px solid #708238;
}

.new-header-menu-container {
    background:#FFFFFF;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #708238;
    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:#708238;
    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 #262626;
    margin-top: 10px;
    padding-top: 5px;
}

/* New headers CSS END */

/* 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-menu-container {
    border-bottom:1px solid #D0CBC9;
    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 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #D0CBC9;
    padding-top: 20px;
    padding-bottom: 10px;
}

.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:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:1px solid #708238;
    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;
        font-weight: 500;
}

.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/31010/theme/48901/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#708238;
}

.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;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#708238;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#708238;
}

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;
    font-size: 2rem;
}

.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;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}


/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #000000;
    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: #708238;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #D0CBC9;
}

footer .menu li a {
    font-weight:bold;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}


.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:transparent;
    color:#000000;
}

aside.sidenav .featured-section i {
    color:#000000;
}

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:#FFFFFF;
    color: #000000;
}

aside.sidenav .menu.simple a {
    color: #000000;
}



aside.sidenav .ps-cart-text-container {
    color:transparent;
    background:#000000;
    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:#708238;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #fff;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #000000;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#6F4E37;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #000000 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 #D0CBC9;
    }
    
    footer .border-top-small {
      border-top:1px solid #D0CBC9;
    }

    header .border-top-small  {
        border-top:1px solid #262626;
    }
    
    /* 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 #262626;
        border-bottom:1px solid #262626;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #262626;
    }
    
    header .mobile-contact-section .head-icons {
        background: #F5F5F5;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    .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 #262626;
    }
    
     .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 #262626;
        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 #D0CBC9;
        }
       
        
    /* 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;
}


/*****************************Main CSS***************************************/

/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/

#status-msg {
    display: none !important;
}

.slick-next,
.slick-prev{
    top: 35%;
}

/*header*/
header ul.dropdown.menu li a:not(.button) {
    font-weight: 600;
}

aside.sidenav .menu.accordion-menu li a:focus {
    outline: none !important;
}

header .dropdown.menu > li > a {
    padding: 0.7rem 1.7rem;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}


header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .sticky.is-at-top.is-stuck ul#mainNav {
    justify-content: center;
    padding-top: 15px;
}

header .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    /* top: 140%; */
    left: 0 !important;
    width: 362px;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #fff;
}
.user-logged-out .pos-ab-head.is-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
}
.user-logged-out .pos-ab-head header .sticky-bg-color.stick , .user-logged-out .pos-ab-head header .sticky-bg-color.stick{
    background: transparent;
}
.user-logged-out .pos-ab-head header ul.dropdown.menu li a:not(.button),
.user-logged-out .pos-ab-head  header a:not(.button){
    color:  !important;
}
header a.logo-black span.text-logo {
    color: #000;
}
.user-logged-out .pos-ab-head header a.logo-black{
    display:none !important;
}
.user-logged-out .pos-ab-head header a.logo-white{
    display: inline-block !important;
}
/*header .sticky.is-at-top.is-stuck ul.dropdown.menu li a:not(.button){
    color: #000 !important;
}*/
/*header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
    display: none;
}*/

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
}

.main-navigation.sticky #mainNav {
    justify-content: center;
    padding: 1rem 0;
}
.main-navigation.sticky ul.dropdown.menu > li span {
    color: #000;
}

/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/

/********** header ************************/

.logo-container img {
    margin-top:20px;
}
.menu .icon {
    color: #708238;
    padding-right:5px;
}
header .with-nav.is-stuck {
    background: #FFF;
    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.dropdown.menu li a:not(.button){
    }
.is-header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: -1px;
    margin-top: -2px;
}
header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: transparent;
    display: inline-block;
    width: 13px;
    height: 6px;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
      border-color:#6f4e37 transparent transparent !important;
    /* right: auto; */
    left: 88%; 
    margin-top: 7px;
}
/*mob*/
.is-dropdown-submenu {
    left: 8px !important;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    padding: 0px !important;
}
.new-header-5 .menu-container {
    margin-top: 30px;
}
.off-canvas {
    background: #000;
}
aside.sidenav .menu.accordion-menu .active > a {
       background: #6F4E37;
    color: #FFF   !important;
}
.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
    color: #ffffff !important;
}
.accordion-menu a:hover {
    color: #6f4e37  !important;
    background-color: #6f4e3700 !important;
}

/*header*/

/***Home-page***/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}



/*Banner*/

/*Slider-section*/

.custom-inner-div {
    position: relative;
}

.custom-inner-div .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #969696;
    margin: 0;
    padding: 13px 27px;
    max-width: 100%;
}

.custom-slider .slick-slide img {
    width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    bottom: -45px;
}

.custom-slider .slick-dots li {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #a7bf0f;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*Slider-section*/
/***Home-page***/



/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: #2e2e2e57 !important;
}

#footer .fab {
    font-size: 35px;
    color: #222222;
}

footer .icon {
    color: #708238;
    margin-right: 10px;
}
footer i.fas.fa-map-marker-alt.icon {
    margin-top: -22px;
}
footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a {
    padding-left: 0;
    padding-top: 0;
    font-weight: 500;
    font-size: 18px;
}

/*footer*/

/*Slick Slider*/
.slick-prev {
    left: 0;
    width: auto;
    height: auto;
    background: none !important;
}

.slick-next {
    right: 0;
    width: auto;
    height: auto;
    background: none !important;
}

.slick-dots {
    bottom: -21px !important;
}

.slick-dots li {
    border: 1px solid #fff;
    background: #fff;
}
.slick-slide img {
    display: block;
    margin: auto;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: rgb(106, 37, 42);
    border: 1px solid rgb(106, 37, 42);
}
button.slick-next.slick-arrow {
    transform: translateY(-50%) rotate(-43deg);
}

.home-project-slider button.slick-next.slick-arrow {
    right: 25px;
}

button.slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(132deg);
    left: auto;
}

.home-project-slider button.slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(132deg);
    left: auto;
    right: 70px;
}

button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}

.home-project-slider button.slick-arrow {
  top: -10%;
}

.home-project-slider button.slick-prev {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31010/theme/48901/img/Left.png");
    background-repeat: no-repeat;        
}

.home-project-slider button.slick-next {
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31010/theme/48901/img/Right.png");
    background-repeat: no-repeat;            
}

.slick-dots li, .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
}
/*main css*/
/**********headings************************/
.banner-main-heading {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 49px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 0;
}

.banner-sub-heading {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: capitalize;
  color:  #708238;
}

.section-main-heading {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0.01em; 
  color: #000000;
  text-transform: capitalize;
}

.section-sub-heading {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;      
  color:  #708238;
  text-transform: capitalize;
}
footer  h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
footer .menu .active > a{
  
    background: #00000000;
    color: #708238;

    }
.white{
    color:#fff;
}
.align-center-c {
    align-items: center;
}
p:last-of-type{
    margin-bottom:0px;
}
.cust-margin{
    margin-top: 14px ! IMPORTANT;
}
/**********buttons and cta************************/
.button, .new-header .button {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px !important;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  padding: 15px 20px !important;
  background-color: #708238;
  color: #FFFFFF;
  margin-top:10px;
  margin-bottom:0px;
}
.button:hover, .new-header .button:hover, #Submit:hover {
    background-color: #6F4E37 !important;
    color: #fff;
    opacity: 1;
}
.new-header .button, #Submit{
margin-top: 0px !important;
}
.cust-button{
    background-color: #fff;
    color: #0D5391;
    border: 1px solid #0D5391;
}
.cust-button:hover{
    background-color: #6A252A;
    color: #fff;
    border: 1px solid #6A252A;
}
.cta-link {
  font-family: "Poppins", serif;
  font-weight: 700;                 
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;           
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;  
  text-decoration-offset: 0.1em;   
  color: #000000;
}
.cta-link:hover{
    color:#708238;
    text-decoration:none;
}
.white-link{
    color:#fff ;
}
.white-link:hover{
    color:#fff ;
}

/********** banner ************************/
.user-logged-out .inner-content-div-home {
    max-width: 747px;
    padding: 20px 20px;
    text-align: left;
    background: #ffffffd1;
    margin-top: 4rem;
}
.user-logged-out .inner-content-div {
    max-width: 600px;
    padding: 20px 20px 20px;
        background: #ffffffd1;
}
.user-logged-out .pos-ab-ban {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0 auto;
    right: 0;
    padding: 0 13px;
}


/********** testimonials ************************/
.home-testimonial-slider .testimonial {
    background: #e6e6e673;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    /* border-radius: 6px; */
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 8px;
    /* border-left: 5px solid #d0cbc9; */
}
.individual-testimonial {
    background: #e6e6e6;
    box-shadow: rgb(0 0 0 / 63%) 0px 3px 8px;
    border-radius: 0px;
    border-left: 5px solid #708238;
    /* border-image: linear-gradient(to right, #171534, #68BA72); */
    border-image-slice: 1;
    padding: 20px;
    margin-top: 25px;
}
.m-h {
   min-height: 254px;
    padding: 26px 15px;
}
/********** services box ************************/
.services-box {
    background: #6f4e37;
    box-shadow: rgb(0 0 0 / 40%) 0px 3px 8px;
    border-radius: 0px;
    padding: 20px;
    border-left: 4px solid #708238;
}
.service-box {
    background-color: #fefefe;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-box img {
    margin-bottom: 10px;
}
/********** service inner page ************************/
.serv-info-div {
    font-family: "Poppins", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #708238;
    background: #708238;
    padding: 21px !important;
       
    /* color: white; */
}
.serv-info-div h3 {
    font-family: "Poppins", serif;
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
/********** benefits ************************/
.inner-div-black {
    background-color: #ffffff;
    border-bottom: 4px solid #68BA72;
    border-left: 6px solid #68BA72;
    border-radius: 20px;
    /* border-image: linear-gradient(to right, #171534, #68BA72); */
    /* border-image-slice: 1; */
    box-shadow: rgb(0 0 0 / 46%) 0px 3px 8px;
}
.rounded {
    border-radius: 20px !important;
}
/********** accordian faq and service inner page ***********/
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 2rem 1.25rem 1rem;
    border-left: 1px solid #708238;
    border-right: 1px solid #708238;
    border-top: 1px solid #708238;
    border-bottom: 0;
    background: #708238;
    color: #FFFFFF;
    margin-top: 3px;
    font-weight: 600;
    height: 65px;
        font-size: 18px;
}
.accordion-title:hover{
    border-left: 1px solid #6F4E37;
    border-right: 1px solid #6F4E37;
    border-top: 1px solid #6F4E37;
    background-color: #6F4E37;
    }
.accordion-title:hover, .accordion-title:focus {
    color: #FFFFFF;
    background-color: #6F4E37;
    border-left: 1px solid #6F4E37;
    border-right: 1px solid #6F4E37;
    border-top: 1px solid #6F4E37;
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: #F5F5F5;
    color: #333333;
    border: 1px solid #6f4e37;
}
:last-child > .accordion-content:last-child{
        border-bottom: 1px solid #6f4e37    !important;
    }
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #6f4e37 !important;
}



/*********************** service page ul icon ************************/
ul.list li::before {
    content: url('https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31010/theme/48901/img/bullet.png');
    position: absolute;
    left: 0;
    top: 4px;
}
ul.list-w li::before {
    content: url('https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31010/theme/48901/img/bullet2%20(5).png');
    position: absolute;
    left: 0;
    top: 4px;
}
ul.list li {
    position: relative;
    padding-bottom: 15px;
    list-style-type: none;
    padding-left: 32px;
}
ul.list-w li {
    position: relative;
    padding-bottom: 15px;
    list-style-type: none;
    padding-left: 32px;
}
ul.list-w {
    margin: 1.5em 0;
    margin-left: 0px;
}
/********************** back to top ************************/
.fa-pull-right {
    float: right;
    color: #708238;
    background: #000;
}








/*general-css*/
.dark-bg {
    background: #DADADA ;
}

.black-bg{
   background: #444444 ;
}

.white-bg{
   background: #fff ;
}

.color-white{
    color: #fff ;
}

.color-black {
    color: #000 ;
}

.blue-bg {
    background: #0068B3 ;
}

.light-bg {
    background: #F3F3F3 ;
}

.min-height-auto {
    min-height: auto;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}


/*general-css*/




/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}
/********** blog page ************************/
.new-blog-page-type h1, .new-blog-page-type h2, .new-blog-page-type h3, .new-blog-page-type h4{
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000000;
}
.new-blog-page-type .article-title {
    color: #000;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    margin-bottom: 10;
    margin-top: 0;
}
.article-body ul li::before {
    content: url('https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30871/theme/48761/img/bullet%20(1).png');
    position: absolute;
    left: 0;
    top: 4px;
}
.article-body ul li {
    position: relative;
    padding-bottom: 15px;
    list-style-type: none;
    padding-left: 32px;
}
.ps-blog-category li a {
    text-transform: capitalize;
}
.lab-ul a, .article-category a {
    text-transform: capitalize;
    font-weight: 600;
}
.lab-ul a:hover, .article-category a:hover {
        color: #708238;
}
ul.list {
    margin-left: 0px;
}

.inner-banner.blog-banner {
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  padding: 0 13px;
}

.main-blog-widget {
    padding-top: 50px;
}



ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}

.blog-widget {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}

.article-image img {
    width: 100%;
}

.inner-blog-widget {
    padding: 25px;
}

.blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}



.blog-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #1a1a1a;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

/*.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}*/

.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.blog-sidebar-widget .blog-sidebar-h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
    z-index: 1;
}

.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #708238;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.widget-category svg {
    fill:#1a1a1a;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}

.blog-widget .widget-category span a {
    color: #757067;
}

.blog-widget .widget-category span:hover {
    color: #231F20;
}

.blog-widget .widget-category span:hover a {
    color: #231F20;
}

.blog-inner-text hr {
    display: none;
}

.ps-blog-sharing {
    margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #1579af;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-tags li a::before {
    background: #19242D;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #1579af;
}

.ps-blog-tags li,
.ps-blog-recent-posts li {
    margin-bottom: 0.5em;
}

.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-recent-posts li a::before {
    background: #708238;
    position: absolute;
    height: 0px;
    width: 0px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}
/**************blog page*****************/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

/********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}

.contact-icon {
    border-top: 3px dashed #708238;
    border-right: 5px dashed #708238;
    border-bottom: 5px solid #708238;
    border-left: 4px solid #708238;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #708238;
    width: 50px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 48px !important;
    background: #F0F0F0;
border: 1px solid #DBDBDB !important;
  border-radius: 5px !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
border-radius: 5px !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}

/****************************** Contact ************************/
.contact-card {
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 43%);
    border-radius: 20px !important;
    margin-bottom: 15px;
}
.ww-form-container-3 form {
    /* border: 1px solid #333; */
    padding-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.iti {
    width: 100%;
}
.ww-form-container-3 .form-container {
    padding: 0rem 1.25rem;
    margin: 0px;
}
.ww-form-container-3 .fieldset {
    border: none;
    margin: 0px;
}
#field_32084{
    margin-bottom:0px;
}
/********contact page********************/
@media screen and (max-width: 1199px) {
.banner-main-heading {
    font-size: 30px;
    line-height: 30px;
    margin: 1px 0px;
}
.banner-sub-heading {
    font-size: 15px;
    line-height: 22px;
}
.section-main-heading {
    font-size: 30px;
    line-height: 35px;
}
.user-logged-out .inner-content-div-home {
    max-width: 634px;
    padding: 25px 16px;
    text-align: left;
    margin-top: 8rem;
    top: 33%;
}
.user-logged-out .inner-content-div {
    max-width: 669px;
}
p {
    font-size: 15px;
}
li{
    font-size: 15px;
    }
.serv-info-div h3, .accordion-title {
    font-size:15px;
}
footer .menu li a {

    font-size: 15px;
}
.cta-link {
    
    font-size: 15px;
  
}
.new-blog-page-type .article-title{
        font-size: 30px;
    line-height: 39px;
    }
    .new-blog-page-type .article-body, .new-blog-page-type .article-body p {
    font-size: 15px;
    font-weight: 400;
}
.lab-ul li span, .lab-ul a, .lab-ul p{
    font-size: 15px;
}
.is-overlay-bg {
        opacity: 1;
}
.button, .new-header .button {
    padding: 13px 15px !IMPORTANT;
    font-size: 14px !important;
}
.new-header-6 .dropdown.menu > li > a {
    padding: 0.7rem 1rem;
    font-size: 14px;
}
.is-dropdown-submenu {
    left: 18px !important;
}
.is-header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    margin-top: -3px;
}
header .dropdown.menu > li.is-dropdown-submenu-parent > a::after { 
    left: 88%;
}
}
@media only screen and (max-width: 1024px) {
    
    .contact-card .large-9 
{
    padding-left: 40px;
}

.custom-inner-div h4.color-white.margin-0.section-sub-heading {
    font-size: 18px;
}

.custom-inner-div .text-block {
    padding: 13px 30px;
    max-width: 100%;

}

}


@media only screen and (max-width: 1023.5px) {
    .user-logged-out .pos-ab-ban {
    position: relative;
    max-width: 100% !important;
    background-color: #708238;
    padding:0px;
}
.user-logged-out .inner-content-div, .blog-banner {
    max-width: 100%;
    padding: 50px 10px 50px;
    text-align: center;
    background: transparent;
    position: unset;
    transform: unset;
}
.user-logged-out .inner-content-div-home {
    max-width: 1100px;
    padding: 40px 20px;
    background: transparent;
    text-align: center;
            margin-top: 0rem;
}
.user-logged-out .pos-ab-head.is-header{
   position:relative; 
    }
.new-header .button {
    margin-top:10px !important;
    margin-bottom: 10px !important;
    margin-left: -15px;
    padding: 6px 14px ! IMPORTANT;
}
.new-header-2 .mobile-contact-buttom-section {
    border-top: 1px solid #020d0d2b;
}
header a:not(.button) {
    color: #fff;
}
header .cta-link .icon {
    padding-right: 5px;
    color: #708238;
}
header .icon, header i, header i.fa-bars.icon {
    color: #708238;
}

footer {
    margin-top: 0px;
}
p.flex-container.icon-div {
    justify-content: center;
    display:block;
}
footer .menu li a {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0px;
}
footer .no-bullet{
    justify-content: center !important;
}
.footer-padding{
    padding-left: 10px;
    padding-right: 10px;
}
.inner-banner.blog-banner {
    position: unset;
    transform: none;
    display: block;
    padding: 40px 10px;
    text-align: center;
    background: #708238;
}
.is-submenu-item span.padding-left-1 {
    padding-left: 0px !important;
}
.about-us-f{
    font-size:15px;
    }
ul.list li {
    font-size: 15px;
}
p{
    font-size:15px;
    }
.cta-link{
    font-size:15px;
    }
.copyright {
    font-size: 15px;
}
ul.list li::before {
    top: 1px;
}
.m-h{
    min-height: unset;
}
    ul.list {
    margin-left: 0px;
    text-align: left;
}
.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
    color: #ffffff !important;
    line-height: 1.2;
}
.accordion-menu .is-accordion-submenu a:hover {
    padding: 0.7rem 1rem;
    color: #6f4e37  !important;
    line-height: 1.2;
}
aside.sidenav .menu.accordion-menu li a {
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.accordion {
    margin-left: 0;
    background: transparent;
    list-style-type: none;
    margin: 0;
}
.col-acc-pad-0{
    padding:0px !important;
    }
    
    .banner-main-heading {
        color:#fff;
                line-height: 35px;
    }
    .inner-content-div-home p,  .inner-content-div p{
        color:#fff;
        }
.new-blog-page-type .article-title{
        font-size: 30px;
    line-height: 39px;
    }
    .new-blog-page-type .article-body, .new-blog-page-type .article-body p {
    font-size: 15px;
    font-weight: 400;
}
.lab-ul li span, .lab-ul a, .lab-ul p{
    font-size: 15px;
}
    /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    /*Login Page*/


    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    .text-left-small{
        text-align:left !important;
        }
    
    /*general-classes*/

    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

    header .first-half-head {
        padding-bottom: 0 !important;
    }

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header#header ul.menu li {
        width: 100%;
        border-top: 1px solid #262626;
        justify-content: center !important;
        margin: 0 !important;
        padding: 15px 0;
    }
    
    header .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
    
    .user-logged-out .pos-ab-head .is-header{
        position: static;
        top: 0;
        width: 100%;
        z-index: 9999;
        left: 0;
        right: 0;
        background: transparent;
    }
    .user-logged-out .pos-ab-head .sticky-bg-color.stick , 
    .user-logged-out .pos-ab-head .sticky-bg-color.stick {
        background: transparent;
    }
    
    .user-logged-out .pos-ab-head header a.logo-black{
        display:inline-block !important;
    }
    .user-logged-out .pos-ab-head header a.logo-white{
        display:none !important;
    }
    
    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }
    
    header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
        display: block;
    }
    
    /*header*/

    /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
        justify-content: center;
    }

    

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input {
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email {
        margin-bottom: 10px !important;
    }

    /*lead-magnet*/
    /*slider-section*/
    .custom-inner-div {
        max-width: 338px;
        margin: 0 auto;
    }
    /*slider-section*/
    /***Home-page***/
    
     /***service area page***/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-area-head {
    max-width: 100% !important;
}
    /***service area page***/

    /*footer*/
    .icon-div {
        flex-direction: column;
        align-items: center;
    }

    /*footer*/
    
    .newsletter-form-main .ww-form-container input#email,
    .newsletter-form-main .ww-form-container input#first_name {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    
    .bg-light-blue {
        background: #E3F3FF !important;
        max-width: 540px;
        margin: auto;
    }
}

@media only screen and (max-width: 940px) {

ul.list2 li {
    text-align: left;
}

header#header {
    background:#000000;
}

.user-logged-out .pos-ab-head header a:not(.button) {
        color: #fff !important;
    }

.inner-sub-div.flex-container.align-top.flex-direction-column-small.align-middle-mobile {
    display: block;
    text-align: center;
}

.inner-sub-div .text-left.margin-left-1.margin-top-sm-1.margin-left-sm-0 {
    text-align: center;
    margin-left: 0px !important;
}

.logo-container-footer img {
    margin-top: 0px;
    width:50%;
}

.abt-slider .is-card.testimonial.shadow-1.height-100 {
    
    box-shadow:none !important;
    
}

.is-section.is-box.main-banner-sec a.button {
    background: #fff;
    color: #708238;
}
.is-section.is-box.main-banner-sec a.button:hover {
    color: #fff;
    
}



ul.list2  {
   margin-left:10px;
}

ul.list3 li {
    text-align: left;
}

ul.list3  {
   margin-left:10px;
}

.abt-slider .slick-dots {
    bottom: -15px !important;
}

.abt-slider .actual-testimonial-holder {
    border: 0px solid #ccc;
    padding: 10px;
}

ul.no-bullet.menu.size-30.align-center li:last-child a {
    padding-right: 0px;
}

.text.margin-left-1.margin-left-sm-0 {
    margin-left: 0px !important;
}

.mob-center
{
    text-align:center;
}

    .mob-center p {
        text-align: left;
    }
    
    .mob-center h3.section-main-heading {
        text-align: left;
    }

}

@media only screen and (max-width: 540px) {
    /*general-classes*/
    
    
    .align-middle-mobile{
        align-items: center;
    }
    .margin-left-sm-0 {
        margin-left: 0 !important;
    }
    .flex-direction-column-small{
        flex-direction: column;
    }
    .logo-container img {
   
    width: 55%;
}
    /*general-classes*/
}


@media only screen and (max-width: 375px) {

.abt-slider .actual-testimonial-holder {
        border: 0px solid #ccc;
        padding: 10px;
        padding-right: 30px;
    }
}
/********Main CSS********/


aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFF transparent transparent !important;
}


