
/*****************************Main CSS***************************************/

/*Login Page*/
div.ps-login-page.grid-container.padding-top-3.padding-bottom-3 div.cell.large-5.medium-12.small-12.ps-registration-form.large-offset-1 > div > ul > li {
    display: flex !important;
}
/*Login Page*/

#status-msg {
    display: none !important;
}

.slick-next,
.slick-prev{
    top: 35%;
}

/*header*/
header ul.dropdown.menu li a:not(.button) {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 173.333% */
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
header ul.dropdown.menu li.active > a:not(.button) {
    font-weight: 700;
}
aside.sidenav .menu.accordion-menu li a:focus {
    outline: none !important;
}

header .dropdown.menu > li > a {
    padding: 1rem 0.9rem;
}

.is-wrapper .is-header,
.is-header {
    border-bottom: 0px;
}

header .sticky.is-at-top.is-stuck .hide-on-stick {
    display: none;
}

header .sticky.is-at-top.is-stuck ul#mainNav {
    justify-content: center;
    padding-top: 15px;
}

header .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    /*top: 140%;*/
    left: 0;
}

header .dropdown.menu li ul.submenu {
    border: 1px solid #000;
}
.user-logged-out .pos-ab-head.is-header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
}
.user-logged-out .pos-ab-head header .sticky-bg-color.stick , .user-logged-out .pos-ab-head header .sticky-bg-color.stick{
    background: transparent;
}
.user-logged-out .pos-ab-head header ul.dropdown.menu li a:not(.button),
.user-logged-out .pos-ab-head  header a:not(.button){
    color: #fff !important;
}
header a.logo-black span.text-logo {
    color: #000;
}
.user-logged-out .pos-ab-head header a.logo-black{
    display:none !important;
}
.user-logged-out .pos-ab-head header a.logo-white{
    display: inline-block !important;
}
header .sticky.is-at-top.is-stuck ul.dropdown.menu li a:not(.button){
    color: #000 !important;
}
/*header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
    display: none;
}*/

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-navigation.sticky {
    animation: slideDown 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    justify-content: center;
    box-shadow: 0 1px 10px #000000;
}
.main-navigation.sticky ul.two-block-ul {
    display: none;
}

.main-navigation.sticky #mainNav {
    justify-content: center;
}
.main-navigation.sticky .dropdown.menu > li > a {
    padding: 1.2rem 1.3rem;
}
/*Hide first item in sub menu*/
ul.is-dropdown-submenu.level-2.submenu  > li.is-submenu-item:first-child{
    display: none;
}
/*Hide first item in sub menu*/
/*header*/

/***Home-page***/
/*Banner*/
.user-logged-out .pos-rel-ban {
    position: relative;
}

.user-logged-out .pos-ab-ban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.user-logged-in .pos-ab-ban {
    margin: 0 auto;
}

.user-logged-out .inner-content-div {
    max-width: 560px;
    padding: 10px 20px 10px;
}

/*Banner*/
/*lead-magnet*/
.lead-magnet-form {
    text-align: center;
    padding: 50px 0 60px !important;
}

.lead-magnet-form label,
.newsletter-form-main .label-holder{
    display: none;
}

.newsletter-form-main{
    padding: 0 !important;
}

.lead-magnet-form input,
.lead-magnet-form input#first_name,
.lead-magnet-form input#email,
.newsletter-form-main input,
.newsletter-form-main input#first_name,
.newsletter-form-main input#email{
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    
    border-radius: 0px;
    
}

.round-corner.newsletter-form-main input{
    border-radius: 50px !important;
    
}

.lead-magnet-form input#Submit,
.newsletter-form-main .subscribe_button_holder{
    width: auto !important;
    margin: 0;
}

.lead-magnet-form .ww-form-container input::placeholder,
#mob_phone_phone_number_tel::placeholder,
.lead-magnet-form .ww-form-container input#first_name::placeholder,
.lead-magnet-form .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#email::placeholder,
.newsletter-form-main .ww-form-container input#first_name::placeholder{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #8F8F8F;
    text-align: left;
}

.lead-magnet-form .submit_wrap.padding-top-1,
.newsletter-form-main .submit_wrap.padding-top-1{
    padding: 0 !important;
}

.lead-magnet-form .width-25{
    width: 32% !important;
    margin:0;
    margin-right: 20px;
}

