/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 14px;
    font-weight: 400;
}


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

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

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

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

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

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

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

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

button, 
.button {
    font-size:0.9em;
    padding: .9rem 2rem;
    
    border-radius: 5px;
    
    font-weight: 600;
}

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


.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);
}

.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: "Sansation", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #302E2E;
    color:#FFFFFF;
    border-bottom:none;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-buttons .button {
    font-weight:600;
    padding: 0.9em 2em;
}



footer .text-logo {
    color: #FFFFFF;
}

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

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

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

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

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

header .border-bottom, 
header hr {
    border-bottom:1px solid #EB9233;
}

header .border-top {
    border-top:1px solid #EB9233;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#FFFFFF
}

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

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

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

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

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

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


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

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

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

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

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

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
     font-weight:600;
}
.dropdown.menu > li > a {
    padding: 0.7rem 3rem 0.7rem 0rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 3rem;
}
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: #E98B27;
    background-color: transparent;
}

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

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

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

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

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

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    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:#EB9233;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#302E2E;
    color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

.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: #EB9233;
    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:#EB9233;
    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 #EB9233;
    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: #E98B27;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#000000;
}

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

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

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

.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 #CCCCCC;
    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;
}
/* ===== Header base ===== */
.smi-header {
  background: #302E2E;
  position: relative;
  z-index: 99;
  font-family: "Inter", sans-serif;
}
.smi-header .custom-grid-container {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* ===== Top row ===== */
.smi-header-top {
  min-height: 124px;
  padding-top: 1.65rem;
  padding-bottom: 1.55rem;
}

.smi-logo-wrap {
  display: flex;
  align-items: center;
}

.smi-logo-link {
  display: inline-flex;
  align-items: center;
}

.smi-logo {
  max-height: 96px;
  width: auto;
  display: block;
}

/* ===== Right actions ===== */
.smi-header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.8rem;
}

.button {
  color: #FFFFFF;
  padding: 1rem 1.75rem;
  font-size: 16px!important;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  transition: all 0.25s ease;
  letter-spacing: 0;
   border:1px solid #EB9233;
   background:#EB9233;
}

.smi-btn i {
  font-size: 1.2rem;
}

.smi-btn-outline {
  border: 1px solid #EB9233;
  color: #FFFFFF;
  background: transparent!important;
}

.smi-btn-outline:hover,
.smi-btn-outline:focus {
  background: #EB9233;
  color: #FFFFFF;
}

.smi-btn-solid {
  border: 1px solid #EB9233;
  color: #FFFFFF;
  background: #f0a22e;
}

.smi-btn-solid:hover,
.smi-btn-solid:focus {
  background: #d98e1f;
  border-color: #d98e1f;
  color: #ffffff;
}

/* ===== Divider line ===== */
.smi-header-divider {
  height: 1px;
  background: #EB9233;
  width: 100%;
}

/* ===== Navigation ===== */
.smi-nav {
  width: 100%;
}

.smi-nav-list {
    padding: 1.45rem 0rem 1.55rem;
}

.smi-nav-list > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  background: transparent !important;
  transition: color 0.25s ease;
}

.smi-nav-list > li > a:hover,
.smi-nav-list > li.is-active > a,
.smi-nav-list > li.active > a,
.smi-nav-list > li.current-menu-item > a {
  color: #d6952f;
}

/* Remove default Foundation/Webware arrow spacing if any */
.smi-nav-list .is-dropdown-submenu-parent > a::after {
  display: none !important;
}

/* ===== Mobile ===== */
.smi-mobile-toggle {
  text-align: right;
}

.smi-mobile-toggle .openMenu {
  color: #ffffff;
}
.smi-footer {
  background: #0457d7;
  color: #ffffff;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
}

.smi-footer .custom-grid-container {
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.smi-footer-main {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.smi-footer-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1rem;
}

.smi-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.smi-footer-logo {
  max-width: 330px;
  width: 100%;
  height: auto;
  display: block;
}

.smi-footer-cta-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.smi-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  border: 1px solid #EB9233;
  border-radius: 6px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  transition: all 0.25s ease;
}

.smi-footer-cta:hover,
.smi-footer-cta:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.smi-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2.6rem;
  margin: 0 0 2.6rem 0;
  padding: 0;
}

.smi-footer-menu > li {
  display: inline-flex;
}

.smi-footer-menu > li > a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  background: transparent !important;
  transition: opacity 0.25s ease;
}

.smi-footer-menu > li > a:hover,
.smi-footer-menu > li > a:focus {
  opacity: 0.8;
  color: #ffffff;
}

