/**
* Template Name: Vip Drainage Services London

*/



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #282828;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}
a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover {
  color: #172740;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h2,
h1 {

  font-size:52px;
  color: #043925;
  line-height:60px;
  font-weight:900;
  text-transform: uppercase;
}
h2 span,
h1 span{
  color: #dcaf30;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;

}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNova.eot');
  src: url('../fonts/AlbertusNova.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlbertusNova.woff2') format('woff2'),
    url('../fonts/AlbertusNova.woff') format('woff'),
    url('../fonts/AlbertusNova.ttf') format('truetype'),
    url('../fonts/AlbertusNova.svg#AlbertusNova') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #dfb947;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dfb947;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #dfb947;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #header{
  overflow-x: hidden;
} */
.topInfo {
  position: relative;
  padding: 10px 0 10px 30px;
  background: #043925;
  
}

.topInfo li {
  font-size: 16px;
  color: #172740;
  font-weight: 600;
}
.topInfo li i.fas {
  color: #008080;
}
.topInfo li a {}
.topInfo li img{
  margin-right: 10px;
}
.logo {
  background: #fff;
  position: relative;
  width: 100%;
  box-shadow: 6px 0 5px -2px #efefef;
}

.tp-phone-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tp-phone-dtls span {
    font-size: 15px;
    display: block;
    line-height: 1;
    color: #151b49;
    margin-top: 8px;
}
.tp-phone-dtls a {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}
.tp-phone-icon {
    width: 70px;
}


.navbtn_sec {
  padding:10px 0;
  position: relative;
  justify-content: space-between;
}
.navbtn_sec #navbar{
  padding: 0px;
  padding-left: 15px;
}
/*.navbar ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  display: flex;*/
/*  list-style: none;*/
/*  align-items: center;*/
/*}*/
.navbar li {
  position: relative;
}
.navbar ul li:first-child a {
  padding-left: 15px;
}
.navbar ul li a {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:25px 20px;
  font-size: 18px;
  color: #172740;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar ul li a:hover{
  color: #dcaf30;
}
#navbar > ul > li > a {
    padding: 10px 10px;
    
}


/* Base menu */
.main-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.main-menu > li {
  position: relative;
}

/* Mega menu wrapper */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;       /* background color */
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s ease;
  z-index: 999;
  box-shadow: 0 25px 30px -20px rgba(0, 0, 0, 0.3);
}
.has-mega > a {
  position: relative;
  padding-right: 18px;
}

/* icon hidden by default */
.has-mega > a::after {
  content: "▾";                 /* down arrow */
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  font-size:21px;
  opacity:1;
  transition: 0.3s ease;
}


/* Show on hover */
.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Inner content center */
.mega-menu {
  display: flex;
  justify-content: center;
}

/* Content container */
.mega-column {
  width: 100%;
  max-width: 340px;          /* ONLY content width, menu still full */
  padding: 0 0px;
}

/* Headings */
.mega-column h4 {
  color: #172740;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 25px;
}

/* Links */
.mega-column ul {
  list-style: none;
  padding: 0;
}

.mega-column ul li {
  margin-bottom: 10px;
}

.mega-column ul li a {
  color: #172740;
  text-decoration: none;
  font-size: 17px;
  padding: 0px 25px !important;
}

.mega-column ul li a:hover {
      color: #dcaf30;
}
.mega-column ul li a:hover,
.mega-column ul li a:focus {
  color: inherit !important;
  background: transparent !important;
  font-size: 17px !important;
  color: #dcaf30 !important;
}
.mobile-container .mobile-nav ul li a {
    padding: 12px 15px;
}
.sidebarInfo .mega_menu_item h4 {
    font-size: 20px;
    color: #3d3d3d;
    margin-bottom: 18px;
    padding: 23px 13px 0;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  margin-top:0px;
}
.hero > img{
  width: 100%;
}

.bnrCptn_sec {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  z-index: 1;
}