.newsletter-form-main .width-25{
    width: 100% !important;
    margin:0;
    margin-right: 20px;
}

.lead-magnet-form .flex-container.small-block,
.newsletter-form-main .flex-container.small-block{
    justify-content: center;
    padding-top: 11px;
    margin-bottom: 0;
}
.lead-magnet-form .height-40 {
    height: 0px;
}
/*lead-magnet*/
/*Slider-section for all*/

.custom-inner-div {
    position: relative;
}

.custom-inner-div .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #969696;
    margin: 0;
    padding: 13px 27px;
    max-width: 100%;
}

.custom-slider .slick-slide img {
    width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    bottom: 0;
}

.custom-slider .slick-dots li {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
}

.custom-slider .slick-dots li.slick-active,
.custom-slider .slick-dots li:hover {
    background: #0068B3;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/*Slider-section for all*/


/*Slider one*/
.slick-dots li, .slick-dots li button {
    width: 18px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
}
.home-services-slider .slick-dots li {
    background: #0071A9;
    border: none;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}
.home-services-slider .slick-dots li.slick-active {
    background: #89BC23;
    box-shadow: none;
    width: 40px;
}

.home-services-slider .slick-dots {
    position: relative;
}

.home-services-slider .bx-wrapper.three-column-slider-wrapper .bx-pager {
    padding-top: 20px;
}
.home-services-slider .slick-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 230px;
    gap: 20px;
}
/**slider one**/

/***Home-page***/

/***service area page***/
ul.ul-block {
    display: grid;
    grid-gap: 15px;
}
ul.two-block-ul {
    grid-template-columns: repeat(2, 1fr);
}
ul.three-block-ul {
    grid-template-columns: repeat(3, 1fr);
}
ul.four-block-ul {
    grid-template-columns: repeat(4, 1fr);
}
.service-area-ul-two li {
    padding: 15px 8px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-area-ul-two li i {
    font-size: 20px;
}
/***service area page***/

/*footer*/
#footer .icon-div svg {
    min-width: 25px;
    margin-right: 8px;
}

#footer hr {
    border-color: rgb(255 255 255 / 30%) !important;
}
#footer .fab {
    font-size: 35px;
    color: ;
    margin-right: 0;
}
footer .icon {
    color: #FFFFFF;
    margin-right: 10px;
}

footer .menu.foot-menu li {
    width: 100%;
}

footer .menu li a{
   padding-left:0; 
   padding-top: 0;
}
/*footer*/

/*general-css*/
.bg-dark {
    background: #000 !important;
}
.bg-blue {
    background: #0071A9 !important;
}
.bg-parot {
    background: #89BC23 !important;
}
.bg-sky {
    background: #E6F1F7 !important;
}

.bg-grey {
    background: #F6F6F6 !important;
}
.white-bg{
   background: #fff !important;
}

.color-blue{
    color: #0071A9 !important;
}
.color-parot{
    color: #89BC23 !important;
}
.color-white{
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}
.color-dark {
    color: #08376B !important;
}
.blue-bg {
    background: #2C3D5B !important;
}

.light-bg {
    background: #F6F6F6 !important;
}

