@import url("../fonts.googleapis.com/css2%3Ffamily=Montserrat:wght@400%3B500%3B600%3B700%3B800&amp%3Bfamily=Open+Sans:wght@400%3B600%3B700%3B800&amp%3Bdisplay=swap.css.html");
* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Open Sans', sans-serif;
}

ul {
  list-style: none;
  margin: 0px;
}

ul li {
  text-transform: capitalize;
}

@-webkit-keyframes animateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.top-sec {
    background: #0c7400;
}

.top-sec .top-col1 {
  padding: 0px;
}

.top-sec .top-col1 .top-inr {
    padding: 0px;
    text-transform: capitalize;
    background: #e2d300;
    color: #131212;
    margin: 0;
    text-align: center;
    font-size: 16px;
    padding: 23px 15px;
    font-weight: 600;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}

.top-sec .top-col1 .animated-words {
  padding: 0px;
}

.top-sec .top-col1 .animated-words span:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.top-sec .top-col1 .animated-words span:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.top-sec .top-col1 .animated-words span:nth-child(4) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.top-sec .top-col1 .animated-words span:nth-child(5) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.top-sec .top-col1 .animated-words span:nth-child(6) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.top-sec .top-col1 .animated-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  text-transform: capitalize;
  color: #101010;
  -webkit-animation: animateWord 18s linear infinite 0s;
          animation: animateWord 18s linear infinite 0s;
  font-size: 17px;
  top: -12px;
  font-weight: 500;
  width: 100%;
  left: 0;
}

.top-sec .top-col2 {
  padding: 10px 0px;
}

.top-sec .top-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec .top-col2 ul li {
  padding: 0px 4px;
}
.top-sec .top-col2 ul li .fas, .top-sec .top-col2 ul li .fab, .top-sec .top-col2 ul li .fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e2d300;
    color: #000000;
    font-size: 23px;
}

.top-sec .top-col3 {
  padding: 10px 0px;
}

.top-sec .top-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec .top-col3 ul li {
  padding: 0px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.top-sec .top-col3 ul li .fas, .top-sec .top-col3 ul li .fab {
  color: #ffc800;
}

.top-sec .top-col3 ul li span {
  display: block;
  font-size: 16px;
  color: #ffc800;
}

.logo-sec {
  text-align: center;
}

.logo-sec .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px 30px;
}

.logo-sec .logo-side .logo-inr {
  padding: 0px;
}
.logo-sec .logo-side .logo-p1 {
    font-size: 25px;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 600;
}

.logo-sec .logo-side .logo-p2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    padding: 3px 0px;
    background: #0c7400;
    border-radius: 30px;
    color: #fff;
}

.logo-sec .logo-side .logo-p2 span {
  color: #fff;
}

.logo-sec .logo-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0px;
}

.logo-sec .logo-side ul li {
  padding: 0px 10px;
}
.logo-sec .logo-side ul li a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #000;
    border: 2px solid #0c7400;
    padding: 10px 20px;
    z-index: 1;
}

.logo-sec .logo-side ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #e2d300;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.logo-sec .logo-side ul li a:hover {
  background: transparent;
  color: #126b01;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.logo-sec .logo-side ul li a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.logo-sec .logo-col3 {
  padding: 0px;
}

.logo-sec .logo-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-sec .logo-col3 ul li {
  font-size: 17px;
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
  background: #ffc800;
  margin: 0px 5px;
  border-radius: 8px 8px 0px 0px;
}

.logo-sec .logo-col3 ul li:before, .logo-sec .logo-col3 ul li:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  top: -30px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  border-radius: 50%;
  background: #126b01;
  z-index: -1;
}

.logo-sec .logo-col3 ul li:after {
  background: url(top-icon.png.html);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  top: -45px;
}
.banner-sec .mrq-col {
    background: #0c7400;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.about-sec {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.about-sec:before, .about-sec:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #0c7400;
    z-index: -1;
}
.about-sec:after {
    width: 50%;
    height: 60px;
    background: #0c7400;
    bottom: 0;
    top: inherit;
}

.about-sec .about-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-sec .about-col1 .about-inr {
  padding: 0px;
}

.about-sec .about-col1 .about-inr img {
/*  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
*/  padding-bottom: 30px;
}

