
/* Default Styles */
#wpadminbar {
    display: none !important;
}
body {
    font-family: 'Work Sans', sans-serif;
}h1, h1 a {
    color: #000000;
    font-family: 'Kalam', cursive;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.1;
    margin: 25px 0;
}h2 {
    color: #000000;
    font-family: 'Kalam', cursive;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    margin: 25px 0;
}h3 {
    color: #000000;
    font-family: 'Kalam', cursive;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    margin: 25px 0;
}h4 {
    font-family: 'Kalam', cursive;
    color: #000000;
    font-size: 20px;
    line-height: 1.1;
    margin: 15px 0;
}p {
    font-family: 'Work Sans', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0;
}ul {
    list-style-type: none;
}

/* HEADER & NAV */

.row.header-row {
    background: center / cover url(https://easleyentoftx.com/wp-content/uploads/2023/01/header-bg.jpg);
    display: flex;
    flex-direction: row;
}.header-details .logo-wrapper {
    width: 10%;
    max-width:  58px;
    display: inline-block;
    vertical-align: top;
}.company-details {
    display: inline-block;
    width: auto;
    max-width: 80%;
    padding-left: 15px;
}.company-details h1, .company-details h1 a {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}.company-details p {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}.header-cta-wrapper {
    width: 270px;
    display: inline-block;
    float: right;
    padding-top: 10vh;
}.header-cta-wrapper {
    width: 270px;
    display: inline-block;
}.header-cta {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #0188ca;
    color: #FFFFFF;
    font-size: 17px;
    position: relative;
    padding: 2vh 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.header-cta:hover {
    background: #00acff;
}.header-cta::before {
    content: " ";
    background: center / 270px 12px no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/upper-line.png);
    width: 0%;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}.header-cta.complete::before {
    width: 100%;
}.top-bar {
    background: none;
    height: auto;
}.top-bar-section ul li {
    background: none;
    position: relative;
}.top-bar-section li:not(.has-form) a:not(.button) {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: none;
    line-height: 75px;
    -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:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: none;
    color: #FFFFFF;
    line-height: 75px;
}.top-bar-section .has-dropdown>a:after {
    border-color: #FFFFFF transparent transparent transparent;
    top: 40px;
}

@media only screen and (min-width: 1025px) {
.header-details {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}.navigation-wrapper {
    display: flex;
    justify-content: center;
}.top-bar-section ul li::before {
    content: " ";
    width: 20px;
    height: 0;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    -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::after {
    content: " ";
    width: 20px;
    height: 0;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    -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.has-dropdown::before,
.top-bar-section ul li.has-dropdown::after {
    left: calc(50% - 20px);
}.top-bar-section ul li:hover::before,
.top-bar-section ul li:hover::after,
.top-bar-section ul li.active::before,
.top-bar-section ul li.active::after {
    height: 10px;
}.top-bar-section .dropdown li::before,
.top-bar-section .dropdown li::after {
    display: none;
}.top-bar-section .dropdown {
    background: #FFFFFF;
    min-width: 100%;
    text-align: center;
    padding: 3vh 0vw 3vh 0vw;
    left: 50%;
    border-radius: 24px;
    box-shadow: 2px 3px 13px 0px rgba(0, 0, 0, 0.17);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}.top-bar-section .dropdown li.page_item, .top-bar-section .dropdown li.menu-item {
    width: 100%;
    display: inline-block;
}.top-bar-section ul li ul.dropdown li:nth-child(2n+2) {
    padding-left: 0;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 35px !important;
    position: relative;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background: none;
    color: #0188ca;
    line-height: 35px;
}
}

.slider-wrapper {
    z-index: 0;
}.slider-wrapper::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgb(41 42 51 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}.slider-caption {    
    width: 500px;
    max-height: calc(176px + 8vh);
    position: absolute;
    top: 14vh;
    left: 9vw;
    padding: 4vh 3vw;
    border-radius: 0 30px 0 30px;
    z-index: 1;
}.slick-text-slider {
    overflow: hidden;
    max-height: 176px;
}.slider-caption p.caption {
    font-size: 61px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
}.slider-caption::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: -1;
    border-radius: 0 30px 0 30px;
    opacity: 0;
    -moz-transform: translateX(-20px) translateY(-20px);
    -webkit-transform: translateX(-20px) translateY(-20px);
    -o-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}.slider-caption.complete::before {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}.slider-caption::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}.tagline {
    position: absolute;
    left: 178px;
    bottom: 3.8vh;
    background: #0188ca;
    padding: 22px 50px;
    min-width: 665px;
    border-radius: 0 100px 100px 0px;
    -moz-transform: translateX(-178px);
    -webkit-transform: translateX(-178px);
    -o-transform: translateX(-178px);
    -ms-transform: translateX(-178px);
    transform: translateX(-178px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1;
}.tagline.complete {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}.tagline p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}.tagline img {
    position: absolute;
    left: -178px;
    top: calc(50% - 47px);
}

/* GENERAL STYLES */
.row {
    margin: 0 auto;
    max-width: 100rem;
    width: 100%;
}.row.full {
    max-width: 100%;
}.row.small {
    max-width: 1280px;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}.intro-text {
    padding-left: 0;
    padding-right: 6vw;
}.cta-btn {
    display: inline-block;
    background: #0188ca;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 15px;
    min-width: 175px;
    border-radius: 30px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.cta-btn:hover {
    background: #0188ca;
    color: #000000;
}.bg-box {
    height: 100%;
}.home-bg1 {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/home-img1.jpg);
}.home-bg3 {
    background: center / cover no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/home-img3.jpg);
}.about-bg1 {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/about-img1.jpg);
}.contact-bg {
    background: center / cover no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/contact-bg.jpg);
}.apartment-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/apartment-cleaning.jpg);
}.bank-cleaners {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/bank-cleaners.jpg);
}.commercial-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/commercial-cleaning.jpg);
}.disinfection-services {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/disinfection-img.jpg);
}.floor-stripping {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/floor-stripping.jpg);
}.green-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/green-cleaning.jpg);
}.gym-cleaners {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/gym-cleaners.jpg);
}.house-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/house-cleaning.jpg);
}.industrial-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/industrial-cleaning.jpg);
}.janitorial-services {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/janitorial-services.jpg);
}.maid-services {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/maid-services.jpg);
}.medical-office {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/medical-office.jpg);
}.move-in-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/move-in-cleaning.jpg);
}.move-out-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/move-out-cleaning.jpg);
}.office-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/office-cleaning.jpg);
}.post-construction {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/post-construction.jpg);
}.school-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/school-cleaning.jpg);
}.tile-grout {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/tile-grout.jpg);
}.warehouse-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/warehouse-cleaning.jpg);
}.window-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/window-cleaning.jpg);
}.intro-row .bg-wrapper {
    padding-right: 0;
}.light-bg {
    background: #ffffff;
}.blue-bg {
    background: #0188ca;
}.badges-bg {
    background: #0188ca;
}.row.badges-row {
    max-width: 990px;
    padding: 10vh 0 18vh;
}.text-col.left {
    padding-left: 0;
    padding-right: 2.6vw;
}.text-col.right {
    padding-left: 2.6vw;
    padding-right: 0;
}ul.icon-list {
    margin-left: 0;
}ul.icon-list li {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}ul.icon-list li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #0188ca;
    position: absolute;
    left: 0;
    top: 2px;
}.cta-content {
    background: #0188ca;
    padding: 9vh 10vw 9vh 11vw;
    min-height: 600px;
}.cta-content *:not(.cta-btn) {
    color: #000000;
}.cta-content h2:first-of-type {
    font-size: 43px;
}.cta-content .cta-btn, {
    min-width: 155px;
    font-size: 14px;
    padding: 24px 15px;
}.cta-content .cta-btn:hover {
    background: #FFFFFF;
}.cta-content .cta-btn.alt {
    background: #000000;
}.cta-content .cta-btn.alt:hover {
    background: #FFFFFF;
}.cta-content .cta-btn:last-child {
    margin-left: 15px;
}.svc-box {
    padding: 12.7vh 9vw calc(12.7vh + 60px);
}.svc-box p:last-of-type {
    margin-bottom: 60px;
}.svc-box .svc-btn-holder {
    position: absolute;
    bottom: 12.7vh;
    left: 9vw;
}.svc-title h1 {
    color: #FFFFFF;
}.faq-box {
    padding: 5vh 3vw 12.7vh;
}

