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: #004597;
  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 a:hover,
.header-h3 a:focus{
  color: #000;
}
.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;
}

.bg-color1 {
  background-color: #cf4404;
}

.bg-color2 {
  background-color: #004597
}

.bg-color3 {
  background-color: #ededed;
}
.bg-left-red{
  position: relative;
}
.bg-left-red::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: #272727;
    content: '';
}

.border-box{
  padding: 50px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      border: 1px solid #bfbfbf;
}
.border-box1{
  padding: 50px;
  border: 2px dashed #747474;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.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: #004597;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.btn2:hover,
.btn2:focus {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}

.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;
}

.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; */
  width: 220px;
  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: 13px 15px;
  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: 0px 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: rgb(237 45 35);
}

.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: rgb(237 45 35);
}

.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,

.lists1 li,
.areas-list li {
  padding: 0px 0 5px 21px;
  position: relative;
}

.list1 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{
  padding: 0px 0 5px 27px;
  position: relative;
}
.list2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\F133';
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: #004597;
}

.list4 li{
  padding: 0px 0 5px 27px;
  position: relative;
}
.list4 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\F133';
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: #fff;
}

.list3 {
  margin-left: 16px;
}

.list3 li {
  list-style-type: decimal;
  padding-bottom: 10px;
}
.new-areas-list{
  padding: 12px 25px;
  background: linear-gradient(to left, #005FD0 0%, #004597 100%);
  border: 5px double #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  color: #fff !important;
  margin-bottom: 20px;
  text-align: center;
}
.new-areas-list i{
  padding-right: 10px;
}
.new-areas-list a{
  color: #fff;
}
.new-areas-list a:hover,
.new-areas-list a:focus{
  color: #fff;
}

.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; */
}

.parallax-window {
  height: 100vh;
  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{
  position: relative;
  padding: 2px 0 2px 15px;
  display: block;
  color: #fff;
}
.footer-menu li{
    color: #fff;
}
.footer-menu li: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-links1 a:hover,
.footer-links1 a:focus{
  color: #b1b1b1;
}

.address-box {
  /* margin-bottom: 15px; */
  display: flex;
  align-items: center;
}

.address-box .address-icon-holder {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  /* width: 40px;
  height: 40px; */
  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;
}

.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;
}

.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;
}

.caption-content a {
  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;
}

.caption-content a:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.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 / 72%);
  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-detail a:hover{
  color: #004597;
}


.contact-container {
    background-color: #dfdfdfa6;
    padding: 21px;
    border-left: 10px solid rgb(237 45 35);
    border-radius: 10px 0 0 10px;  
    display: flex;
    gap: 15px; 
    min-height: 120px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 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;
}
.ser-box{
  min-height: 550px;
  -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;
}

@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: #004597;
    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;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
.connect-box h2{
  font-size: 40px;
  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%;
}
.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;
}
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.intro figure {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -48px;
  background: #ededed;
  position: relative;
}
.intro figure .pattern-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  left: 5%;
  top: -5%;
  background-size: contain;
}
.intro figure .holder {
  position: relative;
  width: 100%;
  float: left;
  display: block !important;
  transform: translate(85px, -65px);
}
.intro figure .holder img {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  width: 525px;
}
.intro .content-box {
  display: block;
  padding-left: 10%;
}
.intro .content-box b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  opacity: 0.2;
}
.intro h5{
    font-size: 18px;
    color: #000e51;
}
.intro h1{
    font-size: 50px;
    line-height: 60px;
}
.about-sec-1.intro figure{
    margin-top: 0;
}
.about-sec-1.intro figure .holder{
    transform: translate(30px, 30px);
}
.new-roofs-side-sec1{
    position: relative;
    z-index: 1;
    background-color: #ededed;
}

.new-roofs-side-sec2{
    margin-top: -250px;
}
.new-roofs-side-img{
    position: relative;
    border-top-right-radius: 10%; 
    border-bottom-left-radius: 10%; 
}