.min-height-auto {
    min-height: auto;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

a.button,
span.button,
input.button,
input#Submit,
.gen-form #Submit,
#newsletter-form #Submit,
.button{
    font-family: 'Open Sans', sans-serif;
    /*font-size: 16px !important;*/
    background: #0071A9;
    color: #FFFFFF;
    opacity:1 !important;
    
   /* border-radius: 0px;*/
    
    width: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 35px !important;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: 0 !important;
    border-radius: 0px !important;
    /*border: 1px solid #0071A9;*/
}

a.button:hover,
span.button:hover,
input.button:hover,
input#Submit:hover,
.gen-form #Submit:hover,
#newsletter-form #Submit:hover,
.button:hover{
    color: #fff !important;
    background: #89BC23 !important;
    /*border: 1px solid #000 !important;
    background: var(--Buton-gradient, linear-gradient(95deg, #2C3D5B 2.48%, #08182F 66.68%)) !important;*/
}

a.button.black-btn,
span.button.black-btn,
.black-btn input.button {
    background: #000000 !important;
}
a.button.white-bg.color-black:hover {
    background: #fff !important;
    color: #08182F !important;
}
p,.lab-ul li{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
}

footer .menu li a ,
a.cta-link,
.cta-link{
    /*font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;*/
}

.banner-main-heading {
    font-family: 'Open Sans', sans-serif;
    color: #000000 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 40px;
    font-style: normal;
    line-height: 52px; /* 135% */
    letter-spacing: 1.2px;
    text-transform: capitalize;
}

.banner-sub-heading {
    color: #0071A9 !important;
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 175% */
    letter-spacing: 0.32px;
}

.section-main-heading,
h1,
h2,
.Lead-magnet-form-heading {
    font-family: 'Open Sans', sans-serif;
    color: #000000;    
    font-weight: 600 !important;
    font-size: 36px;
    font-style: normal;
    line-height: 48px; /* 132.813% */
    letter-spacing: 0.72px;
    text-transform: capitalize;
}

.section-sub-heading,
.lead-magnet-form-text,
h3,
h4,
h5,
h6,
h1.article-title.h1,
h1.article-title.h1 a,
h2.blog-sidebar-h2.h2.tags-text,
h2.blog-sidebar-h2.h2.recent-posts-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: 0.46px;
    text-transform: capitalize;
    color: #0071A9;
}
.lead-magnet-form-text{
    margin-bottom: 0;
}

.is-wrapper .is-box .is-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-full-height {
    height: 100%;
    object-fit: cover;
}
/*general-css*/


/*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;
}
/*Read More Read Less CSS*/
.bg-light-blue {
    background: #E3F3FF !important;
}


.list{
    margin-left: 1rem !important;
    text-align: left !important;
}

/**************blog page*****************/
/*Blog Page CSS*/
.main-blog-banner {
    position: relative;
}

.main-blog-banner img {
    width: 100%;
}

.inner-banner.blog-banner {
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  padding: 0 13px;
}

.main-blog-widget {
    padding-top: 20px;
}

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;
}



.blog-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0071A9;
    z-index: 1;
}

.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0071A9;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.blog-sidebar-widget {
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    -moz-box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    box-shadow: 0px 0px 30px 0px rgb(131 132 132 / 25%);
    margin-bottom: 15px;
}

.blog-sidebar-widget .blog-sidebar-h2 {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
}
.inner-blog-widget .section-main-heading a {
    color: #000 !important;
}

.blog-sidebar-widget .blog-sidebar-h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0071A9;
    z-index: 1;
}

.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #0071A9;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lab-ul li svg {
    fill: #0071A9;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.widget-category svg {
    fill:#0071A9;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.blog-widget .widget-category span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.7;
}

.blog-widget .widget-category span a {
    color: #757067;
}

.blog-widget .widget-category span:hover {
    color: #231F20;
}

.blog-widget .widget-category span:hover a {
    color: #231F20;
}

.blog-inner-text hr {
    display: none;
}

.ps-blog-sharing {
    margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #1579af;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
}

.ps-blog-tags li a::before {
    background: #19242D;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #1579af;
}

.ps-blog-tags li,
.ps-blog-recent-posts li {
    margin-bottom: 0.5em;
}

.ps-blog-recent-posts a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    transition: 350ms;
    font-size: 16px;
    font-weight: 600;
}

.ps-blog-recent-posts li a::before {
    background: #194341;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-page-type-wrapper,
.article-page-type-wrapper {
    margin-bottom: 50px;
}
/**************blog page*****************/

/*Box Shadow*/
.box-shadow{
    -webkit-box-shadow: 0 20px 60px 0 rgb(40 93 251 / 16%);
    box-shadow: 0 20px 60px 0 rgb(97 99 106 / 16%);
}
/*Box Shadow*/

/*rounded Corner*/
.rounded {
    border-radius: 20px !important;
}
/*Rounded Corner*/

/********contact page********************/
.gen-form .ww-form-container form , #newsletter-form form , .map{
  box-shadow: rgb(0 0 0 / 16%) 5px 5px 20px 2px;
  padding: 20px;
  border: 2px solid #B2B2B2 !important;
}

