@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap");

html,
body {
  scroll-behavior: smooth;
}
.body {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  line-height: 1.6;
}

a:hover {
  text-decoration: none !important;
}
a {
  display: inline-block;
  text-decoration: none !important;
}
/* @font-face {
  font-family: myFirstFont;
  src: url(../fonts/FUTURAL.TTF);
}
@font-face {
  font-family: myFirstFont2;
  src: url(../fonts/Quentin.otf);
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  font-family: "Poppins", serif;
}
p {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
/* span {
  font-family: "Sacramento", cursive;
  display: inline-block;
} */

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.scrollToTopBtn {
  width: 40px;
  height: 40px;
  background: #7fd952;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: fixed;
  z-index: 1000000000000000000000;
  bottom: 0;
  right: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.con-rel {
  position: relative;
}
.showBtn {
  opacity: 1;
  transform: translateY(-100px);
  pointer-events: all;
}
.small {
  display: none;
}
.row-below {
  margin-top: 20px !important;
}
h1 {
  font-size: 55px !important;

  text-transform: capitalize;
}
.google-reviews.container {
    padding: 60px 0;
}
.top-heading h2 {
  font-weight: 500;
  font-family: "Poppins", serif;
  font-size: 40px !important;
  text-transform: capitalize;
  color: #111;
  line-height: 1.2;
  margin: 0px 0 16px;
}

.top-heading p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
/* .top-heading span {
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
} */
/* .top-heading img {
  display: block;
  margin: 0 auto 10px auto;
} */

section {
  padding: 80px 0;
}
.call-fixed {
  display: none;
}
a.btnn {
  padding: 10px 40px;
  font-family: "Poppins", serif;
  background: #7fd952;
  color: #111;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  margin-top: 14px;
  border-radius: 3px;
}
a.btnn:hover {
  background: #000;
  color: #fff;
}

/* HEADER */
.large .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.large nav {
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0;
}
.large nav .logo {
    position: absolute;
    top: 0px;
}
.large nav .logo img {
    max-width: 234px;
}
.large nav .nav-right > ul {
  display: flex;
  align-items: center;
}
.large nav .nav-right > ul > li {
  position: relative;
}
.large .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.large .nav-right > ul > li > a {
    padding: 34px 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #111;
    font-family: "Poppins", sans-serif;
}
.large .nav-right li:hover ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
.large .nav-right ul.sub-menu {
  position: absolute;
  width: 250px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.large .nav-right ul.sub-menu li a {
  padding: 10px !important
	  ;
  width: 100% !important;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #111 !important;
  transition: all 0.5s ease-in-out !important;
}
.large .nav-right ul.sub-menu li a:hover {
  background: #000;
  color: #fff;
}
.large .nav-right a.btnn {
  margin-top: 0;
  margin-left: 14px;
  padding: 10px 20px;
}
/* HEADER */

/* BANNER */
.banner {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 450px 0 50px;
	position:relative;
}
.banner-content h3 {
  color: #fff;
}
.banner-content h1 {
  color: #fff;
  font-size: 50px !important;
}
.banner-content p {
  color: #fff;
}
/* BANNER */

/* SERVICE */
.service-content {
  padding: 60px 40px;
  background: #7fd952;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.service {
  padding: 10px 0;
}
.service-content h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}
.service-content p {
  margin: 30px 0;
  color: #fff;
}
.service-content:hover {
  background: #111;
}
.service-content:hover h4 {
  color: #7fd952;
}
.service-content:hover a.explore {
  color: #7fd952;
}
.service-content a.explore {
  text-transform: uppercase;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  position: relative;
}
.service-content a.explore::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7fd952;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}
.service-content:hover a.explore::before {
  transition: transform 0.5s ease-in-out;
  transform: scaleX(1);
  transform-origin: left;
}
/* SERVICE */

