/* || 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: 15px;
    font-weight: 300;
}


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

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

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 0px;
    
}

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


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


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

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

/* || Custom defined || */
.alternate-font-family {
    font-family: 'Playfair Display', serif;
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#000000;
    border-bottom:1px solid #E9ECEF;
    height: auto;
    min-height:0;
}

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

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
}

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

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

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

header .icon, 
header i {
    color: #000000;
}

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

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #000000;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

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

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

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

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

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

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


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:#230571
}

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

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

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

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

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

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #FFFFFF;
    
}


.header-search-input{
    padding-right:25px;
    color:#000000;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#000000;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#000000
}


header .ps-cart-text-container {
    color:#FFFFFF;
    background:#000000;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

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

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

header ul.dropdown.menu li a:not(.button) {
     color: #000000;
}

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

header .dropdown.menu li ul.submenu {
     background: #000000;
     border:1px solid #000000;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: #000000;
}

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

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

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

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #000000 transparent transparent;
}

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

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

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

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

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


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

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

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

.text-primary {
     color:#FE0001;
}

strong, b {
    font-weight: bolder;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

footer a:not(.button), .is-footer a {
    color: #FFFFFF;
}

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

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

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


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

footer .menu li a {
    font-weight:bold;
}

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

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


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}
.seo-text {
    font-size: 18px !important;
    padding: 20px 0;
    line-height: 1.4;
    color:#111;
}
.pb-0 {
    padding-bottom: 0;
}
.cta-link {
    color: #FE0001;
    font-weight: 400;
}
.top-content-left, .contact-left-block {
    text-align: right;
    padding: 0 20px 0 0;
}
.top-content-right, .contact-right-block {
    border-left: 2px solid #435677;
    text-align: left;
    padding: 0 0 0 40px;
}
.packages-section {
    background: #260570 !important; 
}
.packages-section h3, .packages-section h2, .packages-section p  {
    color: #fff;
}
.packages-section .accordion-title {
    display: flex;
    padding: 10px 20px;
    margin: 10px 0 0;
}
.packages-section .accordion-title img {
    width: auto;
    height: 60px;
}
.packages-section .accordion-title::before {
    right: 1.5rem;
}
.packages-section .accordion-title {
    border-left: 0px solid #FE0001;
    border-right: 0px solid #FE0001;
    background: #ECECEC;
    color: #435677;
}
.packages-section .accordion-title h3, .packages-section .accordion-title h4 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
    justify-content: center;
    padding: 0 102px 0 10px;
    color: #435677;
}
.packages-section .accordion-title:hover, .packages-section .accordion-title:focus {
    color: #FFFFFF !important;
    background-color: #FE0001;
}
.packages-section .accordion-content {
    background: #ECECEC;
    color: #435677;
    padding: 20px 30px;
    border-bottom: 1px solid #FE0001;
}
.packages-section .accordion-content p {
    color: #435677;
}
.packages-section .accordion-title:hover h3, .packages-section .accordion-title:focus h3 {
    color: #FFFFFF;
}
.packages-section h2.section-main-heading {
    font-size: 36px;
    line-height: 1.3;
    padding: 0 0 10px;
}
.image-title-block {
    display: flex;
    padding: 10px 0;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.image-title-block h3 {
    padding: 10px;
    color: #435677;
    font-weight: 500;
}
.elivate-section .serv-list li {
    list-style:none;
    padding: 20px 0;
}
.icon-text h3, .icon-text h2, .icon-text h4 {
    font-size: 26px !important;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    padding: 8px 0;
}
.icon-block {
    background: #260570;
    width: 60px;
    padding: 11px;
    margin: 0 auto;
    border-radius: 33px;
}
.why-choose-section {
    background: #f5f4f4 !important; 
}
.why-choose-section .is-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
}
.why-choose-block .accordion {
    margin: 10px;
}
.why-choose-block .accordion-title {    
    border-left: 0px solid #FE0001;
    border-right: 0px solid #FE0001;
    border-top: 1px solid #FFFFFF;
    border-bottom: 0 !important;
    font-size: 1rem;
    line-height: 1;
    background: #efefef;
    color: #333;
}
.why-choose-block .accordion-title:hover, .why-choose-block .accordion-title:focus {
    color: #FFFFFF;
    background-color: #FE0001;
}
.why-choose-block .accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #fff !important;
    border-bottom: 0;
    background-color: #fff;
    color: #333;
}
.contact-left-block h2, .contact-left-block h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 400;
}
/*read More Read Less CSS*/
#panel-1{
    display: none;
}

