@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: 'CooperBlack';
  src: url('../fonts/CooperBlack-StdItal.woff2') format('woff'),
    url('../fonts/CooperBlack-Std.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #7cbf42;
  outline: 0;
  text-decoration: none;
}

button:hover,
button:active,
button:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000;
  font-family: "Raleway", sans-serif !important;
}

.section {
  padding: 4em 0;
}

.bg-color1 {
  background-color: #e8e8e8;
}

.bg-color2 {
  background-color: #333;
}

.bg-color3 {
  background-color: #7cbf42;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.anchor-hover:hover,
.anchor-hover:focus,
.anchor-hover:active {
  color: #000;
}

.button-style1 {
  background-color: #00bdd3;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1, 60, 136, 0.5) 0 -1px 3px 0 inset,
    rgba(0, 44, 97, 0.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: inline-block;
}

.button-style1:hover {
  background-color: #e78835;
  color: #fff;
  transform: translateY(-2px);
}

.button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 8px 28px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}

.button:hover {
  border-color: #7cbf42;
}

#button-1 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}

#button-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-1 a {
  position: relative;
  transition: all 0.45s ease-Out;
}

#circle {
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #7cbf42;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-1:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-1:hover a {
  color: #fff;
  border-color: #7cbf42;
}

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video-box .video-overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  display: table;
  text-align: center;
}

.video-box .video-content {
  display: table-cell;
  vertical-align: middle;
}

.video-play-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #faf00f;
  border-radius: 50%;
  position: relative;
}

.video-play-button span {
  margin: 0 7px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #7cbf42;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #7cbf42;
  border-radius: 50%;
  transition: all 0.2s;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

/* h2 {
  font-size: 17px;
  font-weight: 700;
} */

/*new navbar css start*/

#demo2 .header-info-box .header-call a {
  position: relative;
  display: block;
  padding: 19px 30px;
  text-align: center;
  font-weight: 600;
  width: auto;
  font-size: 15px;
  background-color: #000000;
  border: 0;
  color: #fff;
  z-index: 1;
  border-radius: 0;
}

#demo2 .navigation a {
  border: 1px solid #ddd;
}

#demo2 .nav-wrapper {
  padding: 10px 0;
}

#demo2 .navigation a {
  padding: 15px 30px;
  border-radius: 50px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #7cbf42;
  color: #fff;
}

#demo2 .navigation li>a:hover,
#demo2 .navigation li>a:focus {
  color: #000000;
  background-color: #fff;
}

#demo2 .navigation .active a {
  color: #000000;
  background-color: #fff;
}

#demo2 .header-top {
  background-color: #000000;
}

/*new topbar*/
.header-top li .single-item {
  position: relative;
  display: block;
}

.header-top li .single-item .icon,
.header-top li .single-item .text {
  display: inline-block;
  vertical-align: middle;
}

.header-top li .single-item .icon i {
  position: relative;
  top: 2px;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  transition: all 300ms ease 100ms;
}

.header-top li .single-item .text {
  padding-left: 15px;
  text-align: left;
}

.header-top li.phone-li .single-item .text {
  padding-left: 15px;
  padding-right: 0;
}

.header-top li .single-item .text h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.header-top li .single-item .text p,
.header-top li .single-item .text a {
  line-height: 18px;
  margin: 4px 0 0;
  color: #b5b5b5;
  font-weight: 500;
}

.header-top li:hover .single-item .icon i,
.header-top li:hover .single-item .text a {
  color: #000000;
}

.header-top li.phone-li:hover .single-item .text a {
  color: #000;
}

.header-top li.phone-li:hover .single-item .icon i {
  color: #000;
}

/* .phone-li:before {
  position: absolute;
  left: 30px;
  bottom: 0;
  right: 30px;
  height: 1px;
  background: #fff;
  content: "";
} */
.logo {
  display: inline-block;
  margin: 10px auto;
  position: relative;
}

.logo .img-fluid {
  max-width: 100%;
}

.mobile-menu {
  display: none;
}

.nav-wrapper {
  display: block;
}

.header-info-box {
  position: relative;
}

.header-box-curve {
  position: relative;
}

.header-info-box .curvebtn {
  position: absolute;
  display: block;
  padding: 11px 30px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  background-color: red;
  border: 0;
  color: #fff;
  z-index: 1;
  border-radius: 0;
  top: -132px;
  height: 165px;
  clip-path: polygon(21% 0, 79% 0, 100% 100%, 0 100%);
  width: 100%;
  align-items: center;
  justify-content: center;
}

.header-info-box .header-call a {
  position: relative;
  display: inline-block;
  padding: 19px 30px;
  text-align: center;
  font-weight: 600;
  width: 270px;
  font-size: 15px;
  background-color: #000000;
  border: 0;
  color: #fff;
  z-index: 1;
  border-radius: 0;
}

