/* || 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;
}
.cta-link
{
     font-size: 16px;
    font-weight: 600;
    color:#EB9A1B;
}
.cta-link:hover
{
color:#EB9A1B;
text-decoration:underline;
}
.is-light-lext .cta-link
{
}


h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0.67em 0;
}

h2, .h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight:600;
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h4, .h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.1em;
    line-height: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: 1.2rem 2rem;
    letter-spacing:1px; 
    border-radius: 10px;
    font-weight: 600;
    text-transform:uppercase;
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
   border-radius: 10px;
}


.is-btn, .btn{
    border-radius: 5px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
    background:#06273F;
    opacity:1;
    
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}


label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "Montserrat", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #06273F;
    color:#FFFFFF;
    border-bottom:1px solid #262626;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #06273F;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #06273F;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

header a:not(.button) {
    color: #FFFFFF;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #EB9A1B;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #FFFFFF;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #EB9A1B;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#FFFFFF;
     color:#000000;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

.header-buttons .button {
    font-weight:600;
    padding: 0.7em 1.3em;
    background:#EB9A1B;
    color:#fff;
    margin-bottom: 8px;
}

footer {
    border-top: 1px solid #D0CBC9;
}

footer .text-logo {
    color: #1A1A1A;
}

footer .address-container br {
    display:none;
}

svg.step.social-icon {
    height:35px;
    width:35px;
    fill:#1A1A1A;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #FFFFFF
}

header .text-muted {
    color: #FFFFFF !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #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:#EB9A1B
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#06273F;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#EB9A1B;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background-color: #06273F;
    
}


.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:#06273F;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#EB9A1B;
}

/* || MENU || */
header .main-navigation-background {
    background:transparent;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:none;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
     font-weight:400;
     text-transform:uppercase;
}
.dropdown.menu > li > a {
    padding: 0.7rem 0.6rem;
}
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:#EB9A1B;
   text-decoration:underline;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
     background: #474342;
     border:none;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    text-align:left;
    line-height:20px;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #EB9A1B;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #FFFFFF;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
    left: 37%;
    margin-top: 7px;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#262626;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#06273F;
    color: #FFFFFF;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#FFFFFF;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:#EB9A1B;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#FFFFFF;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#EB9A1B;
}


.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 #EB9A1B;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #FFFFFF;
    color: #000000;
}

.new-header .button.hollow {
    background:transparent;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
}

.new-header-menu-container {
    background:transparent;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #FFFFFF;
    color: #000000;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #000000;
}

.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:#FFFFFF;
    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-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* new theme 2 styles */

.main-banner-sec.theme-2 {
    height:80%;
}

.main-banner-sec.theme-2 form .button {
    background: #EB9A1B;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#1A1A1A;
}

.is-light-color *{
    color:#FFFFFF;
}

.is-dark-color .button,
.is-dark-color button {
    background: #EB9A1B;
    color: #FFFFFF;
}

.is-light-color button,
.is-light-color .button {
    background: #FFFFFF;
    color: #EB9A1B;
}

.page-banner-main-heading {
    font-weight: 500; 
    margin-bottom: 10px; 
    font-size:2.8em;
}

.page-banner-sub-heading {
    font-size: 1.2em; 
    font-family: inherit; 
    margin-bottom: 30px;
}

#contact-us-form-container {
    position:relative;
}

#contact-us-form-container label {
    margin-bottom:8px;
}

#contact-us-form-container p:first-of-type, 
#contact-us-form-container legend {
    display:none;
}

#contact-us-form-container .textblock_wrap p {
    display:block;
}

#contact-us-form-container .fieldset {
    padding:0;
    margin:0;
    border:0px solid;
}

#contact-us-form-container form {
    background:#FFFFFF;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #D0CBC9;
    padding: 8px 16px;
    border-radius:10px;
    height: 56px;
}

#contact-us-form-container .phone_wrap > div {
    width:100%;
}   

#contact-us-form-container .phone_wrap > div [class*="flag-container"] {
    display:none;
}

#contact-us-form-container form #first_name, 
#contact-us-form-container form #mob_phone_phone_number_tel {
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

#contact-us-form-container * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#contact-us-form-container .form-container {
    padding:0;
}

.user-logged-out .main-banner-sec {
    overflow:visible;
}

/* service page */ 

.service-card-section h2 {
    padding-top:30px;
}

.service-card-section .single-card {
    height:100%;
     color:#FFFFFF;
}