.btnTitle, .btnTitle h1 {
  font-weight: 800;
  font-size:100px;
  line-height:100px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom:0px;
}
.btnTitle span.srv-s{
  display: block;
  padding-left: 125px;
  position: relative;
}
.btnTitle span.srv-s::before{
  content: " ";
  display: block;
  width: 100px;
  height: 14px;
  background: #dcaf30;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.dran-t {
  color: #dcaf30;
}
.bnrCnt_sec p {
  font-size: 24px;
  color: #fff;
}

.btn-info {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 30px;
  background-color: #a9965b;
  border: 2px solid #a9965b;
  white-space: nowrap;
  border-radius:0px;
}

.yellow-btn {
  background-color: #a9965b;
  border: 2px solid #a9965b;
}
.blue-btn {
  background-color: #172740;
  border: 2px solid #172740;
}
.btn-info:hover {
  background-color: #c5ab5f;
  border: 2px solid #c5ab5f;
  color: #fff;
}
.online_reservation {
  background: url('../img/online-reservation-bg.webp') no-repeat center;
  background-size: cover;
}
.online_reservation p {
  font-size: 20px;
  color: #fff;
}
.online_reservation p strong{
  color: #c5ab5f;
}
.border-btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #c5ab5f;
}




@media (max-width: 767px) {

  .hero {
    position: relative;
    margin-top: 0;
  }

  .topHeader {
    padding: 10px 0;
  }

  .topHeader .logo img {
    max-width: 115px;
  }

  /***** Wrapper *****/

  .wrapper {
    display: block;
  }

  /***** Sidebar *****/

  .sidebar {
    width: 345px;
    height: 100vh;
    position: fixed !important;
    top: 0;
    left: -350px;
    z-index: 999;
    background: #fff;
    color: #333333;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar ul.nav {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .sidebar ul.nav li {}

  .sidebar ul.nav li a {
    font-size: 17px;
    color: #333333;
  }

  .sidebar ul.nav li a.active,
  .sidebar ul.nav li a:hover {
    background: #dcaf30;
    color: #fff;
  }

  .sidebar ul.toprtInfo {
    padding: 0 15px;
  }

  .sidebar ul.toprtInfo li:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .sidebar ul.toprtInfo li a {
    font-size: 16px;
  }

  .sidebar ul.toprtInfo li.topHone a {
    font-size: 22px;
    color: #ffffff;
  }
.mobile-container .mobile-nav {
        background: #043925;
    }

.mobile-container .mobile-nav ul li li a {
        color: #fff;
    }
    .sidebar ul ul a {
        background: #043925;
    }
.sidebarInfo .topInfo {
    float: left;
    width: 100%;
}


  /***** Content *****/

  .content {
    width: 100%;
    transition: all 0.3s;
  }

  /***** Dark overlay *****/

  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
  }

  .overlay.active {
    display: block;
    opacity: 1;
  }

  .open-menu {
    position: static;
    top: 20px;
    left: 10px;
    z-index: 997;
    box-shadow: none;
  }

  .open-menu.btn-customized,
  .open-menu.btn-customized:hover,
  .open-menu.btn-customized:active,
  .open-menu.btn-customized:focus,
  .open-menu.btn-customized:active:focus,
  .open-menu.btn-customized.active:focus,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
  }

  /* Style for all buttons with the class btn-customized */

  a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 18px;
    background: none;
    border: 0;
    border-radius: 4px;
    font-size: 27px;
    font-weight: 300;
    color: #043925;
    box-shadow: none;
    margin-left: auto;
    line-height: 60px;
  }

  a.btn-customized:hover,
  a.btn-customized:active,
  a.btn-customized:focus,
  a.btn-customized:active:focus,
  a.btn-customized.active:focus,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #fff;
    /* for browsers that don't recognize rgba */
    border: 0;
    color: #043925;
    box-shadow: none;
  }

  .dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #043925;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    z-index: 1;
  }

  .dismiss i {
    color: #fff;
  }

  .dismiss:hover,
  .dismiss:focus {
    background: #a9965b;
    color: #fff;
  }

  .sidebar .logo {
    padding: 25px 20px 30px;
    border-bottom: 0px solid #444;
    transition: all .3s;
    text-align: center;
  }

  .sidebar .logo .navbar-brand {
    position: static;
  }

  .sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 0px solid #444;
    transition: all .3s;
  }

  /*.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #444;
}

 .sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #df0909;
  color: #fff;
} */

  .sidebar ul li a i {
    margin-right: 5px;
  }

  .sidebar ul li.active>a,
  a[aria-expanded="true"] {
    background: #df0909;
    color: #fff;
  }

  .sidebar ul ul a {
    background: #043925;
    padding-left: 30px;
    font-size: 15px;
  }

  .sidebar ul ul li.active>a {
    background: #555;
  }

  .sidebar a[data-toggle="collapse"] {
    position: relative;
  }

  .sidebar-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .sidebar-info a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #df0909;
    border-radius: 42px;
    line-height: 40px;
    text-align: center;
  }