.btn1 {
  position: relative;
  display: inline-block;
  padding: 11px 30px;
  text-align: center;
  font-weight: normal;
  background-color: #000000;
  border: 1px solid #fff;
  color: #fff;
}

.header-info-box .header-call a,
.header-info-box .header-call a i {
  z-index: 1;
  color: #fff;
  position: relative;
}

.btn1::before,
.btn1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scaleX(0);
  transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
  display: none;
}

.btn1::before,
.btn1::after {
  background-color: #ddd;
}

.btn1:hover {
  color: #000000;
}

.header-info-box .header-call a:hover::after,
.btn1:hover::after {
  transform: scale(1);
}

.header-info-box .header-call a::before,
.btn1:hover::before {
  left: -30%;
}

.header-info-box .header-call a::after,
.btn1:hover::after {
  right: -30%;
}

.btn2 {
  padding: 10px 20px;
  border: 1px solid #000000;
  font-size: 14px;
  color: #fff;
  background-color: #000000;
  display: inline-block;
  border-radius: 0;
}

.btn2:hover,
.btn2:focus {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
}

.navigation>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0;
}

.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;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 15px 15px;
  color: #000;
  font-weight: 400;
}

.navigation li.dropdown>.dropdown-menu li a:after {
  position: absolute;
  top: -5px;
  left: 30px;
  bottom: 0;
  content: "\F138";
  font-family: "bootstrap-icons";
  /*    background: url(../images/icon/dropdown-menu-arrow.png);*/
  font-size: 15px;
  font-size: 15px;
  opacity: 0;
  transform: scale(0);
  transition: all 200ms ease;
  margin: 20px 0;
}

/*.navigation li.dropdown > .dropdown-menu li:hover a:after, .navigation li.dropdown > .dropdown-menu li.active a:after {
    opacity: 1;
    transform: scale(1.0);
}*/
.navigation li.dropdown>.dropdown-menu li:hover a {
  padding-left: 60px;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:first-child {
  display: none;
}

.navigation a {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  display: block;
  color: #000;
  padding: 19px 36px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
  padding-right: 35px;
}

.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: #000000;
  background-color: transparent;
}

.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: #000000;
  background-color: #fff;
}

.isStuck {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.servicesicon {
  position: relative;
}

.servicesicon ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.rating-box {
  background-color: #000000;
}

.servicesicon ul li {
  display: inline-block;
  margin-right: 0;
}

/*.servicesicon li{
    text-align: center;
}*/
.servicesicon ul li img {
  width: 60px;
}

.servicesicon ul li a {
  display: block;
  text-align: center;
  padding: 12px 20px;
}

.servicesicon ul li a:hover {
  background-color: #393838;
  color: #fff !important;
}

.servicesicon ul li:hover a,
.servicesicon ul li:focus a,
.servicesicon ul li.active a {
  background-color: #393838;
  color: #fff;
}

.servicesicon ul li:hover a span,
.servicesicon ul li:focus a span,
.servicesicon ul li.active a span {
  color: #fff;
}

.servicesicon ul li a span {
  display: block;
  font-size: 15px;
  margin-top: 4px;
  color: #ffffff;
  line-height: 22px;
}

.servicesicon ul li a:hover span {
  color: #fff !important;
}

.servicesicon>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.servicesicon li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 450px;
  z-index: 999;
  background-color: #ffffff;
  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;
}

.servicesicon li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  display: block;
}

.servicesicon li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.servicesicon li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 12px 15px;
  color: #000;
  white-space: normal;
}

.servicesicon li.dropdown>.dropdown-menu li p {
  text-align: left !important;
  padding: 10px 25px;
}

.servicesicon li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.servicesicon>li.dropdown>a:after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  top: auto;
  right: 0;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

/*.servicesicon li:hover > a,
.servicesicon li:focus > a,
.servicesicon li.active > a{
    color: #000;
    background-color: #f8f301;
}*/
.servicesicon li.dropdown>.dropdown-menu li a:hover,
.servicesicon li.dropdown>.dropdown-menu li a:focus,
.servicesicon li.dropdown>.dropdown-menu li.active a {
  color: #fff;
  background-color: #000000;
}

.servicesicon li.dropdown>.dropdown-menu li a {
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #393838;
  /*    background-color: #393838;*/
  padding: 10px 25px;
  transition: all 500ms ease 0s;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}

.servicesicon li.dropdown>.dropdown-menu li.dropdown-contact a {
  text-align: right;
  border-bottom: none !important;
  padding: 5px 25px;
}

.servicesicon li.dropdown>.dropdown-menu li.dropdown-contact {
  border-bottom: none !important;
}

.servicesicon li.dropdown>.dropdown-menu li:first-child a {
  border-bottom: 0;
}