a[aria-expanded="false"] .read-more{
  display:inline;
}
a[aria-expanded="false"] .read-less{
  display:none;
}
a[aria-expanded="true"] .read-more,
a[aria-expanded="true"] .read-more-dots
{
  display:none;
}
a[aria-expanded="true"] .read-less {
  display:inline;
}
a[aria-expanded="true"] .read-less.button {
  display:inline-block !important;
  margin: 20px 0;
}
.serv-1 {
    background: #232b38;
    padding: 30px;
    height: auto;
    color: #fff;
    margin: 0 0 20px;
}
.serv-2 {
    background: #435677;
    padding: 30px;
    height: auto;
    margin: 0 0 20px;
    color: #fff;
}
.serv-2 h2 {
    color:#fff !important;
}
    
/*Read More Read Less CSS*/
.form-section {
    background: #222 !important;
    padding: 30px 0;
}
.form-section.horizontal-form.type-form .first_name_wrap input,
.form-section.horizontal-form.type-form .email_wrap input,
.form-section.horizontal-form.type-form .phone_wrap input,
.form-section.horizontal-form.type-form .field_21202_wrap textarea {
    min-height: 56px;
    border-radius: 0;
    background: #fff;
    border: 0;
    width: 96% !important;
    padding-left: 24px;
    margin:0 0 0rem;
}
.form-section.horizontal-form.type-form .phone_wrap input {
    padding-left: 52px;
}
.form-section .flex-container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.form-section.horizontal-form.type-form .width-25 {
    position: relative;
    width: 25% !important;
}
.form-section #mob_phone_phone_number_tel {
    margin-top: 0px !important;
}
.form-section.horizontal-form.type-form label {
    display: block;
    color: #fff;
}
.form-section.horizontal-form.type-form label.error {
    display: block;
    position: relative;
    top: 0;
}
.form-section .iti {
    position: relative;
    display: block;
}
.form-section.horizontal-form .ww-form-container input[type="submit"] {
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
    margin: 0px auto;
    text-align: center;
    padding: 18px 42px;
}
.form-section .submit_wrap {
    margin: 30px 0 0;
}
.testimonial-slider {
    text-align: center;
    padding:10px;
}
.testimonial-slider .slick-slide img {
    display: block;
    margin: 0 auto;
}
.contact-block.is-box .is-container {
    margin-top: 30px !important;
    margin-bottom: 80px;
}
.section-7.is-box .is-container {
    margin-top: 80px;
    margin-bottom: 45px !important;
}
@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){
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom:2px;
    }
}

@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%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

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

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


aside.sidenav input[type=search] {
    color:#000000;
    background:#FFFFFF;
}

aside.sidenav input[type=search]::placeholder {
    color:#000000;
    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:#000000
}


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

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



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

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

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

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

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

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

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

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

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