.sidebar .topInfo li a {
  font-size: 16px;
}
.sidebar .tp-phone-row{
  padding: 15px 0 0;
}



  .bnrCptn_sec {
    margin-top: 0px;
    text-align: left;
  }

  .perid_text {
    font-size: 30px;
    line-height: 30px;
  }

  .btnTitle {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 15px;
    
  }
  .btnTitle span {
    display: block;
    padding-left: 0;
  }

  .bnrCnt_sec p {
    font-size: 18px;
    line-height: 30px;
  }

  .btn-info {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 22px;
  }

  .non_surgical_facelift .btn-info {
    padding: 14px 14px;
  }

  .hero>img {
    height: 360px;
    object-fit: cover;
  }


}

@media (max-width:440px) {}






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.innerBanner{
  position: relative;
}
.innerBanner > img{
  width: 100%;
}
.innerBnr__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.inner__Title {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-size:60px;
  line-height: 58px;
  text-transform: uppercase;
  color: #172740;
}








/*--------------------------------------------------------------
open-popup
--------------------------------------------------------------*/


.open-popup {
  cursor: pointer;
  color: #fff;
}

/*.overlay {*/
/*  position: fixed;*/
/*  z-index: 1000;*/
/*  display: flex;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  justify-content: center;*/
/*  background: rgba(0, 0, 0, .3);*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  transition: all .3s;*/
/*  margin: auto;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*}*/








@media only screen and (max-width: 690px) {
  .popup .icon-close {
    font-size: 40px;
  }

  .popup-inner .cta__title,
  .popup-inner .cta__contact-title {
    font-size: 22px;
  }

  .popup-inner .cta__item-title {
    font-size: 18px !important;
  }

  .popup-inner .cta__item-text,
  .popup-inner .cta__contact-text,
  .popup-inner .cta__text {
    font-size: 16px;
  }

  .popup-inner .book-url {
    padding: 25px 20px 20px 60px !important;
  }

  .popup .popup-inner {
    padding: 20px 0px;
    overflow-x: hidden;
  }

  .popup-inner .icon-talk {
    text-align: right;
  }

  .popup-inner i.icon-talk img {
    width: 50%;
  }

  .popup-inner .cta__contact-text {
    max-width: 60%;
  }



}



/* Popup Form Start
================================== */

.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  /*  text-align: center;*/
}

.popup .popup__content {
  /*  width: 80%;*/
  overflow: hidden;
  padding: 0px;
  background: white;
  color: DC1C28;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 840px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  z-index: 99;
}

.popup .popup__content .close {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  display: block;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #000;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.contact-wrap {
  padding: 50px 20px 50px 0;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.popup-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0px;
  border: 0px solid #888;
  /*    width: 50%;*/
  max-width: 745px;
  overflow: hidden;
  max-width: 745px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: 400;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  line-height: 29px;
}

.popup-content a.close:hover {
  color: #333;
}