.servicesicon .service-mainicon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(236, 255, 219);
  background: linear-gradient(180deg, rgba(236, 255, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 50%;
  margin: 0 auto;
  padding: 5px;
}

.servicesicon .service-mainicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enquirynow-btn {
  font-size: 14px;
}

.new-slide-wrapper #metro-touch-slider .carousel-caption h2 {
  text-transform: capitalize;
}

#metro-touch-slider .carousel-caption ul li {
  font-family: 'CooperBlack';
  font-size: 22px;
}

@media(min-width:1200px) and (max-width:1366px) {
  #metro-touch-slider .carousel-caption {
    padding-top: 190px !important;
  }

  #metro-touch-slider .carousel-caption ul li {
    font-size: 18px;
    padding-bottom: 10px !important;

  }
}

.top-headbtn-container {
  text-align: right;
}

.top-headbtn {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

#button-2 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}

#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-2 a {
  position: relative;
  transition: all 0.45s ease-Out;
}

#button-2 #circle {
  width: 0;
  height: 0;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-2:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-2:hover a {
  color: #fff;
  border-color: #000000;
}

#button-2:hover {
  border-color: #ffffff
}

/*new navbar css end*/

@media (min-width: 768px) {
  .button-style1 {
    padding: 16px 44px;
    min-width: 150px;
  }
}

.btn-1 {
  background-color: #f27935;
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.btn-1 span {
  position: relative;
  z-index: 3;
}

.btn-1 .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.btn-1 .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.btn-1:hover {
  padding-left: 48px;
  padding-right: 28px;
}

.btn-1:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn1 {
  padding: 8px 30px;
  border: 2px solid #fff;
  font-size: 16px;
  background-color: #7cbf42;
  border-color: #7cbf42;
  display: inline-block;
  border-radius: 0;
  color: #fff;
}

.btn1:hover {
  color: #000 !important;
  background-color: transparent;
  border-color: #000;
}

.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, .60);
  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;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}

.home-parallax {
  position: relative;
  overflow: hidden;
}

.parallax-window {
  height: 500px;
  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;
}

#metro-touch-slider .carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 10%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
}

#metro-touch-slider .carousel-caption h4 {
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  border-left: 3px solid #7cbf42;
  padding-left: 10px;
}

#metro-touch-slider .carousel-caption h2 {
  padding: 0;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  font-style: normal;
  line-height: 67px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}

#metro-touch-slider .carousel-caption p {
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
}

.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  bottom: auto;
  background-color: #7cbf42;
  padding: 20px 16px;
}

.carousel-control-next {
  -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.carousel-control-prev {
  -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
}

.carousel-indicators [data-bs-target] {
  height: 10px;
  width: 30px;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #7cbf42;
}

.overlap:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap1:before {
  background-color: rgb(120 184 4 / 36%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-page .header {
  background-color: #7cbf42;
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.home-page .header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  content: "";
}

.header {
  background-color: #000;
  position: relative;
  z-index: 111;
}

.header-fixed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  content: "";
}

.top-header {
  box-shadow: 0 0 10px #2e2e2e;
}

.logo {
  display: inline-block;
  margin: 5px 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;
  background-color: #7cbf42;
}

.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #7cbf42 !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.top-contact-wrap {
  text-align: right;
}

.top-contact-list,
.social-link {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}

.top-contact-list li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 20px;
}

.top-contact-list li a {
  display: inline-block;
}

.top-contact-list li i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  float: left;
}

.top-contact-list li span {
  position: relative;
  overflow: hidden;
  display: inherit;
  text-align: left;
}

.top-contact-list li span strong {
  font-size: 20px;
}

.top-contact-list li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  color: #7cbf42;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
  -webkit-shadow: 0 0 10px #a1a1a1;
}

.top-contact-list li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top-contact-list li a:hover {
  color: #7cbf42;
}

.association-logo img,
.association-wrap .img-responsive {
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}

.association-wrap .img-responsive {
  max-width: 196px;
  margin-bottom: 8px;
  border: 1px solid #dfdfdf;
  padding: 5px;
}

.mobile-menu {
  display: none;
}

.navigation>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #fff;
  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;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: 0;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #fff;
  padding: 12px 15px;
  color: #000;
  white-space: normal;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:first-child {
  display: none;
}

.navigation a {
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 400;
  color: #fff;
  padding: 16px 25px;
  transition: all 500ms ease 0;
}

.navigation>li.dropdown>a:after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  top: auto;
  right: 0;
  font-size: 14px;
  transition: all 500ms ease 0;
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
  color: #fff;
  background-color: #000;
}

.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: #252525;
}

#metro-touch-slider .carousel-caption {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  height: auto;
  content: "";
  z-index: 111;
  text-align: left;
  transform: translateY(-50%);
  padding-top: 150px;
  padding-bottom: 0;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-40 {
  width: 40%;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

.padd-40 {
  padding: 40px;
}

.display-table {
  display: table;
  height: 100%;
}

.padd {
  padding: 0 40px 0 0;
}

.padd2 {
  padding: 0 0 0 40px;
}

.parallax .padd-40 {
  position: relative;
  z-index: 1;
}

.display-table .padd-40 {
  display: table-cell;
  vertical-align: middle;
}

.size-1 {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 500;
}

.size-2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
}

.size-3 {
  font-size: 3em;
  font-weight: 700;
}

.divider,
.divider1 {
  width: 100px;
  height: 2px;
  background-color: #7cbf42;
  position: relative;
  margin-bottom: 25px;
}

.divider:before,
.divider1:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #7cbf42;
  content: "";
}

.divider1 {
  display: inline-block;
  width: 100px;
}

.divider1:before {
  width: 50%;
  left: 25%;
}

.list1 li,
.areas-list li {
  padding: 0 0 0 25px;
  position: relative;
}

.list1 li {
  padding-bottom: 15px;
}

.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F133";
  font-family: bootstrap-icons;
  font-size: 18px;
  color: #7cbf42;
}

.list2 {
  margin-left: 16px;
  list-style-type: decimal;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.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;
}

.form-wrap {
  background-color: #fff;
  box-shadow: 0 4px 10px #a1a1a1;
}

.form-control {
  height: 45px;
}

textarea.form-control {
  height: 200px;
  resize: vertical;
}

.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;
}

.footer-widget {
  padding-bottom: 20px;
  color: #fff;
}

.address-box {
  margin-bottom: 8px;
}

.address-box .address-icon-holder {
  float: left;
  margin-right: 6px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #7cbf42;
  border-radius: 100%;
  text-align: center;
  position: relative;
  font-size: 18px;
}

.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box .address-content strong,
.address-content.contact-wrap strong {
  color: #7cbf42;
}

.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap>p>a {
  color: #000;
}

.contact-wrap {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: -15px -15px 15px rgba(255, 255, 255, 0.2),
    15px 15px 15px rgba(0, 0, 0, 0.1),
    inset -15px -15px 15px rgba(255, 255, 255, 0.2),
    inset 15px 15px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  min-height: 185px;
  margin-bottom: 25px;
}

.contact-wrap .address-icon-holder {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.6em;
  margin-bottom: 20px;
  border-radius: 25% 5px;
}

.contact-wrap .address-icon-holder:before {
  display: none;
}

.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.contact-wrap .address-content strong {
  font-size: 18px;
}

.widget-title {
  color: #7cbf42;
}

.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 20px;
  display: inline-block;
}

.footer-menu li a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\F285";
  font-family: bootstrap-icons !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-menu li a:hover:before {
  left: 2px;
}

footer a:hover {
  color: #7cbf42;
}

.footer-links {
  padding: 20px 0;
  text-align: center;
}

.footer-links,
.footer-links a {
  color: #fff;
  font-size: 14px;
}

.footer-links a:hover {
  color: #7cbf42;
}

.social-link li {
  display: inline-block;
  vertical-align: top;
}

.social-link li a {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: #7cbf42;
  border: 1px solid #7cbf42;
  border-radius: 100%;
}

.social-link li:hover a {
  color: #7cbf42;
  background-color: #fff;
  border-color: #7cbf42;
}

.copyright-wrap {
  overflow: hidden;
}