@media screen and (max-width: 63.9375em) {
  footer .border-bottom-small {
      border-bottom:1px solid #FFFFFF;
    }

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

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


 .is-wrapper>div{
        overflow-x: visible !important;
    }
html{
    margin-top: 0 !important;
    cursor: default;
        scroll-behavior: smooth;
}
body {
    font-weight: normal !important;
    font-weight: 400;
}
p {
    margin-bottom: 0rem;
}
.is-overlay-bg {
    opacity: 1;
}
/*.sticky.is-stuck .header-bar {
    display: none;
    transition: 0.3s ease-in-out;
}*/
/*.button {
    border: none;
    margin-bottom: 0;
    border-radius: 0px !important;
}*/
header ul.dropdown.menu li a:not(.button) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
    text-transform: capitalize;
    color: #0D0F20;
}
header ul.dropdown.menu li.active > a {
    font-weight: 600 !important;
}
header ul.dropdown.menu li a:not(.button):first-letter {
    text-transform: uppercase;
}
header .dropdown.menu li ul.submenu li a:not(.button) {
    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: white;
    background: #FE0001;
}
header .dropdown.menu li ul.submenu li a:not(.button) {
    text-align: left;
}
.is-dropdown-submenu.first-sub li:first-child {
    display: none;
}
/* 
.is-header  li.handle-helpful-resources.is-section.has-submenu.is-dropdown-submenu-parent.opens-left .first-sub li:first-child {
    display: block !important;
}
li.handle-helpful-resources.has-submenu>a {
    pointer-events: none;
    cursor: default;
}*/
ul.vertical.menu.accordion-menu .padding-left-1 {
    padding-left: 0rem !important;
    line-height: 20px;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: auto;
    left: 0;
    z-index: 999999;
}
header .phone i {
    margin-right: 5px;
}
header .icon, header i {
    color: #FE0001 !important;
}
header .sticky-bg-color.stick {
Z-index  : 99;
}
header .is-stuck .header-bar .menu-hide-sticky,header .is-stuck .header-bar .logo-container{
    display:none;
}
header .is-stuck .menu-spl-area{
    width:100%;
}
.is-header .stick .custom-grid-container {
    padding-left: 15px;
    padding-right: 15px;
}
header .is-stuck  .menu-spl-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header .is-stuck .menu-spl-area .menu{
    justify-content: center !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ps-registration-form-wrap.float-center li.float-left.margin-bottom-1 {
    display: inline-flex;
}
aside.sidenav .menu.accordion-menu li a:first-letter {
    text-transform: capitalize;
}
a.cta.button {
    background: #FE0001;
    transition: 0.3s ease-in-out;
    border: 2px solid #FE0001;
    padding: 18px 24px !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;    
    margin-bottom: 0;
}
a.cta.button.banner-btn {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
a.cta.button:hover, .horizontal-form .ww-form-container input[type="submit"]:hover {
    background: transparent;
    color: #000000;
    opacity: 1;
    border: 2px solid #000000;
}
figure.imgbox-desk {
    position: relative;
}
figure.imgbox-desk img {
    width: 100%;
}
figure.imgbox-desk figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
figure.imgbox-desk .inner-content {
    max-width: 570px;
}
.main-banner-section .display.right{
    margin: 0;
}
.banner-main-heading {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.02em;
}
.banner-sub-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
}
.section-main-heading {
    text-transform: capitalize;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.02em;
}
.section-sub-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
}
.normal-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
}
.normal-text:first-letter {
  text-transform: capitalize;
}
.text-italic-bold{
    font-style: italic;
    font-weight: 600;
}
.text-bold{
    font-weight: 600;
}
.text-italic{
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
}
h1,h2,h3,h4,h5,.normal-text{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.text-white{
    color: #FFFFFF;
}
.bg-white{
    background: #FFFFFF !important;
}
.bg-dark{
    background: #000000 !important;
}
.text-dark{
    color: #000000 !important;
}
.bg-grey{
    background: #ECECEC !important;
}
.text-blue{
    color: #435677 !important;
}
.text-red{
    color: #FF0000 !important;
}
.footer-bar .footer-links {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.px-10 {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.mxy-10 {
    margin-right: 15px !important;
}
.footer-social-media ul li a {
    padding: 0;
}
.mr-10 {
    margin-right: 10px;
}
.actual-address {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.footer-links {
    display: flex;
    align-items: center;
}
.copyright-container {
    border-top: 1px solid rgba(250, 250, 250, 0.2) !important;
}

.pagination a, .pagination button {
    display: initial !important;
}

   /*lead form*/
.lead-form {
    background-image: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/25826/theme/43133/img/lead%20magnet.jpg) !important;
}
.horizontal-form.type-form .lead-magnet-form-main-heading {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.lead-form .normal-text {
    color: #FFFFFF;
}
.lead-form .subtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.lead-form .border-bottom {
    border-bottom: 1px solid rgba(250, 250, 250, 0.25);
}
.lead-form .flex-container.small-block {
    justify-content: center;
    margin: 0;
}
.horizontal-form.type-form .width-25 {
    position: relative;
    width: 40% !important;
}
.horizontal-form .ww-form-container input[type="text"], .horizontal-form .ww-form-container input[type="password"], .horizontal-form .ww-form-container input[type="tel"], .horizontal-form .ww-form-container select, .horizontal-form .ww-form-container textarea, .horizontal-form .ww-form-container #mob_phone_phone_number_tel, .horizontal-form .ww-form-container .email_wrap input {
    margin-right: 5%;
    width: 95% !important;
}
.horizontal-form.type-form .first_name_wrap input, .horizontal-form.type-form .email_wrap input {
    min-height: 54px;
    border: none;
    padding-left: 34px;
    color: #000000;
    background: rgba(250, 250, 250, 0.25);
}
.horizontal-form.type-form .error {
    position: absolute;
    left: 10px;
    bottom: -15px;
}
.lead-form .submit_wrap.padding-top-1 {
    padding-top: 0rem !important;
}
.horizontal-form.type-form label {
    display: none;
}
.horizontal-form .ww-form-container input[type="submit"] {
    margin-top: 0px !important;
    width: auto !important;
    padding: 18px 24px;
    color: #ffffff;
    background: #FE0001;
    transition: 0.3s ease-in-out;
    border: 2px solid #FE0001;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.02em;
}
.horizontal-form .ww-form-container input[type="submit"]:hover {
    color: #ffffff !important;
    background: transparent !important;
    transition: 0.3s ease-in-out;
    border: 2px solid #ffffff;
}
.lead-form .ww-form-container form {
    padding: 40px 100px;
}

.ww-form-container .email_wrap input::placeholder, input[type="text"]::placeholder ,input#mob_phone_phone_number_tel::placeholder,
input#last_name::placeholder, #field_21202::placeholder  {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-transform: capitalize;
    color: #A0A4AA;
}
#field_21202 {
    padding: 18px 10px;
    width: 100% !important;
}
.lead-form {
    text-align: center;
}
div#status-msg {
    display: none !important;
}
.lead-form .height-40 {
    height: 0;
}
.btn-down a.cta.button {
    background: #FE0001;
    color: #FFFFFF;
    border: 2px solid #FE0001;
}
.lead-form p.text-align-center.text-white{
    margin: 20px 0;
}
/*lead form*/

