@charset "utf-8";
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Helvetica Neue";
  overflow-x: hidden;
  font-size: 16px;
  color: #262020;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
}
a:hover {
  text-decoration: none;
}
button,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
 {
	padding-bottom: 32px;
	padding-top: 42px;
	margin: 0;
}


ul,
li {
	margin-bottom: 15px;
}
ul li {
  list-style-type: none;
}



input,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
.form-control:hover,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
p:empty {
  display: none;
}
input[type="password"] {
  font-family: sans-serif !important;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.eot");
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue-Light.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Light.woff") format("woff"),
    url("../fonts/HelveticaNeue-Light.ttf") format("truetype"),
    url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeue.woff2") format("woff2"),
    url("../fonts/HelveticaNeue.woff") format("woff"),
    url("../fonts/HelveticaNeue.ttf") format("truetype"),
    url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Medium.woff") format("woff"),
    url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"),
    url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff"),
    url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"),
    url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*Header*/
.mainheader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mainheader .desktop-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mainheader .desktop-menu .navbar-brand {
  flex: 0 0 auto;
}

.mainheader .desktop-menu .navbar-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 24px;
}

.desktop-phone-cta {
  position: relative;
  z-index: 6;
  flex: 0 0 auto;
}

.mainheader .navbar {
  position: initial;
  width: 100%;
}
.mainheader .navbar-brand {
  position: relative;
  z-index: 5;
}
.colorhover {
  display: none;
}
.mainheader .navbar-nav {
  flex-direction: inherit;
  align-items: center;
}
.mainheader .navbar-nav > .nav-item {
  padding-left: 40px;
}
.mainheader .navbar-nav > .nav-item:first-child {
  padding: 0;
}
.mainheader .navbar-nav > .nav-item > .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 5;
}
.mainheader .navbar-nav .dropdown-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: #fff;
  padding: 150px 0 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 4;
}
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.headerleft-img {
  width: 45%;
  padding: 0 15px;
}
.headeright-data {
  width: 55%;
  padding: 0 15px;
}
.mainheader .navbar.active .nav-link {
  color: #262020;
}
.mainheader .navbar.active .colorhover {
  display: inline-block;
}
.mainheader .navbar.active .logowhite {
  display: none;
}
.mainheader .navbar-nav > .nav-item:hover > .nav-link {
  color: #18733a;
}
.mainheader .navbar-nav > .dropnav:hover .dropdown-nav {
  visibility: visible;
  opacity: 1;
}
.newsletter .btn-close {
  display: none;
}
.heading-link {
  margin: 0 0 30px;
}
.heading-link h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1d1b1b;
  margin: 0 0 15px;
}
.simplearrowbtn {
  font-size: 18px;
  font-weight: 500;
  color: #2c2525;
  display: inline-block;
  padding: 0;
}
.simplearrowbtn span {
  padding: 4px 8px;
  border-radius: 30px;
  background: #18733a;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.3s;
  position: relative;
}
.simplearrowbtn span:after {
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0px;
  font: normal normal normal 18px / 1 FontAwesome;
  line-height: 14px;
}
.simplearrowbtn span:before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  position: relative;
  top: 0px;
  left: 5px;
  display: inline-block;
  transition: all 0.3s;
}
.simplearrowbtn:hover {
  color: #18733a;
}
.simplearrowbtn:hover span:before {
  opacity: 1;
  visibility: visible;
  width: 15px;
  margin-left: -5px;
}
.headeright-data ul li {
  display: inline-block;
  min-width: 45%;
  padding: 5px 0;
}
.headeright-data ul li a {
  font-size: 18px;
  color: #261f1f;
  font-weight: 500;
  display: inline-block;
}
.headeright-data ul li a:hover {
  color: #18733a;
}
.mainheader .navbar-nav .newsletter .dropdown-nav {
  background: #18733a;
}
.newsletterleft {
  width: 28%;
  padding: 0 15px;
}
.newsletterleft h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 13px;
}
.newsletterleft p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.newslettermidd {
  width: 33.33%;
  padding: 0 15px;
}
.newsletterright {
  width: 38.66%;
  padding: 0 15px;
}
.newslettermidd h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
/*.mainheader .navbar-brand.active .logowhite { filter: brightness(100); }
.mainheader .navbar-nav .newsletter.active .dropdown-nav { opacity: 1; visibility: visible; }*/
/**/
.mainheader .navbar.show .navbar-brand .logowhite {
  filter: brightness(100);
}
.mainheader .navbar.show .navbar-nav > .nav-item > .nav-link {
  color: #ffffff !important;
}
.mainheader .navbar.show .navbar-nav .newsletter .dropdown-nav {
  opacity: 1;
  visibility: visible;
}
.mainheader .navbar.show.active .newsletter .colorhover,
.mainheader .navbar.show.active .navbar-brand .colorhover {
  display: none;
}
.mainheader .navbar.show.active .newsletter .logowhite,
.mainheader .navbar.show.active .navbar-brand .logowhite {
  display: inline-block;
}
.mainheader .navbar.show.active .navbar-nav > .dropnav .dropdown-nav {
  visibility: hidden;
  opacity: 0;
}