.contact-icon {
    border-top: 3px dashed #0071A9;
    border-right: 5px dashed #0071A9;
    border-bottom: 5px solid #0071A9;
    border-left: 4px solid #0071A9;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}

.contact-icon svg {
    fill: #0071A9;
    width: 55px;
    height: 50px;
}


.gen-form .ww-form-container .fieldset , #newsletter-form .fieldset{
  border: 0 !important;
}
.gen-form .iti.iti--allow-dropdown {
  display: block;
}

.gen-form .column.full{
    width: 100%;
}
.gen-form input, .gen-form textarea , #newsletter-form textarea , #newsletter-form input{
  width: 100% !important;
  height: 48px !important;
    background: #F0F0F0;
border: 1px solid #DBDBDB !important;
  
}
.gen-form legend {
    display: none;
}
.gen-form #Submit , #newsletter-form #Submit{
  height: auto !important;
}
.gen-form .submit_wrap , #newsletter-form .submit_wrap{
    text-align: center !important;
    }
.gen-form fieldset > div , #newsletter-form fieldset > div{
  width: 100% !important;
}
.gen-form #mob_phone_phone_number_tel , #newsletter-form #mob_phone_phone_number_tel{
  width: 100% !important;
}
.gen-form .checkbox_wrap input, #newsletter-form .checkbox_wrap input {
    height: auto !important;
    width: auto !important;
}
div#newsletter-form {
    padding: 50px 0;
}
/********contact page********************/



.video-banner {
    line-height: 0px !important;
}
.video-banner iframe {
    width: 100%;
    height: 600px;
}
.large-border-right {
    border-right: 1px solid #FFF;
}
.large-border-left {
    border-left: 1px solid #FFF;
}
ul.list {
    margin-top: 0;
}
.border-2 {
    box-shadow: 0.275rem 0.275rem #35C0ED, -0.275rem -0.275rem #211F20;
    transition: .4s;
    min-height: 675px;
}
.border-2:hover {
    box-shadow: 0.3rem 0.3rem #211F20, -0.3rem -0.3rem #35C0ED;
}













/*header i.fas.fa-bars.icon{
    color: #A07C16 !important;
}*/
header i.fas.fa-phone-alt {
    color: #fff !important;
}
header .cta:hover i.fas.fa-phone-alt {
    color: #fff !important;
}
header a:hover i.fas {
    color: #ffffff;
}
header .cta-link:hover i.fas.fa-phone-alt {
    color: #fff !important;
}
header .button {
}
header .button:hover {
}

/* back to top */
i.fas.fa-arrow-right.fa-2x.fa-pull-right.fa-border.fa-rotate-270 {
    background: #f6f6f6;
}
/* back to top */


/*menu border bottom*/

header ul.dropdown.menu li > a:not(.button) {
    position: relative;
}
header ul.dropdown.menu li > a:not(.button):before {
    content: "";
    position: absolute;
    left: 50%;
    top: auto;
    transform: translate(-50%,-50%);
    width: 0;
    height: 3px;
    background: #9ABE0E;
border-radius: 0px 0px 0px 0px;
    transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
    bottom: 8px;

}
header .is-stuck ul.dropdown.menu li > a:not(.button):before {
    background: #9ABE0E;
    bottom: 0px;
}
header .is-stuck ul.dropdown.menu li > a:not(.button):before {
    background: #9ABE0E;
    bottom: 0px;
}

header ul.dropdown.menu li.active > a:not(.button):before, 
header ul.dropdown.menu li > a:not(.button):hover:before, 
header ul.dropdown.menu li > a:not(.button):active:before, 
header ul.dropdown.menu li > a:not(.button):focus:before {
    width: 60%;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover:before,
header .dropdown.menu li ul.submenu li.active a:not(.button):before{
    display: none;
}

/*menu border bottom*/
/* 
header .dropdown.menu > li.opens-left > .is-dropdown-submenu li:first-child {
    display: none !important;
}*/




/*.lead-magnet-form input#Submit{
    color: #000;
    background: #fff;
}*/
.lead-magnet-form p,.lead-magnet-form .section-main-heading{
    color: #000;
}
.lead-magnet-form input#email, .lead-magnet-form input#first_name {
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    background: #FFF;
}
.gen-form input#email {
    margin-bottom: 2px !important;
}
.newsletter-form-main input#first_name, .newsletter-form-main input#email {
    margin: 0 !important;
    height: 55px !important;
    width: 100% !important;
    padding-left: 20px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    border: 1px solid #B6BABD;
}
.main-navigation.sticky .hide-on-stick,.main-navigation.sticky .height-20{
    display: none;
}
/**testimonial-section**/
.testimonial-slider-main button.slick-arrow {
    background: transparent !important;
    border: 5px solid #A3B4CC;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top: 50%;
}
.testimonial-slider-main button.slick-arrow:hover{
    background: transparent !important;
    border: 5px solid #fff;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top: 50%;
}

