/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
	
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #545560;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  color: #56676d;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #797979;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f25;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.h1heading,
.h2heading {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0368be;
}

.bg-color1 {
  background-color: #0368be;
}

.bg-color2 {
  background-color: #d1d1d1;
}

.text-color1 {
  color: #0368be !important;
}

.text-color2 {
  color: #d4af37 !important;
}

.text-color3 {
  color: #0f4229 !important;
}

.bg-lightgreen {
  background: #cfffce;
}

.bg-darkgreen {
  background: #0368be;
}

.txt-hover:hover,
.txt-hover:focus {
  color: #a9a9a9;
}

.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%;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-top {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #0368be;
}

.contacttop-wrap {
  position: relative;
  text-align: end;
}

.heading-h3 a {
  display: inline-block;
}

.circleicon {
  width: 44px;
  height: 44px;
  /*border-radius: 50%;*/
  line-height: 44px;
  text-align: center;
  background: #ffffff47;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  -moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.contacttop-wrap a {
  color: #fff;
}

.contacttop-wrap a:hover,
.contacttop-wrap a:focus,
.contacttop-wrap a:active {
  color: #ddd;
}

.top-contact-icon i {
  font-size: 20px;
  padding: 0;
  text-align: center;
  color: #000;
}

.contacttop-wrap span.fw-medium {
  display: block;
  color: #fff;
}

.socilicontop {
  position: relative;
  text-align: right;
}

.socilicontop li {
  display: inline-block;
}

/*.socilicontop li .btn-lg-square{
	background: linear-gradient(100deg, #3e8338 0%, #5b8d44 100%);
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
}*/
.socilicontop li a i {
  color: #fff;
}

/*.socilicontop li a:hover,
.socilicontop li a:active,
.socilicontop li a:focus{
	background: #0368be !important;
	color: #fff !important;
    border: 1px solid #fff !important;
}
.socilicontop li a:hover i,
.socilicontop li a:active i,
.socilicontop li a:focus i{
	color: #fff !important;
}*/
.homepage .header {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #fff;
}

.header-bottom {
  background-color: #fff;
  padding: 5px;
  position: relative;
}

.logo {
  display: inline-block;
}

.logo .img-fluid {
  max-width: 100%;
  width: 200px;
}

.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: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: transparent;
  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: 10px 15px;
  color: #000;
}

.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: 600;
  color: #1f1f25;
  padding: 0px 20px;
  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: #0368be;
}

.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: #0368be;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.follow-us-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  padding: 15px 40px;
  border-radius: 60px 0 0 0;
}

.google-review-logo {
  max-width: 150px;
  display: inline-block;
}

.fs-70 {
  font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
  padding: 0px 0 15px 26px;
  position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #0368be;
}

.areas-list li:before {
  content: "\F3E7";
}

.list2 li:before {
  color: #fff;
}

.list3 {
  margin-left: 16px;
}

.list3 li {
  list-style-type: decimal;
  padding-bottom: 18px;
}

.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;
}

.overlap {
  position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
  background-color: rgba(41, 42, 96, 0.85);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap1:before {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
  background-color: rgb(55 57 60 / 80%);
}

.widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #018859;
  margin-bottom: 20px;
}

.widget-title a:hover {
  color: #a9a9a9;
}

.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 20px;
  display: inline-block;
  color: #fff;
}

.footer-menu li a:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\F231";
  font-family: "bootstrap-icons";
}

.footer-links {
  display: block;
  color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
  color: #a9a9a9;
}

.navigation li.dropdown > .dropdown-menu.child-dropdown {
  top: 0;
  left: 100%;
  padding: 15px;
}

.border-row-1 {
  border-top: 1px solid #245525;
  border-left: 1px solid #245525;
  border-right: 1px solid #245525;
}

.border-row-2 {
  border-bottom: 1px solid #245525;
  border-left: 1px solid #245525;
  border-right: 1px solid #245525;
}

.service-item {
  position: relative;
  text-align: center;
}

.service-item .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.service-item .service-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.3s;
  z-index: -1;
}

.service-item:hover .service-img img {
  transform: scale(1);
}

.service-item .service-text {
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-item:hover .service-text {
  background: rgba(15, 66, 41, 0.6);
}

.service-item .service-text h4,
.service-item .service-text p {
  transition: 0.3;
}

.service-item:hover .service-text h4 {
  color: #ffffff;
}

.service-item:hover .service-text p {
  color: #ddd;
}

.service-item .service-text .btn-square {
  width: 150px;
  height: 150px;
  padding: 15px;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.5s;
}

.service-item:hover .service-text .btn-square {
  background: #ddd;
}

.service-item .service-text .btn {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  color: #000;
  background: #ddd;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}

.service-item:hover .service-text .btn {
  width: 112px;
}

.services-section {
  position: relative;
}

.three-img-wrap {
  text-align: center;
}

.wavepatch img {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 70%;
  height: 75%;
  z-index: -1;
}

.three-img-wrap img {
  border-radius: 30px;
  max-height: 500px;
}

.imgrootate2 img {
  rotate: 7deg;
  /*box-shadow: rgb(15 66 41 / 44%) -5px 5px, rgb(15 66 41 / 37%) -10px 10px, 
	rgb(15 66 41 / 41%) -15px 15px,rgb(15 66 41 / 10%) -20px 20px, 
	rgba(240, 46, 170, 0.05) -25px 25px;*/
  transition: all 0.5s;
}

.imgrootate1 img {
  rotate: -7deg;
  /*box-shadow: rgb(15 66 41 / 63%) 5px 5px, rgb(15 66 41 / 54%) 10px 10px,
	rgb(15 66 41 / 52%) 15px 15px, rgb(15 66 41 / 20%) 20px 20px,
	rgba(240, 46, 170, 0.05) 25px 25px;*/
  transition: all 0.5s;
}

.services-section:hover .imgrootate2 img,
.services-section:hover .imgrootate1 img {
  rotate: none;
  box-shadow: none;
}

.bggreenwhite-wrap {
  position: relative;
  background-color: transparent;
  margin-bottom: 40px;
}

.imgwhite-border {
  position: relative;
}

.imgwhite-border img {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  left: -16px;
  top: 0;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
}

.whitebox-content-wrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
  margin-top: 54px;
}

.homepage .whitebox-content-wrap {
  margin-top: 0;
  border-radius: 30px 0 0 30px;
}

.homepage .imgwhite-border img {
  padding: 10px;
  background-color: #fff;
  position: static;
  left: 0;
  top: 0;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
}

.homepage .bggreenwhite-wrap {
  margin-bottom: 0;
}

.greenbgpatch-section {
  position: relative;
}

.greenbgpatch-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 70%;
  background-color: #0368be;
  width: 80%;
  margin: 0 auto;
}

.green100.greenbgpatch-section::before {
  width: 100%;
}

.list1.text-white li:before {
  color: #fff;
}

.imgborder-de img,
.box-three-content {
  position: relative;
  padding: 10px;
  background-color: #fff;
  top: 0;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  z-index: 2;
  margin-bottom: 50px;
}

.box-three-content {
  padding: 20px;
  text-align: center;
  min-height: 310px;
}

.box-three-content01 {
  padding: 20px;
  top: 0;
  position: relative;
  background-color: #fff;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
  z-index: 2;
  margin-bottom: 50px;
  /*	min-height: 310px;*/
}