.about-sec .about-col1 .about-inr .about-head {
  padding: 0px 0px 30px;
  text-align: left;
}

.about-sec .about-col1 .about-inr .about-head p {
    font-size: 40px;
    color: #0c7400;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.about-sec .about-col1 .about-inr .about-head p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: inherit;
  right: 0px;
  bottom: -10px;
  left: 0px;
  margin: 0 auto;
  background: #126b01;
}

.about-sec .about-col1 .about-inr .about-head p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: inherit;
  right: 0px;
  bottom: -15px;
  left: 200px;
  margin: 0 auto;
  background: #126b01;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.about-sec .about-col1 .about-inr .about-head p:before, .about-sec .about-col1 .about-inr .about-head p:after {
  right: inherit;
}

.about-sec .about-col1 .about-inr .about-head span {
  display: block;
  font-size: 20px;
  color: #000;
  position: relative;
  padding: 7px 0px 7px 15px;
  z-index: 1;
  background: transparent;
}

.about-sec .about-col1 .about-inr .about-head span:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    z-index: -1;
    background: #e2d300;
    border-left: 5px solid #0c7400;
}

.about-sec .about-col1 .about-para {
  line-height: 27px;
  font-size: 15px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

.about-sec .about-col2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about-sec .about-col2 ul {
  list-style: inherit;
  margin-bottom: 10px;
  padding-left: 20px;
}

.about-sec .about-col2 ul li {
  line-height: 30px;
}

@-webkit-keyframes spin {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.choose-sec {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose-sec:before, .choose-sec:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    z-index: -1;
    background: #0c7400;
}

.choose-sec:after {
    width: 50%;
    height: 60px;
    background: #0c7400;
    top: inherit;
    bottom: 0;
}

.choose-sec .choose-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  padding: 0px 0px 50px;
}

.choose-sec .choose-head span:nth-child(2) {
  margin-top: -30px;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}

.choose-sec .choose-head span:nth-child(3) {
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

.choose-sec .choose-head span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 2px 20px #0000005e;
    box-shadow: 0px 2px 20px #0000005e;
    color: #0c7400;
    font-weight: 800;
    font-size: 50px;
    margin: 0px 5px;
    background: #e2d300;
    border-radius: 7px;
}

.choose-sec .choose-head p {
    margin: 0px;
    font-size: 50px;
    color: #0c7400;
    font-weight: 800;
    padding-left: 30px;
}
.choose-sec .choose-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-sec .choose-col1 .choose-inr {
  padding: 0px;
}

.choose-sec .choose-mn {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-sec .choose-mn .choose-box {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px #0000005e;
    box-shadow: 0px 0px 20px #0000005e;
    border-radius: 10px;
    z-index: 0;
    background: #0c7400;
}

.choose-sec .choose-mn .choose-box .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    position: relative;
    background: #e2d300;
    margin: 0 auto;
    color: #000000;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    font-size: 45px;
}

.choose-sec .choose-mn .choose-box .icon-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  border-radius: inherit;
  -webkit-animation: spin 4s infinite alternate;
          animation: spin 4s infinite alternate;
}

.choose-sec .choose-mn .choose-box p {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-weight: 500;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.choose-sec .choose-col2 {
/*  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;*/
}

.choose-sec .choose-col2 .choose-inr {
  z-index: -1;
}

.choose-sec .choose-col2 .choose-img {
  /*margin-bottom: -160px;*/
  /*max-width: 85%;*/
}

.serv1-sec {
  text-align: center;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.serv1-sec:before, .serv1-sec:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: inherit;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #0c7400;
    z-index: -1;
}.test-sec .col-sm-4 {
    float: left;
}

.serv1-sec:after {
    width: 50%;
    height: 60px;
    background: #0c7400;
    bottom: 0;
    top: inherit;
}
.serv1-sec .srv-hd {
  padding: 0px 0px 30px;
  text-align: right;
}

.serv1-sec .srv-hd p {
    font-size: 50px;
    color: #0c7400;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.serv1-sec .srv-hd p:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    top: inherit;
    right: 0px;
    bottom: -10px;
    left: 0px;
    margin: 0 auto;
    background: #e2d300;
}

.serv1-sec .srv-hd p:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: inherit;
    right: 0px;
    bottom: -15px;
    left: 200px;
    margin: 0 auto;
    background: #0c7400;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.serv1-sec .srv-hd p:after {
  left: inherit;
  right: 10px;
}

