html, body {
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
/* RESET  */
body {font: 400 14px/18px 'Montserrat'; min-width: 320px; color: #000;letter-spacing: 0.08rem; }
body.nav-open .top {
  -webkit-transform: translateY(7.3px) rotateZ(45deg);
  -moz-transform: translateY(7.3px) rotateZ(45deg);
  -ms-transform: translateY(7.3px) rotateZ(45deg);
  -o-transform: translateY(7.3px) rotateZ(45deg);
  transform: translateY(7.3px) rotateZ(45deg);
}
body.nav-open .middle {width: 0 !important; }
body.nav-open .bottom { 
  -webkit-transform: translateY(-8.8px) rotateZ(-45deg);
  -moz-transform: translateY(-8.8px) rotateZ(-45deg);
  -ms-transform: translateY(-8.8px) rotateZ(-45deg);
  -o-transform: translateY(-8.8px) rotateZ(-45deg);
  transform: translateY(-8.8px) rotateZ(-45deg);
}
.container { max-width: 1120px;}
.container,
.container-fluid{padding-left: 15px;padding-right: 15px;}
/* Media */


/* Wrapper CSS */
#wrapper{-moz-transition: all 0.25s linear;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;width: 100%;max-width: 100%;padding: 0;margin: 0;overflow: hidden;}


p {font: 400 14px/20px 'Montserrat'; color: #000; word-break: break-word; }

@media (min-width: 767.98px) {
    p {font-size: 14px;line-height: 20px;}
}

input:-webkit-input-placeholder { color: #000; }
input:-moz-placeholder { color: #000; }
input:-ms-input-placeholder { color: #000; }
input:-moz-placeholder { color: #000; }
input {border: 0px solid #000 !important;border-radius: 0 !important;font-size: 14px !important;height: 50px !important;line-height: 50px !important;color: #000 !important;}
label{font-size: 14px !important;line-height: 18px !important;color: #000 !important;}
textarea {min-height: 160px !important;height: 160px !important;max-height: 160px !important;border: 1px solid #000 !important;border-radius: 0 !important;resize: none !important;font-size: 20px !important;line-height: normal !important;}
input:focus,textarea:focus{outline: none !important; box-shadow: none !important;}
	

/* Media */
@media (min-width: 767.98px) {
    input{height: 60px !important;line-height: 60px !important;font-size: 20px !important;}
    label{font-size: 20px !important;line-height: 30px !important;}
    textarea {min-height: 230px !important;height: 230px !important;max-height: 230px !important;}
}
.contact-btn {
  background-color: #64A564; padding-left: 20px; padding-right: 20px; color: white;
  border-style: none;
}
ul,
ol {list-style-type: none;margin: 0;padding: 0; }
button {outline: none; }
a {font-size: 12px;line-height: 16px;color: #000;-moz-transition: all 0.25s linear;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;outline: none !important;text-decoration: none;}
a:hover {text-decoration: none;color: #000850; }
a:focus, button:focus, input:focus{ outline: none !important; box-shadow: none !important; }
img {max-width: 100%;display: block;font-size: 12px;color: #000;}
h1 {font: 400 22px/40px 'Montserrat';margin: 0 0 20px !important;color: #000;text-transform: uppercase;}
@media (min-width: 767.98px) {
  h1 {font-size: 50px;line-height: 60px;margin-bottom: 20px; }
}
@media (min-width: 1199.98px) {
  h1 {font-size: 40px;line-height: 50px;}
}
@media (max-width:767px){
  body h2{font-size:32px !important}
}
h2 {font: 400 40px/50px 'Montserrat' !important;margin: 0 0 20px !important;color: #000 !important;text-transform: uppercase;}
h3 {font: 400 28px/36px 'Montserrat';margin: 0 0 20px;color: #000;text-transform: uppercase;}
h4 {font: 400 24px/30px 'Montserrat';margin: 0 0 20px;color: #000;text-transform: uppercase;}
h5 {font: 400 100%/100% 'Montserrat';margin: 0 0 20px;color: #000;text-transform: capitalize;}
h6 {font: 400 100%/100% 'Montserrat';margin: 0 0 20px;color: #000;text-transform: capitalize;}

.mt-btn{text-decoration: none !important;display: block; color: #000;width: 100%;max-width:195px;height:45px;font-family: 'Montserrat';border-radius: 2px;line-height: 24px;text-align: center;vertical-align: middle; padding: 10px;font-size: 16px;font-weight: 700;margin: 0;background: transparent;transition: all .5s;text-transform: uppercase; border: 1px solid #000;}

.mt-btn:hover,.mt-btn:focus{background: #64A564;color: #fff; border: 1px solid #64A564 !important; opacity: 1 !important}
button{font-family: 'Montserrat' !important;}
sub, sup { font-size: 75%; line-height: 0; vertical-align: baseline; }
sup { top: -.5em; }
::selection {color: #fff;background: #000;}
::-webkit-input-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
.breadcrumb-item.active {color: #debe61;}
.pagination li .page-link {color: #000;}
.white-one{color:#ffffff;text-transform: uppercase;margin-bottom: 20px;position: relative;display: inline-block;}
.white-one::before{content: "";
    position: absolute;
    left: -60px;
    width: 50px;
    height: 2px;
    top: 50%;
    background: #ffffff;
    transform: translatey(-50%);}
 .white-one::after{content: "";
    position: absolute;
    right: -60px;
    width: 50px;
    height: 2px;
    top: 50%;
    background: #ffffff;
    transform: translatey(-50%);}
    
    .brown-one{color:#64A564;text-transform: uppercase;margin-bottom: 20px;position: relative;display: inline-block;}
.brown-one::before{content: "";
    position: absolute;
    left: -60px;
    width: 50px;
    height: 1.5px;
    top: 50%;
    background: #64A564;
    transform: translatey(-50%);}
 .brown-one::after{content: "";
    position: absolute;
    right: -60px;
    width: 50px;
    height: 1.5px;
    top: 50%;
    background: #64A564;
    transform: translatey(-50%);}
.extra-light{font-weight:200;}
.regular{font-weight:400;}
.banner .banner-slider img{width:100%;height:auto;}

/* .banner-services{position: relative;} */
.main-services{padding:50px 30px;width:80%;box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);margin-bottom: 30px;
   background-color: white !important; justify-content: center; align-items: center; margin-left: 120px !important;
  margin:-25px auto 0;position: relative;z-index: index 1;opacity: 1;}
.banner-services .imgbox img{margin:0 auto;}
.banner-services .imgbox{margin-bottom:50px;}
.banner-services .contentbox h6{text-transform: uppercase; font-size:16px;line-height: 26px;color:#000;font-weight: 700;
  margin-bottom: 20px;text-align: center;}
.banner-services .contentbox p{text-align: center;}
.whoweare{padding:35px 0;   scroll-margin-top: 100px;}
.whoweare .contentbox{width:100%;max-width: 66%;margin: 0 auto;text-align: center;}
.whoweare .contentbox h1{text-transform: capitalize;}
.whoweare p {letter-spacing: 0.1rem; line-height: 1.4rem;}
.our-services{padding: 60px 0;background: #f8f8f8cc;}
.our-services .contentbox{text-align: center;}
.our-services .accordion{max-width: 800px;margin: 0 auto;}
.our-services .btn-box{margin-top:40px;}


/* footer */
.footer {
    position: relative;
    color: #000000;
    padding: 50px 0;
    background-image: url(../images/footer-bkg.jpg);
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1; 
}*/

.footer * {
  position: relative;
  z-index: 2; 
}
.footer-logo{margin-bottom: 25px;margin-top: -11px;}
.footer-logo img {width:100%; max-width: 260px;height:93px;}
.footer h6 {font-weight: 700 !important;margin-bottom: 20px;color: #fff;}
.footer p {color: #b0b0b0;}
.footer .underline{margin-top: -10px;width: 70%;height: 3px; color: white;}
.footer a.footer-link {color: #ffffff;text-decoration: none;}
.footer a.footer-link:hover {color: #f5f5f5;}
.footer .btn-box .footer-btn {display: inline-block;padding: 10px 20px;border: 1px solid #fff;color: #fff;text-decoration: none;margin-top: 10px;}
.footer .btn-box .footer-btn:hover {background-color: #fff;color: #2c2c2c;}
.footer .contact-info {list-style: none;padding: 0;}
.footer .contact-info li {margin-bottom: 10px;}
.footer .contact-info li img {margin-right: 10px;}
.footer .hr {border-top: 2px solid white;}
.footer .contentbox {text-align: center;}
.footer .contentbox p {margin: 0;color: #b0b0b0;text-align: start;}
.footer ul {padding-left: 0;}
.footer .footer-link i{font-size: 16px;}
/* img filter  */
.contact .filter-btn {font-size: inherit;}
.contact li .active {background-color: #64A564!Important; border-radius: 3px; padding-left: 20px; padding-right: 20px; color: white!Important; text-transform: uppercase; text-decoration: none;}
.contact ul {--bs-nav-tabs-border-width: 0}
.contact .nav-link {background-color: #ffffff00!important; color: black!important; text-transform: uppercase; text-decoration: none;}
.filter-btn {margin: 5px;border: none;background-color: rgba(255, 255, 255, 0); padding: 8px; text-transform: uppercase; color: black; padding-left: 20px; padding-right: 20px; text-decoration: none;}
.filter-btn:hover {color: black;}
.filter-active {background-color: #64A564!important; border-radius: 3px; padding-left: 20px; padding-right: 20px; color: white!Important; text-transform: uppercase; text-decoration: none;}
.img-container {display: none;}
.img-container.show {display: block;}
.btn-group {display: flex;flex-wrap: wrap;gap: 10px;}
@media (max-width: 768px) {.btn-group { flex-direction: column;}.btn-group .btn {  width: 100%; } .mobile-none{display: none;}a.header-email img {
    margin-left: 10px !important;
}.mt-top-inner.d-md-flex.justify-content-center.align-items-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start !important;
}}
@media (max-width: 576px) {
.btn-group .btn {padding: 10px;font-size: 14px; }}
.filter-img{
   border: 2px solid transparent; transition: 300ms; opacity: 0.8;height:100%;object-fit: cover;
}
.filter-img:hover {
  border-color: green; opacity: 1;
}
.team-section {text-align: center;}
.team-section p { color: #646464;}
.team-section img {width: 100%;height: auto;object-fit: cover;padding: 5px;margin: 0 auto 10px; }
.experts{background-color: #f5f5f5; width: 100%;}
/* counter up  */
.counter {color: white;text-align: center;padding: 50px 0;overflow: hidden;}
.counter-up {font-size: 6em;font-weight: bold;}
@media (max-width: 767px) {
  .counter-up {
    font-size: 4em;
  }
}
.counter-label {font-size: 1.2em;}
/* gallery */
.gallery {
  scroll-margin-top: 100px;
  padding: 70px 0 50px;
}

@media (max-width: 767px) {
  .gallery {
    padding: 40px 0;
  }
  .whoweare .contentbox{max-width:100%;}
}

.header-contact {color: #64A564;}
.header-phone, .header-email { text-decoration: none; color:#212529;}
.header-phone:hover, .header-email:hover { color:#212529; }

/* about */
.about {
  scroll-margin-top: 100px;
}
/* contact */
/*#landscape {*/
/*  scroll-margin-top: 250px;*/
/*}*/
/*#maintenance {*/
/*  scroll-margin-top: 250px;*/
/*}*/
/*#snowremoval, div#construction {*/
/*  scroll-margin-top: 250px;*/
/*}*/
.tab-content, .tab-pane {
    scroll-margin-top: 0 !important;
    scroll-padding-top: 0 !important;
    overflow-anchor: none !important;
}
.nav-tabs a[data-toggle="tab"] {
    scroll-margin-top: 0 !important;
    scroll-padding-top: 0 !important;
}
.contact-svg svg {
  width: 200px;
  height: 70px;
  border-radius: 8px;
}
.contact-svg svg:hover .st0{
  fill:#358e35;
}
@media (min-width: 1199.98px) {
.carousel {
  margin-top: -4vh;
}
}
  /* Carousel image styles */
.carousel-item {
    height: 70vh; 
}

.carousel-item {
  height: 70vh;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .carousel-item {
      height: 50vh; 
  }
}

img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 50vh; 
    }
}

/* contact us form */
.form-header {background-color: green;}
.form-button {background-color: green!important;color: white;}

/* services  */
.services-links{ margin-top: 0px !important;}
@media (min-width: 320px) and (max-width: 786px) {
  .services-nav li {display: block; width: 100%; text-align: center;}}
.tab-content img {width: 100%;height: auto;}
.tab-content .description {color: #646464;}
.tab-content .tags {color: #AFAFAF;}
.tab-content .button {background-color: rgba(255, 255, 255, 0)!important;}
.services .list{list-style: disc; color: gray;display: flex;flex-direction: row;gap: 18px;flex-wrap: wrap;}
.services {
  position: relative; 
  color: rgb(250, 247, 247);
  padding: 24px 0 50px;
  background-image: url('/images/our-services-background.png');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 320px) and (max-width: 786px) {.services {padding-bottom: 24px;} }
.services h6{text-align: center!important; justify-content: center; align-items: center;width: auto; max-width: 100%; margin-left: 0px;}
.services .button{border: 1px solid black; color: black; background-color: white; border-radius: 3px; padding-left: 25px; padding-right: 25px; padding-top: 5px; padding-bottom: 5px; margin-top: 30px !important; margin-bottom: 8px;}
.services .button:hover{background-color: #64A564!important; color: white; border-color: #64A564;}
.services h3{color: black;margin-top:20px !important;margin-bottom:30px;}
.services .services-links li a{text-decoration: none; color: black!important; margin-left: 5px; border-radius: 0%;}
.banner-services{margin-top: -5vh; background-color: white;}
.navbar{ height: 70px; border-radius: 8px!important;}
.topnavbar { height: 80px;}
.modal-body{background-color: rgb(199, 194, 194);}
.modal-body input {border: 1px solid black; box-sizing: border-box; box-shadow: gray; width: 100%; border-radius: 10px;}
.modal-body button{background-color: white!important; color: black ; padding: 8px; border-radius: 2px;}
.modal-body button:hover{background-color: green!important;color: white;}
.navbar .row{ margin: 15px;}
.navbar .contact-item{margin-right: -10px;}
.nav2{z-index: 2 !important; position: relative; padding-left: 0!important; padding-right: 0px!important;  border-radius: 8px!important;   width: 90%;
}
.nav2 img{display: none;}
.navitem li {text-decoration: none}
.navbar-expand-lg { display: flex; flex-direction: row; background-color: #000;}
.nav2 .navbar ul li a{color: rgba(255, 255, 255, 0.845); text-decoration: none;}
.navbar-toggler.custom-toggler {
  margin-right: 20px;
  border-color: white;
}
.navbar-round {
  border-radius: 8px!important;
}

.navbar-toggler.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.topnavbar {
  margin-left: 5%; margin-right: 5%;
}

.contactus {display: block!important; background-color: green; color: #fff;padding: 2px; border-radius: 3px;margin-top: 1px;text-decoration: none;}
@media (min-width: 320px) and (max-width: 786px) {
  .services{margin-top: 0px !important;}
  .services-links{margin-top: 0px !important;}
.navbar-brand{display: block!important;}
.main-services a .contentbox h6 {text-decoration: none !important;}
#about p{margin-top: 0 !important;}
#about h4{margin-top: 0% !important;}
.whowearetext{margin-bottom: 0% !important;
}
}
.navbar-brand{display: none}
.navbar-toggler .navbar-nav {background-color: white!important; z-index: 5;}
.navicon{color: green;font-size: 30px; margin-left: 10px;}
.navp{font-size: 10px; margin-left: 5px; margin-top: 8px;} 
.sticky {
  top: 0;
  position:fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: black;
  overflow-x: hidden;
}
.sticky-off {
  top: 50px;
}
.navbar-toggler-icon path {
  stroke: white;
  margin-top: -20px;
  padding: 0%;

}
.nav-text {
  font-size: 11px;
}
@media (max-width: 767px) {
  .nav2 {width: 100%;}
  .navbar {height: 80px; }
  .navbar-toggler-icon path {
      stroke: white;
      margin-top: -20px;
      padding: 0%;
  }
}
.navbar {
  transition: background-color 0.3s ease;
}
.navbar-toggler {
  transition: background-color 0.3s ease;
}
.navbar.white-background {
  background-color: black !important;
  height: 100%;
  width: 100%; border-radius: 0% !important;
  margin-top: 5px;
}
.navbar.white-background .navbar-toggler-icon path {
  stroke: white !important;
  padding: 4px;
}
.navbar.white-background .navbar-nav .nav-link {
  color: white !important;
  margin-left: 3px;
}
.nav-link:hover,.footer-link:hover{color:#64A564 !important;}

.myTabContentClass {
  display: flex;
  flex-direction: row;
  word-break: break-all;
}

@media (max-width: 767px) {
  .myTabContentClass {
    flex-direction: column-reverse;
  }
  .mt_gallery a{height:250px}
  .navbar .contact-btn{display: none;}
  .navbar-collapse {padding: 20px 10px;}
  .contact_us .row .contentbox{max-width: 100%;}
  .inline_inner{justify-content: flex-start !important;}
  .mt-top-inner{max-width: 60%;padding: 0 15px;width: 100%;}
  .mt-top-inner-f {max-width: 40%;padding: 0 15px;width: 100%;}
  .form-inline .inline_inner{margin: 10px -15px 10px !important;}
  .mt-top-inner-f img{display: none;}
  .mt-top-inner p{word-wrap: break-word;}

}
@media (max-width:990.99px){
.mt_gallery a{height:300px}
.navbar{border-radius: unset !important;}
.team-section .col-md-3 h6{margin-bottom: .3rem !important;}
body .topnavbar.white-background {width:100%;max-width: 100%;background-color: transparent !important;}
.navbar-brand-img{display: none;}
.form-inline{width:100%;max-width: 100%;}
.form-inline .inline_inner{width: 100% !important;max-width: 100%;margin: 10px auto 10px;padding-right: 0 !important;}
.banner-services .main-services{width:90%;margin-left:auto !important;}
}
/*MT */
.nav-link{font-size: 12px !important;font-weight:500 !important;font-family: Montserrat !important;}
.contact-svg{font-size: 16px !important;font-weight: 700 !important;font-family: Montserrat !important;}
.header-contact{font-size:12px;}
.nav .nav-link {font-size: 16px !important;line-height: 24px;}
#myTab{margin-bottom: 60px;}
.services .list {padding-left: 1rem;font-size: 12px; margin-bottom: 30px; }
.services .list > li { text-transform: uppercase; word-break: initial; }
.services .list > li p { margin-bottom: 0; }
#about{padding-bottom: 75px;}
#team{padding-top:60px;}
@media(min-width:991px){
  .services-button{border-right: 1px solid #64a56447;}
  .no-border  {border-right: 0px;}
  .counter-up{font-size: 102px !important;}
  .counter-label{font-size: 16px !important;}
  .container{max-width: 1240px !important;margin: 0 auto;}
  .counter{padding: 80px 0;}
  .mt_gallery a{height:300px}

}
.contact_us{padding:80px 0 70px;background: #f5f5f5;}
.contact_us .contentbox{max-width: 60%;margin: 0 auto;text-align: center;}
.contact_us .contentbox p{max-width: 450px;margin: 0 auto;}
.contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.contact_form input,
.contact_form textarea {
  width: 100%;
  padding: 10px 45px;
  font-size: 14px !important;
  font-style: italic;
   font-weight: 200;
   font-family: Montserrat !important;
}
.contact_form input:focus,
.contact_form textarea:focus{box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important; }
.contact_form input:placeholder,
.contact_form textarea:placeholder{
  font-style: italic;
  opacity: 0.7 !important;
  font-weight: 200;
}
.contact_form input{height:66px !important;}
.contact_form textarea{border:none !important;}
.contact_form .mt-btn{margin: 0 auto;}
.mt_gallery{padding-bottom: 70px;}
.mt-counter{background: url('../images/experience-bg.jpg') no-repeat center;
  background-size: cover;}
.mt-counter h2{margin-top: 20px !important;}
.mt_gallery a{display: block;
    margin-bottom: 20px;}
.mt-services{background-image: url(../images/bkg-ourservices.jpg);}
.inline_inner{width: 40vw;
            display: flex;
            flex-direction: row;
            justify-content: end;
            cursor: pointer;
            padding-right: 5%;}

@media (max-width:991px){
  #nav2{width:100% !important;}
  .navbar-brand{display:block !important;max-width: 230px;}
  .nav2 img{display: block !important;}
  .contact-btn{display:none !important;}
  .navbar{height:auto;}
 .nav2{border-radius: unset !important;}
}