.copyright {
  color: #fff;
  font-size: 14px;
  position: relative;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.highlights-area {
  position: relative;
  display: block;
}

.highlights__content {
  position: relative;
  display: block;
  background: #f5f5f5;
  border: 4px solid #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  margin-top: -45px;
  z-index: 10;
}

.highlights__content ul {
  position: relative;
  display: flex;
  align-items: center;
  counter-reset: count;
}

.single-highlights-box {
  position: relative;
  width: 100%;
  padding: 18px 30px 18px;
  z-index: 1;
  background-color: #7cbf42;
}

.single-highlights-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  transform: scaleY(0);
  transform-origin: right;
  transform-style: preserve-3d;
  transition: all 100ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.single-highlights-box:hover:after {
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-highlights-box:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: #ddd;
}

.single-highlights-box:last-child:before {
  display: none;
}

.single-highlights-box .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.single-highlights-box .icon {
  width: 45px;
  line-height: 0;
}

.single-highlights-box .icon i:before {
  color: var(--thm-base);
  font-size: 45px;
  line-height: 45px;
  color: #fff;
}

.single-highlights-box .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.single-highlights-box .text h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 7px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-highlights-box:hover .text h3 {
  color: #7cbf42;
}

.single-highlights-box .text p {
  line-height: 20px;
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-highlights-box:hover .text p {
  color: #fff;
}

.single-services-box {
  background-color: #fff;
  margin: 15px 0;
  padding: 30px 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.single-services-box .icon {
  margin-bottom: 18px;
  background-color: #7cbf42;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.single-services-box .icon span {
  font-size: 25px;
}

.single-services-box .icon i::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 35px;
}

.single-services-box h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 700;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-services-box:before {
  border-radius: 5px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  opacity: 0.6;
}

.single-services-box:hover:before {
  background-color: #7cbf42;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-services-box:hover .icon {
  background-color: #fff;
  color: #5f752e;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.single-services-box:hover .icon i::before {
  font-size: 30px;
}

.single-services-box:hover::before {
  width: 100%;
}

.single-services-box h3,
.single-services-box p {
  color: #fff;
}

.single-services-box:hover h3 a {
  color: #fff;
}

.about-one {
  position: relative;
  overflow: hidden;
  display: block;
}

.about-one .shape1 {
  position: absolute;
  top: 290px;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}

@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img .inner {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.about-one__img .inner .shape2 {
  position: absolute;
  left: -160px;
  bottom: 40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #000;
  opacity: 0.8;
}

.about-one__img .inner .shape3 {
  position: absolute;
  left: -50px;
  bottom: 125px;
  opacity: 1;
  z-index: 1;
}

.about-one__img .inner img {
  width: 100%;
}

.insta-wrap {
  display: flex;
  flex-wrap: wrap;
}

.insta-wrap .responsive {
  width: 25%;
  border-radius: 1px solid #fff;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 130px;
  right: 10px;
  z-index: 1000;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: 0;
  text-indent: 100%;
  background: url("../images/totop.gif") no-repeat left top;
}

#toTopHover {
  background: url("../images/totop.gif") no-repeat left bottom;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: 0;
}

.fullwidth-video {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.27659574468085%;
}

.fullwidth-video embed,
.fullwidth-video iframe,
.fullwidth-video object,
.fullwidth-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.bloginner {
  position: relative;
}

.content_inner {
  position: relative;
  min-height: auto;
  width: 85%;
  border-radius: 5px;
  top: 50%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  box-shadow: 0px -2px 15px 4px rgb(0 0 0 / 26%);
  transform: translateY(-50%);
}

.blogtitle {
  position: relative;
  text-align: center;
}

.blogtitle a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  transition: all 0.5s;
}

.aarow-span {
  display: inline-block;
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
}

.blogtitle a:hover .aarow-span {
  transform: translateX(10px);
  background-color: #7cbf42;
}

.blogimg {
  padding: 5px;
  box-shadow: -2px -1px 7px 0 rgba(0, 0, 0, 0.13),
    0 1px 2px 0 rgba(0, 0, 0, 0.11);
  border-radius: 30px;
}

.blogimg img {
  border-radius: 20px;
}

.innerbox1 {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  min-height: 275px;
}

.innerbox2 {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  min-height: 340px;
  text-align: center;
}

.hover-black-ongreen:hover,
.hover-black-ongreen:active,
.hover-black-ongreen:focus {
  color: #000;
}

.list3 li {
  position: relative;
  padding: 0 0 15px 25px;
}

.list3 li::before {
  position: absolute;
  content: "\F232";
  font-family: bootstrap-icons;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #7cbf42;
  width: 22px;
  height: auto;
}

.list-layout-3 {
  background: transparent;
  padding: 15px;
  box-shadow: rgb(204, 219, 232) 3px 0px 3px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.layout-two {
  position: relative;
  margin-bottom: 0;
}

.inner-layout-two {
  border: 1px solid #7cbf42;
}

.cruveheadingdiv {
  position: relative;
  display: table;
  color: #7cbf42;
  margin: -23px auto 0 auto;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #7cbf42;
  padding: 10px 20px;
  border-radius: 0;
  background: #fff;
  transition: all 0.5s;
}

.content-layout-two {
  position: relative;
  padding: 10px 20px 20px 20px;
  min-height: 220px;
}

.findonblog .content-layout-two {
  min-height: 185px;
}

.brooks-green-page .innerbox2 {
  min-height: 365px;
}

.contentwrap {
  position: relative;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.0784313725490196);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.content-inner-barngreen {
  padding: 40px;
  background: rgb(0 0 0 / 60%);
}

.boxone-fancy {
  position: relative;
}

.fanbox-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  min-height: 285px;
}

.boxone-fancy:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cacaca;
  position: absolute;
  left: -9px;
  top: -9px;
  transform: translateY(0);
  transition: all 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.boxone-fancy:hover:before {
  transform: translateY(10px);
}

.imgshadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.process-card {
  position: relative;
  background-color: #fff;
  border-radius: 44px;
  text-align: center;
  padding: 20px;
  max-width: max-content;
  margin: 1.2em auto;
  transition: 0.4s;
  min-height: 320px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.process-card_text {
  margin-bottom: -0.53em;
  font-size: 16px;
  transition: 0.4s;
  display: none;
}

.tabledisplay {
  display: table;
  height: 100%;
  width: 100%;
}

.middlecontent {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.process-wrap {
  position: relative;
}

.process-wrap::before {
  content: url(../images/process-line.png);
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: 7%;
}

.layout-5 {
  padding: 40px 180px 40px 80px;
  margin: 120px 0 0 0;
  position: relative;
  flex: 1;
  max-width: 100%;
  background-color: #fff;
}

.lastbox-height .fanbox-content {
  min-height: auto;
}

.anchor-hover {
  display: inline-block;
}

.list2 li {
  margin-bottom: 10px;
}

.innerlayout-seven {
  position: relative;
  margin-bottom: 50px;
}

.innerlayout-seven .topicon {
  position: relative;
  width: 80px;
  height: 83px;
  background-color: #fff;
  margin: 0 auto;
  line-height: 80px;
  border-radius: 38px;
  display: block;
}

.layout-seven-content {
  background-color: #dedede;
  padding: 15px 0 0 0;
  border-radius: 35px 35px 0 0;
}

.para-seven-content {
  position: relative;
  padding: 15px;
  background-color: #7cbf42;
  transition: all 0.5s;
  transform: scale(1.02);
  margin-top: 15px;
  min-height: 325px;
}

.heading-7 h4 {
  font-size: 20px;
}

.para-seven-content p {
  color: #fff;
}

.innerlayout-seven .heading-7 {
  transition: all 0.5s;
  opacity: 1;
}

.innerlayout-seven:hover .para-seven-content {
  transform: scale(1);
  margin-top: 1px;
  padding: 15px;
}

.innerlayout-seven:hover .heading-7 {
  transform: scale(1.1);
}

.border-box,
.border-box2 {
  width: 100%;
  min-height: 375px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
}

.border-box2 {
  min-height: auto;
}

.bg-grey-1 {
  background-color: #ededed;
}

.greenpatch-section {
  position: relative;
}

.greenpatch-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1.0);
}

.content-wrap-layout1 {
  position: relative;
  padding: 20px 20px 45px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.inner-contentlayout1 {
  position: relative;
}

.content-wrap-layout1.overlap1:before {
  height: 92%;
  background-color: rgb(124 191 66);
}

.durrington-page .content-wrap-layout1.overlap1:before {
  height: 100%;
}

.box-one-layout {
  padding: 25px;
  border-bottom: 5px solid #7cbf42;
  margin-bottom: 20px;
  min-height: 253px;
  box-shadow: 5px 5px 29px 0 rgba(0, 0, 0, 0.15);
}

.inner-contentlayout1 a:hover,
.inner-contentlayout1 a:focus,
.inner-contentlayout1 a:active {
  color: #000;
}

.blackpatch-section {
  position: relative;
  overflow: hidden;
}

.blackbox-wrap {
  position: relative;
}

.blackbox-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 145%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 1.0);
}