.serv1-sec .srv-hd p:before {
  left: inherit;
}

.serv1-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 20px 0px 0px;
  font-weight: 600;
}

.serv1-sec .srv-mn {
  padding: 25px;
}

.serv1-sec .srv-mn .srv-box {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px #0000005e;
    box-shadow: 0px 0px 20px #0000005e;
    border-radius: 10px;
    background: #e2d300;
}

.serv1-sec .srv-mn .srv-box img {
  max-width: 90%;
  /*border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;*/
}

.serv1-sec .srv-mn .srv-box .srv-nm {
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 600;
    padding: 2px 0px;
    background-color: #0c7400;
    border-radius: 20px;
    margin-top: 15px;
}

.serv1-sec .srv-mn .srv-box .srv-para {
    line-height: 21px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    text-align: center;
    margin-top: 10px;
}
p.call-now a {
    background-color: black;
    padding: 10px 36px;
    border-radius: 24px;
    color: #fff;
}
p.call-now {
    float: left;
    width: 100%;
    margin-top: 17px;
}
.serv1-sec .srv-mn .srv-im {
  padding: 0px;
}

.test-sec {
  padding: 100px 0px;
  position: relative;
  background: url(test-bg.jpg.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  background: green;
}

.test-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #e2d300;
    z-index: -1;
}

.test-sec .test-hd {
  padding: 0px 0px 30px;
  text-align: center;
}

.test-sec .test-hd p {
    font-size: 50px;
    color: #0c7400;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.test-sec .test-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: inherit;
  right: 0px;
  bottom: -10px;
  left: 0px;
  margin: 0 auto;
  background: #126b01;
}

.test-sec .test-hd p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: inherit;
  right: 0px;
  bottom: -15px;
  left: 200px;
  margin: 0 auto;
  background: #126b01;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.test-sec .test-hd p:before, .test-sec .test-hd p:after {
  background: #fff;
}
.test-sec .test-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 20px 0px 0px;
    font-weight: 600;
}

.test-sec .test-slide {
  padding: 0px;
}
.test-sec .testimonial {
    text-align: center;
    padding: 85px 40px;
    margin: 70px 15px 35px;
    background: #0c7400;
    -webkit-box-shadow: 8px 4px 0 0 #126b01;
    box-shadow: 8px 4px 0 0 #000000;
    position: relative;
}

.test-sec .testimonial .pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.test-sec .testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  border: 10px solid #ffc8004d;
}

.test-sec .testimonial .description {
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}

.test-sec .testimonial .description:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(comment.png.html);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -25px;
  left: -10px;
}

.test-sec .testimonial .testimonial-profile {
  position: relative;
  margin: 20px 0 10px 0;
}

.test-sec .testimonial .testimonial-profile:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #126b01;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.test-sec .testimonial .title {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.test-sec .testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #e2d300;
    text-transform: capitalize;
}

.test-sec .owl-theme .owl-controls {
  margin-top: 10px;
}

.test-sec .owl-theme .owl-controls .owl-page span {
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.test-sec .owl-theme .owl-controls .owl-page.active span {
  background: #ffc800;
  width: 22px;
  height: 12px;
}

.test-sec .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffc800;
}

.serv2-sec {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}

.serv2-sec:before, .serv2-sec:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    z-index: -1;
    background: #0c7400;
}

.serv2-sec:after {
    width: 50%;
    height: 60px;
    background: #0c7400;
    top: inherit;
    bottom: 0;
}

.serv2-sec .srv-hd {
  text-align: center;
  padding: 0px 0px 50px;
}
.serv2-sec .srv-hd p {
    font-size: 50px;
    color: #0c7400;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}
.serv2-sec .srv-hd p:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    top: inherit;
    right: 0px;
    bottom: -10px;
    left: 0px;
    margin: 0 auto;
    background: #e2d300;
}


.serv2-sec .srv-hd p:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: inherit;
    right: 0px;
    bottom: -15px;
    left: 200px;
    margin: 0 auto;
    background: #e2d300;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.serv2-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 20px 0px 0px;
  font-weight: 600;
}

