/* || 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: 16px;
    font-weight: 400;
}


#body #admin-bar{
    left: auto !important;
width: auto !important;
right: 0 !important;
}


a{
    cursor: pointer !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 {
    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: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;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Source Serif 4", serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#272727;
    border-bottom:1px solid #555555;
    height: auto;
    min-height:0;
}

.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;
}

header a:not(.button) {
    color: #272727;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #0C2340;
}

header .icon, 
header i {
    color: #00814C;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #0C2340;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#228B22;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #272727
}

header .text-muted {
    color: #272727 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #555555;
}

header .border-top {
    border-top:1px solid #555555;
}


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:#0C2340
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#272727;
    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:#0C2340;
}

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:#7D7F7E;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#7D7F7E;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#7D7F7E
}

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#272727;
    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:#0C2340;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #272727;
}

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: #0C2340;
    background-color: #FFFFFF;
}

header .dropdown.menu li ul.submenu {
     background: #272727;
     border:1px solid #272727;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: #272727;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
    background: #0C2340;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #272727;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #272727 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: #0C2340 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 #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#555555;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#FFFFFF;
    color: #272727;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#272727;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#272727;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#272727;
}

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 #0C2340;
    color:#272727;
}

.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 #0C2340;
}

.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 #0C2340;
}

.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: #228B22;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#272727;
    border:1px solid #228B22;
}

.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: #228B22;
    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:#228B22;
    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 #555555;
    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 #D2D2D2;
    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 #D2D2D2;
    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 #FFFFFF;
    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;
}

.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/28059/theme/46008/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;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#606060;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#228B22;
}

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: #0B1F38;
    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 #D2D2D2;
}

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%;
}
h2.apply-txt {
    text-align: center;
    padding: 30px 15px 40px;
}
@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:#272727;
}

aside.sidenav .featured-section i {
    color:#272727;
}

aside.sidenav input[type=search] {
    color:#7D7F7E;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#7D7F7E;
    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:#7D7F7E
}


aside.sidenav .menu.simple {
    background:#FFFFFF;
    color: #272727;
}

aside.sidenav .menu.simple a {
    color: #272727;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#272727;
    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:#0C2340;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #272727;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#FFFFFF;
    color: #272727;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#FFFFFF;
    color: #0C2340;
    font-weight:500;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #272727 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #0C2340 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 #D2D2D2;
    }
    
    footer .border-top-small {
      border-top:1px solid #D2D2D2;
    }

    header .border-top-small  {
        border-top:1px solid #555555;
    }
    
    /* 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 #555555;
        border-bottom:1px solid #555555;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #555555;
    }
    
    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 #555555;
    }
    
     .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 #555555;
        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 #D2D2D2;
        }
       
        
    /* 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;
}

/****************************************************Custom-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;
}


/*header*/

header ul.menu li a i.fas.fa-phone-alt.icon {
    margin-right: 5px;
}

header ul.dropdown.menu li a:not(.button) {
    font-weight: 700;
}

aside.sidenav .menu.accordion-menu li a:focus {
    outline: none !important;
}

header .dropdown.menu > li > a {
    padding: 0.7rem .5rem;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}

header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 138%;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #000;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #272727;
}

/*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;
}

.user-logged-out .inner-content-div {
    max-width: 390px;
    padding: 15px;
    width: 100%;
}

.car-form input#Submit {
    background: #fff !Important;
    color: #00814C !important;
}

.apply1 input#Submit {
    background: #00814C !Important;
    color: #fff !important;
    border: 1px solid #00814C; 
}




/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
}



.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form input::placeholder,
.newsletter-form-main input::placeholder,
.gen-form .ww-form-container input::placeholder , 
#newsletter-form input::placeholder,
.inquire-form input::placeholder,
input#mob_phone_phone_number_tel::placeholder{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
}

#newsletter-form input::placeholder{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
    text-transform: capitalize;
}


.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}


.lead-magnet-form .width-25{
    width: 32% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block, 
.inquire-form .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
}

.contact2 input#mob_phone_phone_number_tel::placeholder {
    color: #fff !important;
}

.contact2 input#Submit {
  background: linear-gradient(90deg, #FEFAD4 0%, #AE852E 100%) !important;
    color: #000 !important;
}

.contact2 input#Submit:hover {
  background: #000;
    color: #D0B775 !important;
}

/*
* Transprent Form Fields
* Add Class transparent-form-fields in the main section
*/
.transparent-form-fields input,
.transparent-form-fields input#first_name,
.transparent-form-fields input#email {
    background: transparent;
    color: #222;
}