.footer-wrapper {
    background: #000000;
    padding: 13vh 0;
    position: relative;
}.footer-wrapper::after {
    content: " ";
    width:100%;
    height: 12px;
    background: right center / cover no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/footer-bottom-line.jpg);
    position: absolute;
    left: 0;
    bottom: 0;
}.footer-wrapper .footer-row {
    padding-bottom: 4.5vh;
}.footer-row h2 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 35px;
}.footer-row p {
    color: #FFFFFF;
}.footer-address p {
    font-size: 29px;
    line-height: 1.3;
    font-weight: 300;
    margin: 0;
}.footer-address a {
    color: #FFFFFF;
}.footer-hours p {
    font-size: 29px;
    line-height: 1.3;
    margin: 0;
}.footer-row .right-col .content-holder {
    display: inline-block;
    float: right;
    min-width: 57%;
}svg.payment-icon {
    margin-right: 1.6vw;
}.footer-social .fa {
    color: #FFFFFF;
    font-size: 43px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.footer-social .fa:hover {
    color: #0188ca;
}.footer-social a:not(:last-of-type) {
    margin-right: 60px;
}.disclaimer {
    padding-top: 4.5vh;
}.disclaimer p {
    color: #FFFFFF;
    font-size: 12px;
}.contact-body {
    background: #FFFFFF;
    padding: 9vh 10vw 9vh 11vw;
}.contact-body h1 {
    font-size: 30px;
    margin-bottom: 10px;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    color: #000000;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contactForm textarea {
    width: 100%;
}input.fancyInput[type="text"] {
    font-family: 'Kalam', cursive;
    padding: 15px 25px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    border-radius: 10px;
    margin-bottom: 7px;
    background: #ffffff;
    color: #000000;
    box-shadow: inset 0px 0px 0px 3px #0188ca;
}input.fancyInput[type="text"]::placeholder, textarea.fancyInput[type="text"]::placeholder {
  color: #000000;
}.contactForm textarea {
  width: 100%;
}textarea.fancyInput[type="text"] {
  font-family: 'Kalam', cursive;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: 100px;
  border: none;
  border-radius: 10px;
  margin-bottom: 7px;
  background: #ffffff;
  color: #000000;
  box-shadow: inset 0px 0px 0px 3px #0188ca;
}.contactForm .captchaWrapper {
  margin: 0 0 5px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  border: none;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  min-height: 0;
  margin-bottom: 23px;
  box-shadow: inset 0px 0px 0px 3px #0188ca;
  text-align: left !important;
}.contactForm .captchaWrapper:not(.slideOut) img {
  max-width: 25%;
}.contactForm .captchaWrapper input {
  background: #ffffff;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 25px;
  color: #000000;
  font-weight: normal;
}.contactForm .captchaWrapper input::placeholder {
  color: #000000;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  margin-top: 5px;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 101% !important;
    overflow: hidden;
}.mobile-sticky-cta {
    display: none;
}.landing-page-button-wrapper a {
    background: #0188ca;
    padding: 7px 15px;
    border-radius: 15px;
}.landing-page-button-wrapper a:hover {
    background: #000000;
}

/* SLIDE OUT FORM */
.slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 2vw;
    background: rgb(255 255 255 / 95%);
    padding: 50px 70px 30px;
    z-index: 99;
    max-width: 570px;
    border-radius: 29px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.17);
    -moz-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -webkit-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -o-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    -ms-transform: translateX(calc(100% + 2vw)) translateY(-50%);
    transform: translateX(calc(100% + 2vw)) 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;
}.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 span.form-title {
    text-transform: uppercase;
    font-family: 'Kalam', cursive;
    font-weight: 300;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    font-size: 17px;
    display: block;
}.slide-out-form form {
    margin: 0;
}.slide-out-wrapper span.form-toggle {
    position: absolute;
    left: 30px;
    top: 50%;
    color: #FFFFFF;
    font-size: 18px;
    width: 60px;
    line-height: 96px;
    text-align: center;
    background: #0188ca;
    border-radius: 24px;
    -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%);
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.slide-out-wrapper span.form-toggle:hover {
    background: #000000;
}span.toggle-holder {
    position: relative;
    left: -12px;
}.slide-out-wrapper.active span.toggle-holder {
    left: 0px;
}i.toggle-left {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #000000 transparent transparent;
    -moz-transform: translateY(-13%);
    -webkit-transform: translateY(-13%);
    -o-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    transform: translateY(-13%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}i.toggle-right {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000000;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.slide-out-wrapper span.form-toggle:hover i.toggle-left {
    border-color: transparent #FFFFFF transparent transparent;
}.slide-out-wrapper span.form-toggle:hover i.toggle-right {
    border-color: transparent transparent transparent #FFFFFF;
}input.slideOutInput[type="text"] {
    font-size: 13px;
    font-family: 'Kalam', cursive;
    font-weight: 300;
    line-height: 1.4;
    height: auto;
    border: 1px solid #ababab;
    border-radius: 0;
    padding: 10px 10px;
    margin-bottom: 5px;
    background: #FFFFFF;
    color: #000000;
    box-shadow: none;
}.slide-out-form input[type="text"]::placeholder, .slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.slide-out-form .contactForm textarea {
    width: 100%;
    line-height: 1.4;
    border: 1px solid #ababab;
    border-radius: 0;
    background: #FFFFFF;
    color: #000000;
    font-family: 'Kalam', cursive;
    font-weight: 300;
    padding: 10px 25px;
    font-size: 13px;
    height: 90px;
    margin-bottom: 5px;
    box-shadow: none;
}.slide-out-form label {
    color: #000000;
    font-weight: normal;
    margin-bottom: 3px;
}.slide-out-form .contactForm .captchaWrapper {
    font-size: 13px;
    line-height: 1.4;
    height: auto;
    border: 1px solid #ababab;
    box-shadow: none !important;
    background: #FFFFFF;
    color: #000000;
    font-weight: normal;
    margin: 0 0 3px;
    min-height: 0;
    padding: 0px 25px 0px 0px;
    overflow: hidden;
    border-radius: 0;
}.slide-out-form .contactForm .captchaWrapper input {
    font-family: 'Kalam', cursive;
    font-weight: 300;
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
    background: #FFFFFF;
}.slide-out-form .contactForm .captchaWrapper img#captchaImage {
    -webkit-filter: none;
    filter: none;
}.slide-out-form .contactForm .captchaRefresh {
    vertical-align: middle;
    max-width: 30px;
    margin-left: 3px;
}.slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 10px;
}.slide-out-form .contactForm .submitWrapper button.submit {
    color: #FFFFFF;
    font-family: 'Kalam', cursive;
    font-size: 14px;
    background: #000000;
    text-align: center;
    cursor: pointer;
    padding: 15px 5px 15px 10px;
    width: 81px;
    border-radius: 23.5px;
    -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 button.submit:hover {
    background: #0188ca;
    color: #000000;
}

/* END SLIDE OUT FORM */

/* PADDING CLASSES */

.side-buffer {
    padding-left: 11vw;
    padding-right: 11vw;
}.left-buffer {
    padding-left: 7.5vw;
}.right-buffer {
    padding-right: 7.5vw;
}.small-buffer {
    padding-left: 35px;
    padding-right: 35px;
}.strip-padding {
    padding-left: 0;
    padding-right: 0;
}.vertical-padding-xs {
    padding-top: 3vh;
    padding-bottom: 3vh;
}.top-padding-xs {
    padding-top: 3vh;
}.bottom-padding-xs {
    padding-bottom: 3vh;
}.vertical-padding-small {
    padding-top: 6vh;
    padding-bottom: 6vh;
}.top-padding-small {
    padding-top: 6vh;
}.bottom-padding-small {
    padding-bottom: 6vh;
}.vertical-padding-medium {
    padding-top: 8vh;
    padding-bottom: 8vh;
}.top-padding-medium {
    padding-top: 8vh;
}.bottom-padding-medium {
    padding-bottom: 8vh;
}.vertical-padding-large {
    padding-top: 10.5vh;
    padding-bottom: 10.5vh;
}.top-padding-large {
    padding-top: 10.5vh;
}.bottom-padding-large {
    padding-bottom: 10.5vh;
}.vertical-padding-x-large {
    padding-top: 13.5vh;
    padding-bottom: 13.5vh;
}.top-padding-x-large {
    padding-top: 13.5vh;
}.bottom-padding-x-large {
    padding-bottom: 13.5vh;
}@media only screen and (min-width: 1025px) {
.horizontal-padding-large {
    padding-left: 9vw;
    padding-right: 9vw;
}.left-padding-large {
    padding-left: 9vw;
}.right-padding-large {
    padding-right: 9vw;
}.horizontal-padding-medium {
    padding-left: 7vw;
    padding-right: 7vw;
}.left-padding-medium {
    padding-left: 7vw;
}.right-padding-medium {
    padding-right: 7vw;
}.horizontal-padding-small {
    padding-left: 5vw;
    padding-right: 5vw;
}.left-padding-small {
    padding-left: 5vw;
}.right-padding-small {
    padding-right: 5vw;
}.horizontal-padding-xs {
    padding-left: 3vw;
    padding-right: 3vw;
}.left-padding-xs {
    padding-left: 3vw;
}.right-padding-xs {
    padding-right: 3vw;
}  
}
/* Custom CSS */
.header-nav {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    background: #0188ca;
    display: flex;
    flex-direction: row;
}
.cta-row .cta-btn, .cta-row .cta-btn.alt:hover {
    background: white;
    color: black;
}.cta-row .cta-btn:hover, .cta-row .cta-btn.alt{
    background: #000000;
    color: #FFFFFF
}.no-margin-top h1{
    margin: 0;
}.padding-top {
    padding-top: 6vh;
}.padding-bottom {
    padding-bottom: 6vh;
}.bg-wrapper.janitorial-img{
    margin-top: 20px;
   
}.bg-wrapper.janitorial-img img{
 height: 350px;
}
/* end of Custom */
@media only screen and (min-width: 1025px) and (max-width: 1726px) {
.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):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    line-height: 75px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
.company-details h1, .company-details h1 a {
    font-size: 20px;
}.company-details p {
    font-size: 14px;
}.header-cta {
    font-size: 14px;
}.header-cta::before {
    background-size: 185px auto;
    height: 9px;
}.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 14px;
}.slider-caption {
    width: 350px;
    max-height: calc(130px + 8vh);
    top: 7vh;
}.slick-text-slider {
    max-height: 130px;
}.slider-caption p.caption {
    font-size: 42px;
}.tagline {
    padding: 11px 25px;
    left: 143px;
    -moz-transform: translateX(-144px);
    -webkit-transform: translateX(-144px);
    -o-transform: translateX(-144px);
    -ms-transform: translateX(-144px);
    transform: translateX(-144px);
}.tagline p {
    font-size: 14px;
}.tagline img {
    width: 150px;
    top: calc(50% - 38px);
    left: -143px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1162px) {
.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):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    line-height: 121px;
    font-size: 12px;
    padding: 0 10px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
}
}