.testimonial-slider-main button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-main button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #0068B3;
}

.dark-dots .slick-dots li {
    background: #000;
}
/**testimonial-section**/
.testimonial {
    text-align: center;
}
.testimonial-slider-main .slick-slide img {
    display: inline-block;
    height: auto;
}


/*2nd slider*/

/**testimonial-section**/
.testimonial-slider-page button.slick-arrow {
    background: transparent !important;
    border: 5px solid #AAAAAA;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top:35%;
}

.testimonial-slider-page button.slick-next.slick-arrow{
    transform: translateY(-50%) rotate(-43deg);
    right:0;
}

.testimonial-slider-page button.slick-prev.slick-arrow{
     transform: translateY(-50%) rotate(132deg);
     left:0;
}

.dark-dots .slick-dots li.slick-active, .dark-dots .slick-dots li:hover {
    background: #0068B3;
}

.dark-dots .slick-dots li {
    background: #000;
}
/**testimonial-section**/
.testimonial {
    text-align: center;
}
.testimonial-slider-page button.slick-arrow {
    background: transparent !important;
    border: 5px solid #0071A9;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
}
.testimonial-slider-page button.slick-arrow:hover{
    background: transparent !important;
    border: 5px solid #0071A9;
    border-radius: 50px 0 0 !important;
    border-top-width: 0;
    border-left-width: 0;
    width: 25px;
    box-shadow: none !important;
    height: 25px;
    top: 35%;
}