.box-content1 {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.whitebox-content-wrap.box-border {
  border: 10px solid #fff;
  background-color: #fff;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #4a733a;
  color: #fff;
}

.box-content2 {
  padding: 30px;
  border: 1px solid #fff;
  color: #fff;
}

.borderimg-thumb {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.footer-icon i {
  color: #fff;
  font-size: 20px;
}

.btn-lg-square {
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-radius: 50px;*/
  font-weight: normal;
  background: #0368be;
  color: #fff;
  border: 0;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  -moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/*.btn-lg-square:hover{
	background: transparent;
	color: #245525;
	border: 1px solid #245525;
}*/
.footer {
  position: relative;
  background:
    linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
    url(../images/bgfooter.jpg) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

footer .overlap1 {
  background-color: rgb(0 0 0 / 75%);
}

.footer-icon {
  color: #fff;
}

.rightfooter .list2 li a {
  color: #fff;
}

.rightfooter .list2 li a:hover,
.rightfooter .list2 li a:active,
.rightfooter .list2 li a:focus {
  color: #ddd;
}

.rightfooter .list2 li:hover:before,
.rightfooter .list2 li:active:before,
.rightfooter .list2 li:focus:before {
  color: #0368be;
}

.footerheader {
  position: relative;
}

.footerheader:before {
  position: absolute;
  content: "";
  left: 0;
  width: 78px;
  background: #fff;
  height: 1px;
  bottom: -10px;
  opacity: 0.5;
}

.footer-bottom .footer-link,
.footer-bottom .footer-link a {
  color: #fff;
}

.footer-bottom .footer-link a:hover,
.footer-bottom .footer-link a:focus,
.footer-bottom .footer-link a:active {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.imglawncare {
  position: relative;
}

.abslimg2 {
  position: absolute;
  right: -35px;
  width: 300px;
  bottom: -22px;
  border: 7px solid #fff;
}

.area-list {
  position: relative;
  text-align: center;
}

.area-list li {
  position: relative;
  display: inline-block;
  color: #0f4229;
  margin: 15px;
  background-color: transparent;
  border-color: #0f4229;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #0f4229;
  padding: 0.6875rem 3.5625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-top-right-radius: 1.5625rem;
  border-bottom-left-radius: 1.5625rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.area-list li.linkarea {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}

.area-list li a {
  color: #fff;
  background-color: #0f4229;
  border-color: #0f4229;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.6875rem 3.5625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-top-right-radius: 1.5625rem;
  border-bottom-left-radius: 1.5625rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.area-list li a::after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  background-color: rgb(80 102 78 / 73%);
  border-top-right-radius: 1.5625rem;
  border-bottom-left-radius: 1.5625rem;
  position: absolute;
  top: -6px;
  left: -1px;
  border: 1px solid transparent;
  z-index: -1;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.area-list li a:hover::after {
  top: 0;
  opacity: 0;
}

.d-table-middle {
  display: table;
  height: 100%;
}

.table-cell-middle-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.imgfull-col-6 {
  position: relative;
}

.imgfull-col-6:before {
  position: absolute;
  content: "";
  left: 9%;
  top: 11%;
  border: 2px solid #fff;
  padding: 15px;
  width: 91%;
  height: 87%;
  transform: translate(-5%, -5%);
}

.hover-on-green a:hover,
.hover-on-green a:focus,
.hover-on-green a:active {
  color: #87f584;
}

.garden-maintenance-page .box-three-content {
  min-height: 355px;
  background: #1a6429;
  border: 9px solid #fff;
  color: #fff;
}

.hedge-trimming-page .imgwhite-border img,
.landscaping-page .imgwhite-border img {
  left: 0;
  border-radius: 0;
  position: relative;
}

.hedge-trimming-page .whitebox-content-wrap,
.landscaping-page .whitebox-content-wrap {
  border-radius: 0;
  margin-top: 0;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.landscaping-page .bg-green-contentbox .whitebox-content-wrap {
  background-color: #0368be;
}

.min-height-auto {
  min-height: auto !important;
}

.list-hover-box-two-style {
  position: relative;
}

.overlap-img-half {
  position: absolute;
  max-height: 250px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.innerlist-wrap {
  position: relative;
  min-height: 250px;
}

.overlap-img-half::before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(11, 11, 11, 0.66);
}

.list-hover-box-two-style .services_col {
  position: relative;
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: none;
  transition: 0.5s;
}

.list-hover-box-two-style .services_col:before {
  position: absolute;
  left: 7px;
  top: 0;
  height: 230px;
  width: 230px;
  border: 5px solid #ffffff;
  content: "";
}

.innerlist-wrap {
  position: relative;
}

.list-hover-box-two-style .services_col .overlap1:before {
  background-color: rgb(0 0 0 / 81%);
}

.list-hover-box-two-style .services_col li {
  padding: 5px 0;
  color: #fff;
}

.list-hover-box-two-style .services_col:hover {
  background-color: #ffffff;
  transform: translateY(-10px);
}

.snip1576 {
  background-color: #fff;
  color: #444;
  display: inline-block;
  font-size: 24px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1576 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1576 img {
  vertical-align: top;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1576 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1576 img {
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 0;
  backface-visibility: hidden;
}

.snip1576 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.snip1576 h3 span {
  display: block;
  font-weight: 700;
  background: #0368be;
  border-radius: 50%;
  color: #fff;
}

.snip1576 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1576:after {
  background-color: #0368be91;
  height: 150%;
  bottom: -160%;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.snip1576:hover figcaption,
.snip1576.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.snip1576:hover:after,
.snip1576.hover:after {
  bottom: 105%;
}

.snip1576:hover > img,
.snip1576.hover > img {
  opacity: 0.6;
}

.innerform-contact {
  padding: 40px 20px;
  height: 100%;
  display: table;
  background-color: rgba(16, 47, 4, 0.84);
}

.contactus-page .box-three-content {
  display: table;
  width: 100%;
  height: 100%;
}

.contactus-page .contacttop-wrap {
  display: table-cell;
  vertical-align: middle;
}

.sliderform {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.btn-3 {
  position: relative;
  display: flex;
  padding: 6px 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 50px;
  color: #4a733a;
  border: 1px solid #4a733a;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  gap: 10px;
}

.btn-3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4a733a;
  transform: translateX(-100%);
  transition: 0.5s ease-in-out;
}

.btn-3:hover span {
  font-weight: 600;
  position: relative;
  color: #fff;
  z-index: 1;
  display: block;
  transition: 0.5s ease-in-out;
}

.btn-3:hover:before {
  transform: translateX(0);
}

.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;
}

.submit-icon {
  display: none;
  color: #000;
}

.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;
}

.inner-box1 {
  padding: 30px;
  border: 1px solid #0368be;
}

.inner-box2 {
  border: 4px double #0368be;
  padding: 30px;
}

.inner-box3 {
  border: 2px dashed #0368be;
  padding: 30px;
}

.inner-box4 {
  border: 4px double #d1d1d1;
  padding: 30px;
}

.inner-box5 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
}

.inner-box6 {
  background: #0368be;
  padding: 30px;
}

.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: 48px;
  border-radius: 100%;
  background-color: #323232;
  color: #fff;
}

.blogtitle a:hover .aarow-span {
  transform: translateX(10px);
  background-color: #a4cf18;
}

.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;
}

.content-para-img {
  position: relative;
}

.bef-aft {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 25px;
}
.kVxVdh {
  z-index: 9 !important;
}

.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;
}
#gallery-carousel .owl-nav .owl-next, 
#gallery-carousel  .owl-nav .owl-prev{
    background: #000;
    padding:10px 30px!important;
}
#gallery-carousel .owl-nav .owl-prev{
    border-radius:30px 0 0 30px;
}
#gallery-carousel .owl-nav .owl-next{
    border-radius: 0 30px 30px 0;
}
#gallery-carousel .owl-nav [class*="owl-"]:hover{
    background: #0368be;
}
 .contact-box {
    position: relative;
    z-index: 2;
    transition: 300ms ease;
    padding: 0 15px 15px;
}

.contact-box:hover::after {
    background-color: #0368be;
}

.contact-box:hover .content {
    background-color: #000;
    border-color: #000;
    transform: translateY(-5px);
}

.contact-box:hover .content .text,
.contact-box:hover .content .title,
.contact-box:hover .content a {
    color: #fff;
}

.contact-box::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 128px;
    background-color: #d9e8f5;
    content: "";
    transition: 400ms ease;
    z-index: -1;
}

