
#ae_launcher {
    bottom: 80px !important;
}

.inner-header .social-icons a i {
    color: #d9b803 !important;
}
/* * * * * * GLOBALS * * * * * */
#wpadminbar {
    display: none !important;
}
body {
    font-family: Poppins, sans-serif;
}h1, h1 a {
    color: #2b2b2b;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.27em;
    margin: 25px 0;
}h2 {
    color: #2b2b2b;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 2rem;
    margin: 25px 0;
}h3 {
    color: #2b2b2b;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 2rem;
    margin: 25px 0;
}h4 {
    font-family: Poppins, sans-serif;
    font-weight: normal;
    color: #2b2b2b;
    font-size: 1.2em;
    line-height: 2rem;
    margin: 25px 0;
}p {
    font-family: Rubik, sans-serif;
    font-weight: lighter;
    color: #0e0e0e;
    font-size: 19px;
    margin: 18px 0;
}ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
    color: #777777;
}ul {
    list-style-type: none;
    margin: 0;
}.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}.row.full {
    margin: 0 auto; 
    max-width: 100% !important;
    width: 100%;
}.strip-padding{
    padding:0 !important;
}.bg-blue{
    background:rgb(0, 26, 143);
}.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue p{
    color: #ffffff;
}.box-padding {
    padding: 4% 9%;
}.center-item{
    display: flex;
    align-content: center;
    justify-content: center;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.content-wrapper{
    background-color: #ffffff;
}.has-light-shadow{
    box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
}.has-dark-shadow{
    box-shadow: 0px 7px 25px 10px rgba(0, 0, 0, 0.28);
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}.small-margin-top{
    margin-top: 3%;
}.scrollfade {
    opacity: 0;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
}.scrollfade.complete{
    opacity:1;
}.from-bottom.scrollfade {
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}.from-bottom.scrollfade.complete {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}.from-left.scrollfade {
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}.from-left.scrollfade.complete {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}.will-fade{
    opacity:0;
}.ca {
    max-width: 7%;
}

/*CUSTOM CSS START */

[class*="fadein-"] {
  opacity: 0;
}.crumb {
    height: 50px;
}.greybg {
    background:rgb(0, 26, 143);
}p.top-text {
    color: #ffffff;
    margin: 10px 0;
}h1.top-head {
    font-family: Rubik, sans-serif;
    font-weight: lighter;
    color: #ffffff;
    font-size: 17px;
    margin: 10px 0;
    line-height: unset;
}img.clogo {
    max-width: 57%;
    margin-left:50px;
}h2.bigger {
    font-size: 55px;
    line-height: 1;
    font-weight: bold;
}.headerbg {
    background: #ffffff;
    height: 17vh;
}img.homepic-one {
    max-width: 54%;
    padding: 30px 0px;
}.redish {
    color: #ff0d01 !important;
}.lightgray-bg {
    background: #ffffff;
}.darkgray-bg {
    background: #2b2b2b;
}.box-heading {
    font-size: 2.3em;
    line-height: 3rem;
}.homepic-three {
    padding-top: 31%;
}img.fadedhpic {
    position: absolute;
    z-index: 1;
    top: 158%;
    opacity: 0.1;
    left: -18%;
}img.homepic-two {
    background: #ffffff;
    padding-top: 21%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-top: 13vh;
}.greview {
    padding: 10% 0 0;
}.white-text {
    color: #ffffff !important;
}i.fa.fa-map-marker {
    color: #ffffff;
    font-size: 25px;
}i.fa.fa-map-marker:hover {
    color: #ff0c01;
    transition: 0.5s ease;
}.top-rad {
    border-top-left-radius: 100%;
}.home-btn {
    background: #98cb55;
    color: #FFFFFF;
    width: 100%;
    float: none;
    border-radius: 0;
    padding: 15px 50px 15px 50px;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: lighter;
    letter-spacing: 1px;
    white-space: nowrap;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    position: relative;
    top: 3vh;
}.home-btn:hover {
    background: #88aec5;
}.vertical-padding {
    padding: 45px 0px;
}img.homepic-four {
    padding-right: 30%;
}.glovebg {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2) ),url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2019/07/bottombgh.jpg) 0% 0%;
    background-size: cover;
}.padsbot {
    padding: 2% 5% 9% 13%;
}.homeol {
    margin-left: 2.4rem;
}.botp {
    font-weight: 400;
}.inner-logo {
    padding: 20px;
}


/*home 3 boxes start here */
.svc-box-row {
    padding-bottom: 59px;     
}.svc-box {
    background: #001a8f;
    width: calc((100%/3) - 3%);
    margin: -5% 1.5% 0;
    padding-bottom: 35px;
    padding-top: .9375rem;
    
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,.2);
}.row.wide {
    max-width: 1600px;
}.svc-box h2 {
    margin: 25px 0;
    color: white;
    font-size: 30px;
}.svc-box p {
    padding: 0 30px;
    color: #ffffff;
    font-size: 17px;
}a.svc-btn {
    display: inline-block;
    width: 150px;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    transition: all 350ms ease;
}a.svc-btn:hover {
    border-color: #40d222;
    background: #40d222;
}.svc-box-row {
    padding-bottom: 59px;     
}.flower-bg {
    background: url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2020/02/bg-home.jpg);
}.text-bg p {
    color: white;
}