.transparent-form-fields input::placeholder{
    color: #222 !important;
}

/*lead-magnet*/
/*slider-one-block*/
.vertical-pagers {
    padding-right: 65px !important;
}
.vertical-pagers .bx-pager.bx-default-pager {
    position: absolute;
    top: 0;
    right: -55px;
    height: 100%;
    width: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.vertical-pagers .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
    outline: 1px solid #000;
}
.vertical-pagers .bx-wrapper .bx-pager.bx-default-pager a {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 2px;
    background: #fff;
    border: 0;
}
/*slider-one-block*/
/*team-slider*/
.home-team-slider .slick-track {
    padding: 3.5rem 0 !important;
}
.home-team-slider .slick-list {
    padding: 0 !important;
}
.user-logged-out .home-team-slider li.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.5);
    z-index: 99;
    position: relative;
}
.user-logged-out .home-team-slider .slick-slide {
    transition: 0.35s ease-in-out;
}
.user-logged-out .home-team-slider figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    background: rgba(11, 31, 56, 0.6);
    padding: 7px 5px;
    transform: translateY(200px);
    transition: .35s ease-in-out;
}
.user-logged-out .home-team-slider li.slick-slide.slick-current.slick-active.slick-center figcaption {
    transform: translate(0);
}

.user-logged-out .home-team-slider li.slick-slide.slick-current.slick-active.slick-center figure img {
     filter: none;
}

.user-logged-out .home-team-slider li figure img{
       filter: brightness(0.6);
}

.home-team-slider h3.section-sub-heading {
    margin: 0;
}
.user-logged-out .home-team-slider figure {
    position: relative;
}
.user-logged-out .home-team-slider .slick-dots li button {
    width: 12px;
    height: 12px;
}
.user-logged-out .home-team-slider .slick-dots {
       bottom: -65px;
    left: 0 !important;
    text-align: center !important;
}

.home-team-slider .slick-dots {
    bottom: -65px;
    left: 0 !important;
    text-align: center !important;
}
.user-logged-out .home-team-slider .slick-dots li.slick-active button{
    background: transparent;
    }
/*team-slider*/
/***************Home-page****************/

/**************Service-page**************/
/*inner-page-Banner*/
.inner-page-banner .inner-content-div {
    background: none;
    padding: 25px;
}
/*inner-page-Banner*/

/*inquire-form*/
.inquire-form .ww-form-container {
    text-align: center;
}
.inquire-form h3.section-main-heading {
    margin: 0;
}
.inquire-form div.first_name_wrap , .inquire-form div.email_wrap , .inquire-form div.phone_wrap{
    margin:0 1%;
    }

/*inquire-form*/