.textoverblack-innner {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.inner-box {
  padding: 30px;
  border: 1px solid #7cbf42;
}

.inner-box1 {
  padding: 30px;
  border: 4px double #7cbf42;
}

.inner-box2 {
  padding: 30px;
  border: 2px dashed #7cbf42;
}

.inner-box3 {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inner-box4 {
  padding: 30px;
  background-color: #7cbf42;
}


#removal-carousel .owl-nav button.owl-next,
#removal-carousel .owl-nav button.owl-prev {
  padding: 10px 15px 15px 15px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 40px;
}

.contact-box .contact-title h3 {
  padding: 15px 0 15px 25px;
  background-color: #7cbf42;
  margin-bottom: 0;
}

.contact-box .contact-info {
  box-shadow: 0 5px 15px 0 rgba(41, 42, 46, 0.5);
  padding: 30px 10px 30px 20px;
  display: flex;
  align-items: center;
  min-height: 160px;
}

.contact-box .contact-info .icon {
  border: 5px solid #e8e8e8;
  border-radius: 50%;
  margin-right: 15px;
}

.contact-box .contact-info .icon i {
  font-size: 24px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box {
  position: relative;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-8px);
}

.contact-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 60px;
  width: 60px;
  background-color: #7cbf42;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.contact-box::after {
  content: '';
  position: absolute;
  top: -0;
  left: 50%;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  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;
}


.faq-sec {
  position: relative;
  padding: 45px;
  background-color: #7cbf42;
  z-index: 2
}

.faq-sec .accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
}

.faq-sec .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-sec .accordion-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.faq-sec.accordion-button:not(.collapsed) {
  background-color: #7cbf42;
  color: #fff !important;
  /* White text */
}

.faq-sec .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-sec2 {
  background-color: #000000;
}

.faq-sec2 .accordion-button:not(.collapsed) {
  background-color: #7cbf42;
}

.addresscontact {
  position: relative;
  background-color: #7cbf42;
  padding: 30px;
  border-radius: 15px;
}

.boxshadow1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .border-box {
    min-height: 400px;
  }
}