/*home 3 boxes end here*/
.text-bg {
    height: 100%;
    padding: 10%;
    background: #001a8f;
}.home-grid {
    padding: .9375rem 0;
}.rem-padding {
    padding: .9375rem 0;
}.text-bg h2 {
    color:white;
    font-size: 29px;
    line-height: 1.1;
    margin: 0 0 50px;
    position: relative;
}h2.accent::after {
    content: " ";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 60px;
    height: 4px;
    background:rgb(0, 26, 143);
}.text-bg p:last-of-type {
    margin-bottom: 50px;
        font-size: 17px;
}a.home-btn {
    display: inline-block;
    width: 150px;
    padding: 10px;
    border: 1px solid #366;
    text-align: center;
    color: #366;
    transition: all 350ms ease;
}a.home-btn:hover {
    color: #fff;
    background: #366;
}.bg-2 {
    height: 91%;
}.home-cta {
        padding: 102px 0;
    background: whitesmoke;
    background-position: top;
}.cta-text h2 {
       color: #fff;
    text-transform: capitalize;
    font-size: 34px;
    margin: 0 0 35px;
    line-height: 6vh;
    font-weight: 900;
}a.cta-btn {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    border: 2px solid #fff;
    padding: 15px 30px;
    transition: all 350ms ease;
}a.cta-btn:hover {
    background: #fff;
    color: #366;
}.service-hours b {
    color: #366;
}h3.gallary-h3 {
    text-align: center;
    font-size: 29px;
    margin-top: 11vh;
    margin-bottom: 9vh;
    font-weight: 600;
    font-size: 3em;
        color: rgb(0, 26, 143);
}img.review {
    width: 31%;
}img.review2 {
    width: 25%;
}h2.gallary-h2 {
    text-align: center;
    color: #d9b803;
    font-weight: 900;
    position: relative;
    top: -2vh;
}i.fa.fa-facebook {
    color: white;
        font-size: 25px;
    padding: 3px;
}i.fa.fa-yelp {
    color: white;
       font-size: 25px;
         padding: 3px;
}i.fa.fa-map-marker {
    color: #ffffff;
    font-size: 25px;
}.social-ico {
    top: 12px;
}#bbb-badge, #bbb-badge-popup {
    right: 0;
    top: 202px !important;
}footer.footer-wrapper p ,h3 {
    color: white;
}.main-wrapper ul li {
    color: #000000 !important;
}.footer-payment {
    text-align: right;
}


/*CUSTOM CSS END */




/* * * * * * HEADER STYLES * * * * * */
.top-bar {
    display: inline-block;
    margin: 0 auto;
}.headerbg {
    background: #ffffff;
    height: 17vh;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.header-inner-wrapper-other {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.inner-header .logo-wrapper img {
    width: 40%;
    margin-top: 10px;
}

.header-wrapper {
    position: relative;
    width: 100%;
    z-index: 99;
}.header-wrapper.home {
    display: block;
    float:left;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 999;
}.header-inner-wrapper {
    width: 100%;
    padding: 0;
    float: left;
}.header-wrapper.inner-header::after {
    background: transparent url("https://likeneverbeforejanitorial.com/wp-content/themes/jcl4/images/commercial-inner-header-bg.png") no-repeat top left;
    content: "";
    height: 100%;
    left: 0px;
    position:absolute;
    top: 0px;
    width: 100%;
    z-index:-1;
    animation-name: fadeIn;
    animation-duration: 4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 4s;
}.header-wrapper .navigation-wrapper {
    position: relative;
    opacity: 0;
}.header-company-title {
    display: block;
    font-size: 1em;
    margin-top: 7px;
    font-family: inherit;
}.header-company-title a {
    font-family: Poppins, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size:18px;
    line-height: 1.5rem;
    color: #174386;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px 0 10px 0;
}.header-company-serviceorder {
    color: #001a8f;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    display: block;
}.header-phone{
    opacity: 0;
}.header-phone a {
    position: relative;
    max-width: 300px;
}.header-phone a span {
    color: black;
    border: 3px solid #ffffff00;
    box-shadow: none;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    border-radius: 0px;
    padding: 13px 15px;
    white-space: nowrap;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    letter-spacing: 1px;
       background: #d9b803;
}.header-phone a span:hover{
    box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}.logo-wrapper {
    opacity: 1;
}.social-icons{
    margin-top:10px;
}.social-icons a{
    color: #ffffff;
    font-size: 1em !important;
    margin: 0 20px 0 0;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.social-icons a:hover{
    color: #174386
}

/* * * * * * NAVIGATIONAL STYLES * * * * * */

/* Navigational Menu */

.top-bar,
.top-bar-section ul li,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none;   
}.top-bar-section .has-dropdown.not-click >.dropdown{
    opacity: 0;
    box-shadow: 0;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}.top-bar-section .has-dropdown.not-click:hover>.dropdown{
    opacity: 1;
    box-shadow: 0px 7px 25px 10px rgba(0, 0, 0, 0.28);
}
.top-bar-section .has-dropdown>a:after{
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.top-bar-section .has-dropdown:hover>a:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/* Single item dropdown menu (Service Areas) style */
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a{
    border-radius: 0px !important;
}
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
    border-radius: 0px !important;
}
/* Navigation Link Default Styles */

.top-bar .name {
    background: #2b2b2b;
}.top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}.top-bar-section .has-dropdown > a {
    padding: 0 19px !important;
}.top-bar-section .has-dropdown > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2b2b2b transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    left: 0;
    margin: auto;
    right: 0;
    top: 38px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
    color: #2b2b2b;
    border-radius: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 13px;
    border: 3px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
}.top-bar-section ul > li:not(:last-child) {
    margin: 0 18px 0 0;
}.navigation-wrapper, 
 .top-bar ul {
    padding: 0;
}

/* Navigation Link Active/Hover Styles */

