.content-fluid-01 {
    background: #336D33 !important;
    border-left: 35px solid #336D33 !important;
}
.content-fluid {
background-color:#28A84A !important}

.form-submit-button:not(.form-sacl-button) {

    background-color: #26A74A !important;
   
}
.submit-button {
  
    border-color: #26A74A !important;
}
#license-section {
    border-top: 15px solid #26A74A !important;
   
}

* {
  font-family: "circular", sans-serif;
 
}

@font-face {
  font-family: circular;
  src: url("../fonts/Circular-Std-Book.otf");
  font-weight: bold;
}

@font-face {
  font-family: circular-med;
  src: url("../fonts/Circular-Std-Medium.otf");
  font-weight: bold;
}

@font-face {
  font-family: circular-bold;
  src: url("../fonts/Circular-Std-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: circular-bold-italic;
  src: url("../fonts/Circular-Std-Bold-Italic.otf");
  font-weight: bold;
}

@font-face {
  font-family: circular-black;
  src: url("../fonts/Circular-Std-Black.otf");
  font-weight: bold;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

body {
  position: relative;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

.jalign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1, .h1 {
  font-family: "circular-bold", serif;
  font-size: 62px;
  width: 700px;
  margin: 0;
}

h1 span, .h1 span {
  font-family: "circular-bold", serif;
  color: #fff;
}

h2, .h2 {
  font-size: 48px;
  font-family: "circular-bold", serif;
}

.h4, h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "circular-bold", serif;
}

.h4 span, h4 span {
  font-family: "circular-bold", serif;
  color: #26A74A;
}

p, ul {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 26px;
}

ul li {
  margin: 0;
}

.mobile-menu {
  display: none;
  text-align: right;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-content br {
  display: none;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: left;
}

.modal-content .modal-body ul li {
  margin-top: 1rem;
}

.modal-content .modal-body ul li a {
  color: #26A74A;
}

.modal-content .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content .modal-header {
  border-bottom: none;
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.modal-dialog .modal-content .logo {
  width: 150px;
}

.modal-dialog .modal-content .modal-header {
  padding: 0px 25px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.top {
  background: #26A74A;
  color: #FAF9F9;
  padding: 10px;
  padding-top: 15px;
}

.top p {
  margin: 0;
  color: #FAF9F9;
}

.top p span {
  font-size: 28px;
  position: relative;
  top: 2px;
  font-family: 'circular-med', serif;
  color: #FAF9F9;
}

.top p span a {
  color: #FAF9F9;
  text-decoration: none;
}

.top i {
  margin-right: 7px;
  color: #FAF9F9;
}

.top .m-top {
  margin-top: -8px;
}

.top .bi-star-fill {
  margin-right: 5px;
  color: gold;
}

.top .bi-telephone-fill {
  color: #6DB1FC;
}

.top .bi-geo-alt-fill {
  margin-left: 7px;
}

.main-menu {
  padding: 35px 25px;
}

.main-menu .desktop-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.main-menu .logo {
  width: 100%;
}

.main-menu ul {
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  margin: 0px;
  margin-left: 30px;
  padding: 15px 15px;
}

.main-menu ul li a {
  color: #5d5d5d;
  text-decoration: none;
  letter-spacing: .25px;
  font-size: 18px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.main-menu ul li:last-child:hover {
  background: #FAF9F9;
}

.main-menu ul li:last-child:hover a {
  color: #26A74A;
}

.main-menu ul li:hover {
  padding: 15px 15px;
  background:#26A74A;
  cursor: pointer;
}

.main-menu ul li:hover a {
  color: #FAF9F9;
}

.main-menu .desktop-menu ul.dropdown-menu {
  display: none;
  margin-left: -15px;
  margin-top: 15px;
  border-radius: 0;
  border-color: transparent;
  background: #FAF9F9;
}

.main-menu .desktop-menu ul.dropdown-menu li {
  margin: 0;
  border-left: 5px solid #FAF9F9;
  width: 275px;
  padding-left: 25px;
  padding-right: 50px;
}

.main-menu .desktop-menu ul.dropdown-menu li a {
  color: #5d5d5d !important;
  font-size: 16px;
}

.main-menu .desktop-menu ul.dropdown-menu li:hover {
  background: transparent;
  border-left: 5px solid #26A74A;
  padding-left: 25px;
}

.main-menu .desktop-menu ul.dropdown-menu li:hover a:hover {
  color: #26A74A;
}

.main-menu .desktop-menu li.nav-item:hover ul.dropdown-menu {
  display: block;
}

.btn-main {
  background: #26A74A;
  color: #FAF9F9;
  border-color: #26A74A;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 15px 35px;
}

.btn-main:hover {
  background: #26A74A;
  border-color: #26A74A;
  color: #FAF9F9;
}

.btn-main-outlined {
  background: transparent;
  color: #26A74A;
  border-color: #26A74A;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  padding: 15px 35px;
}

.btn-main-outlined:hover {
  background: #26A74A;
  border-color: #26A74A;
  color: #FAF9F9;
}

.section-01 {
  background: url("../images/home-9.jpg");
  background-size: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 75px 25px;
  padding-top: 0px;
}

.section-01 img {
  width: 700px;
  margin-left: -150px;
}

.section-01 .content {
  position: relative;
  z-index: 10;
  margin-top: 100px;
}

.section-01 .content p {
  width: 375px;
  margin: 25px 0px;
}

.section-02 {
  padding: 75px 0px;
  -webkit-box-shadow: 0px 20px 20px #f5f5f5;
          box-shadow: 0px 20px 20px #f5f5f5;
}

.section-02 img {
  height: 25px;
  margin-right: 10px;
}

.section-02 h2 {
  font-family: "circular-bold", serif;
  margin: 0;
  font-size: 28px;
}

.section-02 h2 span {
  font-family: "circular-bold", serif;
  color: #26A74A;
}

.section-02 .content-left h2 {
  text-transform: uppercase;
}

.section-02 .content-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section-02 .content-right .borders {
  border-left: 2px solid #26A74A;
  border-right: 2px solid #26A74A;
  margin: 0px 50px;
  padding: 0px 50px;
}

.dark-text {
  color: #26A74A !important;
}

.image-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-03 {
  position: relative;
  padding: 100px 0px;
}

.section-03 .section-image {
  width: 125%;
}

.section-03 .content {
  width: 500px;
}

.section-03 .content .icon {
  width: 75px;
  margin-right: 15px;
}

.section-03 .content h2 {
  font-family: "circular-bold", serif;
}

.section-03 .content .phases {
  margin: 0;
  padding-top: 15px;
}

.section-03 .content .phases img {
  width: 25px;
  margin-right: 5px;
}

.section-03 .content .phases span {
  margin: 0px 15px;
}

.section-03 .content .content-info {
  padding-top: 25px;
  border-top: 1px solid #26A74A;
  margin-top: 25px;
}

.section-03 .content .content-info .content-buttons {
  margin-top: 25px;
}

.section-03.image-left .section-image {
  margin-left: -200px;
}

.bold-text {
  font-family: "circular-bold", serif;
}

.strip-bg {
 background-color:#26A74A !important;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  height: 75px;
}

.section-04 {
  padding: 100px 0px;
  background-color: #FAF9F9;
  background-image: url("../images/home-24.jpg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.section-05 .carousel-info {
  width: 600px;
  margin: auto;
}

.section-05 button span {
  background: #26A74A;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-05 .carousel-control-next, .section-05 .carousel-control-prev {
  position: relative;
  width: 60%;
  opacity: 1;
}

.section-05 .carousel-control-next-icon {
  padding: 10px 15px;
  right: -51.25px;
  background: #FAF9F9;
  opacity: 1;
}

.section-05 .carousel-control-next-icon .bi {
  position: relative;
  font-size: 28px;
}

.section-05 .carousel-control-prev-icon {
  padding: 10px 15px;
  right: 5px;
  background: #26A74A;
  opacity: 1;
}

.section-05 .carousel-control-prev-icon .bi {
  position: relative;
  font-size: 28px;
  color: #FAF9F9;
}

.section-05 .carousel-control-next-icon, .section-05 .carousel-control-prev-icon {
  width: auto;
  height: auto;
}

.section-05 .reviewer {
  font-size: 18px;
}

.section-05 .reviewer span {
  position: absolute;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 21px;
}

.section-05 .reviewer span span {
  color: gainsboro;
  margin: 0;
  width: 400px;
  font-size: 14px;
}

.section-05 h2 {
  margin-bottom: 35px;
}

.section-05 .indicators {
  margin-left: -20px;
}

.section-05 .indicators span .bi-dot {
  color: #26A74A !important;
}

.section-05 .indicators .bi-dot {
  font-size: 48px;
  letter-spacing: -25px;
  color: gainsboro;
}

.carousel-info {
  width: 600px;
  margin: auto;
}

button span {
  background: red;
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel-control-next, .carousel-control-prev {
  position: relative;
  width: 60%;
  opacity: 1;
}

.carousel-control-next-icon {
  padding: 10px 15px;
  right: -51.25px;
  background: #FAF9F9;
  opacity: 1;
}

.carousel-control-next-icon .bi {
  position: relative;
  font-size: 28px;
}

.carousel-control-prev-icon {
  padding: 10px 15px;
  right: 5px;
  background: #26A74A;
  opacity: 1;
}

.carousel-control-prev-icon .bi {
  position: relative;
  font-size: 28px;
  color: #FAF9F9;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: auto;
  height: auto;
}

.reviewer {
  font-size: 18px;
}

.reviewer span {
  position: absolute;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 21px;
}

.reviewer span span {
  color: gainsboro;
  margin: 0;
  width: 400px;
  font-size: 14px;
}

h2 {
  margin-bottom: 35px;
}

.indicators {
  margin-left: -20px;
}

.indicators span .bi-dot {
  color: #26A74A !important;
}

.indicators .bi-dot {
  font-size: 48px;
  letter-spacing: -25px;
  color: gainsboro;
}

.reviewer {
  font-size: 18px;
}

.reviewer span {
  position: absolute;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 21px;
}

.reviewer span span {
  color: gainsboro;
  margin: 0;
  width: 400px;
  font-size: 14px;
}

.stars {
  margin-bottom: 10px;
}

.stars .bi {
  color: gold;
  font-size: 24px;
  margin-right: 4px;
}

.section-06 {
  padding: 50px 0px;
}

.section-06 .content {
  width: 450px;
}

.section-06 .content h2 {
  font-size: 42px;
  line-height: 54px;
}

.section-06 .content p {
  margin: 25px 0px;
}

.footer {
  padding: 100px 0px;
  background: #FAF9F9;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li a {
  color: #26A74A;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.footer ul li a:hover {
  color: #26A74A;
}

.footer .bi {
  color: #26A74A;
  margin-right: 2px;
}

.footer .social {
  padding: 35px 0px;
  margin-top: 50px;
  border-top: 1px solid gainsboro;
}

.footer .social .sm-icon {
  background: #26A74A;
  border: 1px solid #26A74A;
  padding: 10px 15px;
  border-radius: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.footer .social .sm-icon:hover {
  background: transparent;
}

.footer .social .sm-icon:hover .fab {
  color: #26A74A;
}

.footer .social .sm-icon-1 {
  background: #26A74A;
  border: 1px solid #26A74A;
  padding: 10px 12px;
  border-radius: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.footer .social .sm-icon-1:hover {
  background: transparent;
}

.footer .social .sm-icon-1:hover .fab {
  color: #69abe8;
}

.footer .social .sm-icon-2 {
  background: #26A74A;
  border: 1px solid #26A74A;
  padding: 10px 10px;
  border-radius: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.footer .social .sm-icon-2:hover {
  background: transparent;
}

.footer .social .sm-icon-2:hover .fab {
  color: #26A74A;
}

.footer .social .fab {
  color: #FAF9F9;
}

.footer h6 {
  color: gainsboro;
}

/* WordPress */
.widget {
  list-style: none;
  list-style-type: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 20;
  background: #FAF9F9;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.modal-dialog .modal-content .modal-header {
  padding: 25px;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: left;
  padding-left: 10px;
}

.modal-content .modal-body ul li a {
  color: #26A74A;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 2px solid #FAF9F9;
  padding-bottom: 1px;
  font-size: 28px;
}

.modal-content .modal-body ul li {
  margin-top: 45px;
}

.btn-menu {
  font-size: 24px;
  color: #26A74A;
  padding: 10px 0px;
}

.section-20 {
  padding: 25px 0px;
}

.section-20 a {
  color: #26A74A;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.section-20 a:hover {
  color:#26A74A;
}

.section-20 span {
  margin: 0px 15px;
  color: #26A74A;
}

.section-21 {
  padding-top: 25px;
}

.section-21 h2 {
  margin-bottom: 25px;
}

.section-21 img {
  width: 110%;
  margin-left: -100px;
}

.section-21 .content img {
  margin-left: -30px;
  width: 350px;
}

.section-22 {
  padding: 75px 0px;
}

.section-22 img {
  margin-right: 5px;
  margin-bottom: 15px;
  width: 45px;
}

.section-22 h2 {
  font-size: 24px;
  font-family: "circular", sans-serif;
}

.section-22 .content {
  padding-right: 25px;
}

.section-23 .content {
  position: relative;
}

.section-23 .content h2 span {
  font-family: "circular-bold", serif;
  color: #26A74A;
}

.section-23 .content .image-01 {
  width: 80%;
}

.section-23 .content .image-02 {
  position: absolute;
  left: 0;
  width: 75%;
  bottom: -100px;
  margin-left: -200px;
  z-index: 10;
}

.section-23 .content .text-strip {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, #faf9f9));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #faf9f9 25%);
  width: 300%;
  position: absolute;
  bottom: 50px;
  padding: 25px;
  padding-left: 500px;
}

.section-24 {
  position: relative;
  z-index: 10;
  padding: 50px 0px;
  padding-bottom: 75px;
}

.section-24 h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
}

.section-24 .box-count {
  padding: 35px 0px;
}

.section-24 .box-count span {
  padding: 20px 25px;
  font-size: 21px;
  background: #b6d9ff;
}

.section-25 {
  background: #FAF9F9;
  padding: 100px 0px;
}

.section-25 .testimonial {
  padding: 25px;
}

.alt-bg {
  background: #26A74A;
  color: #FAF9F9;
}

.alt-bg h2, .alt-bg p, .alt-bg h3 {
  color: #FAF9F9;
}

.alt-bg h2 span, .alt-bg p span, .alt-bg h3 span {
  color: #FAF9F9;
}

.alt-bg .btn-main-outlined {
  border-color: #FAF9F9;
  color: #FAF9F9;
}

.alt-bg .btn-main-outlined:hover {
  background: #FAF9F9;
  color: #3144F8;
  border-color: #FAF9F9;
}

.alt-bg .content .content-info {
  border-top: 1px solid #FAF9F9;
}

.alt-bg .phases img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.lgray-bg {
  background: #FAF9F9;
}

.section-03.services-pg {
  padding: 0;
}

.section-03.services-pg .content {
  padding: 100px 0px;
}

.section-21.services-pg {
  padding-bottom: 100px;
}

.section-03.services-pg .content h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "circular-bold", serif;
}

.strip-bg.services-pg {
  background: url("../images/services-2.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  height: 75px;
}

.border-none {
  border-top: none !important;
  padding-top: 0px !important;
}

.section-21.service-pg {
  padding: 50px 0px;
}

.section-30 {
  padding: 45px 25px;
  padding-bottom: 100px;
}

.section-30 .content {
  padding: 12.5px 0px;
}

.section-30 .content h2 {
  font-size: 42px;
  margin-bottom: 25px;
}

.section-30 .list-content h3 {
  font-size: 21px;
  font-family: "circular-bold", serif;
  margin-bottom: 25px;
  margin-top: 25px;
}

.section-30 .list-content ul {
  padding: 0;
  list-style: none;
}

.section-30 .list-content ul li {
  margin-bottom: 10px;
}

.section-30 .list-content ul li img {
  width: 25px;
  margin-right: 5px;
}

.list-content h3 {
  font-size: 21px;
  font-family: "circular-bold", serif;
  margin-bottom: 25px;
  margin-top: 25px;
}

.list-content ul {
  padding: 0;
  list-style: none;
}

.list-content ul li {
  margin-bottom: 10px;
}

.list-content ul li img {
  width: 25px;
  margin-right: 5px;
}

.not-visible {
  visibility: hidden;
}

.section-31 {
  background: url("../images/rescom-5.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
}

.section-31 img {
  margin-top: -50px;
}

.section-31 .content {
  padding: 50px 25px;
}

.section-31 .content h2 {
  font-family: "circular-bold", serif;
  color: #FAF9F9;
  font-size: 36px;
}

.section-40 {
  background: #FAF9F9;
  padding: 50px 25px;
}

.section-40 .content p {
  margin: 15px 0px;
}

.section-40 .content a {
  font-size: 36px;
  color: #26A74A !important;
  text-decoration: none;
}

.section-40 .content a span {
  margin-left: 7px;
  border-bottom: 2px solid #26A74A;
}

.section-40 .bi, .section-40 span {
  color:#26A74A !important;
}

.section-50 {
  padding: 100px 25px;
}

.section-50 h2 {
  font-size: 42px;
  margin-top: 10px;
}

.section-50 .content-box {
  padding: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7))), url("../images/plumbing-2.png");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url("../images/plumbing-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FAF9F9;
  border-radius: 25px;
  min-height: 450px;
  position: relative;
}

.section-50 .content-box a {
  color: #6DB1FC;
  text-transform: uppercase;
  font-family: "circular-bold", serif;
  text-decoration: none;
  font-size: 14px;
}

.section-50 .content-box a span {
  margin-right: 4px;
  border-bottom: 2px solid #6DB1FC;
  color: #6DB1FC;
  font-family: "circular-bold", serif;
}

.section-50 .content-box a .bi {
  color: #6DB1FC;
}

.section-50 .content-box .tag span {
  color: #FAF9F9;
  background-color: #26A74A;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 12px;
}

.section-50 .content-box .info {
  position: absolute;
  bottom: 25px;
  width: 85%;
}

.section-50 .content-box .info h3, .section-50 .content-box .info p {
  color: #FAF9F9;
}

.section-50 .content-box p, .section-50 .content-box a {
  display: none;
}

.section-50 .content-box {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 15px 0px;
}

.section-50 .content-box:hover p, .section-50 .content-box:hover a {
  display: block;
}

.section-50 .hvac-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7))), url("../images/home-29.jpg");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url("../images/home-29.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.membership-pg {
  background: url("../images/home-9.jpg");
  background-size: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 75px 25px;
  padding-top: 0px;
}

.section-40.alt-bg {
  background: #26A74A !important;
  color: #FAF9F9;
}

.section-40.alt-bg h2 {
  font-size: 38px;
  margin-top: 25px;
}

.text-light {
  color: #FAF9F9;
}

.smaller {
  font-size: 42px;
}

.section-03.services-pg.membership-pg .carousel-control-next, .section-03.services-pg.membership-pg .carousel-control-prev {
  width: 100%;
}

.section-03.services-pg.membership-pg .carousel-control-prev-icon .bi {
  color: #26A74A;
}

.section-03.services-pg.membership-pg .carousel-control-prev-icon {
  background: transparent;
}

.section-60 {
  padding: 100px 10px;
}

.section-60 .content {
  padding: 100px;
  background: #FAF9F9;
  border-radius: 25px;
  border-left: 35px solid #26A74A;
  -webkit-box-shadow: 0px 20px 20px #f5f5f5;
          box-shadow: 0px 20px 20px #f5f5f5;
}

.section-60 .content h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-60 .content p {
  width: 700px;
}

.section-60 hr {
  margin: 35px 0px;
}

.section-61 {
  padding: 50px 10px;
}

.section-61 .col-md-4 {
  padding: 15px;
}

.section-61 .col-md-4 .content-box {
  padding: 45px;
  background: #FAF9F9;
  border-radius: 25px;
}

.section-61 .col-md-4 .content-box h4 {
  margin: 0;
}

.section-61 .col-md-4 .content-box .box-title {
  text-align: center;
}

.section-61 .col-md-4 .content-box .price {
  text-align: center;
}

.section-61 .col-md-4 .content-box .price h2 {
  margin: 20px;
  margin-bottom: 25px;
}

.section-61 .col-md-4 .content-box .price span {
  font-size: 14px;
  opacity: .5;
}

.section-61 .col-md-4 .content-box .disclaimer p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 15px 5px;
  padding-bottom: 0;
  opacity: .5;
}

.section-61 .m-top {
  margin-top: -50px;
}

.section-62 {
  padding: 50px 25px;
}

.section-62 .content-info {
  padding-right: 25px;
}

.section-62 .content-info h2 {
  margin: 0;
  font-size: 32px;
}

.section-21.contact-pg {
  padding: 100px 25px;
}

.section-70 {
  text-align: center;
  padding-bottom: 100px;
}

.section-70 .contact-box img {
  width: 85px;
  margin-bottom: 25px;
}

.section-70 .contact-box h3 {
  font-family: "circular-bold", serif;
  font-size: 21px;
  margin-bottom: 15px;
}

.section-80 .content {
  width: 290px;
  margin: auto;
}

.section-80 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  right: -50px;
  position: relative;
}

.section-80 .h2 {
  font-size: 36px;
}

.strip-bg.services-pg.service-detail-pg {
  height: 110px;
  margin-top: -50px;
}

.m-auto {
  margin: auto;
}

.section-03.services-pg.service-detail-pg h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #26A74A;
}

.section-03.services-pg.service-detail-pg .list-items .row {
  padding-top: 25px;
}

.section-03.services-pg.service-detail-pg .list-items h3 {
  text-transform: none;
}

.section-03.services-pg.service-detail-pg .list-items p {
  font-size: 15px;
  margin: 15px 0px;
}

.section-03.services-pg.service-detail-pg .alt-bg.service-detail-pg .content {
  width: 400px;
  margin: auto;
}

.section-03.services-pg.service-detail-pg .alt-bg.service-detail-pg .content .border-b {
  border-bottom: 2px solid #FAF9F9;
  color: #FAF9F9;
  font-family: "circular-bold", serif;
}

.section-03.services-pg.service-detail-pg .alt-bg.service-detail-pg h2 {
  color: #FAF9F9 !important;
}

.content-fluid-01 {
  background: #6DB1FC;
  border-left: 35px solid #1f89ff;
}

.content-fluid-01 .content {
  padding: 50px 0px !important;
}

.content-fluid-01 .content a {
  color: #26A74A !important;
  font-size: 48px;
  font-family: "circular-bold", serif;
  text-decoration: none;
}

.content-fluid-02 {
  background: #26A74A;
}

.content-fluid-02 .btn-main-outlined {
  border-color: #FAF9F9;
  color: #FAF9F9;
}

.content-fluid-02 img {
  width: 100px;
  margin-bottom: 25px;
}

.content-fluid-03 h2 {
  color: #26A74A !important;
}

.content-fluid-03 .reviewer span {
  color: #26A74A !important;
}

.content-fluid-03 .reviewer span span {
  opacity: .5;
}

.content-fluid-03 p {
  color: #0A0A46 !important;
}

.content-fluid-03 .carousel-control-prev-icon {
  background: transparent;
}

.content-fluid-03 .carousel-control-prev-icon .bi {
  color: #26A74A;
}

.content-fluid-03 .carousel-info {
  width: 100%;
  margin: auto;
}

.content-fluid-03 .carousel-control-next, .content-fluid-03 .carousel-control-prev {
  position: relative;
  width: 100%;
  opacity: 1;
}

.p-01 {
  padding: 75px 25px;
  padding-bottom: 75px;
}

.bg-pattern {
  
  background-size: contain !important;
  background-position: center !important;
  background-repeat: repeat !important;
  background-attachment: fixed !important;
}

.dropdown-menu.child-menu {
  display: block !important;
  position: relative;
}

.dropdown-menu.child-menu li:hover {
  border-left: 5px solid transparent !important;
}

.dropdown-menu.child-menu li:hover a:hover {
  color: #26A74A !important;
}

.parent-menu:hover .dropdown-menu.child-menu {
  display: block !important;
}

.mobile-dd a {
  font-size: 18px !important;
}

.job-post-header {
  background: none;
  padding: 50px 25px;
  padding-bottom: 25px;
}

.admin-field {
  padding-bottom: 10px;
}

.admin-comments {
  border-top: 2px solid #f3f3f3;
  background-color: #f9f9f9;
  padding: 35px 25px;
  margin-top: 50px;
}

.admin-comments #comments {
  display: none;
}

.admin-comments .commentlist {
  list-style: none;
  padding: 0;
}

.admin-comments .commentlist li {
  background: white;
  padding: 25px;
  margin-bottom: 25px;
}

.admin-comments .commentlist .comment-meta {
  margin-bottom: 25px;
}

.admin-comments .commentlist img {
  max-width: 100%;
  margin: 25px 0px;
}

.admin-comments .comment-meta a, .admin-comments .comment-author a {
  color: black;
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
}

.job-content {
  padding-bottom: 50px;
}

.job-post-header .content p {
  width: 100%;
  margin: 0px;
  margin-bottom: 25px;
}

.job-post-header h2 {
  font-size: 36px;
}

.job-post-date {
  opacity: .5;
}

.admin-field h3 {
  font-size: 1.5rem;
}

.job-post-header h3 {
  font-size: 32px;
}



/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */


/*--- Add Css by Tushar Kumar 27/03/2025 ---*/
h1, .h1{width: 100%;}

#menu-item-3730 .elementor-element-6883419b .elementor-element-populated{padding-top: 40px; }
.menubar_wrap nav .menu-item .elementskit-megamenu-panel .elementor-container{align-items: flex-start;}
.subscribe_wrap .subscribe_form .wpforms-container{margin:0px;}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-field-email{padding: 0px;}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-field-email .wpforms-field-large{
  height: 60px !important; padding: 10px 145px 10px 10px; border-radius: 6px;
}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-field-email .wpforms-field-large:focus{
  box-shadow:none; border: 1px solid var(--wpforms-field-border-color);
}

.megamenu-icon-list .ekit_page_list_content .elementor-icon-list-icon svg{width: 30px !important; height: 30px !important; margin-top: -6px;}

.subscribe_wrap .subscribe_form .wpforms-container .wpforms-form{display: flex; width: 100%; flex-direction: column; position: relative;}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-submit-container{margin: 0; padding: 0; position: absolute; right: 0; top: 7px; z-index: 1;}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-submit-container .wpforms-submit {
  height: 60px !important; width: 140px !important; border: 1px solid #000000;
  border-bottom-right-radius: 6px; border-top-right-radius: 6px;
}
.elementor-2009 .elementor-element.elementor-element-fb9609f .eael-wpforms .wpforms-submit-container .wpforms-submit:hover{
  border: 1px solid #065689;
}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-submit-container .wpforms-submit:focus:after{border: 0px;}

.subscribe_wrap .subscribe_form .wpforms-container .wpforms-field-container{order: 1; margin-top: 7px;}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-error-noscript{order: 2;}
.subscribe_wrap .subscribe_form .wpforms-container .wpforms-hidden{order: 3;}

.elementor-widget-eael-wpforms .wpforms-field label,
.elementor-element-6f028f19 .wpforms-field label{display: none;}

.request-info-green-wrap {background: #26A74A !important;}
.request-info-green-wrap>.elementor-container{justify-content: center; max-width: 1150px; margin: auto;}
.request-info-green-wrap>.elementor-container .section-40{padding: 20px 15px 50px;}
.request-info-green-wrap iframe .form-textbox:not(#productSearch-input){
  min-height: 60px !important; padding: 12px !important; border-radius: 6px !important;
}

.contact-form_wrap .wpforms-field-required{
  min-height: 60px !important; background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 12px !important; border-radius: 6px !important;
}
.contact-form_wrap .wpforms-container .wpforms-field {padding: 10px 0;}
.contact-form_wrap .wpforms-container .wpforms-submit-container{padding-top: 0px;}
.contact-form_wrap .wpforms-submit-container .wpforms-submit{padding: 17px 25px; height: auto; border-radius: 6px;}
.contact-form_wrap .wpforms-submit-container .wpforms-submit:focus:after{box-shadow: none !important; border: 0px !important;}


.floating-section-Greview{
  position: fixed; top: 40%; left: 0; display: flex; align-items: center;
  transition: .5s; transform: translateX(-82%);  
}
.floating-section-Greview.active{transform: translateX(0); display: flex;}
.floating-section-Greview .icon.icon-right-arrow1{transition: .5s; rotate: 0deg;}
.floating-section-Greview.active .icon.icon-right-arrow1{rotate: 180deg;}
.g-review-section{
  max-width: 400px; width: 100%; background-color: #f4f4f4;
  display: flex; align-items: center; gap: 10px;
  box-shadow: -5px 0 10px 5px #e3e3e3;
}
.g-review-section img{margin-bottom: -9px;}
.see-more-btn{
  background: #26a74a; color: #fff; padding: 8px 10px; font-size: 14px;
  border-radius: 6px; font-weight: 300; font-family: 'Roboto';  
}
.g-btn-icon{
  background-color: rgba(39, 168, 74, 0.4); color: #fff;
  width: 100px; padding: 10px; cursor: pointer; font-size: 40px;
  height: 78px; align-items: center; display: flex; justify-content: center; 
  border-bottom-right-radius: 10px; border-top-right-radius: 10px;
}
.swing-cta img{ 
  animation: swing ease-in-out 0.8s infinite alternate;
}
@keyframes swing {
  0% { transform: rotate(14deg); }
  100% { transform: rotate(-14deg); }
}


.search-results_wrap .elementor-posts .elementor-post {padding: 25px; background: #f5f7fa; border-radius: 10px;}
.elementor-pagination{display: flex; justify-content: center; margin-top: 30px;}
.elementor-pagination .page-numbers{
	width: 45px; height: 45px; border-radius: 50%; border: 1px solid #000; display: flex;
	justify-content: center; align-items: center; color: #27A84A;
}
.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current{border: 1px solid #27A84A; color: #27A84A;}

#mc_embed_signup{width: 100% !important; background: transparent !important;}
#mc_embed_signup .mc-field-group{width: 100% !important;}
.subscribe-list-form form{margin: 0px !important;}
.subscribe-list-form .mc-field-group input {height: 60px; border-radius: 6px !important; padding-right: 145px; font-size: 16px !important;}
.subscribe-list-form .mc-field-group input:focus {box-shadow: none; border: 1px solid var(--wpforms-field-border-color);}
#mc_embed_signup .button {
  height: 60px !important; width: 140px !important; font-size: 18px !important; border-radius: 0px !important; 
 border-bottom-right-radius: 6px !important; border-top-right-radius: 6px !important;
  position: absolute; top: 0; right: 0; margin: 0 !important;
}
#mc_embed_signup .button:hover{background: #065689 !important;}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{background: transparent !important; color: #ff0000 !important; font-size: 16px !important;}


.footer-nav-wrap .elementor-nav-menu--main .elementor-item:before,
.footer-nav-wrap2 .elementor-nav-menu--main .elementor-item:before{
  content: ''; position: absolute; left: 0; top: 6px; z-index: 0;
  background: url( img/plub.svg) no-repeat left center; background-color: transparent !important;
  width: 34px; height: 34px; opacity: 1 !important;
}
.footer-nav-wrap .elementor-nav-menu--layout-horizontal .elementor-nav-menu{flex-direction: column;}

.footer-nav-wrap2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu{flex-direction: row;}
.footer-nav-wrap2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {width: calc((100% - 10px) / 2);}

.footer-head .elementor-widget-container h2{position: relative; padding-bottom: 10px; display: inline-block;}
.footer-head .elementor-widget-container h2::after{
  content: ''; position: absolute; left: 0; bottom: 6px; z-index: 0;
  width: 100%; height:3px; background-color: #27A84A;
}

.footer-roc .elementor-widget-container{background-color: rgba(39, 168, 74, 0.6); border-radius: 10px; display: inline-block;}
.footer-roc .elementor-widget-container p{margin: 0;}

@media only screen and (max-width: 1024px) {
  .menubar_wrap{margin-left: auto;}

  .menubar_wrap .elementskit-megamenu-panel{width: 100% !important;}

  .alt-section2 .elementor-container .alt-section_text2{order: 2;}
  .alt-section2 .elementor-container .alt-section_img2{order: 1;}

  .footer-logo .elementor-widget-container img{
    width: auto !important; 
    max-width: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .headerempty-block{display: none;}
  .header-top_wrap{display: none;}
  .main-logo{max-width: 150px;}


  .subscribe_wrap .subscribe_form .wpforms-container .wpforms-submit-container {    
    position: relative; margin-top: 7px;
    top: 0; width: 100%; display: block;
  }
  .subscribe_wrap .subscribe_form .wpforms-container .wpforms-field-container {order: inherit;}
  .subscribe_wrap .subscribe_form .wpforms-container .wpforms-submit-container .wpforms-submit{width: 100% !important; border-radius: 6px;}

  .alt-section .elementor-container .alt-section_text{order: 2;}
  .alt-section .elementor-container .alt-section_img{order: 1;}

  #mc_embed_signup_scroll{display: flex; flex-direction: column;}
  .subscribe-list-form .mc-field-group{order: 1;}
  .subscribe-list-form .clear{order: 2;}
  #mc_embed_signup .mc-field-group{padding-bottom: 0 !important;}
  #mc_embed_signup .button {
    height: 60px !important; width: 100% !important; border-radius: 6px !important;
    position: relative; top: 0; left: 0;
  }
  


  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half{width: 100%;}
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child{padding: 10px 0;}  
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {padding: 10px 0 0;}  

  .contact-form_wrap .wpforms-submit-container .wpforms-submit{width: 100% !important;}

  .footer-nav-wrap2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {width: calc((100% - 5px) / 1);}

  
}

.elementor-element-ae4236f h1 {
    line-height: 100% !important;
}
/*--- END ---*/


.landing-banner{
    position:relative;
    overflow:hidden;
}

.landing-banner::before{
    content:"";
	background-position: center bottom;
    position:absolute;
	top: initial;
    bottom:0;
    left:5%;
    width:408px;
    height:648px;
    background-image:url("/wp-content/uploads/2025/12/Adobe-Express-file-23-1.png");
    z-index:1;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.landing-banner::after{
    content:"";
	background-position: center bottom;
    position:absolute;
    bottom:0;
    right:5%;
    width:443px;
    height:651px;
    background-image: url("/wp-content/uploads/2025/12/ChatGPT-Image-Dec-2-2025-02_22_59-PM-Photoroom-1.png");
    z-index:1;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.landing-banner > *{
    position:relative;
    z-index:2;
}
 
@media (max-width:1600px){
	.landing-banner::before{
		width: 20%;
	}
	
	.landing-banner::after{
		width: 20%;
	}
}
@media (min-width:1367px) and (max-width:1600px){
	.landing-banner > .e-con-inner > .elementor-element{
		padding-top: 30px !important;
	}
	.landing-banner h2.elementor-heading-title,
	.landing-banner span.elementor-heading-title{
		font-size: 48px !important;
        line-height: 58px !important;
	}
	.landing-banner > .e-con-inner > .elementor-element > .elementor-element:last-child{
		padding-top: 45px;
	}
}
/*
@media (max-width:1420px){
	.landing-banner::before{
		height: 32.5%;
		width: 19%;
	}
	
	.landing-banner::after{
		height: 32%;
		width: 19%;
	}
}
@media (max-width:1200px){
	.landing-banner::before{
		height: 26.5%;
	}
	
	.landing-banner::after{
		height: 27%;
	}
} */



@media (max-width:767px){
    .landing-banner::before,
    .landing-banner::after{
        display:none;
    }
}