.popup-container:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.wrapper {
  width: 100%;

}

.info-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.popup-content .wrapper .row [class*=col-] {
  padding: 0px;
}

.contactForm .form-control {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  padding: 12px 0;

}

.contactForm .form-control:focus {
  box-shadow: none;
}

.contactForm p {
  margin-bottom: 0px;
}

.contact-wrap h4 {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 40px;
}

.contactForm .contact-wrap h4 {
	color:#172740;
  font-size: 32px;
}
.contactForm .btn-primary {
  display: inline-block;
  background-color: #a9965b;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  border-radius: 6px;
  letter-spacing: 0.25px;
  transition: all .3s;
  border-color: #a9965b;
  margin-top: 25px;
}

.contactForm .btn-primary:focus {
  box-shadow: none;
}

/* ===================== */
.header_mid .top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header_mid .top-right h3 {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}
.header_mid .top-right .social-icon {
    gap: 15px;
}
.social-icon a {
    display: inline-block;
    border: 1px solid #eee;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 36px;
    line-height: 36px;
    color: #fff;
}
.topInfo li a {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}


.hsub-title {
  font-size: 22px;
  line-height: 34px;
  color: #043925;
  font-weight: 500;
}



.pds_bg {
  background: url('../img/pds-bg.webp') no-repeat center;
  background-size: cover;
}
.bg_043925 {
  background: #043925;
}
.our-drainage-cleaning h2 {
  color: #fff;
}
.odrng-cicon {
  width: 112px;
  height: 112px;
  border-radius: 112px;
  background: #dcaf30;
  border: 8px solid #70742b;
}
.odrng-c h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 15px;
}
.odrng-c p {
  color: #6f877e;
}
.odrng-cthumb {
  position: relative;
}
.odrng-cthumb .btn-rw {
  position: absolute;
  bottom:70px;
  left: 50%;
  transform: translateX(-50%);
}

.odrng-cthumb .btn-rw a {
  outline: 6px solid rgba(220, 175, 48, 0.5);
  border: none;
}

.btn-deflt {
  background: #dcaf30;
  border-radius: 100px;
  border: 6px solid #eed99c;
  display: inline-block;
  padding: 14px 36px;
  font-size: 18px;
  color: #043925;
  text-transform: uppercase;
  font-weight: 500;

}

.btn-deflt.btn-border-line{
    border: 6px solid #70742b;
}


.bg_dcaf30 {
  background: #dcaf30;
}
.ourGoal-cnt h2 {
  color: #fff;
}
.trust-text {
  color: #fff;
  font-size: 30px;
  margin: 25px 0;
}
.call-us-now {
  background: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #313a3d;
  padding: 30px 60px;
  border: none;
}
.abot-drang-serv{
  position: relative;
}
.abot-drang-serv::after{
  content: " ";
  display: block;
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 308px;
  height: 427px;
  background: url('../img/ad-services-london-thumb.webp') no-repeat;
  background-size: 100%;
}
.reasons-to-select .dflt-title {
  max-width: 1140px;
  margin: 0 auto;
}
.card-item{
  text-align: center;
  border-radius: 20px;
}
.card-item h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0 20px;
}
.ci-border{
  border: 3px solid #dcaf30;
}
.ci-padd {
  padding: 40px 23px;
}
.card-item-thumb img{
  border-radius: 20px;
}