.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    border: 3px solid #ffffff;
    border-radius: 0px;
    color:black;
    padding: 0 19px;
    box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li,
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
    background: none;
    border: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown{
    border-radius: 0 0px 20px 20px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown,
.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown {
    background: #2b2b2b;
    border-radius: 0px;
    overflow: hidden;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
    background: #2b2b2b !important;
    color: #ffffff;
    border-radius: 0 0 0 0 !important;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a, .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 40px;
    font-weight: 100;
}.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button) {
    border-radius: 0;
    border-bottom: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
    background: #424242;
    border: none;
    border-radius: 0;
    color: #ffffff;
    box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li{
    box-shadow: none;
}.top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button){
    box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a {
    border-radius: 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button) {
    border-radius: 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a {
    border-radius: 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button) {
    border-radius: 0;
}.top-bar.expanded .toggle-topbar a {
    color: #ffffff;
}.top-bar-section .has-dropdown.moved > .dropdown {
    background: #174386;
}

/* * * * * * SLIDER STYLES * * * * * */

.slick-background-wrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100% !important;
    height: 100vh;
}/*.slick-background-wrapper::before {
    content: "";
    background: -webkit-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
    background: -moz-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
    background: -ms-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
    background: -o-linear-gradient(-36deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
    background: linear-gradient(150deg, #5198ff, #5198ff, #2b80ff, #2b80ff);
    height: 200vh;
    left: -127.5vw;
    position: absolute;
    top: 0px;
    width: 240vw;
    opacity: 0.7;
    z-index: 1;
    animation-name: fadeIn;
    animation-duration: 4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 4s;
    transform: skew(0deg, -41deg);
}*/.slick-dots {
    position: absolute;
    bottom: 22vh;
    left: 10vw;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    opacity: 0;
    list-style: none;
    text-align: center;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    transition-delay: 1.5s;
}.slick-dots.complete{
    opacity: 1;
    bottom: 25vh;
}.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    text-align: center;
    opacity: 1;
    color: transparent;
    border: 2px solid #174386;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #174386;
    background: #174386;
}.slick-dotted.slick-slider {
    margin-bottom: 0px;
}.slick-slide img {
 
}.slide-out-content {
    overflow-y: scroll;
    height: 500px;
}.slider-content {
    text-align: center;
    padding-top: 23vh;
    left: 0;
    position: relative;
    bottom: -30px;
    width: 100%;
}.slider-content.complete {
    bottom: 0;
}.slider-content p {
    line-height: 0.7em;
}.slider-content p:nth-of-type(1) {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 2em;
}.slider-content p:nth-of-type(2) {
    color:rgb(255 255 255);
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    padding-top: 1%;
    font-family: Poppins, sans-serif;
}.slider-content p:nth-of-type(3) {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    line-height: 4em;
    font-size: 22px;
}.slider-content a {
    float: none;
    margin-left: 0%;
    width: 300px;
}.slider-details-btn {
    background:#d9b803;
    
    color: #000000;
    width: 100%;
    float: none;
    border-radius: 0;
    padding: 15px 50px 15px 50px;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: lighter;
    letter-spacing: 1px;
    white-space: nowrap;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    position: relative;
    top: 1vh;
}.slider-details-btn i.fa.fa-long-arrow-right{
    position: relative;
    margin-left: 0;
    top: 1px;
    opacity: 0;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}.slider-content a:hover .slider-details-btn i.fa.fa-long-arrow-right{
    margin-left: 5px;
    opacity: 1;
}.slider-details-btn span {
    position: relative;
    left: 13px;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}.slider-content a:hover .slider-details-btn span {
    left: -3px;
}.slider-details {
   height: 45vw; 
    width: 100%;
    background:none;
     
}.arrow-wrapper {
    position: absolute;
    bottom: -25px;
    z-index: 9;
}.arrow {
    opacity: 0;
    width: 55px;
    height: 55px;
    background: #2b2b2b;
    border-radius: 50%;
    position: relative;
    bottom: -30px;
    cursor: pointer;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    transition-delay: 1.5s;
}.arrow.complete{
    opacity: 1;
    bottom: 0;
}.arrow-wrapper i.fa.fa-long-arrow-up {
    color: #ffffff;
    transform: rotate(180deg);
    position: relative;
    top: 12px;
    font-size: 20px;
    -webkit-animation: up-down 800ms ease infinite alternate; 
    animation: up-down 800ms ease infinite alternate;
}

/* * * * * * FOR PAGES * * * * * */

main.main-wrapper.inner-page{
    padding-top: 45px;
}.main-wrapper ul li {
    color: #777777;
}.main-wrapper ol li {
    color: #252525;
    margin: 10px 0;
    list-style-type: disc;
    font-weight: 100;
}.service-items a {
    color: #5198ff;
}.service-items a i.fa.fa-long-arrow-right{
    position: relative;
    top: 1px;
    left:0;
    opacity: 0;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}.service-items a:hover i.fa.fa-long-arrow-right{
    left: 5px;
    opacity: 1;
}

/* Home Page */