.smi-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.smi-footer-social > li {
  position: relative;
  padding: 0 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.smi-footer-social > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

.smi-footer-social a {
    padding: 0px;
  font-size: 2rem;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.smi-footer-social a:hover,
.smi-footer-social a:focus {
  opacity: 0.8;
  color: #ffffff;
}

.smi-footer-bottom {
  background: #ececec;
  padding: 1.25rem 0 1.1rem;
}

.smi-footer-copyright {
  color: #1E1D1D;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.smi-footer-copyright a {
  color: #1E1D1D!important;
  text-decoration: none;
}

.smi-footer-copyright a:hover,
.smi-footer-copyright a:focus {
  text-decoration: underline;
}
/*banner*/
.main-banner-sec{
    position:relative;
    overflow:hidden;
}

.main-banner-sec .pos-rel-ban{
    position:relative;
}

.main-banner-sec .home-banner-slider,
.main-banner-sec .home-banner-slider .slick-list,
.main-banner-sec .home-banner-slider .slick-track,
.main-banner-sec .home-banner-slider .slick-slide,
.main-banner-sec .home-banner-slider .slick-slide > div{
    height:100%;
}

.main-banner-sec .home-banner-slider img{
    width:100%;
    object-fit:cover;
    display:block;
}



.user-logged-out .main-banner-sec .pos-ab-ban{
    position:absolute;
    inset:0;
    z-index:2;
    margin:0 auto;
    left:0;
    right:0;
}

.main-banner-sec .inner-content-div {
    max-width: 520px;
}

.banner-main-heading {
    margin: 0 0 10px;
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    font-size: 32px!important;
    line-height: 42px!important;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.section-main-heading {
 font-family: "Sansation", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color:#4A4A4A;
}
.main-banner-sec .middle-seprator{
    position:relative;
}

.banner-sub-heading {
    margin: 0 0 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.section-sub-heading {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0px 0px 10px;
color:#4A4A4A;
}
.change-font{
     font-family: "Sansation", sans-serif!important;
}
.banner-text {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
color:#FFFFFF;
}

.main-banner-sec .inner-content-div p:last-child{
    margin-bottom:0;
}

.main-banner-sec .color-white{
    color:#fff;
}

.main-banner-sec .button {
    margin-right: 20px;
    margin-top: 0px;
}

.main-banner-sec .button:first-child,
.main-banner-sec p span:first-child .button{
    background:#f3a126;
    color:#fff;
    border:2px solid #f3a126;
}

.main-banner-sec .button:first-child:hover,
.main-banner-sec p span:first-child .button:hover{
    background:#de901c;
    border-color:#de901c;
    color:#fff;
}

.main-banner-sec .inner-content-div p span + span .button,
.main-banner-sec .button.secondary-btn{
    background:transparent;
    color:#fff;
    border:1px solid rgba(255,255,255,0.7);
}

.main-banner-sec .inner-content-div p span + span .button:hover,
.main-banner-sec .button.secondary-btn:hover{
    background:rgba(255,255,255,0.08);
    color:#fff;
    border-color:#fff;
}

.main-banner-sec .slick-dots
 {
    bottom: 50px;
    left: 6rem;
    right: auto;
    width: auto;
    text-align: left;
    z-index: 5;
}
.user-logged-out .inner-content-div {
    padding: 10px 10px;
}
.main-banner-sec .slick-dots li
 {
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
    border: none;
    background: #FFFFFF55;
}

.main-banner-sec .slick-dots li button{
    width:18px;
    height:18px;
    padding:0;
}

.main-banner-sec .slick-dots li button:before{
    content:"";
    width:14px;
    height:14px;
    border-radius:50%;
    background:rgba(255,255,255,0.6);
    opacity:1;
    top:2px;
    left:2px;
}

.main-banner-sec .slick-dots li.slick-active{
    width:58px;
}

.main-banner-sec .slick-dots li.slick-active button:before{
    width:58px;
    height:12px;
    border-radius:20px;
    background:#f3a126;
    top:3px;
    left:0;
}

.serv-slider{
    margin-top:8px;
}

.serv-slider .cell{
    margin-bottom:24px;
}
.serv-slider .cell > div.new-serv-div:hover img {
    height: 395px;
}
.serv-slider .cell > div.new-serv-div {
    height: 490px;
    position:relative;
    border-radius:18px;
    overflow:hidden;
        background:transparent;
    transform:translateY(0);
    transition:transform .45s ease, box-shadow .45s ease;
}

.serv-slider .cell > div.new-serv-div:hover{
    transform:translateY(-8px);
}

.serv-slider img{
    width:100%;
    height:490px;
    object-fit:cover;
    display:block;
    transition: all .5s;
}

.serv-slider .cell > div:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:52%;
     background:transparent;
    z-index:1;
    pointer-events:none;
}

.serv-slider .cell > div:after{
    content:"";
    position:absolute;
    inset:0;
    background:transparent;
    z-index:1;
    pointer-events:none;
}

.serv-slider .cell > div .service-content{
    position:absolute;
    left:22px;
    right:22px;
    bottom:18px;
    z-index:3;
}
.serv-slider .cell > div h3{
    color:#ffffff;
    font-size:28px;
    line-height:1.22;
    font-weight:700;
    margin:0 0 18px;
    max-width:90%;
}



.blue-button:hover{
    background:#0f64e3;
    color:#fff;
    border:2px solid #0f64e3;
}

.blue-button:hover{
    background:#0a53c1;
    border-color:#0a53c1;
    color:#fff;
}


.serv-slider .slick-track{
    display:flex;
}

.serv-slider .slick-slide {
    height: inherit !important;
    margin: 0px 15px 25px;
}

.serv-slider .slick-slide > div{
    height:100%;
}

.serv-slider .slick-dots{
    position:relative;
    bottom:auto;
    margin-top:30px;
    text-align:center;
}
.serv-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border: none;
    background: #FFFFFF55;
    vertical-align: middle;
}
.new-serv-div:hover a.blue-button {
    background: #0D58C9;
    border: 1px solid #0D58C9;
}
.serv-slider .slick-dots li button{
    width:16px;
    height:16px;
    padding:0;
}
.serv-slider .slick-dots li button:before{
    content:"";
    width:13px;
    height:13px;
    background:rgba(255,255,255,0.42);
    border-radius:50%;
    opacity:1;
    top:1px;
    left:1px;
}

.serv-slider .slick-dots li.slick-active{
    width:54px;
}
.serv-slider .slick-dots li.slick-active button:before{
    width:54px;
    height:12px;
    border-radius:18px;
    background:#f4a126;
    left:0;
    top:2px;
}
.smi-coverage-sec{
    background:#f6f6f6;
    padding:80px 0 70px;
}

.smi-coverage-sec .smi-coverage-head{
    max-width:980px;
    margin:0 auto 46px;
    text-align:center;
}


.smi-coverage-sec .smi-coverage-grid{
    margin-bottom:42px;
}

.smi-coverage-sec .smi-coverage-card{
        height: 100%;
    position:relative;
    border-radius:30px;
    padding:34px 34px 34px 38px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    box-shadow:none;
    transition:transform .35s ease, box-shadow .35s ease;
        background:#e7e7e7;
    color:#3a3a3a;
}

.smi-coverage-sec .smi-coverage-card:hover{
    box-shadow:0 18px 36px rgba(0,0,0,0.08);
        background: #0D58C9 !important;
    color: #ffffff !important;
}
.smi-coverage-sec .smi-coverage-card:hover h3{
    color:#ffffff;
}

.smi-coverage-sec .smi-coverage-card:hover .smi-location-list li{
        color:#ffffff;
}
.smi-pin svg {
  width: 26px;
    height: 26px;
    fill:#0D58C9;
}
.smi-coverage-sec .smi-coverage-card:hover .smi-pin svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
}
.smi-coverage-sec .smi-coverage-card.primary{
    background:#0957d9;
    color:#ffffff;
}


.smi-coverage-sec .smi-card-top{
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:34px;
}
.is-content-1300{
    max-width:1300px;
}
.is-content-1380{
    max-width:1380px;
}
.smi-coverage-sec .smi-card-icon{
    display:flex;
    align-items:center;
    justify-content:center;
}

.smi-coverage-sec .smi-card-icon svg{
    width:44px;
    height:44px;
    fill:#0957d9;
    display:block;
}

.smi-coverage-sec .section-sub-heading{
    margin:0;
    font-size:28px;
    line-height:1.2;
    font-weight:700;
}

.smi-coverage-sec .primary .section-sub-heading{
    color:#ffffff;
}



.smi-coverage-sec .smi-location-list{
    list-style:none;
    margin:8px 0 0;
    padding:0;
    position:relative;
    z-index:2;
}

.smi-coverage-sec .smi-location-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 24px;
    font-weight: 500;
}


