html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: 'AktivGrotesk';
  font-size: 16px;
  /*	font-size: calc(0.48em + 1vmin);*/
  color: #333;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

ul li {
  margin-bottom: 8px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #484343;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.header-h3 a {
  display: inline-block;
}

.header-h3 p {
  font-size: 20px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-1 {
  font-size: 3rem !important;
}

.font-2 {
  font-size: 20px;
  font-weight: 600;
}

.text-blue {
  color: #03b3ef;
}

.bg-color1 {
  background-color: #03b3ef;
}

.bg-color2 {
  background-color: #004597
}

.bg-color3 {
  background-color: rgb(207, 207, 207);
}

.text-color:hover,
.text-color:focus {
  color: #004597;
}

.btn1 {
  padding: 10px 30px;
  border: 2px solid #fff;
  background-color: transparent;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.service-box:hover .btn1,
.service-box:focus .btn1 {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn1:hover,
.btn1:focus {
  background-color: #000;
  color: #fff;
}

.btn2 {
  padding: 10px 30px;
  border: 2px solid transparent;
  background-color: #6c757d;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.btn2:hover,
.btn2:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-theme {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  /*font-family: 'Open Sans';*/
  padding: 22px 35px;
  margin-top: 25px;
  text-transform: uppercase;
}

.btn-theme:hover,
.btn-theme:focus {
  background: #fff;
  color: #000;
}

.padd-50 {
  padding: 50px;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

/*.container-fluid {
  padding-left: 3%;
  padding-right: 3%;
}*/

.progress-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 3px;
}

.progress-bar {
  height: 3px;
  background: #d4af37;
  width: 0%;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.isStuck {
  background-color: #31353a;
}

.headerpart2 {
  display: none;
}

.header {
  background-color: #484343;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-page .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background-color: transparent;
}


.logo {
  display: table;
  margin: 0px auto;
  position: relative;
  text-align: center;
  /* background: #101010a6; */
  padding: 20px 0;
}

/*.logo .img-fluid{
	max-width: 200px;
}*/
.logo .logo-shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 216px;
  top: 105%;
  z-index: -1;
  margin: 0 auto;
}

.header-top-right {
  text-align: right;
}

.top-contact-list,
.social-link,
.get-a-quote {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 0;
}

.top-contact-list li,
.social-link li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-contact-list li {
  padding: 0 15px;
}

.top-contact-list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-contact-list li:last-child:before {
  display: none;
}

.top-contact-list li a {
  color: #fff;
  font-size: 18px;
  /*    margin-left: 30px;*/
  display: block;
}

.top-contact-list li:first-child {
  padding-left: 0;
}

.top-contact-list li i {
  font-size: 20px;
  vertical-align: middle;
}

.top-contact-list li a:hover {
  color: #cacaca;
}

.social-link li {
  padding-right: 0;
}

.social-link li a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /*margin-right: 10px;*/
  border: 2px solid #fff;
}

.get-a-quote {
  background-color: transparent;
  border: 2px dotted #018859;
  background-color: #d4af37;
  border-radius: 30px;
  color: #fff;
  padding: 10px 26px;
}

.get-a-quote:hover,
.get-a-quote:focus {
  background-color: #fff;
  border-color: #d4af37;
  color: #d4af37;
}

.mobile-menu {
  display: none;
}

.nav-wrapper {
  display: block;
  text-align: right;
}

.navigation>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: -4px;
}

/*.navigation>li:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #fff;
  content: "";
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.navigation>li:last-child {
  margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  /* background-color: #ff8daa; */
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  /* border-bottom: 3px solid #9a9a9a; */
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  margin-bottom: 0px;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 8px 10px;
  color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:last-child:before,
.navigation>li:first-child {
  display: none;
}

.navigation a {
  /*	text-transform: uppercase;*/
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
  padding-right: 40px;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  /*    display: block;*/
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #fff;
  background-color: #03b2f0;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #fff;
  background-color: #000;
}

.slider-wrapper {
  position: relative;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inner-content {
  position: absolute;
  left: 10%;
  text-align: left;
  width: 80%;
  z-index: 9;
  bottom: auto;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-content {
  font-size: 20px;
  margin-bottom: 25px;
}

.inner-content h2 {
  padding: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  font-style: normal;
  line-height: 72px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  display: block;
}

.inner-content h2 span {
  padding: 0;
  color: #fff;
  font-size: 47px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-top: 20px;
  display: block;
  letter-spacing: 1px;
}

.inner-content p {
  font-size: 30px;
  line-height: 17px;
  padding: 18px 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.list1 li,
.list2 li,
.lists1 li,
.areas-list li {
  padding: 0px 0 5px 21px;
  position: relative;
}

.list1 li:before,
.list2 li:before,
.lists1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}

.areas-list li:before {
  content: "\F3E7";
  color: #000000;
  font-size: 15px;
}

.lists1 li:before {
  color: #000000;
}

.list2 li:before {
  color: #000000;
}

.list3 {
  margin-left: 16px;
}

.list3 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.home-parallax {
  position: relative;
  overflow: hidden;
  /*height: 1050px;*/
  /* padding: 300px 0; */
}

.home-parallax h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.parallax-window {
  height: 450px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-page .parallax-window {
  height: 100vh;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.home-parallax .container {
  position: relative;
  z-index: 9;
}

.page-banner {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.page-banner .page-banner-img {
  object-fit: fill;
  height: 100%;
}

.mini-banner {
  position: absolute;
  bottom: 145px;
  left: 0;
  width: 100%;
  content: '';
  z-index: 1;
}

.overlap {
  position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before,
.overlap3:before {
  background-color: rgb(20 20 20 / 12%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap1:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
  background: linear-gradient(rgba(17, 17, 17, 0.90), rgba(17, 17, 17, 0.50));
}

.overlap3:before {
  background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.692));
}

.site-map-list li a {
  color: #000000;
}

.site-map-list li a:hover {
  color: #000000;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
  margin: 0;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.service-box {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  height: 350px;
}

.service-box .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.service-box:hover .service-content {
  background-color: rgba(0, 0, 0, 0.65);
}

.service-box .service-content-box {
  display: table-cell;
  vertical-align: middle;
}

.service-box .service-content-box p {
  color: #fff;
}

.pricelist-block li {
  padding: 10px 0;
  border-bottom: 2px dashed #dedede;
}

.pricelist-block li .service-price {
  text-align: right;
  float: right;
}

.border-style1 {
  border-top: 5px dotted #d4af37;
}

.footer-widget {
  /*	padding:20px 0 40px 0;*/
}

.footer-widget a:hover {
  color: #b1b1b1;
}

.widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #018859;
  margin-bottom: 20px;
}

.footer-logo {
  width: 300px;
}

.footer-logo2 {
  width: 100px;
}

.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 15px;
  display: inline-block;
  color: #fff;
}

.footer-menu li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
  /* font-size: 13px; */

}

.footer-links {
  display: block;
  color: #fff;
  border-top: 1px dotted #fff;
  padding-top: 20px;
  margin-top: 20px;
}

.footer-links li {
  display: inline-block;
  vertical-align: middle;
}

.footer-menu li a:hover,
.footer-links a:hover {
  color: #b1b1b1;
}

.address-box {
  display: flex;
  align-items: center;
}

.address-box .address-icon-holder {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;

  line-height: 40px;
  text-align: center;
  position: relative;
}


.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box .address-content strong {
  color: #ffffff;
}

.address-box .address-content {
  color: #ffffff;
}

.address-content p a:hover {
  color: #aaaaaa;
}

.contact-wrap1 {
  text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #ffffff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #c11515;
}

.contact-wrap1 .address-icon-holder1:before {
  display: none;
}

.contact-wrap1 .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
}

.contact-wrap1 .address-content strong {
  font-size: 18px;
}

.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 15px 20px;
  margin-top: -40px;
}

.contact-wrap1 .address-content p a:hover {
  color: #211f44;
}

.select-control {
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  color: #6c757d;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}

select.select-control {
  font-family: Arial !important;
}

.form-control {
  /*height: 45px;
    padding:10px;
    border:1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;*/
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  box-shadow: none;
  box-sizing: border-box;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  /*border-color: #ffffff;*/
}

textarea.form-control {
  height: 150px;
  resize: vertical;
}

.single-service-item {
  margin: 15px 0;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

.service-bg {
  background: url(../images/extensions.jpg);
  background-position: center center;
  position: relative;
  background-size: cover;
}

.service1-bg {
  background: url(../images/refurbishments.jpg);
  background-position: center center;
  position: relative;
  background-size: cover;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.705);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner-bg-section {
  height: 80vh;
  background-image: linear-gradient(rgba(39, 39, 39, 0.75),
      rgba(39, 39, 39, 0.75)),
    url("../images/banner.jpg");
  background-position: 0 0, 50% 40%;
  background-size: cover;
}

.caption-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 90%;
  left: 5%;
  height: auto;
  content: "";
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
  /* padding-top: 139px; */
}

.caption-content h1 span {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 47px;
}

.caption-content h1 {
  /* color: #ffffff; */
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  font-family: 'AktivGrotesk';
  font-weight: 500;
  margin: 0px 0 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: -0.03em;
  /* padding-top: 50px; */

}

.caption-content p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.btn3 {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 7px;
  font-family: 'AktivGrotesk';
  padding: 18px 35px;
  margin-top: 25px;
  transition: 0.3s 0.2s ease-in-out !important;
}

.btn3:hover {
  background-color: #fff !important;
  color: rgb(0, 0, 0) !important;
}

.flexbox .element {
  height: 100%;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0 0 0 / 50%);
  content: '';
}

.parallax.overlap1:before {
  background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
  position: relative;
  z-index: 1;
}

.parallax-fixed {
  background-attachment: fixed;
}

.testimonial-slider i {
  font-size: 70px;
  margin-bottom: 8px;
}

.testimonial-slider .item {
  padding: 50px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: rgb(255, 255, 255);
  border: none;
  padding: 0 !important;
  font: inherit;
  padding: 20px;
  text-align: center;
  font-size: 80px;
  width: 70px;
  height: 70px;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: rgb(255, 255, 255);
  border: none;
  padding: 0 !important;
  font: inherit;
  padding: 20px;
  text-align: center;
  font-size: 80px;
  width: 70px;
  height: 70px;
}

.owl-nav {
  text-align: center;
}

#top-button {
  display: inline-block;
  background-color: #d1d1d1;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button::after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 40px;
  color: #000000;
}

.bggreen-section .list1 li::before {
  color: #fff;
}

/* #top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
} */

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.logo-slider .item img {
  width: 200px;
  /*  height: 170px;*/
  /* padding: 50px; */
  /* border-radius: 50%; */
}

.logo-slider .item {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.logo-slider .owl-nav {
  display: none;
}

.logo-slider .owl-dots {
  display: none;
}

.logo-slider .item h4 {
  font-size: 20px;
}

.structural-alterations-box {
  background-color: rgb(233, 233, 233);
  padding: 20px;
}

.testimonial-box {
  padding: 40px;
  border: 1px solid rgb(226, 225, 225);
  text-align: center;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
  min-height: 330px;
}

.testimonial-box i {
  color: #fff;
  /* font-size: 10px;    */
}

.testimonial-box>div {
  color: #000;
  font-size: 60px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #717a56;
  border-radius: 50%;
  margin: 0 auto 20px;

}

.row.contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 83px 80px 80px;
  border-radius: 5px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.single-contact-box {
  padding: 25px 30px 8px;
  background: #fff;
  margin-bottom: 30px;
  margin-right: 6px;
  border-radius: 5px;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  position: relative;
  z-index: 1;
}

.single-contact-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #0D0E14;
  transition: .5s;
  border-radius: 5px;
}

.contact-icon {
  /* float: left;
    padding-right: 15px; */
}

.contact-icon i {
  font-size: 30px;
  display: inline-block;
  color: #000000;
  transition: .5s;
}

.contact-content {
  overflow: hidden;
}

.contact-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 10px;
  margin-top: 0;
  transition: .5s;
}

.contact-desc p {
  font-size: 15px;
  line-height: 26px;
  transition: .5s;
}

.contact-detail strong {
  font-size: 18px;
}

.contact-container {
  background-color: #dfdfdfa6;
  padding: 21px;
  border-left: 10px solid #717a56;
  border-radius: 10px 0 0 10px;
  display: flex;
  gap: 15px;
}

.home-parallax>.fl-row-content-wrap:after {
  background-image: linear-gradient(360deg, #ffffff 1%, rgba(255, 255, 255, 0) 11%);
}

.testimonial-bg {
  border: 10px solid #484343;
  padding: 80px 7px;
  height: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.testimonial-bg:before {
  content: "\F6B0";
  font-family: "bootstrap-icons";
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #717a56;
  text-align: center;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 2%;
}

.testimonial {
  padding: 0 15px;
}

.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}

.half-patch-section {
  position: relative;
}

.img-topbtm-line {
  position: absolute;
  width: 28%;
  background-color: #717a56;
  height: 130%;
  margin: 0 auto;
  text-align: center;
  right: 0;
  top: -35px;
}

.imgthumb-custom {
  border: 1px solid #000;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
}

.bgpath-color {
  position: relative;
}

.bgpath-color::before {
  position: absolute;
  content: '';
  width: 95%;
  border: 2px solid #000;
  height: 45%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bgpath-color::after {
  position: absolute;
  content: '';
  width: 94%;
  border: 2px solid #717a56;
  height: 52%;
  margin: 0 auto;
  text-align: center;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.imgcurve {
  z-index: 1;
}

.imgcurve img {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  border-radius: 5px;
}

.half-patch-left.half-patch-section .img-topbtm-line {
  background-color: #717a56;
  right: auto;
  left: 0;
}

.overlap-white {
  position: relative;
}

.overlap-white:before {
  background-color: rgba(255, 255, 255, 0.86);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap-white .bgpath-color::before {
  background: #717a56;
}

.z-1 {
  z-index: 1;
}

.flexbox .element {
  height: 100%;
}

.pulborough-page .bgpath-color::before {
  width: 100%;
}

.pulborough-page .bgpath-color::after {
  width: 100%;
}

.pulborough-page .pulborough-section-two .bgpath-color::after {
  width: 94%;
}

.pulborough-page .pulborough-section-two .bgpath-color::before {
  width: 94%;
}

.pulborough-page .overlap-white .bgpath-color::before {
  background: #fff;
}

.pulborough-page .imgcurve img {
  clip-path: none;
}

.owl-dot {
  margin-top: 40px !important;
}

.disc-list-style li {
  list-style: disc;
  margin-left: 20px;
}

.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #000;
  /* border: 2px solid #000; */
  background-color: #000 !important;
  margin: 0 10px;
}

.owl-carousel button.owl-dot.active {
  background-color: #717a56 !important;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.form-btn {
  background: #3498db;
  border: none;
  padding: 15px 35px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.form-btn:hover,
.form-btn:focus {
  background: #737373;
  color: #fff;
}

.ser-box {
  min-height: 565px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.ser-box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ser-box:hover img {
  transform: scale(1.1, 1.1);
}

.color-box {
  height: 200px;
  display: flex;
  align-items: center !important;
  justify-content: center;
}

.color-box img {
  width: 120px;
  display: flex;
  margin: 0 auto;
}

.color-box1 {
  background-color: #a4ac8a;
}

.color-box2 {
  background-color: #717a56;
}

.color-box3 {
  background-color: #555c41;
}

.color-box4 {
  background-color: #3a3e2c;
}

.first-box {
  padding: 40px;
  text-align: center;
  background: linear-gradient(to top, #DA2028 0%, #ED472E 50%, #F04E23 100%);
  /*  clip-path: polygon(0 0, 93% 0, 100% 44%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);*/
  clip-path: polygon(8% 0%, 92% 0%, 100% 30%, 100% 100%, 0 100%, 0% 30%) !important;
  height: 100%;
  width: 100%;
  position: relative;
}

.first-box h3 {
  color: #fff;
  font-size: 40px;
}

.first-box p {
  font-size: 20px;
  color: #fff;
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.ser-box {
  margin-bottom: 35px;
}

.ser-box h2 {
  font-size: 26px;
}

.trusted h2 {
  text-transform: capitalize;
}

.footer-logo img {
  width: 30%;
}

.footer-links img {
  width: 10%;
  margin-bottom: 10px;
}

.hcCqAM {
  z-index: 999 !important;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.connect-box {
  background: #6c757d;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 40px;
}

.connect-box h4 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.connect-box h2 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 3px;
  /*  border-bottom: 5px solid #000;*/
  width: 100%;
  position: relative;
  color: #fff;
  /*  margin-bottom: 0px;*/
}

.connect-box p {
  margin-bottom: 30px;
}

.icon-text span img {
  width: 20%;
}

.icon-text {
  display: flex;
}

.video-bg {
  width: 100%;
  height: 700px;
  position: relative;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-wrap1{
	width: 100%;
	height: 700px;
}

.video-wrap1 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-wrap2{
	width: 100%;
	height: 500px;
}

.video-wrap2 video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(255 255 255 / 76%) 0%, rgb(203 203 203 / 56%) 100%);
}

.sec-title2 span {
  font-size: 18px;
}

.video-sec h2 {
  font-size: 45px;
  text-transform: uppercase;
}

.frame-sec iframe {
  width: 100%;
  min-height: 600px;
}

.pt-big-title {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  display: inline-block;
  z-index: -1;
}

.pt-big-title .pt-big-title1 {
  color: #efefef;
  ;
  font-size: 7em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0px;
  opacity: 1;
}

.pt-section-big-title {
  position: absolute;
  left: 0;
  width: 100%;
  display: inline-block;
}

.pt-section-big-title .big-heading-title {
  color: rgba(255, 255, 255, 0.06);
  font-size: 8em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0px;
  opacity: 1;
}

.experience-box {
  background-color: #03b3ea;
  color: white;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  left: 35%;
}

.inner-box {
  padding: 30px;
  border: 1px solid #03b3ea;
  width: 100%;
}

.inner-box1 {
  padding: 30px;
  border: 3px dashed #03b3ea;
}

.inner-box2{
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inner-box3 {
  padding: 30px;
  border: 3px double #03b3ea;
}

.inner-box4 {
  padding: 30px;
  background-color: #03b3ea;
}

.area-box {
  padding: 15px 25px;
  border: 1px solid #03b3ea;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  transition: 0.6s;
}

.area-box:hover {
  background-color: #03b3ea;
  color: #fff;
}

.contact-widget {
  /* margin: 15px 0; */
  color: #4c4747;
}

.contact-widget .widget-title {
  font-family: 'AktivGrotesk';
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
}

.address-box1 {
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px 20px;
}

.address-box1 .address-icon-holder {
  float: left;
  margin-right: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #03b3ea;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.address-box1 .address-content {
  position: relative;
  overflow: hidden;
}

/* .address-box .address-content strong {
	color: #ffffff;
} */

.address-box1 .address-content {
  color: #ffffff;
}

.contact-wrap1 {
  text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 5px solid #fff;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  line-height: 60px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #d3af37;
}

.contact-wrap1 .address-icon-holder1:before {
  display: none;
}

.contact-wrap1 .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  min-height: 160px;
}

.contact-wrap1 .address-content strong {
  font-size: 18px;
}

.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 15px 20px;
  margin-top: -40px;
  /* height: 180px; */
}

.contact-form-sec {
  padding: 30px;
  border: 1px solid #000;
  border-width: 2px;
  border-style: solid;
  border: 1px solid #3498db;
}


@media (min-width: 1280px) and (max-width: 1365px) {
  .navigation a {
    padding: 0 18px;
  }

  .logo-slider .item h4 {
    font-size: 18px;
  }

  .contact-container {
    background-color: #dfdfdfa6;
    padding: 18px 8px;
    border-left: 10px solid #868686;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
  }

}

@media (min-width: 992px) and (max-width: 1279px) {

  .logo-slider .item h4 {
    font-size: 18px;
  }

  .navigation a {
    padding: 0px 14px;
    font-size: 13px;
  }

  .contact-container {
    background-color: #dfdfdfa6;
    padding: 21px 10px;
    border-left: 10px solid #868686;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 8px;
  }

  .contact-icon i {
    font-size: 25px;
  }

  .contact-detail {
    font-size: 14px;
  }

  .bgpath-color::before {
    height: 75%;
  }

  .pt-big-title {
    top: -100px !important;
  }

  .pt-big-title .pt-big-title1 {
    font-size: 6rem !important;
  }
}

@media (min-width: 220px) and (max-width: 991px) {
  .headerpart2 {
    display: block;
  }

  .headerpart1 {
    display: none;
  }

  .logo-slider .item h4 {
    font-size: 16px;
  }
  .video-wrap2{
	width: 100%;
	height: 100%;
}
.video-wrap1{
	width: 100%;
	height: 100%;
}

  .testimonial-box {
    min-height: auto;
  }

  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  .box-style1 {
    padding: 27px;
    background-color: #f8f8f8;
    min-height: auto !important;
  }

  .home-page .header {
    position: static;
    background-color: #31353a;
  }

  .header-top-right {
    text-align: center;
  }

  .top-contact-list,
  .social-link,
  .get-a-quote {
    margin: 10px 0;
  }

  .top-contact-list li a {
    color: #fff;
  }

  .logo .logo-shape {
    display: none;
  }

  .home-img-box.m-min-200 {
    background-image: none;
    margin-bottom: 15px;
    height: 100% !important;
    min-height: 100% !important;
  }

  .header.fixed-top {
    position: relative !important;
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    background: #01000f;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto 12px;
    text-align: left;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding: 0;
  }

  .navigation {
    text-align: left;
  }

  .nav-wrapper.open {
    right: 0;
    z-index: 9999999;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
  }

  .navigation>li:first-child {
    display: block;
  }

  .navigation>li:before {
    display: none;
  }

  .navigation li a {
    padding: 10px 20px;
    color: #fff;
    text-transform: none;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #6c757d;
    color: #ffffff;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .home-parallax {
    position: relative;
    overflow: hidden;
    height: auto;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 22px;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 14px;
  }

  .fs-1 {
    line-height: 1;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }

  .footer-widget {
    padding: 20px 0 10px;
  }

  .address-box {
    margin: 15px 0;
  }

  .btn-theme {
    font-size: 20px;
    padding: 15px 20px;
  }

  .m-parallax-bg {
    background-image: none !important;
    min-height: 100% !important;
    height: 100% !important;
  }

  #stuck_container.isStuck {
    position: relative !important;
  }

  .page-banner {
    background-attachment: inherit !important;
  }

  .mini-banner {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bgpath-color::before,
  .bgpath-color::after {
    height: 100%;
    width: 100%;
    left: 0;
  }

  .bgpath-color-inner-content {
    padding: 20px;
  }

  .img-topbtm-line {
    background-color: transparent;
    width: 100%;
  }

  .imgcurve img {
    clip-path: none;
  }

  .half-patch-left.half-patch-section h2,
  .half-patch-left.half-patch-section p {
    color: #fff;
  }

  .videobg-wrap {
    display: none;
  }

  .video-content {
    width: 80%;
  }

  .caption-content p {
    line-height: 30px;
  }

  .caption-content h1 {
    margin-bottom: 20px;
  }

  .p-70 {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .pt-big-title {
    top: -115px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .p-5 {
    padding: 2rem !important;
  }

  a.logo {
    width: 70%;
    /* background: #000; */
  }

  .inner-content h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .service-box .service-content {
    padding: 0 8px;
  }

  .m-min-200 {
    height: 400px !important;
    min-height: 400px !important;
  }

  .ser-box {
    min-height: 520px;
  }

  .page-banner {
    height: 350px;
  }
}

@media (min-width: 220px) and (max-width: 767px) {

  .p-5 {
    padding: 1rem !important;
  }

  .logo-slider .item h4 {
    font-size: 16px;
  }


  .logo-slider .item h4 {
    font-size: 20px;
  }

  /*.container-fluid {*/
  /*  padding-left: 15px;*/
  /*  padding-right: 15px;*/
  /*}*/

  .logo {
    display: table;
    margin: auto;
    padding: 10px;
    margin-bottom: 5px;
  }

  .contact-icon {
    display: none;
  }

  .contact-container {
    background-color: #dfdfdfa6;
    padding: 15px 10px;
    border-left: 10px solid #868686;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
  }

  .contact-detail {
    font-size: 14px;
  }

  .top-contact-list li:before {
    display: none;
  }

  .top-contact-list li {
    display: block;
    padding: 0;
    color: #fff
  }

  .top-contact-list li:nth-of-type(3),
  .top-contact-list li:nth-of-type(4) {
    display: inline-block;
  }

  .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
  }



  .btn1.w-100 {
    width: auto !important;
  }

  .footer-widget {
    padding: 15px 0;
  }

  .parallax-window {
    height: 350px !important;
  }

  .ser-box {
    min-height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .caption-content h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'AktivGrotesk';
    font-weight: 500;
    margin: 0px 0 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: -0.03em;
    /* padding-top: 50px; */
  }

  .btn3 {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 7px;
    font-family: 'AktivGrotesk';
    padding: 10px 26px;
    margin-top: 25px;
    transition: 0.3s 0.2s ease-in-out;
  }

  .caption-content h1 span {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 32px;
  }

  .m-min-200 {
    min-height: 350px !important;
    height: 300px !important;
  }

  .inner-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .inner-content .slide-btn {
    font-size: 22px;
  }

  .inner-content h2 span {
    font-size: 32px;
    margin-top: 12px;
  }

  .service-box {
    height: 350px;
  }

  #metro-touch-slider .carousel-caption {
    width: 70% !important;
    left: 15% !important;
    /*top: 0%!important;*/
    padding-top: 0 !important;
  }

  .page-banner {
    height: 250px;
  }

  .pt-big-title .pt-big-title1 {
    font-size: 6em !important;
  }

  .pt-big-title {
    top: -100px !important;
  }

  .home-parallax h1 {
    font-size: 40px;   
  }
}

@media (min-width: 220px) and (max-width: 575px) {

  /* .testimonial-box .bi-quote {
    color: #000;
    font-size: 60px;
    
    position: absolute;
    top: 0;
    left: 5%;
} */
  .page-banner {
    height: 200px;
  }

  .top-contact-list li a {
    margin-left: 5px;
  }

  .logo {
    display: table;
    margin: auto;
    margin-bottom: 5px;
  }

  .btn3 {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    font-family: 'AktivGrotesk';
    padding: 8px 10px;
    margin-top: 25px;
    transition: 0.3s 0.2s ease-in-out;
  }

  .caption-content h1 {
    /* color: #ffffff; */
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-family: 'AktivGrotesk';
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #666666;
    letter-spacing: -0.03em;
    /* padding-top: 50px; */
  }

  .first-box {
    padding: 25px;
  }

  .caption-content p {
    font-size: 18px;
    line-height: 20px;
  }

  .video-sec h2 {
    font-size: 30px;
  }

  .connect-box {
    padding: 20px;
  }

  .connect-box h2 {
    font-size: 25px;
  }

  .connect-box h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .caption-content h1 span {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
  }

  #metro-touch-slider .carousel-caption {
    width: 70% !important;
    left: 15% !important;
    /*top: 0%!important;*/
    padding-top: 0 !important;
  }

  p.middle-text {
    display: none !important;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 14px;
    display: block;
  }

  .top-contact-list {
    display: table;
    text-align: center;
    margin: 0 auto 0px auto;
  }

  .top-contact-list li {
    padding: 0 3px;
  }

  .top-contact-list li a {
    font-size: 16px;
  }

  footer.p-5 {
    padding: 1.3rem 0rem !important;
  }

  .m-min-200 {
    min-height: 300px !important;
    height: 300px !important;
  }

  .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .inner-content h2 span {
    font-size: 22px;
    margin-top: 12px;
  }

  .inner-content {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .inner-content .slide-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .btn1,
  .btn2 {
    padding: 10px;
  }

  .pricelist-block li .service-price {
    text-align: left;
    float: none;
    display: block;
  }

  .address-box {
    margin: 0px 0;
  }

  .address-box .address-content {
    font-size: 14px;
  }

  .service-box {
    height: 300px;
  }

  .first-box {
    clip-path: none !important;
  }

  .pt-big-title .pt-big-title1 {
    font-size: 4em !important;
  }

  .pt-big-title {
    top: -80px !important;
  }

  .p-70 {
    padding-top: 70px;
    padding-bottom: 25px;
  }

  .experience-box {
    padding: 10px !important;
    font-size: 16px !important;
  }

}

@media (min-width: 220px) and (max-width: 380px) {
  .f-12 {
    font-size: 12px !important;
  }

  .contact-form-sec {
    padding: 10px;
  }

  .address-box1 .address-icon-holder {
    display: none;
  }

  .sm-fs {
    font-size: 13px;
  }

  .address-box1 {
    padding: 20px 10px;
  }

  .contact-widget .widget-title {
    font-size: 26px;
  }

  .home-parallax h1 {
    font-size: 30px;  
    line-height: 40px; 
  }
  
  .parallax-window {
    height: 250px !important;
  }
  
  .inner-box {
    padding: 15px;
 }

  .inner-box1 {
    padding: 15px;
 }

  .inner-box2 {
    padding: 15px;
 }

  .inner-box3 {
    padding: 15px;
 }

  .inner-box4 {
    padding: 15px;
 }
 
}

@media (min-width: 992px) {
  .isStuck .header {
    background-color: #000000;
    -webkit-box-shadow: 0 4px 8px 0 #484343;
    box-shadow: 0 4px 8px 0 #484343;

    .top-contact-list {
      display: none;
    }

    .logo-div {
      display: none;
    }

    .nav-wrapper {
      /* text-align: center; */
      padding: 20px 0;
    }

    .menu-div {
      display: flex;
      justify-content: center !important;
      margin: 0 auto;
    }
  }
}


/*--before-after--*/
.container-before-after {
  max-width: 800px;
}

#comparison {
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden; 
  position: relative;
}

figure { 
  position: absolute;
	background-image: url(../images/bathrooms-after.jpg);
	background-size: cover;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0; 
}

#divisor { 
	background-image: url(../images/bathrooms-before.jpg);
	background-size: cover;
	position: absolute;
	width: 50%; 
	box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
	bottom: 0; height: 100%;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}
input[type=range]{
	-webkit-appearance:none;
	-moz-appearance:none;
	position: absolute;
	top: 50%; left: -25px;
  transform: translateY(-50%);
	background-color: transparent;
	width: calc(100% + 50px); 
  z-index: 2;
  
  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #fff;
  box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
input[type=range]::-moz-range-track {
	-moz-appearance:none;
	height:15px;
	width: 100%;
	background-color: transparent; 
	position: relative;
	outline: none;    
}
.label {
  position: absolute;
  top: 10px;
  padding: 5px 12px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  z-index: 5;
}

.label-before {
  left: 10px;
}

.label-after {
  right: 10px;
}
.label-before { left: 10px; }
    .label-after  { right: 10px; }
    .hidden { opacity: 0; pointer-events: none; }
    
/*--before-after--*/

