body {
  font-family: "Arial";
  overflow-x: hidden;
}

a {
  color: #1dc1dd;
}
a:hover, a:visited, a:focus {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

@media (max-width: 992px) {
  #logo {
    text-align: center;
  }
  #logo a img {
    max-width: 107px;
  }
}

.content-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.desktop-navigation {
  background-color: #1f2c4f;
}

.navigation-padding {
  padding-top: 60px;
  padding-bottom: 26px;
}
@media (max-width: 992px) {
  .navigation-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.top-nav {
  background-color: rgba(31, 44, 79, 0.9);
  position: absolute;
  height: 300px;
  right: 0;
  width: 35%;
  top: 0;
  display: none;
}
@media (max-width: 992px) {
  .top-nav {
    height: auto;
  }
}
@media (max-width: 992px) {
  .top-nav {
    width: 100%;
  }
}
.top-nav .telephone-number {
  margin-top: 0px;
}
.top-nav .telephone-number p {
  font-size: 30px;
  color: #1dc1dd;
  font-weight: bold;
}
.top-nav .telephone-number p a {
  color: #fff;
}
.top-nav .container {
  padding: 49px 30px;
}
@media (max-width: 992px) {
  .top-nav .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-nav .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav .navigation li {
  margin-bottom: 20px;
}
.top-nav .navigation li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .top-nav .navigation li a {
    text-decoration: underline;
  }
}
.top-nav .navigation li a:hover {
  color: #1dc1dd;
}

.menu-open-close-button {
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  top: 67px;
  z-index: 10;
  right: 0;
}
@media (max-width: 992px) {
  .menu-open-close-button {
    left: 0;
    right: unset;
    top: 20px;
  }
  .menu-open-close-button .label {
    display: none;
  }
}
.menu-open-close-button .label p {
  text-transform: uppercase;
  font-size: 9px;
  color: #fff;
}
.menu-open-close-button .bar1, .menu-open-close-button .bar2, .menu-open-close-button .bar3 {
  width: 25px;
  height: 4px;
  background-color: #1dc1dd;
  margin: 5px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.transform .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 12px);
  transform: rotate(-45deg) translate(-3px, 12px);
}

/* Fade out the second bar */
.transform .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.transform .bar3 {
  -webkit-transform: rotate(45deg) translate(0px, -10px);
  transform: rotate(45deg) translate(0px, -10px);
}

.transform .label p {
  display: none;
}

.header-banner-section {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .header-banner-section {
    background-position: right;
  }
}

.banner-caption {
  padding-top: 49px;
  padding-bottom: 49px;
}
@media (max-width: 992px) {
  .banner-caption {
    padding-top: 20px;
  }
}
.banner-caption h2 {
  color: #fff;
  font-weight: 600;
  max-width: 535px;
  font-size: 44.02px;
  line-height: 44px;
}
@media (max-width: 992px) {
  .banner-caption h2 {
    font-size: 33px;
  }
}
.banner-caption h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  max-width: 397px;
}
.banner-caption a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1dc1dd;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.banner-caption a:hover {
  opacity: 1;
}

.assured-benefits-container {
  background-color: #1dc1dd;
}
@media (max-width: 992px) {
  .assured-benefits-container {
    display: none;
  }
}
.assured-benefits-container .container .row .col-sm {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 42px;
}
.assured-benefits-container .container .row .col-sm p {
  margin-top: 16px;
  color: #fff;
  font-size: 14.46px;
}

.assured-benefits-mobile-container {
  background-color: #f0f0f0;
}
.assured-benefits-mobile-container .container .row .col-12 {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
}
.assured-benefits-mobile-container .container .row .col-12 img {
  max-width: 57px;
}
.assured-benefits-mobile-container .container .row .col-12 p {
  color: #1f2c4f;
  font-size: 14.46px;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 16px;
  font-weight: bold;
}