/**Accodion**/
/***Genral accodion css***/
ul.accordion .accordion-title {
    background: #0C2340 !important;
    border-radius: 0 !important;
    color: #fff !important;
    border: 1px solid #0C2340 !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

ul.accordion .accordion-title:hover,
ul.accordion li.accordion-item.is-active .accordion-title{
    background: #00814C !important;
    color: #fff !important;
    border: 1px solid #00814C !important;
}

ul.accordion {
    background: none;
}

ul.accordion li.accordion-item {
    margin: 0 0 10px;
}

ul.accordion .accordion-title::before {
    top: 0;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    right: 1.5rem !important;
}

ul.accordion .accordion-content {
    border: 0 !important;
    
    border-radius: 0px !important;
    
    margin: 10px 0 0;
    background: #f6f6f6;
    color: #272727;
}

/*Accordion Arrows*/
/*
.accordion-title::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/arrow-color.png") !important;
}

.is-active > .accordion-title::before{
    content: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/arrow-white.png") !important;
}
*/

/*Accordion Arrows*/
/*Genral accodion*/
/***For dark background***/
.dark-bg-accord ul.accordion .accordion-title {
    background: #000;
    border: 3px solid #565656 !important;
}

.dark-bg-accord ul.accordion .accordion-content {
    background: #1A1A1A;
    color: #fff;

}
/***For dark background***/

/***For light background***/
.light-bg-accord ul.accordion .accordion-title {
    background: #FFFFFF;
    border: 3px solid #228B22 !important;
    color: #228B22;
    padding-left: 1.5rem;
}

.light-bg-accord ul.accordion .accordion-content {
    background: #f6f6f6;
    color: #272727;

}

.inner-div{
    margin-right: 5rem;
}

.light-bg-accord ul.accordion .accordion-title:hover,
.light-bg-accord ul.accordion li.accordion-item.is-active .accordion-title{
    color: #fff;
}
/***For light background***/
/**Accodion**/



/**************Service-page**************/
/**************Our-team**************/
.our-team-blocks img {
    margin-top: -50px;
}
.our-team-blocks:hover {
    background: linear-gradient(120deg, rgba(126,87,194,1) 0%, rgba(66,165,245,1) 100%) !important;
}
/**************Our-team**************/


.slick-dots {
    bottom: 15px;
    text-align: left !important;
    left: 3% !important;
}

.slick-dots li{
    background: #0C2340;
     border: 1px solid #0C2340;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #00814C;
    border: 1px solid #00814C;
}

/*.slick-dots li {
    border: 2px solid white;
}*/


/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}

.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.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin-left: 0;
}

ul.blog-ul li {
    margin-bottom: 1rem;
}

ul.ps-blog-tags,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}
.cell-contact .cell.medium-6.width-100-mob{
    width: 100% !important;
}
.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: #1466C7;
    -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;
}

.lab-ul li svg {
    fill: #1a1a1a;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.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: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-recent-posts li a::before {
    background: #1466c7;
    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%);
}

.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}
/**************blog page*****************/



/********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 #228B22;
    border-right: 5px dashed #228B22;
    border-bottom: 5px solid #228B22;
    border-left: 4px solid #228B22;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #228B22;
    width: 50px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown , .inquire-form .iti.iti--allow-dropdown{
  display: block;
}
.gen-form input, .gen-form textarea  , #newsletter-form input , .inquire-form input:not(input#Submit) , .inquire-form textarea{
  width: 100% !important;
  height: 48px !important;
    background: transparent;
border: 1px solid rgba(255,255,255,0.4) !important;
  border-radius: 5px !important;
      margin: 0 !important;
  color: #fff !important;
}

#newsletter-form input {
    width: 100% !important;
  height: 48px !important;
    background: transparent;
border: 1px solid #555 !important;
  border-radius: 5px !important;
      margin: 0 !important;
  color: #111 !important;
}

 #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 48px !important;
    background: transparent;
border: 1px solid #555 !important;
  border-radius: 5px !important;
      margin: 0 !important;
  color: #111 !important;
}

input#Submit {
     color: #fff !important;
     background: #00814C !important;
} 

.gen-form legend , .inquire-form label {
    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 , .inquire-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 page********************/


/*footer*/

#footer .social-media-icons-small li a {
    padding-bottom: 0;
}

#footer ul.no-bullet.menu.align-center li a {
    color: #272727;
    font-weight: 400;
    text-transform: capitalize;
}

#footer hr {
    border-color: rgba(255,255,255,0.2);
}

#footer .button:hover{
    background: #000 !Important;
    color: #fff !Important;
}

#footer {
    color: #000 !Important;
}

svg.step.social-icon{
    fill: #fff !Important;
}

/*footer*/

/*general-css*/
.black-bg {
    background: #606060 !important;
}

.dark-bg {
    background: #00814C !important;
}

.color-white {
    color: #fff !important;
}

.color-black{
    color: #1A1A1A !important;
}