.service-card-section .single-card * {
     color:#FFFFFF;
}

.service-card-section .cell {
    padding-right:10px;
    padding-left:10px;
}

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}



@media screen and (min-width: 1024px) {
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#1A1A1A;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li:first-child {
    display:none;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li a {
    text-align:left;
}

.footer-menu-container {
    border-bottom:1px solid #D0CBC9;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:16px;
    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 {
    color: #EB9A1B;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #EB9A1B;
}

.dropdown.menu > li.is-active a {
    color: #1A1A1A;
}

.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/30970/theme/48861/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#EB9A1B;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#FFFFFF;
    font-weight:500;
}

.text-primary {
     color:#EB9A1B;
}

strong, b {
    font-weight: 600;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
} 

/* New blog page type */
@keyframes revealText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}


.banner-main-heading {
    font-size:40px;
    color:#FFFFFF;
    line-height: 50px;
    letter-spacing:1px;
    text-transform:uppercase;
     overflow: hidden;
}
.banner-main-heading  span
{
   opacity: 0;
  transform: translateY(25px);
  display: inline-block;
  animation: fadeUp 0.9s ease-out forwards;
}
.banner-main-heading span:nth-child(1) { animation-delay: 0.2s; }
.banner-main-heading span:nth-child(2) { animation-delay: 0.4s; }
.banner-main-heading span:nth-child(3) { animation-delay: 0.6s; }
.banner-main-heading span:nth-child(4) { animation-delay: 0.8s; }
.banner-main-heading span:nth-child(5) { animation-delay: 1s; }
.banner-main-heading span:nth-child(6) { animation-delay: 1.2s; }
.banner-main-heading span:nth-child(7) { animation-delay: 1.4s; }
.banner-main-heading span:nth-child(8) { animation-delay: 1.6s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.banner-sub-heading {
    font-size:16px;
    color:#FFFFFF;
    line-height: 26px;
    letter-spacing:1px;
    font-weight:400;
     opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 2.6s; /* AFTER title finishes */
}
.upper-home-div .button
{
opacity: 0;
  transform: translateY(20px) scale(0.97);
  animation: fadeUpCta 0.8s ease-out forwards;
  animation-delay: 3.5s;
}

@keyframes fadeUpCta {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #D0CBC9;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    color:#000000;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#000000;
}

.new-blog-page-type .featured-articles h2 a{
    color:#000000;
}

.new-blog-page-type .blog-search-button svg {
    fill:#000000;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.2;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:18px;
    font-weight:400;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #EB9A1B;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#EB9A1B;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#EB9A1B;
    color:#FFFFFF;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#000000;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#000000;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#000000;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:16px;
    color:#000000;
    font-weight: 400;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 20px;
    padding: 0;
    left: 16px;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:#E7E5E4;
    border:1px solid #E7E5E4;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #EB9A1B;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#EB9A1B;
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 500;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
    text-transform:capitalize;
}
.new-blog-page-type .blog-author ul li
{
    text-transform:capitalize;
}
.new-blog-page-type.article-page-type .article-body {
    margin-top:30px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type .ps-blog-recent-posts .article-title {
    font-size:1.2em;
    margin-bottom:15px;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}
.new-blog-page-type h2
{
    font-size:22px;
    line-height:32px;
}
.new-blog-page-type h3
{
    font-size:18px;
    line-height:38px;
}
@media screen and (max-width: 1023px) {
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:15px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #D0CBC9;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0.67em 0;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
    p{
       
    }
    footer {
        margin-top:32px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

.is-section-guide {
    background:#06273F;
}

.is-section-guide h2 {
    color:#FFFFFF;
}

.is-section-guide p.lead {
    color:#FFFFFF;
}
.is-section-guide a.button {
    background:#FFFFFF;
    color:#06273F;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #FFFFFF;
    color: #1A1A1A;
    clear: both;
}

footer a:not(.button) {
    color: #1A1A1A;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #EB9A1B;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #D0CBC9;
}

.social-media-icons a {
    font-size: 3em;
    color: #1A1A1A;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #1A1A1A;
}

.slick-dots li {
    border: 1px solid #EB9A1B;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #EB9A1B;
}


.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:#06273F;
    color:#FFFFFF;
}

aside.sidenav .featured-section i {
    color:#FFFFFF;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#06273F;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#EB9A1B;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:transparent;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:transparent;
    color: #EB9A1B;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #EB9A1B 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;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #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: #FFFFFF;
        color:#06273F;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    header .mobile-contact-section .head-icons i {
        color:#06273F;
    }
    
    .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;
}

header button.openMenu {
    background: initial;
    color: initial;
}

/* HOMEPAGE CSS */
.video-overlay {
       background: #00000078;
        bottom: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.home-banner-slider-2 .slick-dots{
    bottom: -25px;
}

.banner-main-heading .letter {
    opacity: 0;
    /*transform: translateY(15px);*/
}

    /* Animate only when the slide is active */
    .slick-current .letter {
        animation: fadeIn 0.8s ease-out forwards;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    /* Slower delays for 52 letters */
    .slick-current .letter:nth-child(1)  { animation-delay: 0.1s; }
    .slick-current .letter:nth-child(2)  { animation-delay: 0.2s; }
    .slick-current .letter:nth-child(3)  { animation-delay: 0.3s; }
    .slick-current .letter:nth-child(4)  { animation-delay: 0.4s; }
    .slick-current .letter:nth-child(5)  { animation-delay: 0.5s; }
    .slick-current .letter:nth-child(6)  { animation-delay: 0.6s; }
    .slick-current .letter:nth-child(7)  { animation-delay: 0.7s; }
    .slick-current .letter:nth-child(8)  { animation-delay: 0.8s; }
    .slick-current .letter:nth-child(9)  { animation-delay: 0.9s; }
    .slick-current .letter:nth-child(10) { animation-delay: 1.0s; }
    .slick-current .letter:nth-child(11) { animation-delay: 1.1s; }
    .slick-current .letter:nth-child(12) { animation-delay: 1.2s; }
    .slick-current .letter:nth-child(13) { animation-delay: 1.3s; }
    .slick-current .letter:nth-child(14) { animation-delay: 1.4s; }
    .slick-current .letter:nth-child(15) { animation-delay: 1.5s; }
    .slick-current .letter:nth-child(16) { animation-delay: 1.6s; }
    .slick-current .letter:nth-child(17) { animation-delay: 1.7s; }
    .slick-current .letter:nth-child(18) { animation-delay: 1.8s; }
    .slick-current .letter:nth-child(19) { animation-delay: 1.9s; }
    .slick-current .letter:nth-child(20) { animation-delay: 2.0s; }
    .slick-current .letter:nth-child(21) { animation-delay: 2.1s; }
    .slick-current .letter:nth-child(22) { animation-delay: 2.2s; }
    .slick-current .letter:nth-child(23) { animation-delay: 2.3s; }
    .slick-current .letter:nth-child(24) { animation-delay: 2.4s; }
    .slick-current .letter:nth-child(25) { animation-delay: 2.5s; }
    .slick-current .letter:nth-child(26) { animation-delay: 2.6s; }
    .slick-current .letter:nth-child(27) { animation-delay: 2.7s; }
    .slick-current .letter:nth-child(28) { animation-delay: 2.8s; }
    .slick-current .letter:nth-child(29) { animation-delay: 2.9s; }
    .slick-current .letter:nth-child(30) { animation-delay: 3.0s; }
    .slick-current .letter:nth-child(31) { animation-delay: 3.1s; }
    .slick-current .letter:nth-child(32) { animation-delay: 3.2s; }
    .slick-current .letter:nth-child(33) { animation-delay: 3.3s; }
    .slick-current .letter:nth-child(34) { animation-delay: 3.4s; }
    .slick-current .letter:nth-child(35) { animation-delay: 3.5s; }
    .slick-current .letter:nth-child(36) { animation-delay: 3.6s; }
    .slick-current .letter:nth-child(37) { animation-delay: 3.7s; }
    .slick-current .letter:nth-child(38) { animation-delay: 3.8s; }
    .slick-current .letter:nth-child(39) { animation-delay: 3.9s; }
    .slick-current .letter:nth-child(40) { animation-delay: 4.0s; }
    .slick-current .letter:nth-child(41) { animation-delay: 4.1s; }
    .slick-current .letter:nth-child(42) { animation-delay: 4.2s; }
    .slick-current .letter:nth-child(43) { animation-delay: 4.3s; }
    .slick-current .letter:nth-child(44) { animation-delay: 4.4s; }
    .slick-current .letter:nth-child(45) { animation-delay: 4.5s; }
    .slick-current .letter:nth-child(46) { animation-delay: 4.6s; }
    .slick-current .letter:nth-child(47) { animation-delay: 4.7s; }
    .slick-current .letter:nth-child(48) { animation-delay: 4.8s; }
    .slick-current .letter:nth-child(49) { animation-delay: 4.9s; }
    .slick-current .letter:nth-child(50) { animation-delay: 5.0s; }
    .slick-current .letter:nth-child(51) { animation-delay: 5.1s; }
    .slick-current .letter:nth-child(52) { animation-delay: 5.2s; }
    
    .slick-current .letter:nth-child(53) { animation-delay: 5.3s; }
    .slick-current .letter:nth-child(54) { animation-delay: 5.4s; }
    .slick-current .letter:nth-child(55) { animation-delay: 5.5s; }
    .slick-current .letter:nth-child(56) { animation-delay: 5.6s; }
    .slick-current .letter:nth-child(57) { animation-delay: 5.7s; }
    .slick-current .letter:nth-child(58) { animation-delay: 5.8s; }
    .slick-current .letter:nth-child(59) { animation-delay: 5.9s; }
    .slick-current .letter:nth-child(60) { animation-delay: 6.0s; }
    .slick-current .letter:nth-child(61) { animation-delay: 6.1s; }
    .slick-current .letter:nth-child(62) { animation-delay: 6.2s; }
    .slick-current .letter:nth-child(63) { animation-delay: 6.3s; }
    .slick-current .letter:nth-child(64) { animation-delay: 6.4s; }

/* HOMEPAGE PROMO FLIP CSS */
    .user-logged-out .card {
        position: relative;
       background: #477DA3;

        color: #FFFFFF;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
        cursor: pointer;
        text-align:center;
    }
  .user-logged-out  .home-section4  .card
  {
      height:100%;
  }
    
 .user-logged-out .home-section4  .card img {
       margin-bottom:20px;
       content:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/star.png");
       width:120px !important;
    }
   .user-logged-out  .home-section4  .card:hover
    {
      background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/review.webp")no-repeat center;
      transform:none;
      background-size:cover;
    }
      .user-logged-out .card a
      {
          color:#EB9A1B;
          text-decoration:underline;
          font-weight:600;
      }
    .user-logged-out .card__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        background-color: #EB9A1B;
        opacity: 0;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .user-logged-out .card-new .card__content {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        height: 0;
        padding: 20px;
        box-sizing: border-box;
        background-color: #6B92C3;
        opacity: 0;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    
    .user-logged-out .card__description {
        margin: 10px 0 10px;
        /*font-size: 20px;*/
        color: #fff;
        font-weight: 300;
    }
.user-logged-out .card__description {
       font-size:18px;
       /*line-height: 1.4;*/
       font-weight: 300;
    }
   
    .user-logged-out .card:hover {
    transform: rotate(0deg) scale(0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
    .user-logged-out .card-new:hover{
        transform:scale(1);
    }
    .user-logged-out .card:hover .card__content {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    
    .user-logged-out .card-new.card:hover .card__content {
        transform:none;
        opacity: 1;
        height: 100%;
    }

/*********************************/

.home-section1 {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg1-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important;
}

.home-section2 {
     background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg2-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important;
}

.home-section3 {
     background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg3-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important;
}

.home-section4 {
     background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg4-d.webp")no-repeat top !important;
    background-size: cover !important;
 
    color: #FFFFFF !important;
}

.home-section5 {
     background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg5-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important;
}

.home-section6 {
     background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg6-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important;
}

.home-section7 {
     background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg7-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important; 
}

.home-section8 {
   background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg8-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important; 
}

.home-section10 {
   background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/home-bg10-d.webp")no-repeat center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #FFFFFF !important; 
}
.section-main-heading, .user-logged-out .card__description h2,
.main-title
{
    font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: regular;
font-size: 35px;
line-height: 45px;
letter-spacing: 1px;
text-transform: uppercase;

}
.section-sub-heading,
.title-content-page-type
{
    font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: regular;
font-size: 22px;
line-height: 32px;
letter-spacing:1px;
margin-bottom:15px;
text-transform: none;

}

header .with-nav.is-stuck
{
    background:#06273F;
        border-bottom: 1px solid #303030;
    box-shadow: 0 4px 12px 0 #484848;
}
.list li
{
    list-style-position:outside;
    margin-left:20px;
    
}
.list li .list li , .list-small li
{
    list-style-type:circle;
    margin-left:40px;
}
.user-logged-out .inner-content-div
{
        padding: 50px 10px 50px;
}
.user-logged-out .inner-content-div.inner-content-div-home
{
        padding: 200px 10px 50px;
}
.home-section2 .accordion-title
{
    background:transparent !important;
    border-left:none;
    border-right:none;
    border-top: 1px solid #ffffff69;
        padding: 1.25rem 2rem 1.25rem 1rem;
}
.home-section2 .accordion li:first-child .accordion-title
{
     border-top:none;
}
.home-section2 .accordion li:last-child:not(.is-active) > .accordion-title {
    border-bottom: none;
}
.home-section2 .accordion-content
{
    border:none;
        padding: 0 1rem 1rem 1rem;
    background:none !important;
}
.home-section2 .accordion-title:hover, .home-section2.accordion-title:focus {
    color: #FFFFFF;
    background-color:transparent;
}
.home-section2 .section-sub-heading
{
    margin:0;
}
.home-section2 .accordion-item.is-active .accordion-title::after {
    content: "−";
    background:none;
    color:#fff;
}

footer
{ 
    padding:20px 0 ;
}

.home-section4  .bx-wrapper .bx-controls-direction a
{
    top:-150px;
    font-size:0;
    height:31px;
    width:41px;
}
.home-section4  .bx-wrapper .bx-prev
{
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/left1.webp")no-repeat left;
}
.home-section4  .bx-wrapper .bx-next
{
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/right1.webp")no-repeat right;
}
.home-section4  .bx-wrapper .bx-prev:hover
{
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/left2.webp")no-repeat left;
}
.home-section4  .bx-wrapper .bx-next:hover
{
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/right2.webp")no-repeat right;
}
footer b,
footer strong
{
    font-weight:600;
}
.fphone
{
    background:url("")no-repeat left top;
    
}
.femail
{
    background:url("")no-repeat left top;
   
}
.faddress
{
    background:url("")no-repeat left top;

}
footer .fas.icon
{
    padding-right:15px;
}
.contact-us-column .contact-number a
{
    display:flex;
       align-items: flex-start;
}
.home-section1 
{
    margin-top:-5px !important;
}

.letter {
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 6px;
    border: 1px solid #477da3;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #477da3;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.letter:hover {
    background: #477da3;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(71, 125, 163, 0.35);
}
.letter:hover a
{
    color:#fff;
}
/* Active Letter */
.letter.active {
    background: #0b3a63;
    border-color: #0b3a63;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(11, 58, 99, 0.35);
}

html{scroll-behavior: smooth;}
.is-wrapper .dark-bg {
    background: #477da3;
}
.benefits h3
{
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/30970/theme/48861/img/list.webp")no-repeat left -3px;
    background-size:30px;
    padding-left:35px;
}
.benefits .section-sub-heading
{
    font-size:20px;
    line-height:30px;
}

.img-box {
  position: relative;
  overflow: hidden;
  max-height: 290px;
  margin-bottom: 40px;
  border-radius: 12px;

  /* card depth */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-box img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

/* Caption overlay */
.img-box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
     padding: 25px 20px 15px 20px;

 background: linear-gradient(to top, rgba(235, 154, 27, 0.85) 26%, rgba(235, 154, 27, 0.25) 83%, rgba(0, 0, 0, 0));

  color: #ffffff;
  z-index: 2;

  transition: background 0.45s ease, padding 0.45s ease;
}


.img-box .caption a {
    color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  transition: transform 0.4s ease;
}

/* Hover polish */
.img-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.img-box:hover img {
  transform: scale(1.08);
}

.img-box:hover .caption {
  background: linear-gradient(
    to top,
    rgba(6, 39, 63, 0.95) 55%,
    rgba(6, 39, 63, 0.4) 75%,
    rgba(0, 0, 0, 0)
  );
  padding-bottom: 18px;
    padding-top: 25px;
}


.dark-bg .section-main-heading
{
    margin-bottom:40px;
}

.card.contact-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;

  background: #477da3;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align:left;
}

/* Brand accent strip */
.card.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #EB9A1B;
}

/* Image styling */
.card.contact-card img {
  width: 100%;
  
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: transform 0.45s ease;
}

.card.contact-card p,.card.contact-card .section-sub-heading
{
    color:#fff;
}




/* Hover effect */
.card.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.25);
}

.card.contact-card:hover img {
  transform: scale(1.05);
}
/* inner page accordion css*/

.home-section2 .accordion-item
{
    background:none;
    box-shadow:none;
    margin:0 !important;
        border: none;
    box-shadow: none;
}
.home-section2 .accordion-item.is-active {
    border-left:none;
}
.home-section2 .accordion-title::after
{
    border:none;
    color:#EB9A1B;
}
/* Accordion wrapper */
.accordion {
  background: transparent;
  border: none;
}

/* Each item */
.accordion-item {
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;

  background: #ffffff;
     border: 1px solid rgb(6 39 63 / 67%);

      box-shadow: 0 6px 18px rgb(0 0 0 / 16%);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 10px 28px rgba(6, 39, 63, 0.08);
  transform: translateY(-2px);
}

/* Title */
.accordion-title {
  position: relative;
  padding: 20px 60px 20px 24px;

  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;

  color: #06273F;
  background: #ffffff;
  border: none;
      text-transform: capitalize;
  transition: all 0.3s ease;
}

/* Remove Foundation default icon */
.accordion-title::before {
  display: none;
}

/* Custom + / − icon */
.accordion-title::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);

  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;

  font-size: 18px;
  font-weight: 700;

  color: #477da3;
  border: 2px solid #477da3;
  border-radius: 50%;

  transition: all 0.3s ease;
}

/* Hover state */
.accordion-title:hover,
.accordion-title:focus {
  background: rgba(71, 125, 163, 0.05);
  color: initial;
}

/* Active state */
.accordion-item.is-active {
  border-color: #477da3;
  box-shadow: 0 12px 30px rgba(71, 125, 163, 0.12);
}

.accordion-item.is-active .accordion-title {
  color: #06273F;
  background: #f4f9fc;
}

.accordion-item.is-active .accordion-title::after {
  content: "−";
  background: #477da3;
  color: #ffffff;
}

/* Content */
.accordion-content {
  padding: 22px 26px 26px;

  background: #ffffff;
  color: #444;

  border-top: 1px solid rgba(6, 39, 63, 0.06);
  border-left:none;
  border-right:none;
  border-bottom:none;
  font-size: 15px;
  line-height: 1.7;
}

/* List spacing inside */
.accordion-content .list {
  margin-top: 0;
}

.accordion-content .list
{
    margin-top:0;
}


/* Hover polish */
.accordion-title:hover {
  background: rgba(235, 154, 27, 0.08);
}

.accordion-item.is-active {
     border-left: 4px solid #EB9A1B;
}
/* Accordion wrapper */
.accordion {
  background: transparent;
  border: none;
}

/* Each item */
.accordion-item {
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(6, 39, 63, 0.67);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 10px 28px rgba(6, 39, 63, 0.08);
  transform: translateY(-2px);
}

/* Header */
.accordion-item-header {
  position: relative;
  padding: 20px 60px 20px 24px;

  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;

  color: #06273F;
  background: #ffffff;
  cursor: pointer;

  transition: all 0.3s ease;
}

.accordion-item-header h2,
.accordion-item-header h3{
  
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin:0;
  color: #06273F;
 
}
.accordion-item:has(.accordion-item-header.active) {
    border-left: 4px solid #EB9A1B;
}
/* Hover */
.accordion-item-header:hover {
  background: rgba(71, 125, 163, 0.05);
}

/* Custom + icon */
.accordion-item-header::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);

  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;

  font-size: 18px;
  font-weight: 700;

  color: #477da3;
  border: 2px solid #477da3;
  border-radius: 50%;

  transition: all 0.3s ease;
}