.smi-coverage-sec .smi-pin{
    width:26px;
    height:26px;
    min-width:26px;
    margin-top:2px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}


.smi-coverage-sec .secondary .smi-pin svg{
    fill:#0957d9;
}

.smi-coverage-sec .smi-map-shape{
    position:absolute;
    right:18px;
    bottom:16px;
    opacity:.6;
    z-index:1;
    pointer-events:none;
}

.smi-coverage-sec .primary .smi-map-shape{
    opacity:.22;
}

.smi-coverage-sec .smi-map-shape svg{
    width:128px;
    height:auto;
    display:block;
    fill:#ffffff;
}



.cta-link{
    color:;
    font-weight:600;
    text-decoration:none;
}

.smi-coverage-sec .smi-contact-note a:hover{
    text-decoration:underline;
}
.smi-integration-sec{
    background:#f5f5f5;
    padding:70px 0 70px;
}

.smi-integration-sec .smi-int-grid{
    align-items:stretch;
}

.smi-integration-sec .smi-int-card{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    min-height:320px;
    height:100%;
    display:block;
    text-decoration:none;
    color:#ffffff;
    background:#111;
}

.smi-integration-sec .smi-int-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transform:scale(1);
    transition:transform .6s ease;
}

.smi-integration-sec .smi-int-card:hover img{
    transform:scale(1.04);
}

.smi-integration-sec .smi-int-media{
    position:absolute;
    inset:0;
}

.smi-integration-sec .smi-int-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.18) 28%, rgba(0,0,0,0.72) 100%);
    z-index:1;
}

.smi-integration-sec .smi-int-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.18);
    z-index:1;
    transition:background .4s ease;
}

.smi-integration-sec .smi-int-card:hover:after{
    background:rgba(0,0,0,0.5);
}

.smi-integration-sec .smi-int-content{
    position:absolute;
    left:34px;
    right:34px;
    bottom:32px;
    z-index:3;
    max-width:540px;
}

.smi-integration-sec .smi-int-icon{
    width:66px;
    height:66px;
    background:#0d66e8;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:2px;
}

.smi-integration-sec .smi-int-icon svg{
    width:34px;
    height:34px;
    fill:#f2a12a;
    display:block;
}

.smi-integration-sec .section-sub-heading{
    color:#ffffff;
}

.smi-integration-sec .smi-int-copy{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transform:translateY(12px);
    transition:max-height .45s ease, opacity .35s ease, transform .35s ease, margin-top .35s ease;
    margin-top:0;
}

.smi-integration-sec .smi-int-card:hover .smi-int-copy,
.smi-integration-sec .smi-int-card:focus-within .smi-int-copy,
.smi-integration-sec .smi-int-card.active-card .smi-int-copy{
    max-height:220px;
    opacity:1;
    transform:translateY(0);
    margin-top:14px;
}

.smi-integration-sec .smi-int-copy p{
    color:rgba(255,255,255,0.95);
    font-size:20px;
    line-height:1.45;
    margin:0;
    max-width:520px;
}

.smi-integration-sec .smi-left-card{
    min-height:720px;
}

.smi-integration-sec .smi-right-stack{
    display:flex;
    flex-direction:column;
    gap:24px;
    height:100%;
}

.smi-integration-sec .smi-right-stack .smi-int-card{
    min-height:348px;
}

.smi-integration-sec .smi-right-stack .section-sub-heading{
    font-size:27px;
}

.smi-integration-sec .smi-right-stack .smi-int-content{
    left:34px;
    right:28px;
    bottom:28px;
    max-width:420px;
}

.smi-integration-sec .smi-right-stack .smi-int-icon{
    width:62px;
    height:62px;
    margin-bottom:18px;
}

.smi-integration-sec .smi-right-stack .smi-int-copy p{
    font-size:18px;
    line-height:1.45;
}