/*mobile menu*/
.mobileheader {
  display: none;
}

/*heading css*/
.heading-row h4 {
  font-size: 18px;
  color: #19733a;
  font-weight: 700;
  margin: 0 0 20px;
}
.heading-row h1 {
  font-size: 45px;
  color: #141212;
  font-weight: 700;
  margin: 0 0 20px;
}
.heading-row p {
  font-size: 18px;
  color: #4f4f4f;
  font-weight: 400;
  margin: 0 0 15px;
}
.heading-row.headingwhite h2 {
  color: #ffffff;
}

/*Let’s Work*/
.letswork-sec {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.letswork-sec:before {
  content: "";
  background: #101211;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.letswork-data h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
}
.simplearrowbtn.whitcolr {
  color: #fff;
}

/*Footr*/
footer {
  width: 100%;
  background: #f5f5f5;
  padding: 0;
}
.footertop {
  width: 100%;
  padding: 50px 0;
}
.footerheading {
  font-size: 22px;
  color: #8c8c8c;
  font-weight: 500;
  margin: 0 0 10px;
}
.footernav ul li {
  padding: 7px 0;
  font-size: 16px;
  color: #261f1f;
  font-weight: 500;
}
.footernav ul li a {
  color: #261f1f;
}
.footernav ul li a:hover {
  color: #18733a;
}
.footercontact .footerheading {
  color: #261f1f;
  font-weight: 700;
}
.footsocial a {
  display: inline-block;
  margin-right: 15px;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 30px;
}
.footer-row p {
  font-size: 14px;
  color: #332c2c;
  margin: 0;
}
.footer-row ul li {
  display: inline-block;
  font-size: 16px;
  color: #332c2c;
  padding-left: 25px;
}
.footer-row ul li:first-child {
  padding: 0;
}
.footer-row ul li a {
  color: #332c2c;
}
.footer-row ul li a:hover {
  color: #18733a;
}
.landing-footer .footer-row {
	justify-content: center;
}
.landing-footer .footer-row p {
	font-size: 12px;
}
@media (max-width: 767px) {
.landing-footer .footer-row p {
	padding-bottom: 32px;
	}
}

.landing-help {
  margin-left: auto;  
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  z-index: 9999;
}

.landing-help .help-label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
	margin-bottom: 4px;
}