ul.accordion li.accordion-item {
    margin: 0 0 10px;
}
.accordion-title::before {
    right: 1rem;
}
ul.accordion .accordion-title {
    font-size: 18px;
    font-weight: 600;
    padding: 1.8rem 2rem 1.8rem 1rem;
}
.accordion-content {
    border: 1px solid #ffffff;
    margin-top: 10px;
    background: #FFF;
    border-radius: 10px;
}
ul.accordion .accordion-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 1.8rem 2rem 1.8rem 1rem;
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
    /*background: transparent;*/
}
.accordion-item:last-child > :last-child {
    border-radius: 10px;
    border-bottom: 0;
}
.accordion-title:hover, .accordion-title:focus {
    color: #FFFFFF;
    background-color: #89BC23;
}
.service-area-ul-two li a.button {
    width: 250px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
ul.ul-block {
    display: flex;
    grid-gap: 0;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-card {
    background: #FFF;
}

/*service location btn*/

.service-btn-like {
    display: flex;
    background: #fff;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 2px solid #fff;
    justify-content: center;
    flex-direction: column;
}
.service-btn-like:hover {
    border-top: 2px solid #0071A9;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px 0px 0px inset;
    border-bottom: 2px solid #0071A9;
}
.service-btn-like .ion-location:before {
   /* content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26335/theme/43850/img/location-icon.webp) !important;
*/
    font-size: 34px !important;
}
.all-serv-pvd i {
    font-size: 34px;
    display: flex;
}
.service-btn-like p {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
/*service location btn*/
/*
.sa-ul-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.sa-ul-main {
    position: relative;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    border: 2px solid;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 25px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 10px;
}
.sa-ul-inner {
    width: 100%;
}
.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;    
    border-radius: 10px;
}
.sa-ul-inner .section-sub-heading {
    color: #000;
    margin-top: 5px;
    font-weight: 600;
}

/*service location btn*/
.gslide-image img {
    padding: 40px !important;
}
.article-body.rte .list li strong,.article-body.rte .list li b {
    color: #0071A9;
}
.user-logged-out .inner-content-div {
    max-width: 530px;
    padding: 10px 20px 10px;
}
.gen-form .cell.medium-6 {
    width: 100%;
}

ul.list li::marker {
    color: #2c3d5b;
    font-size: 22px;
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/26968/theme/44574/img/bullet%20point.webp);
}
ul.list li {
    padding-left: 5px;
}
ol.list li::marker {
    color: #2c3d5b;
    font-weight: 700;
}
.list li p{
    margin-bottom: 7px;
}
a.cta-link {
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
    background: #9ABE0E;
}
header hr {
    border-color: rgb(0 0 0 / 20%) !important;
}
.inner-banner.blog-banner .banner-main-heading {
    color: #FFF;
}

.article-body.rte p a {
    text-decoration: underline;
}




header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #ffffff;
    background: #000000;
}



.custom-slider .slide-inner-div {
    transition: .35s ease-in-out;
}
.custom-slider .slide-inner-div:hover {
    background: rgba(109, 109, 109, 0.39);
}

















img.normal-logo {
    display: none;
}
[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'], textarea {
    border: 1px solid #c2c2c2;
}
.positive-feedback-services h1 {
 margin-bottom: 1em;
 font-size: 36px !important;
}
a.cta.white-bg.button.color-black.banner-btn:hover {
    border: 2px solid #FFF;
}

a.cta.white-bg.button.color-black.banner-btn {
    border: 2px solid;
}
.box-shadow.contact-card.height-100.padding-1.padding-top-2.rounded .section-main-heading {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
.banner-main-heading {
    font-size: 30px;
    line-height: 40px;
}
.user-logged-out .inner-content-div {
    max-width: 490px;
    padding: 10px 20px 10px;
}
.border-2 {
    min-height: 780px;
}
header .dropdown.menu > li > a {
    padding: 1.2rem 0.4rem;
}
.main-navigation.sticky .dropdown.menu > li > a {
    padding: 1.2rem .8rem;
}
.main-navigation.sticky .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 0px;
}
}
@media only screen and (min-width: 1023.5px) {
    

.tdd {
    text-align: right !important;
    display: block;
}

}
@media only screen and (max-width: 1023.5px) {
    header .border-top-small {
    border-top: 1px solid #d0d0d0;
}
    /*Login Page*/
    .ps-login-page .grid-x.grid-padding-x.padding-3 {
        padding: 0 !important;
    }
    /*Login Page*/


    /*general-classes*/
    .width-sm-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .lead-magnet-form .width-25 {
        width: 100% !important;
        margin-right: 20px;
    }
    
    .padding-horizontal-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .justify-small-center {
        justify-content: center !important;
    }

    .mobile-color-white{
        color: #fff !important;
    }
    
    .mobile-color-black{
        color: #333333 !important;
    }
    
    .margin-top-sm-3 {
        margin-top: 3rem !important;
    }
    
    .flex-direction-column {
        flex-direction: column;
    }
    
    
    /*general-classes*/

    /*header*/
    .border-sm {
        border-top: 1px solid #cccccc57;
        border-bottom: 1px solid #cccccc57;
    }

    header .first-half-head {
        padding-bottom: 0 !important;
    }

    .padding-sm-bottom-30 {
        padding-bottom: 30px !important;
    }
    
    header#header ul.menu li {
        justify-content: center !important;
        margin: 0 !important;
        padding: 15px 0;
    }
    
    .sidenav-bar {
      top: 0;
      right: 15px;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: 99999;
    }
    