/* WHAT WE DO */
.what-we-do-content {
  background: url(../images/what-we-do-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 400px 200px 50px;
}
.what-we-do2 {
  background: url(../images/what-we-do-bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.working-bg-content {
  background: url(../images/working-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 460px 200px 50px;
}
.what-we-do-content h2 {
  color: #fff;
}
.what-we-do-content p {
  color: #ffff;
  max-width: 900px;
  margin: 15px auto;
}
.what-we-do2 h2 {
  color: #fff;
}
.what-we-do2 p {
  color: #fff;
}
/* WHAT WE DO */

/* ABOUT CLIENT */
.about-client img {
  max-width: 300px;
}
/* ABOUT CLIENT */

/* WORKING BG */
.working-bg-content h2 {
  color: #fff !important;
}
.working-bg-content p {
  color: #fff !important;
}
/* WORKING BG */

/* TESTIMONIALS */
.testimonials {
  background: #7fd952;
}
.testi-content {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.testi-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testi-top .icon {
  margin-right: 20px;
}
.testi-top .info {
  margin-top: 12px;
}
.testi-top .info h4 {
  line-height: 1.5;
}
.testi-top .info span {
  font-family: "Poppins", sans-serif;
}
.testi-mid {
  margin-top: 10px;
  margin-bottom: 30px;
}
.testi-mid i {
  color: #eb6e00;
}
.testi-mid p {
  margin-top: 10px;
}
.testimonials a.btnn {
  background: #fff;
}
.testimonials a.btnn:hover {
  background: #111;
  color: #fff;
}
/* TESTIMONIALS */

/* PARTNERS */
/* .partners {
  background: #7fd952;
} */
.partners ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners ul li {
  margin: 0 10px;
}
/* PARTNERS */

/* FOOTER */
.footer {
  padding: 40px 0 20px 0px;
  background: #000000;
}
.footer-logo img {
  max-width: 200px;
}
.footer-left p a {
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.footer-left .footer-logo {
  margin-bottom: 0px;
}
.footer .social a {
  margin: 0 10px 0 0;
}
.footer-right-top p {
  color: #fff;
}
.footer-right-top form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.13);
  height: 50px;
}
.footer-right-top form input {
  width: 100%;
  border: none;
  background: none;
  color: #fff;
  padding: 0 20px;
  font-family: "Poppins", sans-serif;
  outline: none;
}
.footer-right-top button {
  width: 180px;
  height: 50px;
  border: none;
  background: #7fd952;
}
.footer-right .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
.footer-content h4 {
  color: #fff;
  margin-bottom: 20px;
}
.footer-content ul li {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.footer ul li a {
  color: #fff;
 }
.f-br {
  border-right: 1px 
	  solid rgba(255, 255, 255, 0.2);
	
} 
  .footer-services {
 margin-left: -4px!important;
	border-right: 1px solid rgba(255, 255, 255, 0.2);

}
.footer-copy p {
  color: #fff;
}

/* FOOTER */



/* INNER PAGE */
.inner-page {
  padding: 140px 0 100px;
}
.inner-page ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page ul li {
  font-family: "Open Sans", sans-serif;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 22px;
}
.inner-page ul li a {
  color: #fff;
}
.inner-page ul li a i {
  margin-right: 4px;
}
.inner-page .top-heading h1, .inner-page .top-heading p {
  color: #fff !important;
  text-transform: uppercase !important;
  text-align: center !important;
	    font-family: "Poppins", serif !important;
}

/* CONTACT PAGE */
.con-bg {
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.testi-bg {
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.1)), url(../images/testi-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.gal-bg {
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.1)), url(http://digitalagencynetwork.online/kangcontractorsllc.com/wp-content/uploads/2022/07/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-bg {
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.1)), url(http://digitalagencynetwork.online/kangcontractorsllc.com/wp-content/uploads/2022/07/banner.jpg) no-repeat;
  background-size: cover!important;
  background-position: center!important;
	position: relative;
}
.about-bg {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-info-content {
  background: #7fd952 !important;
  padding: 30px !important;
  width: 100% !important ;
  height: 100% !important;
  display: flex!important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}
.contact-info-content .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  margin: auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 30px;
}
.contact-info-content .icon-info {
  margin-top: 20px;
}
.contact-info-content .icon-info h4 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px !important;
  font-size: 24px;
}
.contact-info-content .icon-info p {
  color: #eee;
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;

}
.contact-info-content .icon-info p a {
  color: #fff;
}
.contact-info h2 {
  color: #111;
  font-size: 40px;
}
.contact-info span {
  color: #cb1818;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 1.6px;
}
.contact-page-form h2 {
  color: #111;
  font-size: 40px;
}
.form-content input {
  border-radius: 0;
  height: 50px;
  font-family: "Poppins", sans-serif;
}
.form-content textarea {
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}
.form-content button {
  background: #7fd952;
  color: #fff;
  padding: 14px 60px;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  position: relative;
  border-radius: 5px;
}
.form-content button:hover {
  background: #eb6e00;
  color: #fff;
}
.contact-page-form {
  background: #f9f9f9;
    margin-bottom: 50px;
}
.map {
  line-height: 0;
}
.footer-inner {
  padding-top: 80px;
}

.form-content select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.form-content .select {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.form-content select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-radius: 5px;
  height: 50px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
  /* 
  color: #000!important; */
}
/* Arrow */
.form-content .select::after {
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: -2px;
  right: 0;
  padding: 1em;
  background-color: #fff;
  transition: 0.25s all ease;
  pointer-events: none;
  border-radius: 5px;
}
/* Transition */
.form-content .select:hover::after {
  color: #3c88d4;
}




.testimonial {
  border: 1px solid #7fd952;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 0 15px 100px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}
/* .testimonial:before,
.testimonial:after{
  content: "";
  border-top: 40px solid #fff;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.testimonial:after{
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
} */
.testimonial .icon {
  display: inline-block;
  font-size: 100px;
  color: #000;
  margin-bottom: 20px;
  opacity: 0.6;
}
.testimonial .description {
  font-size: 18px;
  color: #000;
  text-align: center;

  margin-bottom: 30px;
  opacity: 0.8;
}
.testimonial .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}
.testimonial .pic {
  display: inline-block;
  border: 1px solid #7fd952;
  border-radius: 50%;

  overflow: hidden;
  z-index: 1;
  position: relative;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  font-family: "Rubik", sans-serif;
}
.testimonial .post {
  display: block;
  font-size: 16px;
  color: #000;
}
.owl-theme .owl-controls {
  margin-top: 0;
}


.gall-content {
  width: 100%;
  height: 100%;
  padding: 50px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.gall-content h4 {
  margin-bottom: 20px;
  font-size: 30px;
}
.gall-content p {
  color: #444;
}

.work {
  background: #7fd952;
}
.portfolio-wrap img {
  width: 100%;
  height: 100%;
	min-height: 486px;
}
.portfolio {
  background: #eee;
}
	
p.p-0.m-0 {
    color: #ffff;
}
	






.footer-contact {
    margin-left: 700px!important;
     margin-top: -223px !important;
  
}


element.style {
}
@media (min-width: 768px)
.mb-md-0 {
    margin-bottom: 0!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}


/* Area */
.banner_area {
  background: url(https://digitalagencynetwork.online/kangcontractorsllc-area-design/image/area-banner.jpg) no-repeat center;
  color: #fff;
  padding: 330px 0 110px;
}
section.banner_area h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
a.btnn {
  padding: 10px 40px;
  font-family: "Poppins", serif;
  background: #7fd952;
  color: #111;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  margin-top: 14px;
  border-radius: 3px;
}
.partners {
  padding: 60px 0px;
}
.partners li a img {
  padding: 7px;
	 width: 240px;
}
.top-heading p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.top-heading h2 {
  font-weight: 500;
  font-family: "Poppins", serif;
  font-size: 50px;
  text-transform: capitalize;
  color: #111;
  line-height: 1.2;
  margin: 0px 0 16px;
}
section.form_section {
  padding: 60px 0px;
}

.contact_form {
  background: #dea831;
  text-align: center;
  color: #fff;
  padding: 32px;
}
.contact_form h4 {
  font-size: 31px;
  text-transform: capitalize;
}
.contact_form input {
  width: 100%;
  outline: none;
  border: none;
  height: 56px;
  padding: 15px;
  margin-bottom: 14px;
  border-radius: 3px;
}
.contact_form textarea {
  width: 100%;
  outline: none;
  border: none;
  height: 126px;
  padding: 15px;
  margin-bottom: 14px;
  border-radius: 3px;
}
.contact_form button {
  width: 100%;
  background: #000;
  color: #fff;
  height: 56px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 3px;
  margin-top: -6px;
}
a.link-form {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  display: block;
  margin-top: 30px;
}
section.form_section {
  padding: 0px 0px 50px;
}
.content h3 {
  font-size: 40px;
}
.content {
  padding: 50px 0px;
}
.content a.btnn {
 margin-top: 0px;
}
.bg-color{
  background: #dea831;
  color: #fff;
}


section.content_row {
    padding: 40px 0px;
}
section.content_row h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.portfolio-wrap img {
  width: 100%;
  height: 100%;
  min-height: 495px;
  object-fit: cover;
}
.testi-content {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  height: 650px;
}
.point.d-flex img {
  width: 40px;
  height: 40px;
}
.point.d-flex {
  margin-bottom: 10px;
}
.title {
  padding-left: 20px;
}
.title h4 {
  margin-bottom: 5px !IMPORTANT;
}
.map_section .top-heading {
  padding: 40px;
}
.map_section iframe {
  height: 560px;
}
.map_section {
  line-height: 0;
}
.working_section {
  background: url(../image/bg-1.jpg) no-repeat center;
  padding: 210px 0px;
}

@media screen and (max-width:991px){
  .banner_area {
    text-align: center;
    padding: 80px 0px;
}
section.banner_area h1 br{
  display: none;
}
.top-heading {
  text-align: center;
}
.contact_form {

  margin-top: 30px;
}


a.link-form {

  font-size: 22px;

}
.content {
  padding: 10px 0px 50px;
}
.content h3 {
  font-size: 40px;
  margin-bottom: 20px !IMPORTANT;
} 
section.content_row h3 {
  font-size: 30px;
 
}

section.why_choose_section a.btnn {
  margin-bottom: 30px;
}
.map_section .top-heading {
  padding: 20px;
}
.working_section {
  background: url(../images/bg-1.jpg) no-repeat center;
  padding: 130px 0px;
}
}