.color-light {
    color: #999999 !important;
}

.blue-bg {
    background: #0C2340 !important;
}

.light-bg {
    background:  #F6F6F6 !important;
}

.white-bg {
    background: #fff;
}

.homebg {
background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/bg1.webp)  !important;
background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.homebg .transparent-bg{
    background: rgba(255,255,255,0.9);
}

.double-bg {
background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/aboutbg.webp)  !important;
background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.contact1 {
background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/bg2.webp)  !important;
background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.gray-gradeint-bg {
    background: linear-gradient(0deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 62%) !important;
}


.gradient-bg {
   background: linear-gradient(90deg, #00814C 0%, #0C2340 100%) !important;
}

.three-color-gradient-bg {
    background: linear-gradient(to bottom, #d2d2d2 75%, transparent 25%) !important;
}

.min-height-auto {
    min-height: auto;
}

.padding-horizontal-8 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.padding-bottom-8 {
    padding-bottom: 8rem;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    padding: 12px 32px !important;
    line-height: 24px !important;
    background: #228B22;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity:1 !important;
    
    border-radius: 0px;
    
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover{
    color: #fff;
    background: #0B1F38 !important;
}

a.button.white-btn,
span.button.white-btn,
.white-btn input.button {
    background: #fff;
    color:#228B22;
}

.cta-link {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #228B22;
}

.cta-link:hover{
    text-decoration: underline;
}

p,
ul li{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0em;
}

.section-main-heading,
.Lead-magnet-form-heading,
.banner-main-heading,
h2.blog-sidebar-h2,
h1.article-title,
h1.article-title a{
    font-family: "Source Serif 4", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 40px;
    text-transform: inherit;
    letter-spacing: 0em;
    color: #0C2340;
}

.banner-main-heading {
    font-weight: 600;
    font-size: 42px;
    line-height: 47px;
}

.section-sub-heading,
.banner-sub-heading,
ul.accordion .accordion-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0em;
    text-transform: inherit;
    color: #606060;
}

.banner-sub-heading {
    font-size: 17px;
    color: #606060;
    text-transform: inherit;
}

.normal-text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0em;
    text-transform: inherit;
    color: #606060;
}

.border{
    border: 1px solid #DADADA; 
}

.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

.list li{
    padding: 4px 0;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
    
/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less{
  display:inline;
}

span.moretext {
    display: none;
}
/*Read More Read Less CSS*/

/*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*/

/*general-css*/

/****ham menu start*****/
.navigation .nav-right.visible-xs {
    margin-top: 0;
    border-radius: 50px;
}

.navigation .button-nav .bar {
    background: #000;
    height: 4px;
    width: 39px;
}

.nav-right.visible-xs {
    position: fixed !important;
    top: 72px !important;
    right: 112px !important;
    background: transparent;
    padding: 13px 11px 7px;
}

.ham-menu {
    background: transparent;
    padding: 0;
    height: 64px;
    cursor: pointer;
}

button.ham-menu:hover {
    background: #000 !important;
}



.offcanvas-full-screen {
    position: fixed;
    z-index: 1;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #EEEFF4;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
    outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
    z-index: 10;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.offcanvas-full-screen.is-open~.off-canvas-content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open~.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.offcanvas-full-screen-inner {
    padding: 1rem;
    text-align: center;
}

.offcanvas-full-screen-menu {
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offcanvas-full-screen-menu>li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu>li {
    outline: 0;
}

.offcanvas-full-screen-menu>li>a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
    margin-bottom: 0;
}

.offcanvas-full-screen-menu>li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offcanvas-full-screen-menu>li>a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.offcanvas-full-screen-menu a {
    color: #fefefe;
}

.offcanvas-full-screen-menu a:hover {
    color: #b2b2b2;
}

.offcanvas-full-screen-close {
    color: #fefefe;
    font-size: 5rem;
}

.offcanvas-full-screen-close:hover {
    color: #fff;
}

aside#sidenav {
    transform: translateX(0px);
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

button.offcanvas-full-screen-close {
    right: 20px;
    top: 0;
    position: absolute;
    border-radius: 50% !important;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 9999;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 0;
}

.vertical.menu.accordion-menu {
    width: 400px;
}

.offcanvas-full-screen-close:hover {
    border: none !important;
}

.offcanvas-full-screen-close span {
    font-size: 50px;
}

button.menu-icon.dark {
    background: transparent;
}

button.menu-icon.dark:hover {
    border: none !important;
    box-shadow: none;
}

aside.sidenav .menu.accordion-menu li {
    outline: none;
    border-bottom: 1px solid #2A7F4A;
}

.button-box {
    margin-right: 30px;
}

aside#sidenav::-webkit-scrollbar {
    width: 10px;
    background-color: #2A7F4A;
    border: 1px solid #2A7F4A;
}

aside#sidenav::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #fff;
    border: 2px solid #2A7F4A;
}

aside.sidenav .menu.accordion-menu>li>a {
    font-size: 20px;
}

aside.sidenav .menu.accordion-menu li.active a {
    border-top: 1px solid #fff;
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
    z-index: -1;
}

.is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #2A7F4A transparent transparent !important;
}