.smi-fire-burglar-sec{
    background:#f5f5f5;
    padding:78px 0 72px;
}

.smi-fire-burglar-sec .smi-fb-head{
    max-width:980px;
    margin:0 auto 42px;
    text-align:center;
}

.smi-fire-burglar-sec .section-sub-heading{
    color:#FFFFFF;
}

.smi-fire-burglar-sec .smi-fb-row{
    align-items:stretch;
}

.smi-fire-burglar-sec .smi-fb-card{
    position:relative;
    min-height:426px;
    border-radius:36px;
    overflow:hidden;
    display:block;
    text-decoration:none;
    color:#ffffff;
    background:#111111;
}

.smi-fire-burglar-sec .smi-fb-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transform:scale(1);
    transition:transform .6s ease;
}

.smi-fire-burglar-sec .smi-fb-card:hover img{
    transform:scale(1.04);
}

.smi-fire-burglar-sec .smi-fb-media{
    position:absolute;
    inset:0;
}

.smi-fire-burglar-sec .smi-fb-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.58);
    z-index:1;
    transition:background .35s ease;
}

.smi-fire-burglar-sec .smi-fb-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.22) 30%, rgba(0,0,0,0.44) 100%);
    z-index:1;
    transition:background .35s ease;
}

.smi-fire-burglar-sec .smi-fb-card:hover:before,
.smi-fire-burglar-sec .smi-fb-card.active-blue:before{
    background:rgba(11,93,225,0.4);
}

.smi-fire-burglar-sec .smi-fb-card:hover:after,
.smi-fire-burglar-sec .smi-fb-card.active-blue:after{
    background:linear-gradient(180deg, rgba(20,110,255,0.12) 0%, rgba(20,110,255,0.24) 30%, rgba(20,110,255,0.36) 100%);
}

.smi-fire-burglar-sec .smi-fb-content{
    position:absolute;
    left:34px;
    right:34px;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
    max-width:560px;
}

.smi-fire-burglar-sec .smi-fb-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:22px;
    margin-bottom:20px;
}

.smi-fire-burglar-sec .smi-fb-title{
    color:#ffffff;
    font-size:31px;
    line-height:1.22;
    font-weight:700;
    margin:0;
    max-width:360px;
}

.smi-fire-burglar-sec .smi-fb-icon{
    width:72px;
    height:72px;
    min-width:72px;
    background:#f3a126;
    border-radius:2px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:2px;
}

.smi-fire-burglar-sec .smi-fb-icon svg{
    width:38px;
    height:38px;
    fill:#0b5ee2;
    display:block;
}

.smi-fire-burglar-sec .smi-fb-subtitle{
    color:#ffffff;
    font-size:22px;
    line-height:1.35;
    font-weight:700;
    margin:0 0 8px;
}

.smi-fire-burglar-sec .smi-fb-copy{
    color:rgba(255,255,255,0.92);
    font-size:18px;
    line-height:1.62;
    margin:0 0 26px;
    max-width:610px;
}

.smi-fire-burglar-sec .button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:250px;
    min-height:58px;
    padding:14px 28px;
    border-radius:8px;
    background:#f3a126;
    color:#ffffff;
    font-size:17px;
    line-height:1.2;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
    border:2px solid #f3a126;
}

.smi-fire-burglar-sec .button:hover{
    background:#df901c;
    border-color:#df901c;
    color:#ffffff;
}
.smi-industry-sec{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#0458d7 0%,#0458d7 100%)!important;
    padding:82px 0 68px;
}


.smi-industry-sec .is-container{
    position:relative;
    z-index:2;
}

.smi-industry-sec .smi-industry-head{
    max-width:940px;
    margin:0 auto 42px;
    text-align:center;
}



.smi-industry-sec .smi-industry-grid{
    margin-bottom:34px;
}

.smi-industry-sec .smi-industry-card{
    background:#f4f4f4;
    height:100%;
    overflow:hidden;
    border-radius:8px 8px 0 0;
    box-shadow:none;
    transition:transform .35s ease, box-shadow .35s ease;
}

.smi-industry-sec .smi-industry-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.smi-industry-sec .smi-industry-img{
    display:block;
    width:100%;
    height:auto;
    object-fit:cover;
}

.smi-industry-sec .smi-industry-content{
    background:#f3f3f3;
    padding:24px 22px 10px;
}

.smi-industry-sec .section-sub-heading{
    margin:0 0 16px;
    font-size:20px;
    line-height:1.45;
    font-weight:700;
}