.nei-thumb img{
  border-radius: 100px;
}
.nei-content{
  color: #fff;
}
.nei-content h2 {
  color: #fff;
  margin-bottom: 30px;
}
.qodef-icon-holder {
  

}
.neiv-ipsam-row {
  padding-top: 70px;
}
.qodef-icon-holder span{
  background: #dcaf30;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  outline: 6px solid rgba(220, 175, 48, 0.5);
}
.qodef-m-icon-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.qodef-m-content {
  color: #fff;
}
.qodef-m-content h5{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.pageError h3 {
    font-size: 42px;
    color: #373737;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-banner {
    position: relative;
}
.inner-banner > img{
  width: 100%;
}
.inner-banner-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.inner-banner-title h2 {
    color: #fff;
}

.getinTouch {
  border: 2px solid #c2c2c2;
  height: 100%;
  padding: 65px 35px;
  border-radius: 30px;
}
.getinTouch h5 {
  font-size: 40px;
  font-weight: 700;
  color: #043925;
  margin-top: 40px;
}
.getinTouch a, .getinTouch p {
  font-size: 30px;
  color: #696969;
  line-height: 44px;
}

.contact__area .getinTouch a, .contact__area .getinTouch p {
  font-size: 22px;
}

.have-ques-dtls-sec {
  background: url('../img/cnt-bg.webp') no-repeat center;
  background-size: cover;
}
.have-ques-dtls > form{
  max-width: 1010px;
  margin: 0 auto;
}
.have-ques-dtls .form-group {
    margin-bottom: 10px;
}
.have-ques-dtls .form-control {
    height: 72px;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border: 2px solid #b7b7b7;
    border-radius:100px;
    padding: 20px 40px;
}
.have-ques-dtls textarea.form-control {
    height: 224px;
    border-radius: 30px;
}
.cntFrm-submit .btn-submit {
    background: #dcaf30;
    border-radius: 100px;
    border: 6px solid #eed99c;
    display: inline-block;
    padding: 14px 50px;
    font-size: 18px;
    color: #043925;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
  background: #dcaf30;
    border-radius: 100px;
    border: 6px solid #eed99c;
}
.cntFrm-submit .secbtn {
  text-align: center;
}


.btn-deflt.prto-prtn{
  background: #18412d;
  border-color: #90a49b;
  color: #fff;
}
.btn-deflt.reduc-r{
  background: #fff;
}

.bg_f2fff8 {
  background: #f2fff8;
}

.srvs-fow {
  color: #fff;
}

ul.wcvp-list{}
ul.wcvp-list li {
  position: relative;
  padding-left: 50px;
}
ul.wcvp-list li img {
  position: absolute;
  left: 0;
}


.dmst-cmrcl-srvs-thumb {
  border-radius: 30px;
  border:15px solid rgba(24, 65, 45, 0.22);
}
.bg_f2fff8 {
  background: #f2fff8;
}

.bg_18412d {
  background: #18412d;
}
.integration-drainage-sersbox {
  height: 100%;
}
.integration-drainage-sersbox {
  padding: 80px 35px;
}
.integration-drainage-sersbox p {
  color: #fff;
}
.cntct-vip-content h4 {
  font-size: 40px;
  color: #fff;
}
.cntct-vip-content h4 span{
  color: #18412d;
}

.gas-safety-inspections,
.gas-safety-inspections h2 {
  color: #fff;
}

ul.types-of-list {
  margin-bottom: 25px;
}
ul.types-of-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
ul.types-of-list li::before{
  content: url('../img/g-arrow-icon.webp');
  position: absolute;
  top: 0;
  left: 0;
}

.benefits-of-professional-leak-detection {
  background: url('../img/benefits-of-professional-leak-detection.webp') no-repeat right center;
  background-size: cover;
}
.benefits-of-pro-sec {
  color: #fff;
}

.solutions-for-standing-water{
  background-position: center !important;
  background-size: cover !important;
}
.solutions-fstnd{
  color: #fff;
}
.solutions-fstnd h2{
  color: #fff;
}

.benfts-prfsnl-rsltn-thumb img {
  border-radius: 0 0 300px 300px;
}

.blocked-drain-clearance-methods-content {
    height: 100%;
    display: flex;
    align-items: center;
}










.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}
/* ========================= */

.ftrtop_sec{
  background: #04281a;
  padding: 60px 0;
}
.ftrbxes h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
ul.ftrlist li a {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    transition: all 0.5s;
    text-transform: capitalize;
}
ul.ftrlist li a:hover{
  color: #dcaf30;
}
ul.ftrAdd_list li{
  padding-left: 34px;
  margin-bottom: 35px;
}
ul.ftrAdd_list li,
ul.ftrAdd_list li a {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  position: relative;
}