.serv2-sec .srv-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
}

.serv2-sec .srv-col1 .srv-inside {
  padding: 0px;
}

.serv2-sec .srv-col1 ul {
    background: #0c7400;
    color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}

.serv2-sec .srv-col1 ul li {
  line-height: 50px;
  font-size: 16px;
}

.serv2-sec .srv-col1 ul li .fas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffc800;
    color: #000000;
    font-size: 17px;
}

.serv2-sec .srv-main {
  padding: 15px;
}

.serv2-sec .srv-main .srv-mn {
  padding: 10px;
}

.serv2-sec .srv-main .srv-mn .srv-inr {
  padding: 0px;
  position: relative;
}

.serv2-sec .srv-main .srv-mn .srv-inr img {
  width: 100%;
}

.serv2-sec .srv-main .srv-mn .srv-inr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    background: #e2d300;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.serv2-sec .srv-main .srv-mn .srv-inr:hover:before {
  height: 100%;
}

.serv2-sec .srv-main .srv-mn .srv-inr:hover .srv-nm {
  bottom: 40%;
}

.serv2-sec .srv-main .srv-mn .srv-inr .srv-nm {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0px 10px;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact-sec {
  padding: 100px 0px;
  position: relative;
  background: url(form-bg.jpg.html);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.contact-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
  background: #fff;
}

.contact-sec .contact-hd {
  text-align: center;
  padding: 0px 0px 30px;
}

.contact-sec .contact-hd p {
  font-size: 50px;
  color: #ffc800;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}

.contact-sec .contact-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: inherit;
  right: 0px;
  bottom: -10px;
  left: 0px;
  margin: 0 auto;
  background: #126b01;
}

.contact-sec .contact-hd p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: inherit;
  right: 0px;
  bottom: -15px;
  left: 200px;
  margin: 0 auto;
  background: #126b01;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.contact-sec .contact-hd p:before, .contact-sec .contact-hd p:after {
  background: #fff;
}

.contact-sec .contact-hd span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 20px 0px 0px;
  font-weight: 600;
}

.contact-sec .form-main .form-col1 {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-sec .form-main .form-col1 ul {
  text-align: left;
  padding-top: 30px;
}

.contact-sec .form-main .form-col1 ul li {
  font-size: 22px;
  color: #fff;
  padding: 20px 0px;
}

.contact-sec .form-main .form-col1 ul li span {
  display: block;
  font-size: 20px;
  color: #ffc800;
  padding-bottom: 10px;
}

.contact-sec .form-main .form-col1 ul li .fa, .contact-sec .form-main .form-col1 ul li .fas, .contact-sec .form-main .form-col1 ul li .fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 14px #ffc80059;
          box-shadow: 0px 6px 14px #ffc80059;
  font-size: 20px;
  color: #126b01;
  margin-right: 10px;
  background: #ffc800;
}

.contact-sec .form-main .form-details {
  padding: 0px;
  text-align: left;
  position: relative;
}

.contact-sec .form-main .form-details:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  top: 25%;
  right: 0px;
  bottom: 0px;
  left: inherit;
  margin: 0 auto;
  background: url(arrow-icon.png.html);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-sec .form-main .form-details .form-p1 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-weight: 800;
  text-align: left;
}

.contact-sec .form-main .form-details .form-p2 {
  font-size: 18px;
  color: #ffc800;
  margin: 0px;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding: 10px 0px;
}

.contact-sec .form-main .form-details .form-p3 {
  margin: 0px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}

.contact-sec .form-main .form-col2 .form-inside {
  padding: 30px 20px;
  background: #ffffff2b;
}

.contact-sec .form-main .form-col2 .form-inside .inpt {
  text-align: center;
  padding: 10px 15px;
  position: relative;
}

.contact-sec .form-main .form-col2 .form-inside .inpt ::-webkit-input-placeholder {
  color: #ffc800;
}

.contact-sec .form-main .form-col2 .form-inside .inpt :-ms-input-placeholder {
  color: #ffc800;
}

.contact-sec .form-main .form-col2 .form-inside .inpt ::-ms-input-placeholder {
  color: #ffc800;
}