/* Active header */
.accordion-item-header.active {
  background: #f4f9fc;
  color: #06273F;
}

/* Change + to − */
.accordion-item-header.active::after {
  content: "−";
  background: #477da3;
  color: #ffffff;
}

/* Body */
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;

  padding: 0 26px;
  background: #ffffff;
  border-top: 1px solid rgba(6, 39, 63, 0.06);
}

/* Inner content */
.accordion-item-body-content {
  padding: 22px 0 26px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.is-light-text .accordion-content p,
.is-light-text .accordion-item-body-content  p
{
    color:initial;
}
.user-logged-out .home-section4 .card strong
{
    display:block;
    margin-top:10px;
}
footer
{
   background: #F5F5F5;

}
/* Mobile refinement */
@media (max-width: 640px) {
  .accordion-title,
  .accordion-item-header{
    font-size: 16px;
    padding: 16px 50px 16px 18px;
  }
.accordion-item-header h2,
.accordion-item-header h3
{
       font-size: 16px;
}
  .accordion-content {
    padding: 18px;
  }
}

.contact-icon-box {
    background:#06273F;
    text-align: center;
    transition: all 0.35s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    padding:30px 30px;
    border-radius:10px;
}

/* Soft shadow */
.contact-icon-box.box-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Hover effect */
.contact-icon-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Icon circle */
.contact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a00, #ffb347);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    
}