.contact-box .content {
    position: relative;
    padding: 40px 30px 25px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
    transition: 400ms ease;
    min-height: 202px;
}

.contact-box .content .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    right: -35px;
    top: -35px;
    z-index: 1;
    color: #0368be;
    background-color: rgb(3 104 190 / 15%);
    font-size: 40px;
    line-height: 1;
    transition: 300ms ease;
    margin: auto;
    padding: 0 0 30px 28px;
}

.contact-box .content .icon::after {
    position: absolute;
    content: "";
    background-color: #0368be;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.contact-box .content .icon::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    content: "";
    border: 1px dashed #0368be;
    border-radius: 50%;
    position: absolute;
    bottom: -9px;
    left: -9px;
    animation: textRotate 15s linear 0s forwards infinite alternate;
}

.contact-box .content .icon i {
    display: inline-block;
    transform: scale(1);
    transition: 500ms ease;
}

.contact-box:hover .content .icon {
    color: #fff;
    border-color: #0368be;
}

.contact-box:hover .content .icon::after {
    height: 100%;
}

.contact-box:hover .content .icon::before {
    border-color: #fff;
}

.contact-box:hover .content .icon i {
    transform: scale(0.9);
}

.contact-box .content .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    transition: 200ms ease;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding-right: 60px;
}

.contact-box .content .text {
    font-weight: 500;
    transition: 200ms ease;
    margin: 40px 0 14px;
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .contact-box .content {
        min-height: 212px;
    }
}
/* col-xl */
@media (min-width: 1200px) and (max-width: 1400px) {
}