.new-roofs-side-img:before{
    position: absolute;
    bottom: -15px;
    right: -15px;   
    content: '';
    background-color: #004597;
    width: 50%;
    height: 50%;   
    z-index: -1;
}

.new-roofs-side-img::after{
    position: absolute;
    top: -15px;
    left: -15px;   
    content: '';
    background-color: #004597;
    width: 50%;
    height: 50%;   
    z-index: -1;
}
.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heating-sec1 .img-box{
  border: 15px solid rgba(202, 202, 202, 0.86);
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.new-roof-sec1{
    position: relative;   
}

.new-roof-img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.new-roof-inner1{
    background-color: #fff;
    padding: 50px!important;
    margin-left: -60px;
    position: relative;
    z-index: 99;
}

.new-roofs-side-sec1{
    position: relative;
    z-index: 1;

}
.bath-box{
  background-color: #004597;
  padding: 30px;
  color: #fff;
}
.brit-sec2 .content-box{
  background-color: #004597;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 250px;
  color: #fff;
}
.brit-sec2 .content-box a:hover,
.brit-sec2 .content-box a:focus{
  color: #000;
}
.brit-sec .img-box1 img{
  border-left: 15px solid #cfcfcf;
  border-bottom: 15px solid #cfcfcf;
  border-radius: 30px;
}
.hove-sec .img-box1 img{
  border-right: 15px solid #cfcfcf;
  border-bottom: 15px solid #cfcfcf;
  border-radius: 30px;
}
.port-sec .content{
  background-color: #ebe8e8;
  border: 12px solid #004597;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 270px;
}
@media (min-width: 1200px) and (max-width: 1410px){
  .new-areas-list{
      padding: 12px 6px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px){
  .brit-sec2 .content-box{
    min-height: 270px;
  }
  .port-sec .content{
     min-height: 295px;
  }
}
 
@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%;
  }
}

@media (min-width: 220px) and (max-width: 991px) {

  .logo-slider .item h4 {
    font-size: 16px;
  }
  .ser-sec p br{
      display: none;
  }
  .testimonial-box{
    min-height: auto;
  }
  .port-sec .content{
    min-height: auto;
  }
  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }
  .contact-container{
    min-height: auto;
  }

  .box-style1 {
    padding: 27px;
    background-color: #f8f8f8;
    min-height: auto !important;
  }

  .home-page .header {
    position: static;
    background-color: #fff;
  }

  .header-top-right {
    text-align: center;
  }

  .top-contact-list,
  .social-link,
  .get-a-quote {
    margin: 10px 0;
  }
  .top-contact-list li a{
    color: #000;
  }

  .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: block;
    font-size: 20px;
    background: #004597;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
  }

  .mobile-menu i {
    float: right;
  }

  .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: #004597;
    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;
  }
  .first-img img{
    display: none;
  }
  .bg-left-red::before{
    display: none;
  }
  .border-box1{
    padding: 40px;
  }
  .new-roof-inner1{
    margin-left: 0;
    padding: 20px !important;
  }
  .bath-box{
    margin-bottom: 30px;
  }
  .brit-sec2 .content-box{
    min-height: auto;
  }
}

@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: 602px;
  }
  .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;
  }

  .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; */
  }

  .caption-content a {
    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;
}
}

@media (min-width: 220px) and (max-width: 575px) {

  /* .testimonial-box .bi-quote {
    color: #000;
    font-size: 60px;
    
    position: absolute;
    top: 0;
    left: 5%;
} */
.border-box1{
    padding: 20px;
  }
.page-banner{
    height: 200px;
}
.top-contact-list li a {
   margin-left: 5px;
}

  .logo {
    display: table;
    margin: auto;
    padding: 10px;
    margin-bottom: 5px;
    width: 291px;
  }

  .caption-content a {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    font-size: 18px;
    line-height: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 7px;
    font-family: 'AktivGrotesk';
    padding: 18px 20px;
    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;
  }
  .video-content{
    width: 90%;
  }
  .video-bg{
    height: 1000px;
  }


}
@media (min-width: 992px){
  .isStuck .header {
    background-color: #004597;
    -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;
    }
  }
}