.blue-img-bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31246/theme/49144/img/Commercial%20Security%20System%20Solutions%20for%20Every%20Industry%20bg.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.blue-img-bg2 {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31246/theme/49144/img/Commercial%20Security%20System%20Solutions%20for%20Every%20Industry%20bg.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.smi-industry-sec .smi-industry-btns{
    display:flex;
    justify-content:center;
    gap:22px;
    flex-wrap:wrap;
}

.smi-industry-sec .button{
    min-width:360px;
    min-height:66px;
    padding:16px 30px;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none;
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    transition:all .3s ease;
}

.smi-industry-sec .smi-btn-orange{
    background:#f1a128;
    border:2px solid #f1a128;
    color:#ffffff;
}

.smi-industry-sec .smi-btn-orange:hover{
    background:#dc8f1d;
    border-color:#dc8f1d;
    color:#ffffff;
}

.smi-industry-sec .smi-btn-outline{
    background:transparent;
    border:2px solid rgba(255,255,255,0.7);
    color:#ffffff;
}

.smi-industry-sec .smi-btn-outline:hover{
    background:rgba(255,255,255,0.08);
    border-color:#ffffff;
    color:#ffffff;
}
.smi-why-sec{
    background:#f3f3f3;
    padding:78px 0 70px;
}

.smi-why-sec .smi-why-head{
    max-width:1040px;
    margin:0 auto 42px;
    text-align:center;
}



.smi-why-sec .section-sub-heading{
    margin:0;
    font-size:24px;
    font-weight:500;
}

.smi-why-sec .smi-why-grid{
    align-items:stretch;
    margin-bottom:34px;
}
.size-20 {
    font-size: 20px !important;
}
.smi-why-sec .smi-why-item{
        height: 100%;
    position:relative;
    height:100%;
    padding:18px 28px 14px 28px;
}

.smi-why-sec .smi-why-item.has-divider:after{
    content:"";
    position:absolute;
    right:-1px;
    top:8px;
    bottom:8px;
    width:1px;
    background:#FFFFFF;
}
.smi-why-item:hover {
    background: #FFFFFF;
    border-radius: 10px;
}
.smi-why-item:hover .has-divider:after{
   width:0px;
}
.smi-why-sec .smi-why-item.highlight{
    background:#ffffff;
    border-radius:14px;
    padding:30px 30px 24px 30px;
    box-shadow:none;
}

.smi-why-sec .smi-icon-box{
    width:72px;
    height:72px;
    background:#0f63e2;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:2px;
    margin-bottom:24px;
}

.smi-why-sec .smi-icon-box svg{
    width:38px;
    height:38px;
    fill:#eea029;
    display:block;
}

.smi-why-sec .smi-why-title{
    font-size:20px;
    font-weight:700;
    margin:0 0 20px;
}

.smi-why-sec .smi-why-copy{
    font-size:16px;
    line-height:26px;
    margin:0;
}

.smi-why-sec .smi-why-cta{
    text-align:center;
}



.smi-why-sec .button:hover{
    background:#d98e1e;
    border-color:#d98e1e;
    color:#ffffff;
}

.smi-review-sec{
    position:relative;
    overflow:hidden;
    background:#0458d7;
    padding:80px 0 68px;
}

.smi-review-sec:before{
    content:"";
    position:absolute;
    inset:auto -10% -18% -10%;
    height:72%;
    background:
        radial-gradient(ellipse at 12% 82%, rgba(9,79,193,0.78) 0%, rgba(9,79,193,0.78) 24%, rgba(9,79,193,0) 25%),
        radial-gradient(ellipse at 34% 98%, rgba(5,58,151,0.52) 0%, rgba(5,58,151,0.52) 20%, rgba(5,58,151,0) 21%),
        radial-gradient(ellipse at 67% 92%, rgba(7,83,202,0.44) 0%, rgba(7,83,202,0.44) 18%, rgba(7,83,202,0) 19%),
        radial-gradient(ellipse at 96% 82%, rgba(10,92,221,0.40) 0%, rgba(10,92,221,0.40) 20%, rgba(10,92,221,0) 21%);
    pointer-events:none;
    z-index:1;
}

.smi-review-sec .is-container{
    position:relative;
    z-index:2;
}

.smi-review-sec .smi-review-head{
    text-align:center;
    margin:0 auto 42px;
    max-width:980px;
}



.smi-review-sec .smi-review-slider{
    margin-bottom:80px;
}
.smi-review-slider .slick-dots {
    bottom: -50px;
}
.smi-review-sec .smi-review-card{
    background:#2d2a2c;
    border-radius:26px;
    padding:40px 44px 50px;
        margin: 0px 20px;
    height:100%;
    box-shadow:none;
}
.smi-review-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border: none;
    background: #FFFFFF33;
    vertical-align: middle;
}
.smi-review-slider .slick-dots li.slick-active, .smi-review-slider .slick-dots li:hover {
    background: #FFFFFF99;
    width: 54px;
}
.smi-review-sec .smi-review-top{
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:22px;
    flex-wrap:wrap;
}

.smi-review-sec .smi-stars{
    display:flex;
    gap:10px;
    align-items:center;
}

.smi-review-sec .smi-stars span{
    color:#f1a126;
    font-size:18px;
    line-height:1;
}

.smi-review-sec .smi-google{
    font-size:34px;
    line-height:1;
    font-weight:500;
    letter-spacing:-0.02em;
    display:inline-flex;
    align-items:center;
}