@media only screen and (max-width: 1024px) {
.header-wrapper {
    background: center / cover no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/tablet-bg.jpg);
    position: relative;
}.row.header-row {
    display: block;
    padding: 6vh 0 4vh;
    min-height: 400px;
    background: rgb(255 255 255 / 60%);
}.header-details .logo-wrapper {
    display: block;
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 15px;
}.company-details {
    display: block;
    width: 100%;
    max-width: unset;
    padding: 0 15px;
    text-align: center;
}.company-details h1, .company-details h1 a {
    font-size: 24px;
    margin-bottom: 7px;
}.company-details p {
    font-size: 16px;
}.mobile-navigation {
    display: block;
    right: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    vertical-align: middle;
    width: auto;
    height: 24px;
    z-index: 999;
}i.toggle-bars {
    display: inline-block;
    position: relative;
    color: #000000;
    width: 37px;
    height: 7px;
}i.toggle-bars::before {
    content: " ";
    width: 17px;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}i.toggle-bars::after {
    content: " ";
    width: 37px;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
}i.toggle-bars.close {
    width: 76px;
    height: 76px;
    border-radius: 76px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}i.toggle-bars.close::after {
    background: #000000;
    top: calc(50% - 1px);
    left: calc(50% - 18.5px);
}i.toggle-bars.close::before {
    background: #000000;
    width: 2px;
    height: 37px;
    left: calc(50% - 1px);
    top: calc(50% - 18.5px);
}.fullwidth-navigation {
    background: #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 997;
    width: 100%;
    display: none;
}.fullwidth-navigation .top-bar {
    padding: 0;
    display: block;
    background: #FFFFFF;
    height: auto;
}.fullwidth-navigation .top-bar-section ul:not(.dropdown) {
    padding-top: 10%;
}.fullwidth-navigation .title-area {
    display: none !important;
}.top-bar-section {
    background: #FFFFFF;
    margin-bottom: 10%;
}.fullwidth-navigation .top-bar-section ul {
    position: relative;
    right:0;
    width:100%;
    z-index: 997;
    padding-top: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow:none;
    left: 100%;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    color: #000000;
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    font-size: 20px !important;
}.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
    color: #0188ca;
    padding: 0;
    line-height: 50px;
    font-size: 20px !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #000000;
    font-weight: normal;
    line-height: 40px;
    font-size: 16px !important;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
    background: #FFFFFF;
    color: #0188ca;
    line-height: 40px;
    font-size: 16px !important;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
    box-shadow: none;
    left: 100%;
    border-radius: 0;
    padding-bottom: 40px;
}.top-bar-section li:not(.has-form) a:not(.button)::before,
.top-bar-section li:not(.has-form) .dropdown a:not(.button)::before,
.top-bar-section li.has-dropdown:not(.has-form) a:not(.button)::before {
    display: none;
}.top-bar-section ul li {
    text-align: center;
}.top-bar-section li:not(.has-form) a:not(.button) {
    display: inline-block;
    width: auto;
    position: relative;
}main .columns {
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
}.top-bar-section .has-dropdown>a:after {
    border-color: #000000 transparent transparent transparent;
    margin-right: -20px;
    top: 27px;
}.side-buffer {
    padding-left: 0;
    padding-right: 0;
}.vertical-padding-xs {
    padding-top: 3vh;
    padding-bottom: 3vh;
}.top-padding-xs {
    padding-top: 3vh;
}.bottom-padding-xs {
    padding-bottom: 3vh;
}.vertical-padding-small {
    padding-top: 4vh;
    padding-bottom: 4vh;
}.top-padding-small {
    padding-top: 4vh;
}.bottom-padding-small {
    padding-bottom: 4vh;
}.vertical-padding-medium {
    padding-top: 5vh;
    padding-bottom: 5vh;
}.top-padding-medium {
    padding-top: 5vh;
}.bottom-padding-medium {
    padding-bottom: 5vh;
}.vertical-padding-large {
    padding-top: 6vh;
    padding-bottom: 6vh;
}.top-padding-large {
    padding-top: 6vh;
}.bottom-padding-large {
    padding-bottom: 6vh;
}.vertical-padding-x-large {
    padding-top: 7vh;
    padding-bottom: 7vh;
}.top-padding-x-large {
    padding-top: 7vh;
}.bottom-padding-x-large {
    padding-bottom: 7vh;
}.strip-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.m-vpad-none {
    padding-top: 0;
    padding-bottom: 0;
}.mobile-bg-remove {
    background: none;
}.mobile-hide {
    display: none;
}.intro-row {
    padding-bottom: 0;
}.intro-row .bg-wrapper {
    height: 400px !important;
    padding: 0;
}.intro-row .bg-wrapper .bg-box {
    background-size: cover;
    background-position: center;
}.intro-row {
    padding-top: 4vh;
}.intro-text {
    padding-top: 0;
    padding-bottom: 4vh;
}h1, h1 a {
    font-size: 36px;
}h2, .cta-content h2:first-of-type {
    font-size: 30px;
}.text-col, .text-col.left, .text-col.right {
    padding-left: 10vw;
    padding-right: 10vw;
}ul.icon-list li {
    padding-left: 0;
}ul.icon-list li::before {
    display: none;
}.badge img {
    display: none;
}.cta-content {
    padding: 6vh 10vw;
    min-height: 0;
}.svc-box {
    padding: 6vh 10vw;
}.svc-box .svc-btn-holder {
    position: static;
}.svc-box p:last-of-type {
    margin-bottom: 30px;
}.faq-box {
    padding: 6vh 10vw;
}.contact-body {
    padding: 6vh 10vw;
}.contact-form {
    padding: 0 !important;
}.contactForm label {
    font-size: 16px;
}.footer-wrapper {
    padding: 6vh 0 10vh;
}.footer-row {
    padding-bottom: 0;
    text-align: center;
}.footer-row .columns {
    margin-bottom: 25px;
}.footer-row .right-col .content-holder {
    display: block;
    float: none;
    width: 100%;
}svg.payment-icon {
    float: none;
}.disclaimer {
    text-align: center;
}
}