.ham-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: end;
}

/****ham menu ends*****/

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 1200px !important;
    background-color: transparent;
    margin-top: 1rem !important;
    padding: 0 !important;
    border-top: 0 !important;
    width: 100%;
    margin: auto;
}

.main-navigation.sticky .show-for-large{
    display: none;
}

.main-navigation.sticky .ham-menu svg path{
    stroke: #fff;
}

.main-navigation.sticky .ham-menu{
    background: #000;
}

.footer-color{
    background: #f6f6f6 !important;
}

/*Contact Us Page*/
.contact-page-form legend{
    display: none;
}

.contact-page-form .ww-form-container form fieldset>div {
    width: 90%;
}

.contact-page-form .iti.iti--allow-dropdown{
    width: 100%;
}

.contact-page-form .ww-form-container input[type="text"],
.contact-page-form .ww-form-container input[type="password"],
.contact-page-form .ww-form-container input[type="tel"],
.contact-page-form .ww-form-container input[type="email"],
.contact-page-form .ww-form-container select,
.contact-page-form .ww-form-container textarea,
.contact-page-form #mob_phone_phone_number_tel{
    width: 100%;
    border-radius: 5px;
    min-height: 45px;
    background: #DBDBDB !important;
    margin: 0 0 0.5em 0 !important;
}

.contact-page-form .ww-form-container textarea{
    min-height: 100px;
}

.contact-page-form .ww-form-container form fieldset {
    border: none;
}

.contact-page-form form {
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 2rem 0;
}

.contact-page-form div.form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
}

.contact-icon {
    border: 5px dashed #228B22;
    display: inline-flex;
    padding: 1rem;
    margin-bottom: 0;
}

.contact-icon svg {
    fill: #228B22;
    width: 50px;
    height: 50px;
}

.iti {
    display: block !important;
}

.phone_number#mob_phone_phone_number_tel::placeholder{
    color: #00000050;
}

.ww-form-container form fieldset legend {
    display: none;
}

.ww-form-container form fieldset {
    border: 0 !important;
}

.ww-form-container form fieldset>div,
div.form-container{
    width: 100% !important;
}

.ww-form-container input[type="text"],
.ww-form-container input[type="password"],
.ww-form-container input[type="tel"],
.ww-form-container select,
.ww-form-container textarea {
    height: auto  !important;
    width: 100% !important;
}

#mob_phone_phone_number_tel::placeholder{
    color: #ffffff50;
    font-size: 16px;
    
}
/*Contact Page*/

/****blog page*******/
.blog-sidebar
{
    background: #00814C ;
    position: relative;
    z-index: 00000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 50px 20px 50px 100px !important;
        height: 100%;
}
.blog-sidebar a {
    color: #fff;
     font-size: 16px;
     font-family: 'Montserrat', sans-serif;
     
}
.article-title a:hover
{
     text-decoration: none !important;
}
.blog-tags a:hover
{
    text-decoration: underline;
}
.author-name
{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #228B22;
}
.blog-articles a
{
    color: #228B22;
}
.blog-articles a:hover,.blog-recent-posts a:hover
{
     color:#0C2340;
     text-decoration: underline;
}

