@charset "utf-8";
@-webkit-keyframes full-rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes full-rotate-inv {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(-360deg); } }

p {
  margin: 15px 0;
  font-size: 17px;
  line-height: 28px; }
  @media (max-width: 899px) {
  p {
    font-weight: 200;
    line-height: 30px; } }
  p:first-child {
    margin-top: 0; }

a {
  text-decoration: none;
  color: inherit;
  font-weight: 600; }

h1, h2, h3, h4, h5 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }

h1 {
  font-size: 38px;
  line-height: 44px;
  color: #fff; }
  @media (max-width: 899px) {
  h1 {
    font-size: 30px; } }
  h1::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 25px 0; }

body {
  overflow-x: hidden;
  max-width: 100%;
  text-align: center;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  padding-top: 80vh; }
  @media (max-width: 899px) {
  body {
    padding-top: 0; } }

.logo50 {
  position: fixed;
  top: 0;
  z-index: 1;
  height: 80vh;
  width: 33.3333%;
  background: #fff;
  transition: 0.3s; }
  @media (max-width: 899px) {
  .logo50 {
    position: relative;
    width: 100%;
    height: auto; } }
  .logo50 .logo {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 899px) {
  .logo50 .logo {
    position: relative;
    transform: none; } }
    .logo50 .logo p {
      margin: 0; }
    .logo50 .logo img {
      max-width: 80%;
      max-height: 40vh; }
  .logo50 .buttons {
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 899px) {
  .logo50 .buttons {
    position: relative;
    transform: none;
    padding-bottom: 15px; } }
    .logo50 .buttons .header-button {
      display: inline-block; }
      .logo50 .buttons .header-button i {
        color: #e4ac01;
        cursor: pointer;
        line-height: 50px;
        font-size: 20px;
        margin: 0;
        transition: 0.3s;
        padding: 0 1.5vw;
        padding-top: 2vh; }
        @media (max-width: 899px) {
  .logo50 .buttons .header-button i {
    padding: 0 20px; } }
        .logo50 .buttons .header-button i:hover {
          color: #e4ac01; }

.masthead {
  position: fixed;
  top: 0;
  z-index: 1;
  height: 80vh;
  overflow: hidden;
  width: 66.6666%;
  right: 0;
  transition: 0.3s;
  background: #eee; }
  @media (max-width: 899px) {
  .masthead {
    position: relative;
    width: 100%;
    height: 60vh; } }
  .masthead .menu-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer; }
    @media (max-width: 899px) {
  .masthead .menu-button {
    right: 50%;
    transform: translateX(50%); } }
    .masthead .menu-button .header-button {
      background: #e4ac01;
      color: #fff;
      padding: 0 20px; }
    .masthead .menu-button i {
      line-height: 50px;
      font-size: 20px;
      padding-right: 15px; }
    .masthead .menu-button span {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
  .masthead .flexslider {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 80vh;
    transform: translate(-50%, -50%); }
    .masthead .flexslider li {
      height: 80vh; }
      .masthead .flexslider li img {
        object-fit: cover;
        height: 100%; }
      .masthead .flexslider li p {
        top: 45%;
        bottom: auto;
        font-size: 50px;
        line-height: 50px;
        right: auto;
        border-radius: 100px;
        font-family: 'Montserrat', sans-serif;
        background: none;
        padding: 0;
        text-shadow: 1px 1px #000;
        font-weight: 600;
        color: #e4ac01; }

.main-block {
  transition: 0.3s;
  background: #fff;
  z-index: 100;
  position: relative; }

.sidebar-open {
  overflow: hidden; }
  .sidebar-open .main-block, .sidebar-open .logo50, .sidebar-open .masthead, .sidebar-open .header, .sidebar-open .footer {
    transform: translateX(-300px); }

.content-hold {
  padding: 0 10%;
  position: relative; }
  .content-hold.tabs {
    padding: 0 5%; }
  @media (max-width: 899px) {
  .content-hold {
    padding: 0 10%; } }
  .content-hold ul {
    margin: 20px 0;
    padding: 0 0 0 35px;
    list-style: none;
    position: relative; }
    .content-hold ul li {
      line-height: 22px;
      font-size: 16px;
      padding: 7px 0; }
      .content-hold ul li::before {
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 15px;
        line-height: 23px;
        font-size: 14px;
        color: #e4ac01; }

.cent-col, .item-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15vh 0;
  position: relative; }
  @media (max-width: 899px) {
  .cent-col, .item-page {
    padding: 10vh 0; } }

.top-1 {
  background: #036;
  color: #fff; }
  .top-1 h1 {
    color: #fff; }

.article {
  background: #155667;
  color: #fff;
  text-align: left; }
  .article h1::after {
    background: #e4ac01; }

.bottom-1 {
  background-image: url(/templates/rcrcleaners/images/1.jpg);
  background-size: cover;
  background-position: top;
  padding: 0; }

.map {
  overflow: hidden;
  background: #ddd; }

.content-hold.tabs {
  overflow: hidden; }
  .content-hold.tabs::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/templates/desttas/images/tabbkg.jpg);
    background-size: cover;
    background-position: top;
    opacity: 0.15;
    background-attachment: fixed; }
    @media (max-width: 767px) {
  .content-hold.tabs::after {
    display: none; } }
  .content-hold.tabs .cent-col {
    position: relative;
    z-index: 1; }
  .content-hold.tabs h1 {
    color: #155667; }
    .content-hold.tabs h1::after {
      background: #e4ac01;
      margin-left: auto;
      margin-right: auto; }
  .content-hold.tabs strong {
    color: #155667; }
  .content-hold.tabs .tab-selectors {
    text-align: center;
    padding-bottom: 4vh; }
    .content-hold.tabs .tab-selectors .selector {
      cursor: pointer;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 5px;
      background: #155667;
      color: #fff;
      margin: 5px;
      transition: 0.3s; }
      .content-hold.tabs .tab-selectors .selector:hover {
        opacity: 0.7; }
  .content-hold.tabs .tabs-hold {
    width: 100%;
    position: relative;
    transition: 0.3s; }
    .content-hold.tabs .tabs-hold .tab-content {
      position: absolute;
      z-index: -1;
      width: 100%; }
      .content-hold.tabs .tabs-hold .tab-content .custom {
        opacity: 0;
        transition: 0.3s;
        width: 100%;
        max-width: 800px;
        margin: 0 auto; }
        .content-hold.tabs .tabs-hold .tab-content .custom p {
          font-size: 16px;
          line-height: 28px;
          margin: 30px 0; }
        .content-hold.tabs .tabs-hold .tab-content .custom a {
          color: inherit;
          font-weight: 600; }

.testimonials {
  background: #155667;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left; }
  @media (max-width: 1099px) {
    .testimonials .cent-col {
      padding-top: 0; } }
  .testimonials h1 {
    color: #155667; }
  .testimonials h1::after {
    background: #e4ac01; }
  .testimonials p {
    margin: 0; }
  .testimonials .spinner {
    height: 0;
    border-top: 2px solid #e4ac01;
    color: #fff;
    text-align: left;
    position: relative;
    max-width: 400px;
    margin: 50px 0 0; }
    .testimonials .spinner .inner {
      position: absolute;
      top: -16px;
      left: 0;
      transition-duration: 13s;
      transition-timing-function: linear;
      font-size: 10px;
      color: #155667; }
      .testimonials .spinner .inner i {
        -webkit-transition-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        -webkit-transition-property: -webkit-transform;
        -webkit-animation-name: full-rotate-inv;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; }
  .testimonials.tick .spinner .inner {
    left: 100%; }
    .testimonials.tick .spinner .inner i {
      -webkit-animation-name: full-rotate; }

.gallery {
  background-image: url(/images/headers/8.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.fancypantsaccordionholder {
  text-align: left; }
  .fancypantsaccordionholder .accordion {
    padding: 0; }
    .fancypantsaccordionholder .accordion .accordion-item {
      border: none;
      height: auto;
      margin: 5px 0; }
    .fancypantsaccordionholder .accordion .accordion-item.acc-open .headerlink {
      background: #e4ac01; }
      .fancypantsaccordionholder .accordion .accordion-item.acc-open .headerlink::after {
        content: "\f068";
        transform: rotate(0deg) !important; }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink {
      display: inline-block;
      padding: 10px 60px 10px 30px;
      line-height: 28px;
      color: #155667;
      background: #fff;
      font-size: 18px;
      transition: 0.3s;
      font-weight: 400; }
    @media (max-width: 899px) {
      .fancypantsaccordionholder .accordion .accordion-item .headerlink {
        border-radius: 5px;
        line-height: 24px;
        padding: 15px 60px 15px 30px; } }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink:hover {
      background: #e4ac01;
      transform: scale(0.98); }
      .fancypantsaccordionholder .accordion .accordion-item .headerlink:hover::after {
        transform: rotate(90deg); }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink span {
      display: none; }
    .fancypantsaccordionholder .accordion .accordion-item .headerlink::after {
      content: "\f067";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 16px;
      transition: 0.3s; }
    .fancypantsaccordionholder .accordion .accordion-item .acc-content {
      padding: 40px 40px 20px; }
    @media (max-width: 899px) {
      .fancypantsaccordionholder .accordion .accordion-item .acc-content {
        padding: 30px 20px 20px; } }

.contact-form h1::after {
  background: #e4ac01; }

.contact-form {
  text-align: left;
  background: #155667;
  color: #fff; }
  .contact-form h1::after {
    background: #e4ac01; }
  .contact-form .cent-col {
    padding: 10vh 0;
    max-width: 800px; }
  .contact-form .controls input, .contact-form .controls textarea {
    text-align: center; }
  .contact-form div#fox-container-m98 form .fox-row {
    width: auto; }
  .contact-form div#fox-container-m98 .fox-form input[type="text"], .contact-form div#fox-container-m98 .fox-form input[type="email"], .contact-form div#fox-container-m98 .fox-form select, .contact-form div#fox-container-m98 .fox-form textarea {
    border-radius: 0;
    padding: 10px 20px;
    text-align: left; }
  .contact-form div#fox-container-m98 .fox-form input[type="text"], .contact-form div#fox-container-m98 .fox-form input[type="email"] {
    max-width: 500px;
    width: 500px;
    max-width: 100%; }
  .contact-form div#fox-container-m98 select, .contact-form div#fox-container-m98 input[type="text"], .contact-form div#fox-container-m98 input[type="email"] {
    height: 40px; }
  .contact-form div#fox-container-m98 #fox-m98-recaptcha-box .controls {
    float: none;
    margin: 0 auto;
    display: inline-block; }
  .contact-form div#fox-container-m98 #fox-m98-submit-box .controls {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: auto; }
    .contact-form div#fox-container-m98 #fox-m98-submit-box .controls button {
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      text-shadow: none;
      background: none;
      box-shadow: none; }
    .contact-form div#fox-container-m98 #fox-m98-submit-box .controls button span {
      line-height: 45px;
      padding: 0 35px;
      background: #e4ac01;
      color: #155667;
      transition: 0.3s;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .contact-form div#fox-container-m98 #fox-m98-submit-box .controls button span:hover {
      opacity: 0.8;
      transform: scale(0.95); }

.youtubevideo .wrap {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .youtubevideo .wrap {
      max-width: 60vw; } }
  .youtubevideo .videoWrapper {
    position: relative;
    padding-bottom: 53.1%;
    padding-top: 25px; }
  .youtubevideo .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videoinside {
  background-image: url(/images/headers/slidertemp2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.blog {
  padding: 5vh 5vw; }
  .blog .items-row {
    display: inline-block;
    width: 350px;
    height: 400px;
    background: #fff;
    margin: 20px;
    overflow: hidden; }
  .blog .items-row .box-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 350px; }
  .blog .items-row > .span12 {
    position: relative;
    height: 400px;
    top: -350px;
    overflow: hidden;
    cursor: pointer; }
  .blog .items-row > .span12:hover .item {
    top: 0; }
  .blog .items-row .item {
    position: absolute;
    top: 350px;
    width: 100%;
    height: 400px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.8); }
  .blog .items-row .item h1 {
    margin: 0;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    background: #000133; }
  .blog .items-row .item p {
    padding: 0 10%; }
  .blog .items-row .item h2 {
    background: #fbcc01;
    display: inline-block;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    position: absolute;
    bottom: 40px;
    padding: 0;
    width: 100%;
    left: 0; }
  .blog .items-row .item .readmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 40px;
    background: #000133;
    color: #fff;
    font-size: 14px;
    transition: 0.3s; }
  .blog .items-row .item .readmore:hover {
    opacity: 0.8; }
  .blog .items-row .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1500;
    transition-delay: 0.3s; }
  .blog .items-row .backdrop .screen {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s; }
  .blog .items-row .popup-box {
    position: fixed;
    top: calc(100% + 15px);
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: 1501;
    transition: 0.5s;
    text-align: left; }
  .blog .items-row .popup-box .close-box {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    line-height: 40px;
    background: #fbcc01;
    border-radius: 100px;
    cursor: pointer;
    text-align: center; }
  .blog .items-row .popup-box .box-left {
    float: left;
    padding: 5%;
    width: 50%; }
  .blog .items-row .popup-box .box-left .booknow {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    background: #000133;
    color: #fff;
    border-radius: 100px;
    margin-top: 15px;
    font-size: 16px;
    transition: 0.3s; }
    .blog .items-row .popup-box .box-left .booknow:hover {
      opacity: 0.8; }
  .blog .items-row .popup-box .box-right {
    float: left;
    width: calc(40% - 50px);
    height: calc(100% - 60px);
    background: #eee;
    padding: 30px 20px 30px 30px; }
  .blog .items-row.open .backdrop {
    height: 100vh;
    transition-delay: 0s; }
  .blog .items-row.open .backdrop .screen {
    background: rgba(0, 0, 0, 0.8); }
  .blog .items-row.open .popup-box {
    top: 5%; }

.ba-gallery {
  padding: 0 !important; }

@media (max-width: 1099px) {
  .main-block .content-hold.testface {
    padding: 0; }
    .main-block .content-hold.testface .facebookfeed {
      background: #155667;
      padding: 0 5%; } }

@media (min-width: 1100px) {
  .main-block .content-hold.testface {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin-bottom: -5px;
    padding: 5vh calc((100% - 1000px)/2);
    background: #fff;
    color: #fff; }
    .main-block .content-hold.testface h1::after {
      background: #e4ac01; }
    .main-block .content-hold.testface .content-hold {
      padding: 0 5%;
      background: none; }

  .testimonials {
    width: 40%;
    float: left; }

  .facebookfeed {
    width: 40%;
    float: left; }
    .facebookfeed .cent-col {
      padding: 5vh 0; } }

.bottom-2 {
  background: #155667;
  color: #fff;
  text-align: left; }
  .bottom-2 h1::after {
    background: #e4ac01; }

.content-hold.testface::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(/templates/desttas/images/tabbkg.jpg);
  background-size: cover;
  background-position: top;
  opacity: 0.15;
  background-attachment: fixed; }
  .content-hold.testface .cent-col {
    position: relative;
    z-index: 1; }

.promo {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(228, 172, 1, 0.9);
  color: #fff;
  max-width: 25vw;
  padding-bottom: 20px;
  text-align: left; }
  @media (max-width: 699px) {
  .promo {
    position: relative;
    max-width: none;
    padding-bottom: 40px; } }
  .promo h1 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 50px;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    letter-spacing: 1px; }
  @media (max-width: 699px) {
    .promo h1 {
      padding: 15px 10%;
      margin-bottom: 30px; } }
  .promo h1::after {
    display: none; }
  .promo p {
    margin: 10px 50px;
    font-size: 16px;
    line-height: 22px; }
  @media (max-width: 699px) {
    .promo p {
      margin: 10px 10%; } }

.bottom-1 {
  color: #111; }
  .bottom-1 h1, .bottom-1 h2, .bottom-1 h3, .bottom-1 h4, .bottom-1 h5 {
    color: #155667; }
  .bottom-1 h1:after {
    background: #e4ac01;
    margin: 25px auto; }

#CDSWIDWRL {
  margin: 0 auto !important; }