.smi-review-sec .smi-google .g1{color:#4285f4;}
.smi-review-sec .smi-google .g2{color:#ea4335;}
.smi-review-sec .smi-google .g3{color:#fbbc05;}
.smi-review-sec .smi-google .g4{color:#4285f4;}
.smi-review-sec .smi-google .g5{color:#34a853;}
.smi-review-sec .smi-google .g6{color:#ea4335;}

.smi-review-sec .smi-review-copy{
    color:#f3f3f3;
    font-size:16px;
    line-height:26px;
    margin:0 0 20px;
    max-width:100%;
}

.smi-review-sec .smi-review-author{
    display:flex;
    align-items:center;
    gap:18px;
}

.smi-review-sec .smi-author-avatar{
    width:64px;
    height:64px;
    min-width:64px;
    overflow:hidden;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:34px;
    font-weight:700;
}

.smi-review-sec .smi-author-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.smi-review-sec .smi-author-name{
    color:#ffffff;
    font-size:16px;
    line-height:30px;
    font-style:italic;
    font-weight:700;
    margin:0;
}

.smi-review-sec .smi-review-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.smi-review-sec .smi-review-dots span{
    width:14px;
    height:14px;
    border-radius:50%;
    background:rgba(255,255,255,0.18);
    display:block;
}

.smi-review-sec .smi-review-dots span.active{
    width:64px;
    height:14px;
    border-radius:30px;
    background:#f0f0f0;
}

.faq-v6{position:relative;padding:90px 0;overflow:hidden}
.faq-v6 .is-overlay{position:absolute;inset:0;z-index:0}
.faq-v6 .is-overlay-bg{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat}
.faq-v6 .is-overlay-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.85) 0%,rgba(30,58,138,.8) 100%)}
.faq-v6 .is-boxes{position:relative;z-index:1;width:100%}
.faq-v6 .section-heading{font-size:clamp(26px,3vw,46px);color:#fff;font-weight:800;margin-bottom:12px;letter-spacing:-.4px}
.faq-v6 .section-sub{font-size:16px;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:48px;max-width:480px}
.faq-v6 .glass-panel {
    background: #ECEAEA;
    backdrop-filter: blur(16px);
    border: 1px solid #ECEAEA;
    border-radius: 20px;
    padding: 0px;
    box-shadow: 0 0px 0px;
}
.faq-v6 .faq-row {
    padding: 30px 105px 30px 50px;
    border-top:1px solid #4a4a4a;
}
.faq-v6 .faq-row:first-child {
    border-top:none;
}
.faq-v6 details summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    user-select: none;
    font-family: Sansation;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: capitalize;
        color: #0D58C9;
}
.faq-v6 details summary::-webkit-details-marker{display:none}
.faq-v6 details summary:hover{ color: #0D58C9;}
.faq-v6 details[open] summary{    color: #0D58C9;}
.faq-v6 .faq-plus {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1.5px solid #1A508F;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-v6 details[open] .faq-plus {
    border-color: #1A508F;
    background: transparent;
}
.faq-v6 .faq-ans {
    font-size: 14px;
    color: #302E2E;
    line-height: 1.75;
    padding: 0px;
    padding-right: 0px;
}

.faq-v6 .sidebar-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#60a5fa;margin-bottom:14px}
.faq-v6 .sidebar-heading{font-size:clamp(24px,2.5vw,36px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:14px}

.section-padding-1 {
    padding: 20px 0px !important;
}
.section-padding-2 {
    padding: 40px 0px !important;
}
.section-padding-3 {
    padding: 60px 0px !important;
}
.section-padding-4 {
    padding: 80px 0px !important;
}
.section-padding-5 {
    padding: 100px 0px !important;
}
.section-padding-top-1 {
    padding-top: 20px!important;
}
.section-padding-top-2 {
    padding-top: 40px!important;
}
.section-padding-top-3 {
    padding-top: 60px !important;
}
.section-padding-top-4 {
    padding-top: 80px!important;
}
.section-padding-top-5 {
    padding-top: 100px !important;
}
.section-padding-bottom-1 {
    padding-bottom:20px !important;
}
.section-padding-bottom-2 {
    padding-bottom:40px !important;
}
.section-padding-bottom-3 {
    padding-bottom: 60px !important;
}
.section-padding-bottom-4 {
    padding-bottom:80px !important;
}
.section-padding-bottom-5 {
    padding-bottom: 100px !important;
}
.new-contact-sec {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31246/theme/49144/img/Trusted%20Security%20System%20Installers%20for%20%20NJ%20&%20PA%20Businesses%20bg.webp) !important;
    padding: 40px 0px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.grey-bg {
    background: #302E2E !important;
}
.smi-industry-btns {
    margin-top: 30px;
}
.smi-industry-btns a {
    margin: 0px 7px 10px;
}
.new-contact-sec h2, .new-contact-sec h3, .new-contact-sec h4, .new-contact-sec h5, .new-contact-sec h6, .new-contact-sec p, .new-contact-sec li, .new-contact-sec a{
    color:#FFFFFF!important;
}
.grey-bg h2, .grey-bg h3, .grey-bg h4, .grey-bg h5, .grey-bg h6, .grey-bg p, .grey-bg li, .grey-bg a{
    color:#FFFFFF!important;
}
.blue-img-bg2 h2, .blue-img-bg2 h3, .blue-img-bg2 h4, .blue-img-bg2 h5, .blue-img-bg2 h6, .blue-img-bg2 p, .blue-img-bg2 li, .blue-img-bg2 a{
    color:#FFFFFF!important;
}
.color-white {
    color: #fff !important;
}
.button-blue {
    background: #0a53c1 !important;
    border: 1px solid #0a53c1 !important;
}
.smi-card-top h3 a {
    color: #4A4A4A!important;
}
ul.smi-location-list li a {
    color: #3a3a3a;
}
.smi-coverage-sec .smi-coverage-card:hover a, .smi-coverage-sec .smi-coverage-card:hover h3 a{
      color: #FFFFFF!important;
}
.smi-coverage-card:hover h3 a {
    color: #FFFFFF;
}
ul.list li {
    list-style-position: outside;
    margin-left: 20px;
}
.logo-slider-new .slick-dots {
    bottom: -40px;
}
.width-33 {
    width: 33.33%;
}
.sa-form label {
    display: none;
}
.sa-form input#email, .sa-form input#first_name {
    margin-top: 27px;
    height: 3.8em;
}
.sa-form .submit_wrap {
    text-align: center;
}
.video-gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.video-thumb {
  position: relative;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.video-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.video-modal.active {
  display: block;
}

.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  width: min(90%, 900px);
  margin: 5vh auto;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}

.video-frame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 3;
  background: #EB9233;
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
    font-size: 28px !important;
    cursor: pointer;
    padding: 0px;
}
.contact-icon svg {
    fill: #EB9233;
    width: 50px;
    height: 50px;
}
.contact-icon {
    border-top: 3px dashed #0457d7;
    border-right: 5px dashed #0457d7;
    border-bottom: 5px solid #0457d7;
    border-left: 4px solid #0457d7;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}
.contact-card {
    background: #f3f3f3;
}
svg.step.social-icon {
    fill: #2DACE1;
}

.article-body.rte h2, .article-body.rte h3  {
    font-family: "Sansation", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #4A4A4A;
}
.faq-v6 summary .faq-plus svg {
    display: none;
}

.faq-v6 summary .faq-plus::before {
    content: "+";
}

.faq-v6 details[open] summary .faq-plus::before {
    content: "−";
}
p.article-category .card {
    box-shadow: 0px 0px;
    display: inline;
}
@media screen and (min-width: 1024px) {
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


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

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

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

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

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

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

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

.footer-menu-container {
    border-bottom:1px solid #FFFFFF;
    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 #FFFFFF;
    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: #FFFFFF;
}

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

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

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31246/theme/49144/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

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

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

/* New Footer CSS END*/

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

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

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

.text-primary {
     color:#E98B27;
}

strong, b {
    font-weight: bolder;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* New blog page type */

.banner-main-heading {
    font-size:2.8em;
    color:#FFFFFF;
    line-height: 1.2em;
}

.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #CCCCCC;
}

.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: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#E98B27;
    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 #E98B27;
    font-weight:600;
    background:transparent;
}

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

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:70px;
}

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

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

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

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

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}
@media screen and (min-width: 1600px) {
    .main-banner-sec .slick-dots {
    left: 13rem;
    }
}
@media screen and (min-width: 1920px) {
    .main-banner-sec .slick-dots {
    left: 23rem;
    }
}
@media screen and (min-width: 2560px) {
    .main-banner-sec .slick-dots {
    left: 43rem;
    }
}
@media screen and (max-width: 1024px) {
    .smi-coverage-sec .smi-coverage-card {
    height: 100%;
    }
    .main-banner-sec .slick-dots {
        left: 1rem;
        bottom: 10px;
    }
    .dropdown.menu > li > a {
    padding: 0.7rem 2rem 0.7rem 0rem;
}
}
@media screen and (max-width: 1023.5px) {
    .mobile-banner-fix {
    display: block !important;
}
    .inner-banner.blog-banner {
    max-width: 100%;
    background: #0a53c1 !important;
    padding: 60px 20px !important;
    position: relative;
}
    .main-blog-banner img {
        content:url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31246/theme/49144/img/Blog%20m.webp);
}
    .user-logged-out .main-banner-sec .pos-ab-ban {
    position: relative;
    }
    aside.sidenav .menu.accordion-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px;
}
    .off-canvas {
    background: #0a53c1 !important;
}
    .faq-v6 .faq-row {
    padding: 30px 50px 30px 50px;
}
    .smi-why-sec .smi-icon-box {
    margin: 0px auto 20px;
}
.smi-coverage-sec .smi-coverage-grid {
    justify-content: center;
}
    .serv-slider .cell > div.new-serv-div {
    max-width: 400px;
    margin: 0px auto;
    }
    .serv-slider .cell > div.new-serv-div:hover img {
    height: 385px;
}
        .main-banner-sec .slick-dots {
        display: none!important;
    }
    .main-banner-sec .inner-content-div {
    max-width: 100%;
    width: 100%;
    background: #0a53c1 !important;
    padding: 60px 20px !important;
}
    .smi-header-actions {
    justify-content: center;
    margin-top: 35px;
}
   header .cell.auto {
    flex: 1 1 1px;
}
    .smi-mobile-toggle {
        position: absolute;
        left: auto;
        right: 20px;
        top: 37px;
    }
    .smi-logo-wrap {
    justify-content: center;
}
     .smi-why-sec{
        padding:62px 0 56px;
    }

    .smi-why-sec .section-main-heading{
        font-size:42px;
    }

    .smi-why-sec .section-sub-heading{
        font-size:22px;
    }

    .smi-why-sec .smi-why-item{
        padding:16px 18px 12px 18px;
    }

    .smi-why-sec .smi-why-item.has-divider:after{
        display:none;
    }

    .smi-why-sec .smi-why-item.highlight{
        padding:24px 22px 20px;
    }

    .smi-why-sec .smi-why-title{
        font-size:20px;
        margin-bottom:16px;
    }

    .smi-why-sec .smi-why-copy{
        font-size:17px;
        line-height:1.65;
    }

    .smi-why-sec .button{
        min-width:320px;
        min-height:64px;
        font-size:17px;
    }
     .smi-fire-burglar-sec{
        padding:62px 0 58px;
    }

    .smi-fire-burglar-sec .section-main-heading{
        font-size:42px;
    }



    .smi-fire-burglar-sec .smi-fb-card{
        min-height:430px;
    }

    .smi-fire-burglar-sec .smi-fb-content{
        left:26px;
        right:26px;
    }

    .smi-fire-burglar-sec .smi-fb-title{
        font-size:27px;
        max-width:290px;
    }

    .smi-fire-burglar-sec .smi-fb-subtitle{
        font-size:20px;
    }

    .smi-fire-burglar-sec .smi-fb-copy{
        font-size:17px;
        line-height:1.55;
    }
     .smi-integration-sec{
        padding:55px 0;
    }

    .smi-integration-sec .smi-left-card{
        min-height:560px;
        margin-bottom:24px;
    }

    .smi-integration-sec .smi-right-stack .smi-int-card{
        min-height:280px;
    }

    .smi-integration-sec .smi-int-content{
        left:24px;
        right:24px;
        bottom:24px;
    }

    .smi-integration-sec .section-sub-heading{
        font-size:24px;
    }

    .smi-integration-sec .smi-int-copy p{
        font-size:17px;
    }

    .smi-integration-sec .smi-right-stack .section-sub-heading{
        font-size:22px;
    }

    .smi-integration-sec .smi-right-stack .smi-int-copy p{
        font-size:16px;
    }
      .smi-coverage-sec{
        padding:64px 0 56px;
    }

 

    .smi-coverage-sec .smi-coverage-card{
        min-height:unset;
        padding:28px 26px 30px;
        border-radius:24px;
    }

    .smi-coverage-sec .smi-card-top{
        gap:18px;
        margin-bottom:28px;
    }



    .smi-coverage-sec .smi-card-icon svg{
        width:38px;
        height:38px;
    }

    .smi-coverage-sec .section-sub-heading{
        font-size:24px;
    }

    .smi-coverage-sec .smi-location-list li{
        font-size:18px;
        margin-bottom:18px;
    }

    .smi-coverage-sec .smi-map-shape svg{
        width:110px;
    }

    .smi-coverage-sec .smi-contact-note{
        font-size:16px;
        line-height:1.7;
    }

    .main-banner-sec .pos-ab-ban {
    position: relative;
    }
     .smi-footer .custom-grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .smi-footer-main {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .smi-footer-logo {
    max-width: 250px;
  }
.smi-footer-menu > li {
    padding: 10px;
}
  .smi-footer-cta {
    max-width: 320px;
    height: 54px;
    font-size: 1rem;
  }

  .smi-footer-menu {
    gap: 1rem 1.5rem;
    margin-bottom: 2rem;
  }

  .smi-footer-menu > li > a {
    font-size: 1rem;
  }

  .smi-footer-social > li {
    padding: 0 1rem;
  }

  .smi-footer-social a {
    font-size: 1.6rem;
  }

  .smi-footer-copyright {
    font-size: 1rem;
    line-height: 1.6;
  }
    .smi-header-top {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .smi-header .custom-grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .smi-logo {
    max-height: 68px;
  }

  .smi-header-divider {
    height: 1px;
  }
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:14px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #CCCCCC;
    }
    #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{
        font-size:1.2em;
    }
    footer {
        margin-top:32px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

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

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

.is-section-guide {
    background:#302E2E;
}

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

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

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #0D58C9;
    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 #FFFFFF;
}

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

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

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

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


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

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

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

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

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

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

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

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: #E98B27 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 #FFFFFF;
    }
    
    footer .border-top-small {
      border-top:1px solid #FFFFFF;
    }

    header .border-top-small  {
        border-top:1px solid #EB9233;
    }
    
    .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 #EB9233;
        border-bottom:1px solid #EB9233;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #EB9233;
    }
    
    header .mobile-contact-section .head-icons {
        background: #FFFFFF;
        color:#302E2E;
        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:#302E2E;
    }
    
    .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 #EB9233;
    }
    
     .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 #EB9233;
        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 #FFFFFF;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

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