.suscribe-section a.cta.button {
    margin-top: 0px !important;
    width: auto !important;
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
}
.suscribe-section a.cta.button:hover{
    margin-top: 0px !important;
    width: auto !important;
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
}

/*newletter*/

.newsletter-section form {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 30px;
    padding-top: 15px;
}
.newsletter-section [type='text']::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #A0A4AA;
}
.newsletter-section [type='text'] {
    height: 54px;
    width: 370px;
    border: 0px;
    padding-left: 25px;
    margin-right: 20px;
    background: #EBEBEB;
}
.newsletter-section .first_name_wrap, .newsletter-section .email_wrap {
    margin-right: 10px;
    max-width: 370px;
}
.subscribe_button_holder.submit_wrap input#subscribe {
    padding: 18px 24px;
    background: #FE0001;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FE0001;
}
.subscribe_button_holder.submit_wrap input#subscribe:hover {
    border: 2px solid #000000;
    background: transparent;
    color: #000000;
    opacity: 1;
}
/*newletter*/


             /*********Blog Page Css************************ */
.main-blog-banner {
    position: relative;
}
.main-blog-banner img{
    width: 100%;
}
.main-blog-banner img {
    width: 100%;
    min-height: auto;
    /*height: 430px;*/
}
.inner-banner.blog-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
}   
.inner-banner.blog-banner .banner-main-heading {
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.02em;
}
p.back.back-to-blog a.button{
    margin-top: 20px;
    }