.sectors-mobile-container {
  padding-top: 80px;
  padding-bottom: 20px;
}
.sectors-mobile-container .sector {
  padding: 5px;
  border-radius: 10px;
  height: 136px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
.sectors-mobile-container .sector .description {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 38px;
  line-height: 52px;
}
.sectors-mobile-container .sector .description a {
  color: #1f2c4f;
  text-decoration: none;
  font-size: 25.15px;
}

.home-page-left h1, .home-page-left h2, .home-page-left h3, .home-page-left h4, .home-page-left h5, .home-page-left h6 {
  font-size: 44.02px;
  line-height: 44px;
  color: #1dc1dd;
  max-width: 407px;
  font-weight: 600;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .home-page-left h1, .home-page-left h2, .home-page-left h3, .home-page-left h4, .home-page-left h5, .home-page-left h6 {
    font-size: 33px;
  }
}
.home-page-left p {
  font-size: 22.01px;
  color: #646464;
  margin-bottom: 23px;
}
@media (max-width: 992px) {
  .home-page-left p {
    font-size: 16.5px;
    margin-bottom: 16.5px;
  }
}

.box-get-a-quote {
  text-align: right;
}
.box-get-a-quote a img {
  width: 100%;
  max-width: 276px;
}

.box-living-wage {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  margin-right: 23px;
}
@media (max-width: 992px) {
  .box-living-wage {
    text-align: center;
    margin-right: 0;
  }
}
.box-living-wage img {
  width: 100%;
  max-width: 237px;
}

.homepage-logos-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.homepage-logos-container img {
  width: 100%;
  max-width: 648px;
  margin: 0 auto;
}

#sectors-slider {
  padding-left: 10px;
  padding-right: 10px;
}
#sectors-slider .slick-prev:hover {
  opacity: 0.75;
}
#sectors-slider .slick-prev::before {
  background-image: url("/wp-content/themes/assured-cleaning-v2/images/home-page/sector-left.png");
  content: " ";
  width: 32px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
#sectors-slider .slick-next {
  right: -15px;
}
#sectors-slider .slick-next:hover {
  opacity: 0.75;
}
#sectors-slider .slick-next::before {
  background-image: url("/wp-content/themes/assured-cleaning-v2/images/home-page/sector-right.png");
  content: " ";
  width: 32px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
#sectors-slider .sector-container {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
#sectors-slider .sector {
  padding: 5px;
  border-radius: 10px;
  height: 276px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
#sectors-slider .sector .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 38px;
}
#sectors-slider .sector .description a {
  color: #1f2c4f;
  text-decoration: none;
  font-size: 25.15px;
}

.testimonials-container {
  background-color: #d6e4e7;
  padding-top: 63px;
  padding-bottom: 73px;
}
.testimonials-container .testimonial {
  padding-left: 35px;
  padding-right: 35px;
}
.testimonials-container .testimonial p {
  font-size: 28.3px;
  color: #1f2c4f;
}
.testimonials-container .testimonial .person-organisation {
  text-align: right;
  font-weight: 600;
  color: #1f2c4f;
  font-size: 18.86px;
}

#testimonials-slider .slick-prev:hover {
  opacity: 0.75;
}
#testimonials-slider .slick-prev::before {
  background-image: url("/wp-content/themes/assured-cleaning-v2/images/home-page/testimonial-left.png");
  content: " ";
  width: 32px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
#testimonials-slider .slick-next {
  right: -15px;
}
#testimonials-slider .slick-next:hover {
  opacity: 0.75;
}
#testimonials-slider .slick-next::before {
  background-image: url("/wp-content/themes/assured-cleaning-v2/images/home-page/testimonial-right.png");
  content: " ";
  width: 32px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.quote-container {
  background-color: #1dc1dd;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .quote-container {
    display: none;
  }
}
.quote-container h2 {
  color: #1f2c4f;
  font-size: 50.31px;
  margin-bottom: 0;
}
.quote-container p, .quote-container a {
  color: #fff;
  text-decoration: none;
  font-size: 25.15px;
}

.twitter-container {
  background-color: #d0eef4;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.twitter-container .overflow-y-scroll {
  overflow-y: scroll;
  height: 350px;
}
@media (max-width: 992px) {
  .twitter-container {
    display: none;
  }
}