ul.ftrAdd_list li i {
    color: #dcaf30;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 0;
}
ul.ftrAdd_list li a:hover{
  color: #dcaf30;
}
.ftrcopyRight {
  background: #032115;
  padding: 20px 0;
  color: #838383;
}
.ftrcopyRight p a {
  color: #dcaf30;
}
.ftrcopyRight > .container > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftrcopyRight .social-icon {
  gap: 10px;
}


.ftrlist li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 0px;
}

.ftrlist li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #dcaf30;
  border-radius: 50%;
  transform: translateY(-50%);
}
.benft-text {
  color: #fff !important;
}
.rtr-wcolor p {
  color: #fff;
}

.ftr-gas-sefe-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
}
.ftr-gas-sefe-logp img {
    max-width: 85px;
}

.internal-and-external-emrgc {
  padding: 30px 35px;
  margin-top:50px;
}

.benefits-of-professional-thumb img {
    border-radius: 300px 300px 0 0 ;
}

.bg_163f2a{
  background: #163f2a;
}
.emergncy-and-prevnt-content{
  height: 100%;
  display: flex;
  align-items: center;
}
.emrgncy-prevnt-content-inner {
  max-width: 690px;
  margin-left: auto;
  text-align: center;
  color: #fff;
}
.emrgncy-prevnt-content-inner h2 {
  color: #fff;
}
.emergncy-and-prevnt-thumb img{
  width: 100%;
}
.blocked-drain-clearance-methods-content{
  height: 100%;
  display: flex;
  align-items: center;
}
.blocked-drain-clearance-methods-content-inner{
  max-width: 810px;
  color: #fff;
}
.blocked-drain-clearance-methods-content-inner h2{
  color: #fff;
}
.blocked-drain-clearance-methods .emergncy-and-prevnt-thumb img {
    height: 610px;
    object-fit: cover;
}

.pland-wtr-drng-thumb-caption {
    margin-top: -185px;
}
.pland-wtr-drng-thumb-caption-inner{
  max-width: 1216px;
  margin: 0 auto; 
  text-align: center;
  padding: 40px;
  background: #fff;
  position: relative;
}
.engs-text {
  max-width: 1088px;
  margin: 0 auto;
}
.bg_e1a81e {
  background: #e1a81e;
}
h2 span.wtrppe-color{
  color: #163f2a;
}


.border-10 img{
  border: 10px solid #ccd5d1;
}




.section-divider {
    width: 6px;
    background: #e1a81e;
    height: 100%;
    min-height: 200px;
    position: relative;
    left: 40px;
}

.content-text {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    font-weight: 400;
}

.content-text p {
    margin-bottom: 28px;
}

/* Extra spacing control */
.content-wrapper {
    padding-left: 40px;
}


.video-wrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 30px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .section-divider {
        display: none;
    }

    .content-wrapper {
        padding-left:15px;
    }
.environmental-and-safety-standards .coverage-acrs-lndn-header {
    max-width: 760px;
    margin-top: 100px;
}

}

@media (max-width: 576px) {
    .section-title {
        font-size: 38px;
    }

.environmental-and-safety-standards::after{
  right: 30px !important;
}

}

.solutions-fstnd h2.clrText{
  color: #163f2a;
}
.cmmrc-hpwj-sec {
  max-width: 834px;
}

.environmental-and-safety-standards {
  position: relative;
}
.environmental-and-safety-standards::after{
  content: " ";
  display: block;
  width: 318px;
  height: 242px;
  background: url('../img/environmental-and-safety-standards.webp') no-repeat;
  position: absolute;
  top: -100px;
  right: 50px;
}


.prfs-title{
  font-size: 40px;
}


.video-wrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 30px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-img {
  transition: 0.3s;
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.inner-img:hover {
  transform: scale(1.1);
}