@media (min-width: 1250px) and (max-width: 1500px) {
  #demo2 .navigation a {
    padding: 15px 20px;
  }

  .layout-5 {
    padding: 40px;
    margin: 90px 0 0 0;
  }

  .fanbox-content {
    min-height: 315px;
  }

  .brooks-green-page .innerbox2 {
    min-height: 545px;
  }

  .innerbox2 {
    min-height: 470px;
  }

  .content-layout-two {
    min-height: 322px;
  }

  .findonblog .content-layout-two {
    min-height: 225px;
  }

  .para-seven-content {
    min-height: 485px;
  }

  .servicesicon ul li a {
    padding: 5px 5px;
  }

  .servicesicon ul li a span {
    font-size: 12px;
  }

  .servicesicon .service-mainicon {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1249px) {
  .layout-5 {
    padding: 30px;
    margin: 70px 0 0 0;
  }

  .brooks-green-page .innerbox2 {
    min-height: 585px;
  }

  .servicesicon .service-mainicon {
    display: none;
  }

  .box-one-layout {
    padding: 15px 10px;
  }
}

@media (min-width: 220px) and (max-width: 991px) {
  .inner-box {
    padding: 15px;
  }

  .home-page .header-fixed {
    position: relative;
  }

  .layout-5 {
    padding: 25px;
    margin: 0;
  }

  .contact-box .contact-info {
    min-height: auto;
  }

  .process-card,
  .fanbox-content,
  .brooks-green-page .innerbox2,
  .innerbox1 {
    min-height: auto;
  }

  .innerbox2 {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .content-layout-two,
  .para-seven-content {
    min-height: auto;
  }

  .inner-layout-two {
    margin-bottom: 40px;
  }

  .findonblog .content-layout-two {
    min-height: auto;
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    background-color: #7cbf42;
    padding: 12px 14px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    left: -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-top: 0;
  }

  .nav-wrapper .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-wrapper.open {
    left: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
    text-align: left;
    padding-right: 0;
  }

  .navigation>li:first-child {
    display: block;
    text-align: right;
  }

  .navigation li a {
    padding: 0 20px;
    color: #fff;
    line-height: 3;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #7cbf42;
    color: #fff;
  }

  .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;
    background-color: transparent;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
    line-height: 1.5;
  }

  .top-contact-list {
    text-align: center;
  }

  .top-contact-list li {
    margin-right: 6px;
  }

  .top-contact-list li i {
    margin-right: 5px;
    width: auto;
    height: auto;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70,
  .width-20,
  .width-25,
  .width-33 {
    width: 100%;
  }

  .padd-40 {
    padding: 20px;
  }

  .m-min-100 {
    height: 100% !important;
    min-height: 100%;
  }

  .header-fixed {
    position: relative;
  }

  .top-contact-wrap {
    text-align: center;
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
  }

  .content_inner {
    padding: 20px;
  }

  /* new navbar start */

  #demo2 .navigation a {
    padding: 15px 25px;
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #000000;
    color: #fff;
    border: 0;
    color: #fff;
    line-height: 14px;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    color: #000 !important;
    font-weight: 500;
  }

  .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: #000000;
    background-color: #fff;
  }

  .width-40 {
    width: 100%;
  }

  .phone-li:before {
    display: none;
  }

  .leftline-heading,
  .white-leftline-heading {
    padding-left: 15px;
  }

  .call-responsive a {
    height: 51px;
  }

  .mobile-menu i {
    float: none;
    color: #fff;
  }

  .header-top li .single-item .text h3 {
    color: #000 !important;
  }

  .header-top li .single-item .text p,
  .header-top li .single-item .text a {
    color: #000;
  }

  .top-contact-list li {
    margin-bottom: 10px;
  }

  .top-contact-list li.phone-li {
    padding: 15px;
    border-left: 0 solid #ddd;
    margin: 0;
  }

  .twobox-3 {
    position: static;
  }

  .contactform-sec {
    top: 5%;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 20px;
    width: 55%;
    margin: 0 auto;
  }

  .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;
  }

  .header-info-box .header-call a {
    display: block;
    clip-path: none;
  }

  .header-top .toplogo:before {
    display: none;
  }

  .header-top {
    background-color: #fff;
  }

  .top-contact-list {
    background-color: #ddd;
    display: table !important;
    margin: auto;
  }

  .top-contact-list li i,
  .top-contact-list li span,
  .top-contact-list li span strong {
    color: #000 !important;
  }

  .navigation {
    text-align: left;
  }

  .nav-wrapper.open {
    right: 0;
  }

  .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: #000000;
    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;
  }

  .fixed-top {
    position: static;
  }

  .logo {
    display: block;
    text-align: center;
  }

  .toplogo {
    padding-top: 5px;
  }

  .home-page .header {
    position: static;
  }

  .new-slide-wrapper .carousel-item {
    height: 600px !important;
  }

  .new-slide-wrapper .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .servicesicon .service-mainicon {
    display: none;
  }

  .header-new .container-fluid.padd-0 {
    padding: 0px !important;
  }

  .border-box {
    min-height: auto;
  }

  .box-one-layout {
    min-height: auto;
  }

  .content-wrap-layout1 {
    padding: 20px 20px 5px 20px;
  }

  .content-wrap-layout1.overlap1:before {
    height: 100%;
  }

  /* new navbar end */

  .blinking-button {
    padding: 15px 25px !important;
    font-size: 20px !important;
  }

  .insta-wrap .responsive {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin: 0 auto;
    display: block;
  }

  .video-wrap {
    margin-top: 25px;
  }

  .logo .img-fluid {
    margin: 0 auto;
    display: block;
    width: auto;
  }

  .top-contact-list li {
    font-size: 16px;
    padding: 5px 12px;
  }

  .top-contact-list li i {
    font-size: 16px;
    margin-right: 10px;
  }

  .top-contact-list li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 40px;
    line-height: 44px;
  }

  #metro-touch-slider .carousel-caption p {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-bottom {
    background-image: linear-gradient(315deg, #7cbf42 75%, #7cbf42 0);
  }

  .m-min-210 {
    height: 400px !important;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 24px;
    line-height: 34px;
  }

  #metro-touch-slider .carousel-caption p {
    display: none;
  }

  /*.video-wrap{
        margin-top:25px;
    }
    .video-wrap video{
        height:250px!important;
    }*/
  .carousel-indicators [data-bs-target] {
    display: none;
  }

  .blogtitle a {
    font-size: 15px;
  }

  .aarow-span {
    display: none;
  }

  .top-right-wrap {
    text-align: center;
  }

  .top-contact-list,
  .social-link {
    margin: 8px 0;
    vertical-align: top;
  }

  .top-contact-list li i {
    margin-right: 5px;
    border: 0;
    width: auto;
    height: auto;
    line-height: 1;
    margin-top: 6px;
  }

  .logo {
    /* margin: 10px auto; */
    display: block;
  }

  .logo .img-responsive {
    margin: 0 auto;
    display: block;
  }

  .parallax-window {
    height: 300px;
    background: transparent;
    display: table;
    width: 100%;
  }

  .p-5 {
    padding: 1.5rem 1rem !important;
  }

  #metro-touch-slider .carousel-caption ul li {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .m-min-210 {
    height: 350px !important;
  }

  .blogtitle a {
    font-size: 22px;
  }

  .content_inner {
    padding: 25px;
  }
}