@media screen and (max-width: 680px){
    .smi-why-sec{
        padding:52px 0 46px;
    }

    .smi-why-sec .smi-why-head{
        margin-bottom:26px;
    }

    .smi-why-sec .section-main-heading{
        font-size:31px;
    }

    .smi-why-sec .section-sub-heading{
        font-size:18px;
        line-height:1.5;
    }

    .smi-why-sec .smi-icon-box{
        width:64px;
        height:64px;
        margin-bottom:18px;
    }

    .smi-why-sec .smi-icon-box svg{
        width:32px;
        height:32px;
    }

    .smi-why-sec .smi-why-title{
        font-size:19px;
    }

    .smi-why-sec .smi-why-copy{
        font-size:16px;
        line-height:1.6;
    }

 
    .smi-fire-burglar-sec .section-main-heading{
        font-size:31px;
    }



    .smi-fire-burglar-sec .smi-fb-card{
        min-height:390px;
        border-radius:26px;
    }

    .smi-fire-burglar-sec .smi-fb-top{
        gap:16px;
        margin-bottom:16px;
    }

    .smi-fire-burglar-sec .smi-fb-title{
        font-size:24px;
        max-width:220px;
    }

    .smi-fire-burglar-sec .smi-fb-icon{
        width:62px;
        height:62px;
        min-width:62px;
    }

    .smi-fire-burglar-sec .smi-fb-icon svg{
        width:32px;
        height:32px;
    }

    .smi-fire-burglar-sec .smi-fb-subtitle{
        font-size:18px;
    }

    .smi-fire-burglar-sec .smi-fb-copy{
        font-size:15px;
        line-height:1.5;
    }

   
      .smi-integration-sec .smi-left-card,
    .smi-integration-sec .smi-right-stack .smi-int-card{
        min-height:360px;
    }

    .smi-integration-sec .smi-int-icon{
        width:56px;
        height:56px;
        margin-bottom:16px;
    }

    .smi-integration-sec .smi-int-icon svg{
        width:28px;
        height:28px;
    }

    .smi-integration-sec .section-sub-heading{
        font-size:21px;
    }

    .smi-integration-sec .smi-int-copy p{
        font-size:15px;
        line-height:1.5;
    }
    .smi-coverage-sec{
        padding:54px 0 48px;
    }

    .smi-coverage-sec .section-main-heading{
        font-size:31px;
        line-height:1.3;
    }

    .smi-coverage-sec .smi-coverage-head{
        margin-bottom:30px;
    }

    .smi-coverage-sec .smi-coverage-grid{
        margin-bottom:28px;
    }

    .smi-coverage-sec .smi-card-top{
        align-items:center;
    }

    .smi-coverage-sec .section-sub-heading{
        font-size:22px;
    }

    .smi-coverage-sec .smi-location-list li{
        font-size:17px;
        gap:14px;
    }

    .smi-coverage-sec .smi-map-shape{
        right:12px;
        bottom:12px;
    }

    .smi-coverage-sec .smi-map-shape svg{
        width:88px;
    }
}
@media screen and (max-width: 500px){
.smi-industry-btns a {
    margin: 0px 7px 20px;
}
}
@media screen and (max-width: 414px){
    .smi-fire-burglar-sec .smi-fb-card {
        min-height: 480px;
        border-radius: 26px;
    }
    .smi-header-actions {
    display: block;
    text-align: center;
    }
}