/* col-lg */
@media (min-width: 992px) and (max-width: 1200px) {
  .greenbgpatch-section::before {
    width: 75%;
  }

  .navigation a {
    padding: 0px 13px;
  }

  .imgwhite-border img {
    top: 0;
  }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width: 991px) {
  .mobile-menu {
    display: block;
    font-size: 20px;
    background: #0368be;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
  }

  .mobile-menu i {
    float: right;
  }

  .homepage .header {
    position: relative;
  }

  .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: #0368be;
    padding: 0;
  }

  .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: #686868;
    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;
  }

  .bgmd-none {
    background-image: none !important;
  }

  .wavepatch {
    display: none;
  }

  .greenbgpatch-section::before {
    width: 100%;
  }

  .imgwhite-border img {
    position: relative;
    left: 0;
    width: 100%;
  }

  .three-img-wrap img {
    max-height: inherit;
    width: 100%;
    box-shadow: none;
    rotate: none;
  }

  .imgborder-de img {
    margin-bottom: 20px;
  }

  .whitebox-content-wrap {
    border-radius: 25px 25px 0 0;
  }

  .imgwhite-border img {
    border-radius: 0 0 20px 20px;
  }

  #bootstrap-touch-slider {
    height: 100%;
  }

  .headerlogo {
    text-align: center;
  }

  .flexbox {
    display: block;
  }

  .width-60,
  .width-40 {
    width: 100%;
  }

  .imgborder-de img,
  .box-three-content {
    box-shadow: none;
  }

  .bggreenwhite-wrap {
    margin-bottom: 0;
  }

  .imgfull-col-6::before {
    display: none;
  }

  .imgfull-col-6.parallax {
    background-image: none !important;
    min-height: auto !important;
  }

  .box-three-content {
    min-height: auto;
    margin-bottom: 20px;
  }

  .greenbgpatch-section::before {
    height: 100%;
  }

  .h1heading,
  .h2heading {
    line-height: 1.2;
  }

  .garden-maintenance-page .box-three-content {
    min-height: auto;
  }

  .textwhite-mob p {
    color: #fff;
    position: relative;
  }

  .innerlist-wrap {
    min-height: auto;
  }

  .testimonial-page .innerlist-wrap {
    min-height: 380px;
  }

  .contactus-page .contacttop-wrap {
    text-align: center;
  }

  .homepage .whitebox-content-wrap,
  .homepage .imgwhite-border img {
    border-radius: 0;
  }
  .iCcBam{
    z-index: 99 !important;
  }
}

/* col-md */
@media (min-width: 768px) and (max-width: 991px) {
  .contact-box .content {
        min-height: 210px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width: 767px) {
  .socilicontop {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .testimonial-page .innerlist-wrap {
    min-height: auto;
  }

  .contacttop-wrap {
    text-align: center;
  }

  .carousel-fade .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .whitebox-content-wrap {
    padding: 15px;
  }

  .borderimg-thumb {
    padding: 5px;
  }

  .box-three-content {
    min-height: auto;
    margin-bottom: 20px;
  }

  .contact-box .content {
        min-height: auto;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width: 767px) {
}

/* col-xs */
@media (min-width: 220px) and (max-width: 575px) {
  .carousel-fade .carousel-item {
    height: 400px !important;
  }

  .h1heading,
  .h2heading {
    font-size: 25px;
  }

  .abslimg2 {
    position: static;
    width: 100%;
  }

  .area-list li {
    display: block;
  }

  .list-hover-box-two-style .services_col {
    padding: 10px;
    margin-bottom: 15px;
  }

  .contactus-page .box-three-content {
    padding: 0;
    display: block;
  }

  .contactus-page .contacttop-wrap {
    padding: 20px 10px;
    display: block;
    text-align: left;
  }

  .contactus-page .header .contacttop-wrap {
    text-align: center;
  }

  .inner-box1 {
    padding: 15px;
  }

  .inner-box2 {
    padding: 15px;
  }
  .inner-box3 {
    padding: 15px;
  }
  .inner-box4 {
    padding: 15px;
  }
  .inner-box5 {
    padding: 15px;
  }

  .inner-box6 {
    padding: 15px;
  }

  .box-content2,
  .box-content1 {
    padding: 20px;
  }
  .contact-box .content {
      padding: 40px 15px 25px;
  }

  .contact-box {
      padding: 0px 10px 10px;
  }

  .jLKkbH{
    z-index: 99 !important;
    justify-content: end !important;
  }

}

@media (min-width: 220px) and (max-width: 400px) {
  .fs-15{
    font-size: 13px;
    font-weight: 400;
  }
}