.twitter-holder {
  max-width: 500px;
  margin: 0 auto;
}

.twitter-timeline-rendered {
  margin: auto;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

footer {
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #1f2c4f;
  border-bottom: 50px solid #fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #1dc1dd;
  font-size: 25.15px;
}
footer .footer-signup-form {
  text-align: center;
}
footer .footer-signup-form h1, footer .footer-signup-form h2, footer .footer-signup-form h3, footer .footer-signup-form h4, footer .footer-signup-form h5, footer .footer-signup-form h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-signup-form input[type=text], footer .footer-signup-form input[type=email] {
  padding-left: 20px;
  background-color: #161f38;
  color: #fefefe;
  border: 1px solid #1dc1dd;
  font-size: 18.86px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  footer .footer-signup-form input[type=text], footer .footer-signup-form input[type=email] {
    margin-bottom: 20px;
  }
}
footer .footer-signup-form .form-button {
  height: 37px;
  text-align: center;
  color: #fff;
  background-color: #1dc1dd;
  border-radius: 10px;
  text-decoration: none;
  line-height: 0px;
  font-size: 18.86px;
  padding: 0;
  width: 100%;
  border: none;
}
@media (max-width: 992px) {
  footer .footer-signup-form .form-button {
    margin-bottom: 20px;
  }
}
footer .divider {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 2px;
  background-color: #1dc1dd;
}
footer .accreditations {
  text-align: center;
}
@media (max-width: 992px) {
  footer .accreditations {
    display: none;
  }
}
footer .accreditations img {
  width: 100%;
  max-width: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .assured-footer-details .mobile-md-centering {
    text-align: center;
  }
}
footer .assured-footer-details .mobile-md-margin-bottom {
  margin-bottom: 20px;
}
footer .assured-footer-details span {
  color: #1dc1dd;
  font-weight: 600;
  font-size: 14.14px;
}
footer .assured-footer-details p, footer .assured-footer-details a {
  color: #fff;
  text-decoration: none;
  font-size: 14.14px;
}
footer .assured-footer-details .footer-logo {
  max-width: 170px;
}
footer .assured-footer-details a.contact-us-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  line-height: 74px;
  border: 2px solid #1dc1dd;
  color: #1dc1dd;
  height: 85px;
  font-size: 25.15px;
  border-radius: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  footer .assured-footer-details a.contact-us-btn {
    margin: 0 auto;
    max-width: 200px;
  }
}
footer .footer-menu {
  color: #ababab;
  text-align: center;
  font-size: 12.58px;
}
footer .footer-menu span {
  display: inline-block;
}
footer .footer-menu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}
footer .footer-menu ul li a {
  color: #ababab;
  text-decoration: underline;
  font-size: 12.58px;
}

.default-page-content {
  padding-top: 55px;
  padding-bottom: 70px;
}
.default-page-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.default-page-content h1, .default-page-content h2, .default-page-content h3, .default-page-content h4, .default-page-content h5, .default-page-content h6 {
  color: #1dc1dd;
  font-size: 44.02px;
  margin-bottom: 40px;
}
.default-page-content h1 a, .default-page-content h2 a, .default-page-content h3 a, .default-page-content h4 a, .default-page-content h5 a, .default-page-content h6 a {
  color: #1dc1dd;
  font-size: 44.02px;
  margin-bottom: 40px;
  text-decoration: none;
}
.default-page-content p {
  font-size: 22.01px;
  color: #646464;
  margin-bottom: 30px;
}
.default-page-content a {
  font-size: 22.01px;
  color: #1dc1dd;
  text-decoration: underline;
}

.sidebar-sectors .sector {
  padding: 5px;
  border-radius: 10px;
  height: 276px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
.sidebar-sectors .sector .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom-left-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 38px;
}
.sidebar-sectors .sector .description a {
  color: #1f2c4f;
  text-decoration: none;
  font-size: 25.15px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  background-color: red;
  color: white;
}

/*# sourceMappingURL=assured.css.map */