@media only screen and (min-width: 501px) and (max-width: 1024px) {
.home-bg1 {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/mobile-home.jpg);
}.about-bg1 {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/mobile/about-img1.jpg);
}.apartment-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/mobile-apartment.jpg);
}.bank-cleaners {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/bank-cleaners.jpg);
}.commercial-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/commercial-cleaning.jpg);
}.disinfection-services {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/mobile-disinfection.jpg);
}.floor-stripping {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/floor-stripping.jpg);
}.green-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/mobile-green-cleaning.jpg);
}.gym-cleaners {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/gym-cleaners.jpg);
}.house-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/house-cleaning.jpg);
}.industrial-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/industrial-cleaning.jpg);
}.janitorial-services {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/janitorial-services.jpg);
}.maid-services {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/maid-services.jpg);
}.medical-office {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/medical-office.jpg);
}.move-in-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/move-in-cleaning.jpg);
}.move-out-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/move-out-cleaning.jpg);
}.office-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/office-cleaning.jpg);
}.post-construction {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/post-construction.jpg);
}.school-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/school-cleaning.jpg);
}.tile-grout {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/tile-grout.jpg);
}.warehouse-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/warehouse-cleaning.jpg);
}.window-cleaning {
    background: right center / contain no-repeat url(https://easleyentoftx.com/wp-content/themes/jcl5/images/service/mobile/window-cleaning.jpg);
}
}

@media only screen and (max-width: 767px) {
.header-wrapper {
    background: center / cover no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/mobile-bg.jpg);
}i.toggle-bars.close {
    width: 40px;
    height: 40px;
}i.toggle-bars.close::before {
    height: 20px;
    top: calc(50% - 10px);
}i.toggle-bars.close::after {
    width: 20px;
    left: calc(50% - 10px);
}.footer-wrapper {
    padding: 6vh 0 calc(6vh + 44px);
}.mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
}a.sticky-btn {
    display: inline-block;
    width: calc(50% - 20px);
    float: left;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    font-family: 'Kalam', cursive;
    background: #000000;
    border-radius: 22px;
    padding: 10px 5px;
    margin: 0 5px 0 15px;
}a.sticky-btn.alt {
    margin: 0 15px 0 5px;
}.footer-address p, .footer-hours p {
    font-size: 20px;
}.footer-row h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}.contactForm .captchaWrapper:not(.slideOut) img {
    max-width: 100%;
}.contactForm .captchaWrapper input {
    padding: 20px 0 15px;
}
}

@media only screen and (max-width: 500px) {
.header-wrapper {
    background: center / cover no-repeat url(https://easleyentoftx.com/wp-content/uploads/2023/01/small-bg.jpg);
}.row.header-row {
    min-height: 0;
}h2, .cta-content h2:first-of-type {
    font-size: 26px;
}h1, h1 a {
    font-size: 21px;
}.svc-title {
    padding: 0;
} .cta-btn{
    min-width: 250px;
}.footer-address p, .footer-hours p {
    font-size: 17px;
} .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #000000;
    font-weight: normal;
    line-height: 40px;
    font-size: 14px !important;
}
}