/* SVG styling */
.contact-icon svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}

/* Icon hover animation */
.contact-icon-box:hover .contact-icon {
    transform: rotate(10deg) scale(1.1);
}

/* Heading */
.contact-icon-box .section-sub-heading {
  
    color: #fff;
}

/* Address text */
.contact-icon-box p {

    color: #fff;
   
}
.contact-icon-box a
{
    color:#fff!important;
    cursor:pointer;
}
.contact-icon-box a:hiover
{
    text-decoaration:underline;
}
/* Subtle gradient glow overlay */

.social-icon-list
{
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
}
.social-icon-list li
{
    padding:0 20px;
}
.home-section10 .cta-link
{
    color:#fff;
    font-weight:600;
}
/* === Services List Layout === */
.services-list {
    list-style: none;
    padding: 0;
    margin: 50px 0 0 0 ;
    display:flex;
   flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    
}

/* Make li clean */
.services-list li {
    list-style: none;
     position: relative;
    padding: 0;
    margin:0 0px 20px 0px;/* space for icon */
    width: 23%; 
}

/* === Button Styling === */
.services-list li a {
   position: relative;
    display: block;
    padding: 18px 20px 18px 52px;
    background: linear-gradient(135deg, #477da3, #2f5f80);
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.35s ease;
    box-shadow: 0 12px 30px rgba(11, 58, 99, 0.35);
    overflow: hidden;
    
}




.services-list li a:hover {
     background: linear-gradient(135deg, #2f5f80, #1f4660);
    color: #fff;
     transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(11, 58, 99, 0.45);
}
/* Button base */
.services-list li a {
    position: relative;
    padding: 16px 18px 16px 44px; /* space for icon */
}

/* Marker Icon */
.services-list li a::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EB9A1B'%3E%3Cpath d='M12 2C8.134 2 5 5.134 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.866-3.134-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transition: 0.3s ease;
}

/* Hover icon color */
.services-list li a:hover::before {
 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2C8.134 2 5 5.134 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.866-3.134-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;}
/* Shine effect */
.services-list li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: 0.6s;
}