.contact-sec .form-main .form-col2 .form-inside .inpt ::placeholder {
  color: #ffc800;
}

.contact-sec .form-main .form-col2 .form-inside .inpt input, .contact-sec .form-main .form-col2 .form-inside .inpt textarea {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ffc800;
  padding: 10px 30px;
  resize: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: #fff;
}

.contact-sec .form-main .form-col2 .form-inside .inpt input:focus, .contact-sec .form-main .form-col2 .form-inside .inpt textarea:focus {
  outline: 0px;
}

.contact-sec .form-main .form-col2 .form-inside .inpt .fa, .contact-sec .form-main .form-col2 .form-inside .inpt .far {
  position: absolute;
  padding-top: 13px;
  color: #ffc800;
}

.contact-sec .form-main .form-col2 .form-inside .styl-btn button {
  padding: 10px 20px;
  background: #ffc800;
  border: 1px solid #ffc800;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}

.contact-sec .form-main .form-col2 .form-inside .styl-btn button:focus {
  outline: 0px;
}

.contact-sec .form-main .form-col2 .form-inside .styl-btn button:hover {
  background: transparent;
  color: #ffc800;
}
.ftr-sec {
    background: #0c7400;
    padding: 30px 0px 30px;
    text-align: center;
    display: block;
}

.ftr-sec .dsclmr {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.ftr-sec .dsclmr p {
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

#callbook {
  display: none;
  background: green;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#callbook ul {
  padding: 0px;
}

#callbook ul li {
  position: relative;
  padding: 10px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li a {
  color: #fff;
  font-size: 18px;
}

#callbook ul li a .fa, #callbook ul li a .fab {
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  -webkit-animation: pulsate 0.5s ease-out;
          animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.last-row {
    float: left;
    width: 100%;
}

.cal {

    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
}

.whatsaapp {

    bottom: 0px;
    right: 10px;
    position: fixed;
    z-index: 1111;
}
#callbook ul li a .fa {
  color: #000;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .logo-sec .logo-side .logo-p1 {
    font-size: 20px;
  }
  .about-sec .about-col1 .about-inr .about-head p {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .logo-sec .logo-col {
    padding: 10px 15px;
  }
  .logo-sec .logo-col3 {
    display: none;
  }
  .about-sec {
    padding: 50px 0px;
  }
  .about-sec:after, .about-sec:before {
    display: none;
  }
  .about-sec .about-col1 .about-inr {
    text-align: center;
  }
  .about-sec .about-col1 .about-inr .about-head {
    text-align: center;
  }
  .about-sec .about-col1 .about-inr .about-head span:before {
    right: 0;
  }
  .about-sec .about-col1 .about-inr .about-head p:after, .about-sec .about-col1 .about-inr .about-head p:before {
    right: 0;
  }
  .choose-sec {
    padding: 50px 0px;
  }
  .choose-sec:before, .choose-sec:after {
    display: none;
  }
  .choose-sec .choose-col2 {
    /*display: none;*/
  }
  .serv1-sec {
    padding: 20px 0px;
  }
  .serv1-sec:before, .serv1-sec:after {
    display: none;
  }
  .serv1-sec .srv-hd {
    text-align: center;
  }
  .serv1-sec .srv-hd p:before {
    right: 0;
    left: 200px;
  }
  .serv1-sec .srv-hd p:after {
    left: 0;
    right: 0;
  }
  .serv2-sec:before, .serv2-sec:after {
    display: none;
  }
  .contact-sec .form-main .form-details:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .serv1-sec .srv-hd span {
    font-size: 18px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .top-sec .top-col1 .top-inr {
    border-radius: 0px;
  }
  .logo-sec .logo-col {
    padding: 10px 0px;
  }
  .logo-sec .logo-side .logo-p1 {
    font-size: 17px;
  }
  .logo-sec .logo-side .logo-p2 {
    font-size: 17px;
  }
  .choose-sec .choose-mn {
    max-width: 50%;
  }
  .choose-sec .choose-mn .choose-box {
    padding: 20px 12px;
  }
  .serv2-sec .srv-main .srv-mn {
    max-width: 50%;
  }
  .contact-sec .form-main .form-details .form-p2 {
    letter-spacing: 0px;
  }
}

.visible-xs{display: none;}
@media screen and (max-width: 410px) {
  .visible-xs{display: inherit!important;}
  .top-sec .top-col1 .top-inr {
    padding: 23px 15px 50px;
  }
  .logo-sec .logo-side .logo-p2 {
    font-size: 14px;
  }
  .about-sec .about-col1 .about-inr .about-head p {
    font-size: 33px;
  }
  .choose-sec .choose-mn {
    padding: 30px 15px;
  }
  .choose-sec .choose-mn .choose-box {
    padding: 20px 5px;
  }
  .choose-sec .choose-mn .choose-box p {
    font-size: 16px;
  }
  .test-sec .test-hd p {
    font-size: 35px;
  }
  .test-sec .test-hd span {
    font-size: 18px;
  }
  .serv2-sec .srv-hd span {
    font-size: 18px;
  }
  .serv2-sec .srv-main .srv-mn {
    padding: 15px;
    max-width: 100%;
  }
  .contact-sec .contact-hd p {
    font-size: 40px;
  }
  .contact-sec .contact-hd span {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */

  text-align: center;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}

.contact-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
  background: #126b01;
  -webkit-clip-path: polygon(100% 15%, 26% 100%, 100% 100%);
          clip-path: polygon(100% 15%, 26% 100%, 100% 100%);
}

.contact-sec .cont-hd {
  padding: 0px 0px 30px;
}

.contact-sec .cont-hd p {
  font-size: 50px;
  color: #126b01;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Philosopher', sans-serif;
  padding-bottom: 20px;
}

.contact-sec .cont-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png.html);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.contact-sec .cont-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
  font-weight: 500;
}

.contact-sec .cont-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 15px;
}

.contact-sec .cont-col1 .cont-inr {
  padding: 0px;
}

.contact-sec .cont-col1 .cont-inr p {
  font-size: 30px;
  color: #126b01;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  margin: 0px;
  position: relative;
  text-align: left;
}

.contact-sec .cont-col1 .cont-inr p:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  top: inherit;
  right: inherit;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  margin: 0;
  background: #126b01;
}

.contact-sec .cont-col1 .cont-inr ul {
  padding: 30px 0px;
  text-align: left;
}

.contact-sec .cont-col1 .cont-inr ul li {
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0px;
}

.contact-sec .cont-col1 .cont-inr ul li .fas, .contact-sec .cont-col1 .cont-inr ul li .fa, .contact-sec .cont-col1 .cont-inr ul li .fab {
  width: 50px;
  height: 50px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  -webkit-box-shadow: 0px 0px 10px #c5c5c57a;
          box-shadow: 0px 0px 10px #c5c5c57a;
  color: #126b01;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 27px;
  margin-right: 10px;
}

.contact-sec .form-main {
  padding: 30px 15px;
}

.contact-sec .form-main .cont-inr {
  padding: 20px;
  background: #fff9e6;
  -webkit-box-shadow: 0px 0px 39px #887b7b2e;
          box-shadow: 0px 0px 39px #887b7b2e;
  border-radius: 10px;
}

.contact-sec .form-main .inpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}

.contact-sec .form-main .inpt label {
  margin: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.contact-sec .form-main .inpt input, .contact-sec .form-main .inpt textarea {
  width: 100%;
  padding: 4px 10px;
  background: none;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #000;
}

.contact-sec .form-main .inpt input:focus, .contact-sec .form-main .inpt textarea:focus {
  outline: none;
  border: 1px solid #000;
}

.contact-sec .form-main .inpt textarea {
  border: 1px solid #000;
}

.contact-sec .form-main .styl-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-sec .form-main .styl-btn button {
  padding: 10px 20px;
  color: #fff;
  background: #126b01;
  border: 1px solid #126b01;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact-sec .form-main .styl-btn button:hover {
  background: transparent;
  color: #126b01;
}

.contact-sec .form-main .styl-btn button .fas {
  padding-right: 5px;
}


@media screen and (max-width: 410px) {
.contact-sec{padding: 10px;}
.hidden-xs{display: none;}
 .contact-sec .cont-hd span {
    font-size: 17px;
  }
  .contact-sec .cont-col1 .cont-inr ul li {
    font-size: 17px;
  }
  .contact-sec .form-main {
    padding: 30px 10px;
  }}