footer p {
    margin-bottom: 0px !important;
}
    .user-logged-out .pos-ab-head .is-header{
        position: static;
        top: 0;
        width: 100%;
        z-index: 9999;
        left: 0;
        right: 0;
        background: #FFFFFF;
    }
    .user-logged-out .pos-ab-head .sticky-bg-color.stick , 
    .user-logged-out .pos-ab-head .sticky-bg-color.stick {
        background: #FFFFFF;
    }
    .user-logged-out .pos-ab-head header ul.dropdown.menu li a:not(.button), 
    .user-logged-out .pos-ab-head header a:not(.button){
        color: #000 !important;
    }
    .user-logged-out .pos-ab-head header a.logo-black{
        display:inline-block !important;
    }
    .user-logged-out .pos-ab-head header a.logo-white{
        display:none !important;
    }
    
    aside.sidenav ul.level-2 > li span {
        padding-left: 0 !important;
    }
    
    header .dropdown.menu.align-right .is-dropdown-submenu.first-sub > li:first-child {
        display: block;
    }
    
    /*header*/

    /***Home-page***/
    /*Banner*/
    .user-logged-out .pos-ab-ban {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100% !important;
        justify-content: center;

    }

    .user-logged-out .inner-content-div {
        max-width: 100%;
        background: none;
        padding: 50px 30px 45px;
    }

    /*Banner*/
    /*lead-magnet*/
    .lead-magnet-form input {
        margin: 15px 0 0 !important;
    }
    
    .lead-magnet-form input, .lead-magnet-form input#first_name, .lead-magnet-form input#email {
        margin-bottom: 10px !important;
    }

    /*lead-magnet*/
    /*slider-section*/
    .custom-inner-div {
        max-width: 338px;
        margin: 0 auto;
    }
    /*slider-section*/
    /***Home-page***/
    
     /***service area page***/
    ul.small-one-block-ul {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.small-two-block-ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-area-head {
    max-width: 100% !important;
}
    /***service area page***/

    /*footer*/
.icon-div {
    display: block;
    text-align: center;
}
footer h4.section-sub-heading {
    margin-bottom: 12px;
}

    /*footer*/
    
    .newsletter-form-main .ww-form-container input#email,
    .newsletter-form-main .ww-form-container input#first_name {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }
    
.bg-light-blue {
        background: #E3F3FF !important;
        max-width: 540px;
        margin: auto;
    }
.main-banner-sec a.cta.white-bg.button.color-black {
    background: #194341 !important;
    color: #FFF !important;
}
.margin-bottom-sm-0 {
    margin-bottom: 0 !important;
}
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-area-ul-two li a.button {
    width: 260px !important;
}
.gen-form .column.full.is-overlay-content .cell.medium-6 {
    width: 100%;
}
.padding-sm-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.no-bullet.menu.size-30.align-center a.padding-left-0.padding-top-0 {
    padding-left: 10px !important;
    padding-bottom: 0;
    padding-right: 10px !important;
}
.inner-banner.blog-banner {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.in-banner-desc {
    padding-top: 40px;
}
.main-blog-banner .section-title {
    color: #000 !important;
    text-align: center !important;
    padding: 30px 35px;
}
.main-blog-banner img {
    width: 100%;
    min-height: auto;
}
ul.no-bullet.menu.size-30.align-left {
    justify-content: center;
}
footer .section-sub-heading {
    text-align: center;
}
ul.no-bullet.menu.size-30.align-left a.padding-left-0.padding-top-0 {
    padding-left: 10px !important;
    padding-right: 10px;
}
.large-border-right,.large-border-left {
    border-right: none;
}
aside.sidenav .menu.accordion-menu li a {
    background: #FFFFFF;
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    outline: 1px solid;
}


.slick-dots {
    position: relative;
}
.border-2 {
    min-height: auto;
}
ul.list li::marker {
    font-size: 16px;
}
aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #2c3d5b transparent transparent !important;
}
.is-box {
    min-height: auto;
}
main.generic-page-type.blog-page-type.padding-top-3.padding-bottom-3 {
    padding-top: 15px !important;
    padding-bottom: 25px !important;
}
.main-navigation.sticky {
    position: static;
}
.cell.large-10.main-navigation.flex-container.align-right.menu-block-main.padding-top-0.padding-bottom-0.align-middle {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
header ul.two-block-ul {
    flex-direction: column;
}
}
@media only screen and (max-width: 540px) {
    /*general-classes*/
    
    
    .align-middle-mobile{
        align-items: center;
    }
    .margin-left-sm-0 {
        margin-left: 0 !important;
    }
    .flex-direction-column-small{
        flex-direction: column;
    }
    /*general-classes*/
    .slick-dots {
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}
/********Main CSS********/
a.button.border-1:hover {
    border: 2px solid #9ABE0E !important;
}
a.button.border-1 {
    border: 2px solid #9ABE0E !important;
}
.border-shadow {
    box-shadow: 0 0 4px 1px #E6F1F7 inset;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.border-shadow:hover {
    background: #E6F1F7;
}
.three-box {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px, rgba(0, 0, 0, 0.22) 3px 15px 12px;
    border-radius: 10px;
    padding: 25px;
    min-height: auto;
    position: relative;
}
.inlinediv .padding-3.bg-grey.height-100.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.inlinecon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
}
.cell.shrink.hide-for-large.position-absolute.top-right.sidenav-icon {
    top: 18%;
}