.services-list li a:hover::after {
    left: 100%;
}
.apply-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.apply-container li {
    list-style: none;
}
.app-div {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border: 1px solid rgba(71, 125, 163, 0.15);
    height: 100%;
}

.app-div:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(11, 58, 99, 0.18);
    border-color: #477da3;
}
.app-text p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #0b3a63;
    margin-bottom: 18px;
}

.app-text .button:hover {
  
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 58, 99, 0.35);
}
.is-wrapper .light-bg
{
    background:#eb9a1b1a;
}
.home-section5 .large-3 a
{
    cursor:auto !importat;
    pointer-events:none;
}
.home-section2 .accordion-content p
{
    color:#fff;
}
.banner-main-heading , .banner-sub-heading
{
    color:#fff !important;
}
.home-section5 img
{
    background:#fff;
    border-radius:10px;
    padding:5px 10px;
}
footer svg
{
    width:22px;
    fill:#EB9A1B;
    margin-right:10px;
}
footer .femail svg
{
    width:25px;
}
footer .faddress svg
{
    width:30px;
}
.blog-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(6,39,63,0.08);
  transition: 0.35s ease;
  border-top: 5px solid #EB9A1B;
  position: relative;
height:100%;
display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(6,39,63,0.15);
}

.blog-card .ps-article-img {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.blog-card .ps-article-img img {
   width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .article-title {
  padding: 18px 20px 5px;
  font-size:18px;
  margin:0;
}

.blog-card .article-title a {
  color: #06273F;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.2!important;
  transition: 0.3s;
}

.blog-card  .article-title a:hover {
  color: #EB9A1B;
}
.blog-card  .blog-author {
  padding: 0 20px;
  font-size: 14px;
  color: #477DA3;
}
.blog-card .article-body {
  padding: 10px 20px 15px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  flex-grow: 1;
  margin:0 !important;
}
.blog-card .article-body p
{
    font-size: 16px;
}
.blog-read-more {
  display: inline-block;
  margin: 0 20px;
  padding: 8px 18px;
  background: #06273F;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  transition: 0.3s ease;
  margin-top: auto;
}

.blog-read-more:hover {
  background: #EB9A1B;
  color: #06273F;
}
.blog-ul .blog-li,
.blog-ul .row {
  display: block;
  width: 100%;
  margin: 0;
  height:100%;
}
.inner-banner.blog-banner
{
    justify-content:center;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a
{
    padding-right:initial;
}

header .with-nav.is-stuck > .button
{
    display:none;
}
#mainNav > li:last-child
{
    display:none;
}
header .with-nav.is-stuck .menu.align-right li:last-child
{
    display:block;
}
/* Hide everything except close */
.fancybox__nav,
.fancybox__toolbar button:not(.fancybox__button--close),
.fancybox__thumbs,
.fancybox__footer,
.fancybox__caption,
.fancybox__counter{
  display: none !important;
}

/* Keep close visible */
.fancybox__button--close {
  display: block !important;
}
@media screen and (min-width:768px) {
.is-header.is-header-homepage
{
        position: absolute !important;
        background: transparent !important;
        border: none !important;
}
.user-logged-out .inner-content-div {
    max-width: 830px;
}
header .dropdown.menu .handle-services  ul.submenu
{
    height:400px;
    overflow-y:scroll;
}
header .dropdown.menu li ul.submenu
{
    min-width:300px;

    right: auto 0 !important;
    left: 0 !important;
  
}
.handle-faqs
{
    display:block !important;
}
.home-section2 .accordion
{
    margin-left:-10px;
}
}

@media screen and (max-width: 1024px) {
.dropdown.menu > li > a {
    padding: 0.7rem 0.4rem !important;
    font-size: 14px;
}
.img-box{
    max-height:234px;
}
.contact-icon-box a
{
        word-wrap: normal;
}
.contact-us-column .contact-number a
{
   font-size:14px;
}
footer svg {
    width: 15px;
}
footer .faddress svg {
    width: 30px;
}
}
@media screen and (max-width:940px) {
    header button.openMenu {
   
    position: absolute;
    right: 20px;
    top: 43px;
}
     .home-section5 img
    {
        width:290px;
    }
    footer img
    {
        width:270px;
        max-width:100%;
    }
      footer .footer-logo-new
    {
        width:130px;
        max-width:100%;
    }
    .blog-card .ps-article-img
    {
        height:auto;
    }
    .inner-banner.blog-banner {
    justify-content: center;
    position: static;
    padding: 50px 10px 50px !important;
    background: #477da3;
    text-align:center;
}
     .block-service-bg
     {
         display:none !important;
     }
.user-logged-out .inner-content-div {
    padding: 50px 10px 50px !important;
    background:#477da3;
    mrgin-top:-7px;
    max-width:100%;
}
.user-logged-out .pos-ab-ban
{
    display:block;
}
 #sidenav
 {
       background:#477da3;
 }
 .contact-us-column .contact-number a
 {
     justify-content:center;
             font-size: initial;
 }
     footer svg {
        width: 23px;
    }
 footer
 {
     text-align:center;
 }
 footer .list li {
    list-style:none;
    margin-left: 0px;
}
footer
{
    border-top:none!important;
}
.card.contact-card img {
    max-width: 90px;
    margin-bottom: 10px;
  }
.card.contact-card .large-3
{
    text-align:center;
}
  .card.contact-card .section-sub-heading {
    font-size: 22px;
  }
  .services-list li {
           width: 45%;
    }
      .apply-container {
        grid-template-columns: repeat(2, 1fr);
    }
        footer .faddress svg {
        position: relative;
        top: -3px;
    }
}


/* Mobile */
@media (max-width: 576px) {
    .services-list li {
           width: 100%;
    }
    .apply-container {
        grid-template-columns: 1fr;
    }
    .section-main-heading, .user-logged-out .card__description h2, .main-title 
   {
    font-size:32px;
    line-hegiht:42px;
    }
    .btn-app-store, .btn-google-play
    {
        display:block;
        width:200px;
        margin-bottom:20px;
        margin-right:0 !important;
    }
    .btn-app-store img, .btn-google-play img
    {
        width:100%;
    }
   
}