.home-bg-img{
    background: url("https://likeneverbeforejanitorial.com/wp-content/themes/jcl4/images/commercial-home-img-01.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
}.stacked-img-wrapper {
    max-width: 751px;
    z-index:99;
}.stacked-img {
    margin-top: 20%;
}.stacked-img img{
    box-shadow: box-shadow: 0px 0px 79px 3px rgba(0, 0, 0, 0.48);
}

/* About Page */

.about-bg-img-01{
    background: url("https://likeneverbeforejanitorial.com/wp-content/themes/jcl4/images/commercial-about-img-01.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    opacity: 0;
}.about-bg-img-02{
    background: url("https://likeneverbeforejanitorial.com/wp-content/themes/jcl4/images/commercial-about-img-02.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    box-shadow: 0px 6px 34px 12px rgba(121, 121, 121, 0.22);
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    transition-delay: 1.2s;
}.about-bg-img-03{
    background: url("https://likeneverbeforejanitorial.com/wp-content/themes/jcl4/images/commercial-about-img-03.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* Contact Page */

.contact-info p {
    font-size: 21px;
    margin: 20px 0;
}p.contact-email.email{
    margin: 0 0 50px 0;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 24px;
}.contactForm textarea {
    width: 100%;
    height: 147px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .submitWrapper {
    text-align: center;
    margin-top: 30px;
}.contactForm .submitWrapper span.submit {
    background-color: #2b2b2b;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    padding: 9px 20px;
    max-width: 440px;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}.contactForm .submitWrapper span.submit:hover {
    background-color: #174386;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}img#captchaImage {
    width: calc(100% - 25%);
    float: right;
}img.captchaRefresh {
    width: calc(100% - 75%);
    float: left;
}::-webkit-input-placeholder { 
    font-family: Poppins, sans-serif;
    color: #a1a1a1;
    padding-left: 10px;
}
::-moz-placeholder { 
    font-family: Poppins, sans-serif;
    color: #a1a1a1;
    padding-left: 10px;
}
:-ms-input-placeholder { 
    font-family: Poppins, sans-serif;
    color: #a1a1a1;
    padding-left: 10px;
}
:-moz-placeholder { 
    font-family: Poppins, sans-serif;
    color: #a1a1a1;
    padding-left: 10px;
}:focus::-webkit-input-placeholder { 
    font-family:;
    color: #2b2b2b;
}
:focus::-moz-placeholder { 
    color: #2b2b2b;
}
:focus:-ms-input-placeholder { 
    color: #2b2b2b;
}
:focus:-moz-placeholder { 
    color: #2b2b2b;
}

/* * * * * * FOOTER * * * * * */

.back-to-top {
    background: #ffffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    cursor: pointer;
}.back-to-top i.fa.fa-long-arrow-up {
    color: #2b2b2b;
    font-size: 20px;
    position: relative;
    left: 23px;
    top: 16px;
    -webkit-animation: up-down 800ms ease infinite alternate; 
    animation: up-down 800ms ease infinite alternate;
}.disclaimer {
    padding: 30px 0;
    background-color: #01a199;
}.disclaimer::before {
    content: "";
    display: block;
    height: 5px;
    width: 0;
    background-color: #01a199;
    top: calc(0px - 35px);
    position: relative;
    transition-delay: 1s;
    transition-duration: 2s;
    transition-property: width;
}.footer-holder.scrollfade.complete >.disclaimer::before{
    width: 100%;
}.disclaimer p{
    color: #ffffff;
    font-size:13px;
}.footer-wrapper {
    width: 100%;
    min-height:300px;
    padding: 40px 0 40px 0;
    font-family: Poppins, sans-serif;
        background: #333;
}.footer-wrapper h1 {
    display: none;
}.footer-inner-wrapper {
    margin: 0 auto;
    padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
    padding: 0 0 25px 0;
}footer.footer-wrapper .content-wrapper {
    padding: 80px 0;
}.footer-btn {
    background:#01a199;
    color: #ffffff;
    box-shadow: none;
    float: left;
    width: 300px;
    border-radius: 0px;
    padding: 15px 50px 15px 50px;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    opacity: 0;
    transition-delay: 2000ms;
    transition-duration: 800ms;
    transition-property: opacity;
    transition-timing-function: ease;
}.pipe-wrapper.scrollfade.complete .footer-btn{
    opacity: 1;
}.pipe-holder {
    position: relative;
    top: 45px;
    margin: 0 7px;
    padding-left: 75px;
}.pipe-wrapper a {
    float: left;
    margin-left: 16%;
    position: relative;
    width: 300px;
}.pipe-wrapper a span.footer-btn span{
    position: relative;
    left: 13px;
    transition-duration: 800ms;
    transition-timing-function: ease;
}.pipe-wrapper a:hover span.footer-btn span{
    position: relative;
    left: -2px;
}.pipe-wrapper a .footer-btn i.fa.fa-long-arrow-right {
    position: relative;
    margin-left: 0px;
    top: 1px;
    opacity: 0;
    transition-duration: 300ms;
    transition-timing-function: ease;
}.pipe-wrapper a:hover .footer-btn i.fa.fa-long-arrow-right {
    margin-left: 5px;
    opacity: 1;
}.hours-availability {
    margin:20px 0;
}.hours-availability p {
    color: #01a199;
    font-family: Poppins, sans-serif;
    font-weight: normal;
    line-height: 5px;
    text-align: center;
}.hours-availability p:nth-child(1) {
    font-size: 23px;
    line-height: 1;
}.hours-availability p:nth-child(2){
    font-size: 18px;
    text-transform: uppercase;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1){
    opacity: 0;
    transition-delay: 100ms;
    transition-duration: 300ms;
    transition-property: opacity;
}.pipe-wrapper .hours-availability-wrapper:nth-child(2){
    opacity: 0;
    transition-delay: 1450ms;
    transition-duration: 300ms;
    transition-property: opacity;
}.pipe-wrapper.scrollfade.complete .hours-availability-wrapper:nth-child(1){
    opacity: 1;
}.pipe-wrapper.scrollfade.complete .hours-availability-wrapper:nth-child(2){
    opacity: 1;
}span.pipe-one {
    height: 8px;
    background-color: #faa620;
    width: 0;
    display: inline-block;
    margin-left:25px;
    border-radius: 20px 0 0 20px;
    transition-delay: 500ms;
    transition-duration: 300ms;
    transition-property: width;
}span.pipe-one::after {
    width: 8px;
    height: 0;
    display: inline-block;
    content: "";
    position: relative;
    border-radius: 0 20px 20px 20px;
    left: 100%;
    box-shadow: 0px 7px 45px 2px rgba(0, 0, 0, 0.25);
    background-color: #faa620;
    transition-delay: 900ms;
    transition-duration: 150ms;
    transition-property: height;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one{
    width: 95%;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one::after{
    height: 65px;
}span.pipe-two {
    height: 8px;
    width: 0;
    background-color: #faa620;
    display: inline-block;
    border-radius: 20px;
    transition-delay: 1700ms;
    transition-duration: 300ms;
    transition-property: width;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-two{
    width: 100%;
}

/* * * * * * ANIMATIONS * * * * * */

    @keyframes up-down {
        0% {
            top: 12px;
        }
        100% {
            top: 18px;
        }
}



/* * START CONVERSION PAGE STYLES * */
main.main-wrapper.inner-page.conv-page {
    padding-top: 0;
}.conv-header .header-inner-wrapper {
    background-image: none;
    background-repeat: unset;
    height: 70px;
    background: none;
    width: 100%;
    padding: 15px 2%;
    float: left;
    position: fixed;
    z-index: 9999;
}.conv-header .header-details {
    height: 93vh;
    width: 100%;
}header.header-wrapper.home.conv-header {
    display: block;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    background-image: url("https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2020/02/con-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}.conv-header-details{
    margin-top: 8vh;
}p.conv-company-name {
    color: white;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Yantramanav', sans-serif;
}p.conv-small {
    margin-top: 18vh;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    letter-spacing: 10px;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: -28px;
    font-family: 'Yantramanav', sans-serif;
        text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}p.conv-large {
    font-size: 160px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 8px;
    font-family: 'Yantramanav', sans-serif;
}h2.service-title {
    font-size: 24px;
    text-align: center;
    margin-top: 2vh;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #272727;
    font-family: 'Yantramanav', sans-serif;
}.service-box img {
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 1vh;
    box-shadow: 1px 10px 11px #b3b3b3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}.service-box img:hover {
    background: #ffffff;
    transform: translateY(-5px);
}.services-padding {
    padding: 2%;
}p.service-description {
    text-align: left;
    margin-left: 10px;
    font-weight: normal;
    color: #424242;
    font-family: 'Yantramanav', sans-serif;
}h2.serv-header {
    color: #424242;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 37px;
    margin-bottom: 6vh;
    font-family: 'Yantramanav', sans-serif;
}.button.con-cta-btn {
    max-width: 255px;
    margin: 0 15px;
    padding: 15px 6px;
    font-size: .95rem;
    background-color: #7fd1f1;
    border-color: none;
    color: white;
    z-index: 9;
    display: block;
    letter-spacing: 1px;
    border: 2px solid white;
    font-weight: bold;
    border-radius: 25px;
}.button.con-cta-btn:hover {
    color: white!important;
    background: #25ddfb;
}footer.footer-wrapper.conv-footer {
    background: #8dd7f6;
    margin-top: 17vh;
    min-height: 100px;
    padding: 0;
}.main-wrapper.inner-page.conv-page ul li {
    color: black;
    font-size: 18px;
    font-family: 'Yantramanav', sans-serif;
}header.header-wrapper.home.conv-header.thanks {
    display: block;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    background-image: url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2020/02/con-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}.thanks.conv-header .header-details {
    height: 71vh;
}h2.thanks-title {
    color: #424242;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 38px;
    line-height: 1.2;
    font-family: 'Yantramanav', sans-serif;
}p.thanks-description{
    font-weight: 300;
    color: #424242;
    font-size: 35px;
    margin: 18px 0;
    font-family: 'Yantramanav', sans-serif;
}.thanks-description a {
    color: #62d2f9;
    font-weight: 500;
    font-family: 'Yantramanav', sans-serif;
}.thanks .conv-header-details {
    margin-top: 6vh;
}.thanks p.conv-small {
    margin-top: 10vh;
    font-family: 'Yantramanav', sans-serif;
}.thanks p.conv-large {
    font-size: 130px;
    font-family: 'Yantramanav', sans-serif;
}h2.thanks-title a {
    color: #62d2f9;
    font-family: 'Yantramanav', sans-serif;
}a.social.button {
    background: #7fd1f1;
    border-radius: 28px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 4rem;
    padding-bottom: 1.0625rem;
    padding-left: 4rem;
    font-size: 1.2rem;
    color: white;
    transition: background-color 300ms ease-out;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 4vh
}.home-testimonial-parent {
    padding: 0;
    margin: 0 0 25px 0;
    border-bottom: 1px silver solid;
    background: #f9f9f9;
}.home-testimonial-child .fa-star {
    color: #f6ad01;
    font-size: 20px;
}.disinfection p.conv-large {
    font-size: 100px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 8px;
    font-family: 'Yantramanav', sans-serif;
    line-height: 97px;
    margin-top: 8vh;
    font-weight: 500;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}header.header-wrapper.home.conv-header.disinfection {
    display: block;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    background-image: url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2020/03/disin-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

/* SLIDE OUT FORM */
.slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    background: #e7e7e7;
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    height:610px;
}.slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.slide-out-content h3 {
    margin: 0 0 25px;
}.slide-out-form form {
    margin: 0;
}.slide-out-wrapper span.form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:rgb(0, 26, 143);
    border-radius: 40px;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}input.slideOutInput[type="text"] {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    padding: 10px 25px;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
}.slide-out-form input[type="text"]::placeholder, .slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.slide-out-form .contactForm textarea {
    width: 100%;
    border-radius: 15px;
    line-height: 1.4;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 10px 25px;
    font-size: 15px;
    height: 100px;
    margin-bottom: 10px;
}.slide-out-form .contactForm .captchaWrapper {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 15px;
    min-height: 0;
}.slide-out-form .contactForm .captchaWrapper input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
}.slide-out-form .contactForm .captchaWrapper img {
    max-width: 25%;
}.slide-out-form .contactForm .captchaRefresh {
    vertical-align: top;
}.slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 20px;
}.slide-out-form .contactForm .submitWrapper span.submit {
    color: #ffffff;
    font-weight: normal;
    background: rgb(0, 26, 143);
    border: none;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.slide-out-form .contactForm .submitWrapper span.submit:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}.slide-out-content h3 {
    margin: 0 0 25px;
    color: rgb(0, 26, 143);
}img#captchaRefresh {
    width: 30% !important;
    max-width: 8%;
}a.phone-contact {
    font-size: 21px;
}.slider-content.complete {
 
    background: #00000096;
    width: 67%;
    margin: 0 ad;
    margin: 0 auto;
    display: block;
    left: 17vw;
    top: 17vh;
    padding-top: 5vh;
    padding-bottom: 8vh;
}
/* END SLIDE OUT FORM */
 
ul.white-li li {
    color: white !important;
}.landing-page-wrapper h3 {
    color: black;
}
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:not(.button) {
    box-shadow: none;
    color: white;
}i.fa.fa-instagram {
    color: white;
    font-size: 25px;
    padding: 3px;
}
h2.form-title {
    margin-top: 0; 
} 

/* * END CONVERSION PAGE STYLES * */

@media screen and (max-width: 1650px){
.slick-background-wrapper::before{
    left: -131vw;   
}
.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 9px;
}.top-bar-section .has-dropdown > a {
    padding: 0 9px !important;
}.top-bar-section ul li:hover:not(.has-form) > a{
    padding: 0 9px;
}
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
img.clogo {
    max-width: 85%;
}p.top-text {
    margin: 7px 0;
    font-size: 17px;
}.box-padding {
    padding: 4%;
}.footer-btn{
    padding: 15px 27px;
}img.fadedhpic {
    top: 158%;
    left: -32%;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a, .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a {
    font-size: 12px;
}.header-inner-wrapper {
    padding: 0;
    float: left;
}.header-wrapper .navigation-wrapper {
    padding-top: 35px;
}.header-phone a {
    top: 48px;
}.pipe-holder{
    margin: 0 22px;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one{
    width: 98%;
    margin-left: 44px;
}.pipe-wrapper.scrollfade.complete .pipe-holder span.pipe-one::after{
    height: 50px;
}.slick-background-wrapper::before{
    left: -129vw;
    height: 183vh;
}.slider-content p:nth-of-type(1) {
    font-size: 2em;
}.slider-content p:nth-of-type(2) {
    font-size: 2em;
}.slider-details-btn {
    padding: 15px 30px;
    max-width: 260px;
}.slick-dots {
    bottom: 15vh;
}.slick-dots.complete{
    bottom: 21vh;
}.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 13.5px;
    padding: 0 7px;
}.top-bar-section ul > li:not(:last-child) {
    margin: 0 5px 0 0;
}.top-bar-section .has-dropdown > a {
    padding: 0 7px !important;
}.top-bar-section ul li:hover:not(.has-form) > a{
    padding: 0 7px;
}.top-bar-section ul li:not(.has-form) ul.dropdown li a, .top-bar-section ul li:hover:not(.has-form) ul.dropdown li a{
    line-height: 35px;
}.homepic-three {
    padding-top: 75%;
    max-width: 85%;
}.footer-btn {
    float: none;
}img.homepic-two {
    padding-top: 25%;
    margin-top: 15vh;
}.glovebg {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7) ),url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2019/07/bottombgh.jpg) 0% 0%;
}
    @keyframes up-down {
        0% {
            top: 15px;
        }
        100% {
            top: 21px;
        }
    }h1.top-head {
    font-family: Rubik, sans-serif;
    font-weight: lighter;
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
    line-height: unset;
}.headerbg {
    background: #ffffff;
    height: 19vh;
}/* * CONVERSION PAGE * */
.button.con-cta-btn {
    font-size: .8rem;
}p.conv-small {
    margin-top: 13vh;
}h2.service-title {
    font-size: 22px;
    margin-top: 3vh;
    letter-spacing: 1px;
}h2.thanks-title {
    font-size: 32px;
}.thanks p.conv-large {
    font-size: 115px;
}.thanks p.conv-small {
    margin-top: 8vh;
}.disinfection p.conv-large {
    font-size: 80px;
}.disinfection p.conv-small {
    margin-top: 20vh;
    font-size: 22px;
}
}
@media screen and (max-width: 1024px) {
.header-company-title{
    margin: 0;
}.header-inner-wrapper-other {
    display: block;
}.fullwidth-navigation .top-bar {
    width: 100%;
}.header-company-title a{
   float:none;
}.contact-map iframe {
    height: 450px;
    overflow: hidden;
}h2.bigger {
    font-size: 45px;
}.header-wrapper .navigation-wrapper {
    padding-top: 0;
    padding-left: 0;
}footer.footer-wrapper .content-wrapper {
    padding: 10px 0 50px 0;
}.homepic-three {
    padding-top: 0%;
}.top-rad {
    border-top-left-radius: 0%; 
}.slider-details {
    height: 20vh;
}img.clogo {
    max-width: 50%;
    padding: 0;
}.slider-content p:nth-of-type(3) {
    line-height: 1.5em;
}.footer-btn{
    float: none;
}.mobile-navigation  {
    background:rgb(0, 26, 143);
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    right: 0px;
    line-height: 58px;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    vertical-align: top;
    width: auto;
    z-index: 999;
}.mobile-navigation .fa {
    color: #ffffff;
    font-size: 32px;
    line-height: 58px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    width: 58px;
}header.header-wrapper .navigation-wrapper{
    opacity: 1;
    position: absolute;
    width: 100%;
}.header-inner-wrapper {
    padding: 0px;
}.header-phone a span{
    background: #2b2b2b;
    color: #ffffff;
}.pipe-wrapper a{
    width: 215px;
    float: none;
    margin: 0;
}.slick-background-wrapper::before{
    height: 140vh;
}.slider-content {
    padding-top: 0;
    left: 0;
}.slider-content a{
    width: 215px;
}.slider-content p:nth-of-type(1){
    font-size: 2em;
}.slider-content p:nth-of-type(2){
    font-size: 2em;
}.slider-details {
    height: 35.5vh;
}.slider-details-btn {
    color: #ffffff;
    padding: 12px 20px;
    position: relative;
    top: 0px;
    margin-left: 0;
    font-size: 12px;
    width: 225px;
}.slider-details-btn span{
    left: 9px;
}.slick-dots{
    display: none !important;
}.slick-list::before {
    content: none;
}.slick-slide{
    height: 300vh;
}.stacked-img {
    margin-top: 5%;
}.stacked-img::before{
    content: none;
}.stacked-img::after{
    content: none;
}
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    box-shadow: none;
}
.top-bar-section ul li > a, 
.top-bar-section ul li > a:hover, 
.top-bar-section .has-dropdown > a, 
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #2b2b2b;
    border: none;
    border-radius: 0 0 0 0;
    line-height: 65px;
    text-align: center;
}.top-bar-section li:not(.has-form) a:hover:not(.button) {
    border-color: transparent;
    background: #2b2b2b !important;
    color: #ffffff;
}.top-bar-section ul > li:not(:last-child) {
    margin: 0;
}.top-bar-section ul li:hover:not(.has-form) > a, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button){
    background: #2b2b2b;
    border: none;
    border-color: transparent;
    color: #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button){
    border: none;
    border-radius: 0 0 0 0;
}.top-bar-section ul li.has-dropdown:hover:not(.has-form) > a:not(.button){
    border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a {
    border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li:nth-child(3) a:hover:not(.button) {
    border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a{
    border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.page_item:last-of-type a:hover:not(.button) {
    border-radius: 0 0 0 0;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown, .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown{
    border-radius: 0;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
    background: #ffffff !important;
    color: #2b2b2b;
    border-radius: 0 0 0 0 !important;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a:hover:not(.button),
 .top-bar-section ul li.active:hover:not(.has-form) ul.dropdown li a:hover:not(.button) {
    background: #ffffff !important;
    border: none;
    border-radius: 0;
    color: #2b2b2b;
    box-shadow: none;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li{
    height: 40px;
}.top-bar-section ul li:hover:not(.has-form) ul.dropdown li a{
    line-height: 40px;
}.top-bar-section .dropdown{
    left: 100%;
    top: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}.top-bar-section .has-dropdown.not-click >.dropdown{
    opacity: 1;
}
.top-bar .toggle-topbar.menu-icon {
    left:0;
}.top-bar .toggle-topbar.menu-icon a{
    color: #ffffff;
}.top-bar .toggle-topbar.menu-icon a span::after{
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    left: 65px;
}.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 65px;
    text-align:center;
}.top-bar-section li:not(.has-form):not(.button)::after,
.top-bar-section li:hover:not(.has-form):not(.button)::after{
    display:none !important;
}.top-bar-section {
    background: #2b2b2b;
}.top-bar .top-bar-section ul li:not(.dropdown){
    height: 65px;
}.top-bar-section .has-dropdown.moved>.dropdown {
    left: unset;
}.top-bar-section .has-dropdown.moved>.dropdown a{
    color:white;
}.top-bar-section .dropdown::before{
    display:none;
}.top-bar-section .has-dropdown .dropdown {
    left: 100%;
    top:0px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
}.top-bar-section .has-dropdown:hover .dropdown {
    top:0px;
}.top-bar-section .has-dropdown>a:after {
    top: 43% !important;
}.top-bar.expanded .title-area{
    background: #ffffff;
}.top-bar-section .has-dropdown > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #5198ff !important;
    border-top-style: solid;
    margin-top: 0px;
    left: auto;
    right: 0;
    top: 50%;
    margin-right: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}.top-bar-section .has-dropdown:hover>a:after {
    -ms-transform: none;
    -webkit-transform: none;
}/* Single item dropdown menu (Service Areas) style */
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a{
    border-radius: 0px !important;
}
.top-bar-section ul li:hover:not(.has-form) ul.dropdown li.single-list-item a:hover:not(.button) {
    border-radius: 0px !important;
}.fullwidth-navigation {
    background: #2b2b2b;
    position: absolute;
    top:0;
    z-index: 997;
}.fullwidth-navigation .top-bar {
    padding-top: 8%;
    height: 100%;
}.fullwidth-navigation .title-area {
    display: none !important;
}.fullwidth-navigation .top-bar-section ul {
    position: relative;
    right:0;
    width:100%;
    z-index: 997;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow:none;
    left: 100%;
}.top-bar-section .has-dropdown.not-click >.dropdown{
    opacity: 1;
    box-shadow: 0;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}.footer-btn{
    transition-delay: 300ms;
    transition-duration: 800ms;
}.pipe-wrapper .hours-availability-wrapper:nth-child(1){
    transition-delay: 100ms;
    transition-duration: 300ms;
    transition-property: opacity;
}.pipe-wrapper .hours-availability-wrapper:nth-child(2){
    transition-delay: 200ms;
    transition-duration: 300ms;
    transition-property: opacity;
}.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
    color: #ffffff;
}.svc-box {
    width: 80%;
    margin: 3% 10%;
    height: auto;
}h3.gallary-h3 {
    
    font-size: 29px;
     
}/* * *CONVERSION PAGE * * */
p.conv-large {
    font-size: 140px;
}h2.service-title {
    font-size: 20px;
    margin-top: 1vh;
    letter-spacing: 1px;
    color: #272727;
    font-weight: bold;
    line-height: 1.2;
}.services-padding {
    padding: 0;
}p.conv-small {
    font-size: 22px;
}p.thanks-description {
    color: #424242;
    font-size: 30px;
}.thanks .conv-header-details {
    margin-top: 9vh;
}h2.thanks-title {
    letter-spacing: 0px;
    font-size: 26px;
}p.thanks-description {
    font-size: 24px;
}.disinfection p.conv-large {
    font-size: 67px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 8px;
    font-family: 'Yantramanav', sans-serif;
    line-height: 75px;
    margin-top: 8vh;
    font-weight: 500;
}header.header-wrapper.home.conv-header.disinfection {
    background-position: center;
}.conv-header .cta-buttons {
    display: block;
    margin: 0 auto;
    float: none !important;
}.conv-header .cta-buttons {
    display: block;
    margin: 0 auto;
    float: none !important;
}.conv-header .header-details {
    height: auto;
    padding: 10vh 0;
}.conv-header-details {
    margin-top: 0;
}p.conv-small {
    margin: 0 0 30px;
}.disinfection p.conv-large {
    margin-top: 2vh;
    font-size: 43px;
    line-height: 1.2;
}.conv-header .header-inner-wrapper {
    bottom: 15px;
}.social-proof img {
    width: 248px;
}.home-testimonial-child {
    text-align: center;
    margin-bottom: 30px;
}.service-box {
    width: 60%;
    float: none;
    margin: 0 auto 60px;
}.slider-content.complete {    
    width: 100%; 
    left: 0;
    top: 0;
    padding-top: 5vh;
    padding-bottom: 8vh;
}.slider-content.complete {
    bottom: 0;
    background: url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2021/03/mobile-bg2.jpg);
    background-size: cover;
    padding-bottom: 7vh;
    padding-top: 7vh;
}a.sticky-btn {
   display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #001a8f;
    padding: 20px 5px;
    border-right: solid 0.5px #000000;
}.mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}footer.footer-wrapper p, h3 {
    color: white;
    text-align: center;
}.footer-bottom img {
    margin: 0 auto;
    display: block;
    margin-bottom: 3vh;
    width: 22%;
}.home-grid img {
    margin: 0 auto;
    display: block;
    margin-top: 2vh;
}
}
@media screen and (max-width: 768px) {
h2{
    font-size: 1.3em;
}.arrow{
    height: 40px;
    width: 40px;
}.arrow-wrapper i.fa.fa-long-arrow-up {
    top: 10px;
    font-size: 16px;
}.box-padding {
    padding: 4% 2%;
}.footer-btn {
    padding: 15px 30px;
    font-size: 14px;
}.header-company-title a{
    font-size: 0.8em;
}.header-phone a span {
    color: #ffffff;
    background: #2b2b2b;
    border: none;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 12px 15px;
    position: fixed;
    white-space: nowrap;
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    z-index:9999;
}.greview {
    padding: 20% 0 0;
}.pipe-wrapper a {
    margin-left: 0;
}.pipe-wrapper a span.footer-btn span{
    left: 12px;
}.slick-background-wrapper::before{
    height: 98vh;
    transform: skew(0deg, -46deg);
}.slider-content {
    left: 0;
    padding-top: 15vh;
}.slider-content p:nth-of-type(1){
    font-size: 2em;
}.slider-content p:nth-of-type(2){
    font-size: 2em;
}.slider-details {
    height: 50vh;
}.slider-details-btn{
    width: 200px;
}.slick-list::before {
    content: none;
}.slick-slide {
    height: 100%;
}.slick-slide img {
    height: auto;
    width: 100vw;
    position: relative;
    top: 0;
}.social-icons {
    margin-bottom: 10px;
}.header-wrapper .navigation-wrapper {
    padding-top: 0;
    padding-left: 0;
}
    @keyframes up-down {
        0% {
            top: 5px;
        }
        100% {
            top: 10px;
        }
    }#bbb-badge, #bbb-badge-popup {
    right: 0;
    top: 5px;
    display: none;
}.footer-contact {
    text-align: center;
}.footer-payment {
    text-align: center;
}.footer-bottom {
    text-align: center;
}a.sticky-btn {
 display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #001a8f;
    padding: 20px 5px;
    border-right: solid 0.5px #000000;
}.mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}.footer-bottom img {
    width: 52%;
    margin-bottom: 10vh;
}footer.footer-wrapper p, h3 {
    color: white;
    text-align: center;
}

}
@media screen and (max-width: 767px) {
.slick-background-wrapper::before {
    height: 70vh;
    transform: skew(0deg, -46deg);
}.box-heading {
    font-size: 1.8rem;
    line-height: 2rem;
}h2.bigger {
    font-size: 31px;
}.slider-content p:nth-of-type(1) {
    font-size: 1.6em;
    display: inline-block;
}.slider-content p:nth-of-type(2) {
    font-size: 1.6em;
    display: inline-block;
}.slider-content {
    left: 0;
    padding-top: 5vh;
    width: 100%;
}.slider-details {
    height: auto;
}.header-inner-wrapper {
    padding: 0;
}img.clogo {
    max-width: 45%;
    padding: 0;
}
    @keyframes up-down {
        0% {
            top: 5px;
        }
        100% {
            top: 10px;
        }
    }.svc-box {
    width: 80%;
    margin: 3% 10%;
    height: auto;
}h3.gallary-h3 {
    
    font-size: 29px;
     
}.slider-content p:nth-of-type(1) {
    font-size: 12px;
    display: inline-block;
}.slider-content p:nth-of-type(2) {
    font-size: 13px;
    display: inline-block;
}.slider-content p:nth-of-type(3) {
    font-size: 14px;
}.twentytwenty-wrapper.twentytwenty-horizontal {
    margin-bottom: 3vh;
}/* * CONVERSION PAGE * */
p.conv-large {
    font-size: 46px;
}p.conv-small {
    letter-spacing: 6px;
    font-size: 16px;
}p.conv-company-name {
    font-size: 12px;
    font-weight: 400;
}.button.con-cta-btn {
    max-width: 100%;
    margin: 4px 8px;
    padding: 8px 7px;
    font-size: .7rem;
    z-index: 9;
    display: block;
    letter-spacing: 1px;
    border: 1px solid white;
    border-radius: 14px;
}.conv-header .header-inner-wrapper {
    position: relative;
}.main-wrapper.inner-page.conv-page ul li {
    font-size: 15px;
}h2.service-title {
    font-size: 18px;
    margin-top: 2vh;
}h2.serv-header {
    font-size: 30px;
}.thanks p.conv-large {
    font-size: 54px;
}h2.thanks-title {
    letter-spacing: 0px;
    font-size: 20px;
}p.thanks-description {
    font-size: 16px;
}.thanks .conv-header-details {
    margin-top: 3vh;
}.social-proof img {
    width: 200px;
}a.social.button {
    background: #7fd1f1;
    border-radius: 28px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .9rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: .9rem;
    color: white;
    transition: background-color 300ms ease-out;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 2vh;
}.home-testimonial-child P {
    font-style: italic;
    font-size: 16px;
}.home-testimonial-child .fa-star {
    font-size: 16px;
}.service-box {
    width: 100%;
}.disinfection p.conv-large {
    letter-spacing: 0;
    font-size: 30px;
}.slider-content.complete {
    bottom: 0;
    background: url(https://likeneverbeforejanitorial.com/wp-content/uploads/sites/5012/2021/03/mobile-bg2.jpg);
    background-size: cover;
    padding-bottom: 7vh;
    padding-top: 7vh;
}.slider-content p {
    line-height: 0.3em;
}.slider-content p:nth-of-type(3) {
    line-height: 0;
}img.clogo {
    max-width: 45%;
    padding: 0;
    padding-top: 4vh;
    padding-left: 13px;
}.home-cta {
    padding: 0px 0;
    background: whitesmoke;
    background-position: top;
}.slider-content.complete {    
    width: 100%; 
    left: 0;
    top: 0;
   padding-top: 15vh;
        padding-bottom: 8vh;
} .headerbg {
  
    height: 0vh;
}a.sticky-btn {
   display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #001a8f;
    padding: 20px 5px;
    border-right: solid 0.5px #000000;
} #ae_launcher.ae-cta-position-preset-right-lower {
    bottom: 10% !important;
    right: 24px;
}    img.clogo { 
        z-index: auto;
        position: absolute;
        z-index: 999;
        margin-bottom: 3vh;
        margin: 0 auto;
        display: block;
        margin-top: 0vh; 
        left: 24vw;
        max-width: 100%;
    }
}
@media screen and (max-width: 320px) {
.hours-availability p:nth-child(1) {
    line-height: 1;
    }.slider-content p:nth-of-type(1) {
    font-size: 11px;
    display: inline-block;
}footer.footer-wrapper p {
    color: white;
    font-size: 13px;
}#ae_launcher.ae-cta-position-preset-left-lower {
    bottom: 79px ;
    left: 24px;
}
}