.landing-help .help-phone {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.landing-help .help-phone:hover {
  color: #18733a;
}

/*inner page banner*/
.innerbanner {
  width: 100%;
  height: 100vh;
  /*max-height: 730px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.innerbanner:before {
  content: "";
  background: transparent linear-gradient(180deg, #083419 0%, #18733a 100%) 0%
    0% no-repeat;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.innerbanner h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 20px;
}
.innerbanner p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 16px;
}
.scrollarrow {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.scrollarrow a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  white-space: break-word;
}
.scrollarrow a svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px auto 0;
  position: relative;
  animation: UpDown 4s linear infinite;
}
@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -30px;
  }
  100% {
    bottom: 0;
  }
}

/*all form css*/
.nf-form-cont .nf-form-title {
  display: none;
}
.nf-form-cont .nf-form-layout .nf-before-form-content {
  display: none;
}
.nf-form-cont .nf-form-layout .nf-form-content {
  padding: 0;
  position: relative;
}
.nf-form-cont .nf-form-layout .nf-form-content nf-field {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin: 0;
  position: relative;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field .nf-field-label {
  display: none;
}
.nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  .ninja-forms-field {
  background: transparent;
  border: none;
  border-bottom: 2px solid #8c8c8c;
  padding: 10px 0 7px 0;
  color: #4f4f4f;
  font-size: 18px;
}
.nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  .nf-field-element::after {
  display: none;
}
.nf-form-cont .nf-form-content input::placeholder {
  color: rgba(79, 79, 79, 0.8);
  font-size: 16px;
}
.nf-form-cont .nf-form-content input::-ms-input-placeholder {
  color: rgba(79, 79, 79, 0.8);
  font-size: 16px;
}
.nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  [type="submit"].ninja-forms-field {
  border: none;
  color: #18733a;
  font-weight: 700;
  padding-right: 28px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.nf-form-cont .nf-form-content .submit-wrap .nf-field-element {
  display: inline-block;
  width: auto;
  position: relative;
}
.nf-form-cont .nf-form-content .submit-wrap .nf-field-element:after {
  content: "➜";
  font-size: 18px;
  color: #18733a;
  text-align: right;
  display: inline-block !important;
  position: absolute;
  top: 13px;
  right: 0;
}
.nf-form-cont .nf-response-msg {
  background: #18733a;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
}
.nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  .nf-field-element
  > div {
  border: none;
}
.nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  .ninja-forms-field:focus {
  border-color: #18733a;
}

.nf-form-cont .nf-form-content .nf-field-container {
  position: inherit;
}
.nf-error {
  position: inherit;
}

.nf-form-cont .nf-form-content .nf-field-container .ninja-forms-field {
  position: relative;
  z-index: 2;
}
.nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-error
  .nf-error-msg:not(.nf-error-invalid-email) {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
  font-size: 12px !important;
}

.nf-error input::placeholder {
  opacity: 100;
}
.nf-form-content .nf-error input::-ms-input-placeholder {
  opacity: 100;
}
/*header form css*/
.headerform
  .nf-form-content
  .nf-field-container
  .nf-field
  .email-wrap
  input.ninja-forms-field {
  color: #fff;
  border-color: #fff;
}
.headerform .nf-form-cont .nf-form-content input::placeholder {
  color: #ffffff;
  opacity: 0.2 !important;
}
.headerform .nf-form-cont .nf-form-content input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2 !important;
}
.headerform .nf-form-cont .nf-form-content .submit-wrap .nf-field-element {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}
.headerform
  .nf-form-cont
  .nf-form-content
  .submit-wrap
  .nf-field-element:after {
  color: #ffffff !important;
  font-size: 22px !important;
}
.headerform .nf-form-cont .nf-form-content .nf-field-container {
  position: initial;
}
.headerform
  .nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  .submit-wrap
  [type="submit"].ninja-forms-field {
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  cursor: pointer;
  border: none;
  padding-right: 0;
}
.headerform .nf-form-cont .nf-form-content input:-webkit-autofill,
.headerform .nf-form-cont .nf-form-content input:-webkit-autofill:hover,
.headerform .nf-form-cont .nf-form-content input:-webkit-autofill:focus,
.headerform .nf-form-cont .nf-form-content input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 0px 0px transparent;
}
.headerform .nf-error-wrap.nf-error .nf-error-msg {
  background: #e20505;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px !important;
}
.headerform .nf-form-errors .nf-error-msg {
  background: #e20505;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px !important;
}
.headerform
  .nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-error
  .nf-error-msg {
  position: initial;
  top: 0;
  left: 0;
  margin: 0;
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 992px) {
  .mainheader.blackcolor {
    position: relative;
  }
  .blackcolor .navbar-brand .logowhite,
  .blackcolor .navbar-brand.active .colorhover,
  .mainheader.blackcolor .navbar-nav > .newsletter .nav-link .logowhite,
  .mainheader.blackcolor
    .navbar-nav
    > .newsletter.active
    .nav-link
    .colorhover {
    display: none;
  }
  .blackcolor .navbar-brand .colorhover,
  .blackcolor .navbar-brand.active .logowhite,
  .mainheader.blackcolor .navbar-nav > .newsletter .nav-link .colorhover,
  .mainheader.blackcolor .navbar-nav > .newsletter.active .nav-link .logowhite {
    display: inline-block;
  }
  .mainheader.blackcolor .navbar-nav > .nav-item > .nav-link {
    color: #252726;
  }
  .mainheader.blackcolor .navbar-nav.active > .nav-item > .nav-link {
    color: #ffffff;
  }
  .mainheader.blackcolor .navbar-nav > .nav-item:hover > .nav-link {
    color: #18733a;
  }
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1200px;
  }
}

@media (min-width: 1320px) {
  body .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  body .container {
    max-width: 1400px;
  }
  body header .container,
  body footer .container {
    max-width: 1700px;
  }
  .mainheader .navbar-nav > .nav-item > .nav-link,
  .headeright-data ul li a {
    font-size: 20px;
  }
  .heading-link h2 {
    font-size: 45px;
  }
  .newsletterleft p,
  .footernav ul li,
  .footer-row p,
  .footer-row ul li {
    font-size: 17px;
  }
  .newslettermidd h2 {
    font-size: 30px;
  }
  /*heading css*/
  .heading-row h4,
  .heading-row p {
    font-size: 18px;
  }
  /**/
  .letswork-sec {
    height: 443px;
  }
  /*inner banner*/
  .innerbanner h1 {
    font-size: 65px;
  }
  .innerbanner p {
    font-size: 20px;
  }
  .scrollarrow a {
    font-size: 22px;
  }
}

@media (min-width: 1900px) {
  .mainheader .navbar-nav > .nav-item > .nav-link,
  .headeright-data ul li a {
    font-size: 22px;
  }
  .newsletterleft p,
  .footernav ul li,
  .footer-row p,
  .footer-row ul li {
    font-size: 18px;
  }
  .newslettermidd h2 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .mainheader .navbar-nav > .nav-item {
    padding-left: 20px;
  }
  .mainheader .navbar-nav > .nav-item > .nav-link,
  .headeright-data ul li a {
    font-size: 16px;
  }
  .heading-link h2 {
    font-size: 26px;
  }
  .footernav ul li,
  .footer-row p {
    font-size: 15px;
  }
  .footer-row ul li {
    font-size: 15px;
    padding-left: 15px;
  }
  /*inner banner*/
  .innerbanner {
    height: 700px;
  }
}

@media (max-width: 991px) {
  /*mobile menu*/
  .mainheader {
    position: relative;
    padding: 0;
  }
  .navbar.desktop-menu {
    display: none;
  }
  .mobileheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 15px 0;

  }
  .mobileheader > .btn {
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  #offcanvasfirst {
    width: 100%;
    border: none;
  }
  #offcanvasfirst .offcanvas-header {
    padding: 15px 13px;
    border-bottom: 1px solid #cae6d5;
  }
  #offcanvasfirst .offcanvas-title .img-fluid {
    max-width: 150px;
  }
  #offcanvasfirst .offcanvas-header .btn-close {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    opacity: 1;
    margin: 0;
  }
  .mobilemain-nav > ul > li {
    padding: 7px 0;
  }
  .mobilemain-nav > ul > li > a {
    font-size: 20px;
    font-weight: 500;
    color: #242121;
    display: block;
  }
  .mobilemain-nav > ul > li.canvasdrop > a {
    padding-right: 25px;
    position: relative;
  }
  .mobilemain-nav > ul > li.canvasdrop > a:after {
    content: "❯";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
  }
  .headercontact {
  }
  .headercontact a {
    display: inline-block;
    font-size: 16px;
    color: #1a1d1b;
    font-weight: 500;
  }
  .headercontact .phoneno a {
    color: #18733a;
  }
  .social-joinleter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .socialicons a img {
    width: 28px;
    filter: brightness(0);
    margin-right: 10px;
  }
  .newsleterbtn {
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .newsleterbtn .img-fluid {
    width: 28px;
    margin-left: 5px;
  }
  .slidenav-sec {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1045;
    visibility: hidden;
    outline: 0;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 0px;
  }
  .slidenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 105px;
    padding: 15px 13px;
    border-bottom: 1px solid #cae6d5;
  }
  .leftslideclose {
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    font-size: 20px;
    color: #18733a;
    transform: rotate(180deg);
    padding: 5px 0;
    text-align: right;
  }
  .slidetitle {
    color: #1d221f;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
  }
  .slidenav-body {
    width: 100%;
    height: 100%;
    padding: 1rem 13px 125px;
    overflow-y: auto;
  }
  .slidenav-list li a {
    font-size: 18px;
    color: #242121;
    display: inline-block;
    padding: 7px 0;
  }
  .slidenav-list li a:hover {
    color: #18733a;
  }
  .hedernewsletter .slidenav-sec {
    background-color: #18733a;
    border: 1px solid #707070;
  }
  .hedernewsletter .slidenav-header {
    border: none;
  }
  .hedernewsletter .slidetitle .img-fluid {
    max-width: 250px;
    filter: brightness(100);
  }
  .newsletterclose {
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }
  .newsletterclose .img-fluid {
    filter: brightness(100);
  }
  .slidenav-body .newsletterleft {
    width: 100%;
    padding: 0 0 50px;
  }
  .slidenav-body .newslettermidd {
    width: 100%;
    padding: 0;
  }
  .newslettermidd h2 {
    font-size: 24px;
  }
  .canvasdrop.active .slidenav-sec,
  .hedernewsletter .slidenav-sec.show {
    transform: none;
    visibility: visible;
  }
  /**/
  .footertop .row .col-lg-3:nth-child(1) {
    order: 1;
  }
  .footertop .row .col-lg-6:nth-child(2) {
    order: 3;
    padding-top: 35px;
  }
  .footertop .row .col-lg-3:nth-child(3) {
    order: 2;
  }
  .footer-row {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 0px 0 30px;
  }
  .footer-row p {
    padding-top: 15px;
  }
  /*inner banner*/
  .innerbanner {
    height: 530px;
  }
  .innerbanner h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .navbar-logo .img-fluid {
    max-width: 150px;
  }
  .simplearrowbtn {
    font-size: 16px;
  }
  .letswork-data h2 {
    font-size: 36px;
  }
  .footerlogo {
    text-align: center;
    padding: 0 0 40px;
  }
  .footerlogo .img-fluid {
    max-width: 250px;
  }
  .footertop .row .col-lg-6:nth-child(2) {
    display: none;
  }
  .footsocial {
    display: none;
  }
  /*heading*/
  .heading-row h2 {
    font-size: 32px;
  }
  .heading-row p {
    font-size: 16px;
  }
  /*inner Bannr*/
  .innerbanner {
    min-height: 375px;
  }
  .innerbanner h1 {
    font-size: 28px;
    margin-top: -130px;
  }
  .scrollarrow {
    bottom: unset;
    left: unset;
    transform: unset;
  }
  .scrollarrow a {
    white-space: normal;
  }  
}

input::placeholder {
  overflow: visible;
}

.header-phone-cta {
	display: inline-flex;
  	flex-direction: column;
  	align-items: center;
  	text-decoration: none;
  	padding: 10px 14px;
  	border-radius: 8px;
	border: 2px solid #fff;
  	background: #18733a;
  	color: #fff;
  	line-height: 1.3;
	visibility: visible;
  	opacity: 1;
}

.header-phone-cta .cta-text {
	font-size: 12px;
  	text-transform: uppercase;
  	letter-spacing: 0.04em;
  	opacity: 0.85;
}

.header-phone-cta .phone-number {
	font-size: 18px;
	font-weight: 700;
}

.header-phone-cta:hover,
.header-phone-cta:focus {
	opacity: 0.92;
}

.mobile-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}