/*.main-blog-widget .row{
    max-width:1900px !important;
    }*/

ul.blog-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style: none;
    margin-left: 0;
}
ul.blog-ul li {
 margin-bottom: 1rem;   
}
ul.ps-blog-tags ,
ul.ps-blog-recent-posts {
    list-style: none;
    margin-left: 0;
}

.blog-widget {
    height:100%;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
     -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow:0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -webkit-transition: 350ms ease-in;
    -moz-transition: 350ms ease-in;
    transition: 350ms ease-in;
}
.article-image img {
    width:100%;
    }
.inner-blog-widget {
    padding: 25px;
}
.blog-widget .widget-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.02em;
}
.article-title.widget-title a {
    transition: 0.2s ease-in-out;
}
/*.blog-widget .widget-title a {
    background: linear-gradient(134.37deg, #000000 -11.3%, #BA2027 112.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.blog-widget .widget-title:hover a{
    color: #BCC72C;
}
*/
.blog-widget .widget-title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:#dadada;
    z-index: 1;
}
.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0A497D;
    transform: translateY(50%);
    z-index: 2;
}

/*******TAGS********/
.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow:0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow:0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}
.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 51px;
    letter-spacing: 0.02em;
}
.blog-sidebar-widget .blog-sidebar-h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:#435677;
    z-index: 1;
}
.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: #435677;
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lab-ul li svg {
    fill: #435677;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.author_name{
    font-weight:500;
    text-transform:unset;
    color: #000000;
}
.widget-category svg{
    fill:#0A497D;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;

}
.blog-widget .widget-category span a{
    color: #757067;
}
.blog-widget .widget-category span:hover {

    color: #231F20;
}
.blog-widget .widget-category span:hover a{
    color: #231F20;
}
.blog-inner-text hr {
    display: none;
}
.blog-inner-text ol li strong {
    color: #01417a;
}
.is-wrapper .is-header, .is-header .margin-center.container.is-content-1200.margin-vertical-0 {
    max-width: 100% !important;
}
/*blog*/

.display-none {
    display: none;
}
.contact-card {
    box-sizing: border-box;
    margin-bottom: 0px !important;
    min-height: 345px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 38px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.contact-card .cta-link {
    transition: 0.3s ease-in-out;
}
.contact-card .cta-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.contact-card .section-main-heading {
    font-size: 35px;
}

/*contact form*/
.form-type-new .column.full.is-overlay-content.form-new-field .cell.medium-6 {
    width: 100%;
}
.form-type-new .ww-form-container form fieldset legend, .display-none {
    display: none;
}
.cnt-form form {
    -webkit-box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
    box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
    padding: 25px;
    background: white;
}
.form-type-new .ww-form-container form fieldset {
    border: none;
}
.form-type-new div.form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 330px;
}
.form-type-new .ww-form-container form fieldset legend, .display-none {
    display: none;
}
.form-type-new input#mob_phone_phone_number_tel {
    border-radius: 0px;
}
.form-type-left-map {
    height: 567px;
    margin-left: 0;
    margin-right: 0;
}
.form-type-new .column .full .is-overlay-content .form-new-field .cell .medium-6 {
    width: 100% !important;
}
.cnt-form #mob_phone_phone_number_tel {
    width: 310px !important;
}
.map-form-contact .height-40 {
    display: none;
}
.embed-responsive.embed-responsive-16by9.form-type-left-map {
    box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
    margin-top: 0;
    margin-bottom: 0;
}
.display-none{
    display: none;
}
.cnt-form .height-40 {
    display: none;
}
.cnt-form input#Submit {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    border: 2px solid;
}
.cnt-form input#Submit:hover {
    background: #ffffff;
    color: #000;
    opacity: 1;
    border: 2px solid #000;
}
.cnt-form label {
    color: #000000;
}
#mob_phone_phone_number_tel{
    border: 1px solid #000000;
}
/* end form */
.line-before {
    position: relative;
    margin: auto 0px 0px 100px;
}
.line-before:before {
    content: " ";
    display: block;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 13px;
    left: -100px;
    background: #000000;
}
.border-heading {
    border-bottom: 2px solid #000;
    width: 70px;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    margin: 12px auto;
}
.border-white {
    border-bottom: 2px solid #fff;
}
.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.first-icon{
    background: #0C488F;
}
.second-icon{
    background: #803A3A;
}
.third-icon{
    background: #7A9862;
}
.fourth-icon {
    background: #0d8f0c;
}