.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;
}

.remove-dots .bx-controls.bx-has-pager {
    display: none;
}



.blog-sec-home .padding-horizontal-2.margin-horizontal-3.border-right.aos-init.aos-animate {
    min-height: unset;
    border-color: rgba(255,255,255,0.3) !important;
}

.dark-bg.padding-2.box2 {
    height: 100%;
}

.dark-bg.padding-2.box2 .section-sub-heading{
    color: #D0B775;
}

 .career1 .is-container.container.ui-droppable-hover.is-content-500.is-content-right.edge-x-0 {
    max-width: 500px !important;
    margin: 0 auto !important;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
    color: #000 !important;
}


li.media-gallery-page-type-photo.media-gallery-page-type-li-2.text-center {
    width: 33.33%;
    list-style: none;
}

.team-block-one {
    position: relative;
    display: block;
    margin: 20px 0;
    transition: all .5s ease;
    box-shadow: 0px 20px 30px 0px rgb(67 131 99 / 10%);
}
.team-block-one .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-block-one .image-box:before {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 48px;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/22960/theme/37041/img/dotted-1.png");
    content: "";
    z-index: 2;
    transition: all .2s linear;
    transition-delay: .1s;
}
.team-block-one .image-box:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 48px;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/21765/theme/34260/img/dotted-1.png");
    content: "";
    z-index: 2;
    transition: all .2s linear;
    transition-delay: .1s;
}
.team-block-one .image-box img {
    width: 100%;
    transform: scale(1);
    transition: all .7s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.lower-content .title {
    display: none;
}
.mb-60{
    margin-bottom:60px!important;
}
.mostly-images1-image-description h3 {
       margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2f6493;
    letter-spacing: 2px;
}
.mostly-images1-image-description p {
    margin: 0;
    font-size: 14px;
}
.mostly-images1-image-description h3 a {
    display: block;
    padding: 20px 10px;
    font-weight: 600 !important;
    color: #0B1F38 !important;
}
.mostly-images1-image-description h3 span {
    display: block;
    padding: 20px 10px;
}
.lower-content .mostly-images1-image-description {
        max-width: 300px;


    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
    display: block;
    padding: 0;
    background: #fff;
    transform: scaleY(0);
    transition: all .3s ease .1s;
    z-index: 2;
}
.team-block-one .round-box {
    position: absolute;
    left: -60px;
    bottom: -50px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #08243F;
    transition: all .2s linear;
    transition-delay: .1s;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.team-block-one .round-box-top {
    position: absolute;
    top: -50px;
    left: -60px;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #fff;
    transition: all .2s linear;
    transition-delay: .1s;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}


.team-block-one:hover .image-box:before {
    width: 40px;
}
.team-block-one:hover .round-box {
    width: 0;
    height: 0;
    transition: all .7s ease .1s;
}
.team-block-one:hover .round-box-top {
    width: 140px;
    height: 140px;
    transition: all .9s ease .1s;
}
.team-block-one:hover .image-box:after {
    width: 40px;
}
.team-block-one:hover .mostly-images1-image-description{
    transform: scaleY(1);
    transition: all .2s linear;
    transition-delay: .1s;
}
.team-block-one:hover .image-box img {
    transform: scale(1.05) rotate(0deg);
    filter: grayscale(.01);
}

.fancybox-skin
{
 border-radius:0 !important;

}
.fancybox-nav
{
    display:none !important;
}
.fancybox-close
{
    top:-3px !important;
}

.fancybox-close {
    top: -5px;
    right: -5px;
    width: 36px;
    height: 36px;
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/close.png) center left no-repeat !important;
}
.hr-small
{
    width:325px;
    margin:0 auto;
    border-color:#228B22;
    margin: 30px auto 30px;
    border-width: 2px 0 0;
}

.img-hold
{
    position:relative;
    width:344px;
    max-width:100%;
    margin:0 auto;
}
.img-hold .popup-link
{
    opacity:0;
    transition:all 0.4s;
    position:absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    font-size: 18px;
     font-weight: 400;
    font-family:;
    text-transform:uppercase;
    text-decoration:underline;
    background:rgba(0,0,0,0.8);
    padding:3px 10px;
    color: #e2a834;
    letter-spacing: 2px;
}
.img-hold:hover .popup-link
{
    opacity:1;
     top:70%;
    left:50%;
    transform: translate(-50%,-50%);
}
.fancybox-lock .fancybox-overlay
{
    background:rgba(0,0,0,0.8);
}
p.bio-head {
    font-size: 21px;
}
span.text-sub {
    font-size: 23px;
    line-height: 1em;
    color: #B0B0B0;
}
.img-text {
    font-size: 26px;
    margin-top: 0.6em;
    margin-bottom: 0em;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.bio-text-part a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #444;
}
.fancybox-skin {
    background: rgb(47 46 42 / 73%) !important;
    color: #ffffff !important;
    text-shadow: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 2px solid #b89642 !important;
    font-family: 'Lato', sans-serif !important;
}
.light-blue-bg1 {
    background-color: #e2a834;
    padding: 40px 0;
    padding-bottom: 50px;
}


.map-container {
  position: relative;
  display: inline-block;
}

.map-container img {
  width: 100%;
}

.map-container .point-blue {
  cursor: pointer;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #052449;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
  animation: pulse 3s infinite;
}

.map-container .point-blue {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .point-red {
  cursor: pointer;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #E7382F;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
  animation: pulse 3s infinite;
}

.map-container .point-red {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}



.map-container .bozeman {
   top: 21.3%;
    left: 24.5%;
}

.map-container .Montana {
    top: 15%;
    left: 29%;
}

.map-container .oregon {
    top: 27%;
    left: 9%;
}


.map-container .Washington {
    top: 12.4%;
    left: 11.8%;
}

.map-container .Spokane {
    top: 14.4%;
    left: 14.8%;
}

.training2 img {
    width: 100% !important;
    height: 100% !important;
}


@media only screen and (min-width: 2000px) {
.user-logged-out .inner-content-div {
    max-width: 330px;
    padding: 15px;
    width: 100%;
}
}



@media only screen and (max-width: 1024px) {
/*general-css*/
.padding-medium-down-0 {
    padding: 0 !important;
}
/*general-css*/

.inner-content-div {
    max-width: 430px;
    padding: 20px;
    width: 100%;
}

.img-hold {
    position: relative;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1023.5px) {
    
    .phone1 svg.margin-right-1 {
    position: relative;
    top: 0px;
}

.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#272727;
    border-bottom:1px solid #555555 !important;
    height: auto;
    min-height:0;
}
    
  .training2 {
    padding: 20px 0 !important;
}

    .home-banner-slider .slick-dots{
        display: none !Important;
    }
    
  .training1  .is-container.container.ui-droppable-hover.is-content-500.is-content-middle.edge-x-0 {
        max-width: 700px !important;
    }
    
   .training1 .is-container.container.is-content-500.is-content-right {
    max-width: 700px !important;
}

 .training2  .is-container.container.ui-droppable-hover.is-content-500.is-content-middle.edge-x-0 {
        max-width: 700px !important;
    }
    
   .training2 .is-container.container.is-content-500.is-content-right {
    max-width: 700px !important;
}

li.media-gallery-page-type-photo.media-gallery-page-type-li-2.text-center {
    width: 100%;
    list-style: none;
}
    /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    /*Login Page*/
    .inner-div{
        margin-right: 0;
    }
    
    .ham-menu-mobile{
        position: absolute;
        text-align: right;
        top: 0px;
    }
    
    .header5 {
        margin-top: 1rem;
        max-width: 100% !important;
    }
    
    .header-line3{
        display: flex;
    align-items: center;
    justify-content: center;
    }
    
     .header-line3 a{
     width: 50%;
    }
    
    footer ul.no-bullet.menu.align-center {
    display: block;
}


.cell.margin-center.is-content-500.large-6.remove-dots.aos-init.aos-animate {
    max-width: 500px !important;
    margin: 0 auto !important;
}


    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .flex-dlr-column-mobile,
    .flex-direction-column{
        flex-direction: column;
    }
    
    .mobile-color-black{
        color:#000 !important;
    }
    
    .mobile-bg-dark{
        background: #444444 !important;
    }
        
    .padding-top-sm-3 {
        padding-top:3rem !important;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem  !important;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem !important;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem  !important;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem  !important;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem !important;   
    }

    .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 !important;
    }
    
     .margin-top-sm-2{
        margin-top:2rem !important;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem !important;
    }
    
    .padding-left-sm-1 {
        padding-left: 1rem !important;
    }
    
    .padding-right-sm-1 {
        padding-right: 1rem !important;
    }
    
    .margin-top-sm-1{
        margin-top:1rem !important;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem !important;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .three-color-gradient-bg {
        background: #e3e3e3 !important;
    }
    
    .padding-horizontal-8 {
    padding-left: 3rem;
    padding-right: 3rem;
}
    /*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 .sticky-bg-color.stick {
        position: static;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
    aside#sidenav ul.vertical.menu.accordion-menu ul#yt2rwx-acc-menu > li span {
        padding-left: 0 !important;
    }

    /*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;
    }

       .user-logged-out .inner-content-div {
        max-width: 100%;
        padding: 3rem 7rem 3rem 3rem !important;
        text-align: left !important;
    }
    
        .is-content-1200 {
        max-width: 100% !important;
    }
    
        .homebg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/mbg1.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
    
    .double-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/aboutbgm.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.contact1 {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/28059/theme/46008/img/mbg2.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.career1 .is-container.container.ui-droppable-hover.is-content-500.is-content-right.edge-x-0 {
    max-width: 700px !important;
    margin: 0 auto !important;
}

.career1 .is-container.container.is-content-500.is-content-right{
    max-width: 700px !important;
    margin: 0 auto !important;
}

.submit_wrap {
    text-align: left;
}

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input,
    .newsletter-form-main input{
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email,
    .newsletter-form-main input, .newsletter-form-main input#first_name, .newsletter-form-main input#email{
        margin-bottom: 10px !important;
    }

    .lead-magnet-form .width-25, .newsletter-form-main .width-25 {
        width: 100% !important;
        margin-right: 0px;
    }
    /*lead-magnet*/
    
    .blog-sec-home .padding-vertical-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .blog-sec-home .padding-horizontal-2.margin-horizontal-3.border-right.aos-init.aos-animate  {
        border-right: 0;
        border-bottom: 1px solid #8a8a8a;
        padding-bottom: 35px;
        padding-left: 1rem !important;
            min-height: unset;
    }
    .user-logged-out .home-team-slider li.slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1);
    }
    /***Home-page***/
     
     /***blog page***/
     .inner-banner.blog-banner {
        position: relative;
        justify-content: center;
        padding: 50px 13px 10px;
    }
    /***blog page***/
    
    /***career-page***/
    .three-column-sec .large-6 {
        border-left: 0 !important;
        text-align: center;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .horizontal-form .ww-form-container .small-width-100 {
    margin-bottom: 20px;
    }
    /***career-page***/

    /*footer*/
    .padding-sm-horizontal-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #footer ul.align-center.flex-dir-column.menu.no-bullet {
        flex-direction: column;
    }
    /*footer*/
    
    /**blog page*/
.blog-sidebar
{
    border-radius: 0px;
}
.inner-banner.blog-banner {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    padding: 50px 20px;
}
}

@media only screen and (max-width: 568px) {

.user-logged-out .inner-content-div {
        max-width: 100%;
        padding: 3rem 1rem 3rem 1rem !important;
    }
    
       .popup-box div
    {
        width:100% !important;
        float:none !important;
        clear:both !important;
        
    }
     .popup-box img
     {
         margin-top:20px; 
     }
}