@media (min-width: 220px) and (max-width: 575px) {

  .insta-wrap .responsive {
    width: 100%;
  }

  .top-contact-list li a {
    font-size: 18px;
  }

  .bloginner {
    padding: 0;
  }

  .top-contact-list li:last-child {
    display: none !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    padding: 10px 5px;
  }

  .m-min-210 {
    height: 300px !important;
  }

  .size-3 {
    font-size: 40px;
    line-height: 45px;
  }

  #testimonial-carousel {
    padding: 25px 35px;
  }

  .services-3-title h4 {
    font-size: 17px;
  }

  .padd-t {
    padding-top: 15px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  #metro-touch-slider .carousel-caption h4 {
    font-size: 16px;
    line-height: 20px;
  }

  #metro-touch-slider .carousel-caption h2 {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 15px;
  }

  #metro-touch-slider .carousel-caption .button {
    padding: 6px 20px;
  }

  .contact-wrap {
    padding: 20px 10px;
  }

  .new-slide-wrapper .carousel-item {
    height: 550px !important;
  }

  .new-slide-wrapper #metro-touch-slider .carousel-caption h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .new-slide-wrapper .list1 li {
    padding-bottom: 0px;
  }

  #metro-touch-slider .carousel-caption ul li {
    font-size: 16px;
  }

  .border-box,
  .border-box2 {
    padding: 20px 15px;
  }

  .blinking-button {
    padding: 10px 20px !important;
    font-size: 18px !important;
  }

  .inner-box {
    padding: 15px;
  }

  .inner-box1 {
    padding: 15px;
  }

  .inner-box2 {
    padding: 15px;
  }

  .inner-box3 {
    padding: 15px;
  }

  .inner-box4 {
    padding: 15px;
  }

  .contact-box .contact-info {
    padding: 15px;
  }

  .contact-box .contact-title h3 {
    padding: 15px;
  }

  .contact-box .contact-info {
    flex-direction: column;
  }

  .contact-box .contact-info .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .faq-sec {
    padding: 15px;
  }
  .address-box .address-icon-holder{
    display: none;
  }
}


.blinking-button {
  background-color: #7cbf42;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}

.blinking-button:hover {
  color: #FFFFFF;
  background-color: #427b18;
}