.circle {
    width: 75px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    font-size: 48px;
    color: #FFFFFF;
}
.slider-text {
    gap: 15px;
}
.slider-service .slick-dots {
    position: relative;
    bottom: -25px;
}
.slider-service .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    border-radius: 500px;
    border: none;
    background: #CFCFCF;
}
.slider-service .slick-dots li.slick-active,.slider-service .slick-dots li:hover {
    background: #6A6A6A;
}
.person-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000000;
}
.review-date {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #929292;
}
.slider-content-box {
    background: #F5F5F5;
    padding: 26px;
    min-height: 340px;
    margin: 0 15px;
}
.circle.testimonil-icon {
    background: linear-gradient(82.15deg, #220571 1.78%, #E30121 97.27%);
    margin-bottom: 10px;

}
.testi-text.align-middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
a.cta.button.normal-btn {
    background: transparent;
    border: 2px solid #ffffff !important;
    color: #FFFFFF;
}
.service-boxes {
    background: rgba(250, 250, 250, 0.1);
    padding: 35px 70px;
    height: 100%;
    transition: 0.3s ease-in-out;
}
.service-box-content img {
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}
.service-box-content {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.service-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.border-section {
    border: 4px solid #FFFFFF;
    padding: 30px 15px;
    transition: .4s;
}
.border-section:hover {
    border: 4px solid #435677;
}
.service-boxes:hover .service-box-content img {
    transform: rotateY(180deg);
}
.faq-list .accordion-title {
    line-height: 1.5;
}
.sa-ul-main {
    position: relative;
    padding: 30px 20px;
    background: rgba(250, 250, 250, 0.1);
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}
.sa-ul-main:hover:after {
    width: 100%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sa-ul-main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.ser-ar-sec .banner-sub-heading, .ser-ar-sec .normal-text {
    color: #FFF;
}
.black-lite-box{
    padding: 30px 60px;
    background-color: rgb(0, 0, 0,0.3);
    border-radius: 10px;
    box-shadow: 0px 4px 25px -6px rgba(0, 0, 0, 0.25);
}
.project-btns.myBtnContainer {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}
.faq-list .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 2rem 1.25rem 1rem;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    background: #435677;
    color: #FFFFFF;
}
.faq-list .accordion-title:hover,.faq-list .accordion-title:focus,.faq-list .is-active .accordion-title{
    color: #FFFFFF;
    background-color: #FE0001;
}
.faq-list li.accordion-item {
    margin-bottom: 20px;
}
.faq-list .accordion-content{
    border-bottom : 1px solid #FE0001;
}
.black-lite-box.text-left li {
    margin-bottom: 10px;
}
h1.article-title.widget-title a {
    color: #435677;
}
@media screen and (max-width: 1200px){
.dropdown.menu > li > a {
    padding: 6px;
}
ul.dropdown.menu.align-right.align-middle.width-100.level-1.align-justify {
    justify-content: center;
}
}
@media screen and (width:1024px) {
.banner-main-heading {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}


header ul.dropdown.menu li a:not(.button) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.banner-sub-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size:18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.cell.auto.icon-text {
    padding: 0 0 0 30px;
}
}
@media screen and (max-width:  1023.5px) {
    header .border-bottom, header hr {
    border-bottom: 1px solid #AFAFAF;
}
figure.imgbox-mob figcaption {
    text-align: left;
    padding: 30px 25px;
    height: 100%;
    width: 100%;    
    background: linear-gradient(82.15deg, #220571 1.78%, #E30121 97.27%);
}
.banner-main-heading,.banner-sub-heading {
    color: #ffffff;
}
.btn-spl-area {
    top: 14%;
    right: 15px;
}
.border-bottom-small {
    border-bottom: 1px solid rgb(0 0 0 / 20%) !important;
}
.newsletter-section form {
    flex-wrap: initial;
}
.cnt-form .height-40 {
    display: block;
}
header .sticky-bg-color.stick {
    position: static;
}
.is-header .stick .custom-grid-container {
    margin-left: auto;
    margin-right: auto;
}
.inner-banner.blog-banner {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    text-align: center;
    background: linear-gradient(101.8deg, #2B056E 0%, #FA0104 98.81%);
}
.in-banner-desc {
    padding-top: 40px;
    padding-bottom: 40px;
}
.main-blog-banner .section-title {
    color: #ffffff !important;
    text-align: center !important;
}
.main-blog-banner img {
    width: 100%;
    min-height: auto;
}
.footer-links {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-bar .border-top-small {
    border-top: 1px solid rgba(250, 250, 250, 0.2) !important;
}
.footer-bar .border-bottom-small {
    border-bottom: 1px solid rgba(250, 250, 250, 0.2) !important;
}
.footer-bar .footer-links {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-bar .padding-button-li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-card-h {
    height: auto;
    min-height: 300px;
}
}
@media screen and (max-width:  940px) {
    .mobile-center {
        text-align: center;
    }
    .banner-main-heading {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.banner-sub-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size:18px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.section-main-heading {
    text-transform: capitalize;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
    /* lead form*/
.horizontal-form .ww-form-container input[type="text"], .horizontal-form .ww-form-container input[type="password"], .horizontal-form .ww-form-container input[type="tel"], .horizontal-form .ww-form-container select, .horizontal-form .ww-form-container textarea, .horizontal-form .ww-form-container #mob_phone_phone_number_tel, .horizontal-form .ww-form-container .email_wrap input {
    margin-right: 5%;
    width: 100% !important;
}
.lead-form .flex-container.small-block {
    justify-content: center;
    margin: 0;
}
.lead-form .submit_wrap.padding-top-1 {
    padding-top: 1rem !important;
}
.lead-form .ww-form-container form {
    padding: 10px 25px;
}
/* lead form*/
      
/* newsleter form*/
.newsletter-section .subscribe_button_holder.submit_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.newsletter-section form {
    flex-wrap: wrap;
}

.newsletter-section .first_name_wrap, .newsletter-section .email_wrap {
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
}
.newsletter-section [type='text'] {
    width: 100%;
}
.newsletter-section .height-60 {
    height: 0;
}
/*  newsleter form*/
.footer-bar a:not(.button), .footer-bar a {
    display: inline-grid;
    justify-items: center;
    gap: 10px;
}

.client-slider .slick-prev.slick-arrow {
    left: 70px;
}
.client-slider .slick-next.slick-arrow {
    right: 70px;
}
.gslide-image img.zoomable {
    position: relative;
    padding: 50px !important;
}
.project-btns.myBtnContainer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.top-content-left, .contact-left-block {
    text-align: center;
    padding: 10px  0;
}
.top-content-right, .contact-right-block {
    border-top: 2px solid #435677;
    border-left: 0px solid #435677;
    text-align: center;
    padding: 20px 0;
}
.icon-block {   
    margin: 40px auto 0;
}
.packages-section .small-2 {
    text-align: center;
}
.packages-section .accordion-title h3 {
    padding: 0 40px 0 10px;
}
.black-lite-box {
    padding: 30px 30px;
}
.form-section.horizontal-form.type-form .width-25 {
    position: relative;
    width: 100% !important;
}
.form-section.horizontal-form.type-form .first_name_wrap input,
.form-section.horizontal-form.type-form .email_wrap input,
.form-section.horizontal-form.type-form .phone_wrap input, .form-section.horizontal-form.type-form .field_21287_wrap textarea {
    min-height: 56px;
    border-radius: 0;
    background: #fff;
    border: 0;
    width: 100% !important;
    padding-left: 24px;
}
.form-section.horizontal-form .ww-form-container input[type="text"], 
.form-section.horizontal-form.type-form .email_wrap input {
    width: 100% !important;
    max-width: 100%;
    margin: 0px auto !important;
}
.form-section.horizontal-form.type-form label {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.form-section.horizontal-form .ww-form-container input[type="submit"] {
    margin-top: 10px;
    width: auto;
    text-transform: uppercase;
    margin: 0px auto;
    text-align: center;
    display: flex;
}
.form-section #mob_phone_phone_number_tel {
    padding-left: 50px;
}
.cell.auto.icon-text {
    padding: 0;
}
}
@media only screen and (max-width: 667px){
    .cell.auto.icon-text {
        padding: 0 0 0 15px;
    }
}
@media only screen and (max-width: 640px){
    .cnt-form #mob_phone_phone_number_tel, .cnt-form .iti.iti--allow-dropdown{
    width: 100% !important;
}
.cnt-form .ww-form-container form fieldset>div {
    width: 100%;
    margin: 0 auto;
    padding: 0.1em 0;
    position: relative;
}
.ww-form-container input[type="text"], .ww-form-container input[type="password"], .ww-form-container input[type="tel"], .ww-form-container select, .ww-form-container textarea {
    width: 100% !important;
}
.cnt-form .ww-form-container form fieldset [type='email']{
    outline: none;
    box-shadow: none;
    font-size: 1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 100%;
}
.cnt-form .ww-form-container .button {
    width: 100%;
}
/*contact form*/
.client-slider .slick-prev.slick-arrow {
    left: 70px;
}
.client-slider .slick-next.slick-arrow {
    right: 70px;
}   
.client-slider .slick-next {
    position: relative;
    top: 30px;
    left: 53%;
}
.client-slider .slick-prev {
    position: relative;
    bottom: -180px;
    left: 43% !important;
}
}
@media only screen and (max-width: 480px){
.ps-login-page .ps-login-form-wrap, .ps-login-page .ps-registration-form-wrap {
    width: 100% !important;
}
.ps-login-page .button, .ps-order-lookup-page .button, .ps-checkout-page .button, .ps-language-preference .button, .thank-you-page .button, .ps-password-reset-page .button {
    width: 100% !important;
}
.ps-login-page .ps-login-form-wrap, .ps-login-page .ps-registration-form-wrap {
    width: 100% !important;
}
form.settings input[type="text"], form.settings input[type="password"], form.settings input[type="number"], form.settings input[type="file"], form.settings input[type="url"], form.settings input[type="email"], form.settings input[type="tel"], form.settings select, form.settings textarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .9em;
    padding: 0.5em;
    margin-bottom: 0.3em;
    height: 2.5em;
    width: 100%;
}

.service-boxes {
    padding: 35px 20px;
}

.service-box-content img {
    display: block;
}
}
@media only screen and (max-width: 375px){
    .cell.auto.icon-text {
        padding: 0 0 0 20px;
    }
}

