@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "helveticabold";
  src: url("../fonts/helvetica_bold.woff2") format("woff2"), url("../fonts/helvetica_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaregular";
  src: url("../fonts/helvetica.woff2") format("woff2"), url("../fonts/helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helvetica_neueregular";
  src: url("../fonts/helveticaneue-heavy.woff2") format("woff2"), url("../fonts/helveticaneue-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
Themes color css
===========================
*/
/*
Media breakpoint  css
=======================
*/
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

.greenBg {
  background: #7fc241;
}

/*
Globle css 
=========================
*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #282828;
  line-height: 32px;
  font-weight: 300;
}

@media screen and (max-width: 1800px) {
  body {
    line-height: 28px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 21px;
    font-size: 14px;
  }
}

.wt-text {
  color: #ffffff;
}

.lightGreyBG {
  background-color: #f5f5f5;
}

a {
  color: #7fc241;
}

strong {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-family: "helveticabold";
}

h3,
h4,
h5,
h6 {
  font-family: "helveticaregular";
}

p {
  margin-bottom: 20px;
}

section {
  padding: 100px 0 70px;
}

@media screen and (max-width: 1800px) {
  section {
    padding: 70px 0 50px;
  }
}

@media screen and (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn,
.wpcf7-form-control.wpcf7-submit {
  background: #7fc241;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  line-height: 60px;
  min-width: 225px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
          box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
  border-radius: 41px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 1800px) {
  .btn,
  .wpcf7-form-control.wpcf7-submit {
    min-width: 160px;
    line-height: 45px;
    font-size: 15px;
  }
}

.btn:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  background: #282828;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-wt {
  background: #ffffff;
  color: #282828;
}

img {
  max-width: 100%;
  height: auto;
}

.heading {
  position: relative;
  margin-bottom: 20px;
}

.heading .sub-heading {
  font-size: 30px;
  line-height: 40px;
  color: #7fc241;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .heading .sub-heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .heading .sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.heading .sub-heading:after {
  content: "";
  position: absolute;
  left: -70px;
  height: 1px;
  width: 51px;
  top: 25px;
  background: #7fc241;
}

@media screen and (max-width: 991px) {
  .heading .sub-heading:after {
    left: -30px;
    height: 2px;
    width: 27px;
  }
}

.heading h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1800px) {
  .heading h2 {
    font-size: 38px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .heading h2 {
    font-size: 28px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .heading h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 1800px) {
  h4 {
    font-size: 18px;
  }
}

/*
Header css start Header
==============================
*/
.site-header {
  padding: 39px 20px;
  background: #ffffff;
}

@media screen and (max-width: 1800px) {
  .site-header {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-header {
    padding: 20px 10px 0;
  }
}

.site-header .navbar-nav li a {
  padding: 0 35px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #282828;
  font-family: "helveticabold";
}

@media screen and (max-width: 1800px) {
  .site-header .navbar-nav li a {
    padding: 0 22px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .site-header .navbar-nav li a {
    padding: 11px 18px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .navbar-nav li a {
    padding: 11px 22px;
    font-size: 17px;
    display: block;
  }
}

.site-header .navbar-nav li a:hover {
  color: #7fc241;
}

.site-header .navbar-nav .active a {
  color: #7fc241;
}

.site-header .container-fluid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .site-header .logo {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .site-header button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 35px;
    display: block !important;
  }
  .site-header .header-right {
    background: #f5f5f5;
    width: calc(100% + 50px);
    margin: 19px -25px 0;
    padding: 14px 26px;
  }
  .site-header .header-right .btn {
    min-width: 150px;
    line-height: 30px;
    font-size: 16px;
  }
  .site-header .navbar {
    position: absolute;
    top: 84px;
    background: #f5f5f5;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0;
  }
  .site-header .navbar ul.navbar-nav {
    padding: 18px 10px;
  }
}

/* End Site Header */
.hero {
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero__bannerImg > img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .hero .container {
    padding: 0 20px;
    padding: 20% 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.hero__caption h1 {
  font-size: 72px;
  line-height: 80px;
  color: #ffffff;
}

@media screen and (max-width: 1800px) {
  .hero__caption h1 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .hero__caption h1 {
    font-size: 35px;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .hero__caption h1 {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .hero__caption h1 {
    font-size: 36px;
    line-height: 39px;
  }
}

.hero__caption p {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin: 30px 0 40px;
}

@media screen and (max-width: 1800px) {
  .hero__caption p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero__caption p {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
  }
}

.hero .overlay {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .hero .overlay {
    position: absolute;
    right: 0px;
    top: 0;
    max-width: 200px;
    bottom: 0;
    top: auto;
  }
}

/* End Hero-banner */
.pad-left {
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .pad-left {
    padding-left: 0;
  }
}

.focus .circular {
  position: relative;
}

@media screen and (max-width: 1800px) {
  .focus .circular {
    max-width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .focus .circular {
    max-width: 425px;
  }
}

@media screen and (max-width: 767px) {
  .focus .circular {
    max-width: 270px;
  }
}

.focus .circular__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 228px;
}

@media screen and (max-width: 1800px) {
  .focus .circular__item {
    max-width: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .focus .circular__item {
    max-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .focus .circular__item {
    max-width: 98px !important;
  }
}

.focus .circular__item .name {
  font-size: 24px;
  line-height: 36px;
  font-family: "helveticabold";
  margin-right: 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1800px) {
  .focus .circular__item .name {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  .focus .circular__item .name {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .focus .circular__item .name {
    font-size: 12px;
    margin: 0 !important;
  }
}

.focus .circular__item .circle {
  width: 109.13px;
  height: 109.13px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: "helveticabold";
  font-size: 36px;
  background: #1181c7;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

@media screen and (max-width: 1800px) {
  .focus .circular__item .circle {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .focus .circular__item .circle {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .focus .circular__item .circle {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}

.focus .circular__item:after {
  content: "";
  position: absolute;
  left: 20px;
  background: #7fc241;
  height: 70px;
  border-radius: 0 50px 50px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
}

@media screen and (max-width: 767px) {
  .focus .circular__item:after {
    height: 37px;
  }
}

.focus .circular__item:hover:after {
  width: 100%;
}

.focus .circular__item:nth-of-type(1) {
  top: 7%;
  right: 0;
}

.focus .circular__item:nth-of-type(1) .name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 15px;
}

.focus .circular__item:nth-of-type(2) {
  top: 60%;
  right: -13%;
  max-width: 204px;
}

@media screen and (max-width: 1800px) {
  .focus .circular__item:nth-of-type(2) {
    max-width: 180px;
  }
}

@media screen and (max-width: 1200px) {
  .focus .circular__item:nth-of-type(2) {
    max-width: 130px;
  }
}

.focus .circular__item:nth-of-type(2) .name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 15px;
}

.focus .circular__item:nth-of-type(3) {
  bottom: -4%;
  margin: auto;
  left: 50%;
}

.focus .circular__item:nth-of-type(3) .name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 15px;
}

.focus .circular__item:nth-of-type(4) {
  top: 60%;
  left: -15%;
}

.focus .circular__item:nth-of-type(4):after {
  border-radius: 50px 0 0 50px;
  left: auto;
  right: 55px;
}

@media screen and (max-width: 767px) {
  .focus .circular__item:nth-of-type(4):after {
    right: 17px;
  }
}

.focus .circular__item:nth-of-type(5) {
  top: 7%;
  left: 0;
}

.focus .circular__item:nth-of-type(5):after {
  border-radius: 50px 0 0 50px;
  left: auto;
  right: 55px;
}

@media screen and (max-width: 767px) {
  .focus .circular__item:nth-of-type(5):after {
    right: 17px;
  }
}

.focus .circular__item:hover .circle {
  background: #7fc241;
}

.focus .circular__item:hover .name {
  color: #ffffff;
}

/*
Our Focus End 
*/
/*
Our Services css start Here
=========================================
*/
.services {
  background-color: #7fc241;
  background-image: url(../images/overlay.png);
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .services {
    background-size: 40%;
  }
}

@media screen and (max-width: 767px) {
  .services {
    background-size: 72%;
    background-position: right bottom;
  }
}

.services .services-items figure {
  margin: 0;
}

.services .heading * {
  color: #ffffff;
}

.services .heading .sub-heading:after {
  background: #ffffff;
}

.services__content p {
  color: #ffffff;
}

.services__content .btn {
  background: #ffffff;
  color: #000;
}

/*End */
/*
Newletter 
====================================
*/
*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.newletter form .form-group {
  margin-bottom: 44px;
}

.newletter form .form-control {
  height: 30px;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #7fc241;
  padding: 0 0 10px;
  background: none;
}

/*
Testimonials css start Here 
====================================
*/
.testimonials {
  background: #f5f5f5;
}

.testimonials__bx {
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 20px rgba(127, 194, 65, 0.06);
          box-shadow: 0px 20px 20px rgba(127, 194, 65, 0.06);
  border-radius: 20px;
  overflow: hidden;
}

.testimonials__bx--body {
  padding: 25px;
}

.testimonials__bx--body .quote {
  margin-bottom: 20px;
  display: block;
  width: 49px;
}

.testimonials__bx p {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 1800px) {
  .testimonials__bx p {
    font-size: 16px;
    line-height: 28x;
  }
}

.testimonials__bx--footer {
  background: #7fc241;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1800px) {
  .testimonials__bx--footer {
    padding: 15px;
  }
}

.testimonials__bx--footer figure {
  margin: 0 30px 0 0;
  width: 75px;
  height: 73px;
  line-height: 58px;
  border-radius: 100%;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .testimonials__bx--footer figure {
    margin: 0 15px 0 0;
    width: 63px;
    height: 53px;
    line-height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__bx--footer figure {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
}

.testimonials__bx--footer .clientDetails {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .testimonials__bx--footer .clientDetails {
    font-size: 14px;
    line-height: normal;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__bx--footer .clientDetails {
    font-size: 12px;
    line-height: 15px;
  }
}

.testimonials__bx--footer .clientDetails span {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .testimonials__bx--footer .clientDetails span {
    font-size: 12px;
    line-height: 15px;
  }
}

.testimonials .owl-dots {
  position: absolute;
  bottom: -72px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .testimonials .owl-testimonials {
    padding: 0 20px;
  }
}

/* 
End css
*/
.clients {
  background: #f5f5f5;
}

.clients__item {
  /*width: 137px;*/
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*height: 100px;*/
}

@media screen and (max-width: 767px) {
  .clients .clients-carousel {
    padding: 0 50px;
  }
}

.heading-center .sub-heading:after {
  display: none;
}

.heading-center .sub-heading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  height: 1px;
  width: 51px;
  top: 25px;
  background: #7fc241;
}

@media screen and (max-width: 767px) {
  .heading-center .sub-heading:before {
    left: -30px;
    height: 2px;
    width: 25px;
  }
}

.heading.text-center .sub-heading:after {
  display: none;
}

.heading.text-center .sub-heading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  height: 1px;
  width: 51px;
  top: 25px;
  background: #7fc241;
}

@media screen and (max-width: 767px) {
  .heading.text-center .sub-heading:before {
    left: -30px;
    height: 2px;
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .heading.text-center {
    max-width: 300px;
    margin: auto;
  }
}

/*
Site Footer
=====================================
*/
.site-footer {
  background-color: #282828;
  /*background-image: url(../images/overlay2.png);*/
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20%;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .site-footer {
    background-size: 50%;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 50px 0px;
  }
  .site-footer .footer-logo {
    margin-bottom: 49px;
    display: block;
  }
}

.site-footer h4 {
  font-size: 24px;
  color: #ffffff;
  padding: 0 0 10px 0;
  font-family: "helveticabold";
}

@media screen and (max-width: 1800px) {
  .site-footer h4 {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .site-footer h4 {
    font-size: 18px;
    line-height: 33px;
  }
}

.site-footer .footer-nav li a {
  font-size: 24px;
  color: #ffffff;
  padding: 0 0 20px 0;
  font-family: "helveticabold";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.site-footer .footer-nav li a:hover {
  color: #7fc241;
}

@media screen and (max-width: 1800px) {
  .site-footer .footer-nav li a {
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-nav li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-nav li a {
    font-size: 18px;
  }
}

.site-footer .social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.site-footer .social-icon li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  color: #282828;
  font-size: 26px;
  border-radius: 100%;
}

@media screen and (max-width: 991px) {
  .site-footer .social-icon li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

.site-footer .ourAccreditations li {
  margin-bottom: 20px;
}

.site-footer .footer-bottom {
  padding: 20px 0;
  border-top: solid 1px #4f4f4f;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .site-footer .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-footer .footer-bottom p {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0;
  font-family: "helveticabold";
  margin: 0;
}

@media screen and (max-width: 1800px) {
  .site-footer .footer-bottom p {
    font-size: 16px;
  }
}

.site-footer .footer-bottom .termCondition ul li {
  display: inline-block;
  margin-right: 10px;
}

.site-footer .footer-bottom .termCondition ul li a {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0;
  font-family: "helveticabold";
  text-decoration: underline;
}

@media screen and (max-width: 1800px) {
  .site-footer .footer-bottom .termCondition ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 35px;
    padding-left: 35px;
  }
}

/*
Model Popup css start Here
==========================================
*/
.modal-backdrop.show {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .circular-modal .modal-dialog {
    margin: 35px;
  }
}

.circular-modal .modal-content {
  background: #000000bf;
  padding: 40px;
}

.circular-modal .modal-content h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.circular-modal .modal-content p {
  color: #ffffff;
}

.circular-modal .modal-content li {
  list-style: disc;
  color: #fff;
  margin-left: 20px;
}

.circular-modal .modal-dialog {
  max-width: 680px;
}

.circular-modal button.close {
  position: absolute;
  right: 19px;
  top: 13px;
  width: 30px;
  height: 30px;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
}

/*
================================
About Us Page
 --what We Do
=================================*/
.innerBanner .hero__bannerImg > img {
  width: 100%;
}

.innerBanner .hero__bannerImg .overlay {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .innerBanner .hero__bannerImg > img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerBanner .hero__bannerImg:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: #00000075;
    top: 0;
    width: 100%;
  }
  .innerBanner .hero__bannerImg .overlay {
    right: 3px;
    top: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
  }
}

.top-header.wText p {
  color: #ffffff;
}

.top-header.wText h2 {
  color: #ffffff;
}

.top-header.wText .sub-heading {
  color: #ffffff;
}

.top-header.wText .sub-heading:before {
  background: #ffffff !important;
}

.whatWeDo {
  background-color: #7fc241;
  background-image: url(../images/overlay.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .whatWeDo {
    background-position: right center;
    background-size: 80%;
  }
}

.whatWeDo .heading .sub-heading:after {
  background: #ffffff;
}

.whatWeDo__item {
  -webkit-box-shadow: 0px 20px 20px rgba(127, 194, 65, 0.06);
          box-shadow: 0px 20px 20px rgba(127, 194, 65, 0.06);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 46px;
}

.whatWeDo__item--icon {
  background: #ffffff;
  padding: 50px 0;
  height: 210px;
  -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;
}

@media screen and (max-width: 1800px) {
  .whatWeDo__item--icon {
    height: 160px;
  }
}

@media screen and (max-width: 991px) {
  .whatWeDo__item--icon {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .whatWeDo__item--icon {
    height: 210px;
  }
}

.whatWeDo__item--icon img {
  max-width: 150px;
}

@media screen and (max-width: 1800px) {
  .whatWeDo__item--icon img {
    max-width: 80px;
  }
}

@media screen and (max-width: 991px) {
  .whatWeDo__item--icon img {
    max-width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .whatWeDo__item--icon img {
    max-width: 125px !important;
  }
}

.whatWeDo__item--content {
  background: #f2f2f2;
  padding: 20px 27px;
  color: #4f4f4f;
  font-family: "helveticabold";
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1800px) {
  .whatWeDo__item--content {
    height: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .whatWeDo__item--content {
    font-size: 15px;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) {
  .whatWeDo__item--content {
    height: 60px;
    padding: 11px 4px;
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .whatWeDo__item--content {
    height: 109px;
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .whatWeDo .whatWedoCarousel.owl-carousel {
    margin: 0;
  }
  .whatWeDo .whatWedoCarousel.owl-carousel .owl-dots .owl-dot span {
    background: #000;
  }
  .whatWeDo .whatWedoCarousel.owl-carousel .owl-dots .owl-dot.active span {
    background: #ffffff;
  }
}

/*
===============================
Our Capabilies
===============================
*/
.ourCapabilies .item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ourCapabilies .item {
    max-width: 230px;
    margin: auto;
  }
}

.ourCapabilies .item figure {
  width: 169px;
  height: 169px;
  background: #ffffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto 20px;
  padding: 20px;
}

@media screen and (max-width: 1800px) {
  .ourCapabilies .item figure {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ourCapabilies .item figure {
    width: 130px;
    height: 130px;
    padding: 15px;
  }
}

.ourCapabilies .item h4 {
  color: #7fc241;
}

@media screen and (max-width: 767px) {
  .ourCapabilies .item h4 {
    font-size: 22px;
    color: #000;
  }
}

.ourCapabilies .owl-dots {
  position: static;
  margin: -3px 0 0;
}

@media screen and (max-width: 767px) {
  .ourCapabilies .owl-theme .owl-nav [class*="owl-prev"] {
    left: -14px;
  }
  .ourCapabilies .owl-theme .owl-nav [class*="owl-next"] {
    right: -14px;
  }
}

/*
===========================
Product Lifecycle
==========================*/
.productLifecycle .item {
  text-align: center;
  border-radius: 20px;
  padding: 53px 30px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productLifecycle .item a {
  color: #000;
}

.productLifecycle .item:hover {
  background: #7fc241;
  -webkit-box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
          box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
}

.productLifecycle .item:hover h4 {
  color: #ffffff;
}

@media screen and (max-width: 1800px) {
  .productLifecycle .item {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 767px) {
  .productLifecycle .item {
    padding: 22px 11px;
  }
}

.productLifecycle .item figure {
  width: 180px;
  height: 180px;
  background: #f5f5f5;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto 30px;
  padding: 20px;
}

@media screen and (max-width: 1800px) {
  .productLifecycle .item figure {
    width: 90px;
    height: 90px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .productLifecycle .item figure {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
}

.productLifecycle .item h4 {
  font-family: "helveticabold";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .productLifecycle .item h4 {
    font-size: 16px;
  }
}

.productDetails .container {
  position: relative;
}

.productDetails .leftSideBar {
  position: fixed;
  left: 5%;
  top: 25%;
  z-index: 9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .productDetails .leftSideBar {
    display: none;
  }
}

.productDetails .leftSideBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.productDetails .leftSideBar ul li {
  padding-bottom: 45px;
  position: relative;
}

.productDetails .leftSideBar ul li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  bottom: 3px;
  width: 1px;
  background: #7fc241;
}

.productDetails .leftSideBar ul li:last-child:after {
  display: none;
}

.productDetails .leftSideBar ul li a {
  width: 63px;
  height: 63px;
  display: block;
  background-color: #ececec;
  border-radius: 100%;
  text-align: center;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: solid 4px #f5f5f5;
}

.productDetails .leftSideBar ul li a .hover__icon {
  display: none;
}

.productDetails .leftSideBar ul li a:hover {
  -webkit-box-shadow: 0 0 0 1px #7fc241;
          box-shadow: 0 0 0 1px #7fc241;
  background-color: #7fc241;
}

.productDetails .leftSideBar ul li a:hover img {
  display: none;
}

.productDetails .leftSideBar ul li a:hover .hover__icon {
  display: block;
}

.productDetails.active .leftSideBar {
  opacity: 1;
  visibility: visible;
}

.productDetails .productRow {
  background: #f5f5f5;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .productDetails .productRow__left--title {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .productDetails .productRow__left--title img {
    max-width: 60px;
    margin-bottom: 20px;
  }
}

.productDetails .productRow:nth-child(2n) {
  background: #ececec;
}

.productDetails .productRow__right {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .productDetails .productRow__right {
    padding: 0;
  }
}

.productDetails .productRow__right--list {
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
          box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
  border-radius: 20px;
  border: 1px solid #7fc241;
  padding: 20px;
  margin-bottom: 20px;
}

.productDetails .productRow__right--list ul li {
  color: #7fc241;
  font-weight: 700;
  list-style: disc;
  margin-left: 20px;
}

.bottomContact {
  background-color: #7fc241;
  background-image: url(../images/overlay3.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 40%;
}

.bottomContact p,
.bottomContact h2 {
  color: #ffffff;
}

/*
News 
===================================
Page css start Here 
========================================
*/
.news .newsTop .form-group {
  position: relative;
}

.news .newsTop .form-group .form-control {
  background: #fff;
  height: 68px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 22px;
  padding: 10px 30px;
}

@media screen and (max-width: 1800px) {
  .news .newsTop .form-group .form-control {
    font-size: 16px;
    height: 50px;
  }
}

.news .newsTop .form-group select.form-control {
  background-image: url(../images/bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 1800px) {
  .news .newsTop .form-group select.form-control {
    background-size: 20px;
  }
}

.news .newsTop .form-group .search-btn {
  position: absolute;
  right: 16px;
  top: 20px;
  background: none;
  border: none;
  text-align: center;
  color: #e0e0e0;
  font-size: 26px;
}

@media screen and (max-width: 1800px) {
  .news .newsTop .form-group .search-btn {
    top: 10px;
  }
}

.news .newsTop .form-group .autocomplete {
  position: absolute;
  background: #f5f5f5;
  padding: 13px;
  width: 100%;
  padding: 15px;
  border-radius: 11px;
  top: 100%;
  margin-top: 10px;
  z-index: 11;
}

.news .newsTop .form-group .autocomplete a {
  display: block;
  padding: 7px;
  color: #000;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTop .form-group .autocomplete a:hover {
  color: #7fc241;
}

.news .news__item {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.news .news__item figure {
  height: 190px;
  background: #7fc241;
  position: relative;
}

.news .news__item figure img.blogIMg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .news__item figure .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: 1;
}

.news .news__item--content {
  padding: 20px;
}

.news .news__item--content .metaBox {
  margin-bottom: 15px;
}

.news .news__item--content .metaBox h4 {
  color: #7fc241;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}

.news .news__item--content .metaBox h4:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #7fc241;
  position: absolute;
  left: 0;
  top: 8px;
}

.news .news__item--content .metaBox__minRead {
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #7fc241;
  border-radius: 20px;
  line-height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7fc241;
}

.news .news__item--content h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: "helveticabold";
  margin-bottom: 30px;
}

.news .news__item--content h3 a {
  color: #000;
}

.news .news__item--content .footerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .news__item--content .footerBox__date {
  padding-right: 10px;
  border-right: solid 1px #000;
  line-height: 15px;
  display: inline-block;
}

.news .news__item--content .footerBox__name {
  color: #7fc241;
  line-height: 15px;
  display: inline-block;
  padding-left: 10px;
}

.news .news__item--content .footerBox__name a {
  color: #7fc241;
}

.news .newsCarousel .news__item {
  background-color: #ffffff;
}

/*
News Details Page 
========================

*/
.blogDetailsBanner .hero__caption h4 {
  color: #ffffff;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}

.blogDetailsBanner .hero__caption h4:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 8px;
}

.blogDetailsBanner .hero__caption h3 {
  color: #fff;
  font-size: 48px;
  line-height: normal;
  line-height: 52px;
  font-family: "helveticabold";
}

@media screen and (max-width: 1200px) {
  .blogDetailsBanner .hero__caption h3 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blogDetailsBanner .hero__caption h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

.blogDetailsBanner .hero__caption .footerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.blogDetailsBanner .hero__caption .footerBox__date {
  padding-right: 10px;
  border-right: solid 1px #ffffff;
  line-height: 15px;
  display: inline-block;
  color: #ffffff;
}

.blogDetailsBanner .hero__caption .footerBox__name {
  color: #ffffff;
  line-height: 15px;
  display: inline-block;
  padding-left: 10px;
}

.blogDetailsBanner .hero__caption .minRead {
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 20px;
  line-height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #7fc241;
}

.SideBarNewsletter {
  background: #ffffff;
  border: 1px solid #7FC241;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
          box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
}

.SideBarNewsletter h3 {
  font-family: "helveticabold";
}

@media screen and (max-width: 1200px) {
  .SideBarNewsletter h3 {
    font-size: 18px;
  }
}

.SideBarNewsletter form .form-group {
  margin-bottom: 44px;
}

.SideBarNewsletter form .form-control {
  height: 30px;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #7fc241;
  padding: 0 0 10px;
  background: none;
}

@media screen and (max-width: 1200px) {
  .SideBarNewsletter form .form-control {
    font-size: 16px;
  }
}

ul.social-icon-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 0;
}

ul.social-icon-circle li {
  margin-right: 10px;
}

ul.social-icon-circle li a {
  display: block;
  border: 1px solid #7fc241;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 100%;
  color: #7fc241;
}

/*
Contact us 
========================

*/
.contact form .form-group {
  margin-bottom: 44px;
}

@media screen and (max-width: 1200px) {
  .contact form .form-group {
    margin-bottom: 20px;
  }
}

.contact form .form-control {
  height: 50px;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #7fc241;
  padding: 0 0 10px;
  background: none;
}

@media screen and (max-width: 1200px) {
  .contact form .form-control {
    font-size: 16px;
    height: 40px;
  }
}

.contact form select.form-control {
  background-image: url(../images/bottom-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 1800px) {
  .contact form select.form-control {
    background-size: 20px;
  }
}

.contact__info ul li {
  margin-bottom: 20px;
}

.contact__info ul li i {
  width: 51px;
  height: 51px;
  background: #f5f5f5;
  border-radius: 100%;
  line-height: 51px;
  text-align: center;
  color: #7fc241;
  font-size: 22px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.contact__info ul li a {
  color: #282828;
  text-decoration: underline;
  font-weight: normal;
}

.visit__left iframe {
  -webkit-box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
          box-shadow: 0px 20px 26px rgba(137, 137, 137, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.visit__info h4 {
  color: #7fc241;
}

.greenBg h2,
.greenBg p {
  color: #ffffff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #0000007d;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #7fc241;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #7fc241;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #7fc241;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loaded #preloader {
  display: none;
}
.list-item li {
list-style: disc;
padding-top: 6px;
margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */