/************************ reset css starts here ************************/
* {
  margin: 0;
  padding: 0; }

body, html {
  position: relative; }

html {
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.btn:active:focus, .btn:focus, a:focus, button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 !important; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input {
  filter: none; }

textarea {
  resize: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=file], input[type=file]::-webkit-file-upload-button {
  cursor: pointer; }

input[type=checkbox] {
  cursor: pointer; }

::selection {
  color: #fff;
  background-color: #077239; }

::-moz-selection {
  color: #fff;
  background-color: #077239; }

.form-control:-moz-placeholder {
  opacity: 1;
  color: #AFAFAF; }

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #AFAFAF; }

.form-control::-moz-placeholder {
  opacity: 1;
  color: #AFAFAF; }

.form-control:-ms-input-placeholder {
  opacity: 1 !important;
  color: #AFAFAF; }

.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #AFAFAF; }

.form-control::placeholder {
  opacity: 1;
  color: #AFAFAF; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -moz-box-shadow: 0 0 0 30px #fff inset !important;
  -ms-box-shadow: 0 0 0 30px #fff inset !important;
  -o-box-shadow: 0 0 0 30px #fff inset !important;
  box-shadow: 0 0 0 30px #fff inset !important; }

a, a:hover, a:focus {
  text-decoration: none; }

p, h1, h2, h3, h4, h5, h6, label {
  margin-bottom: 0; }

button:focus, .form-control:focus, input:focus {
  outline: none; }

button {
  background: transparent;
  border: none; }

.form-control:focus {
  box-shadow: 0 0;
  border: 1px solid #00712D; }

body {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-family: "Inter", sans-serif; }

.img-object {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }
  .img-object.img-contain {
    object-fit: contain; }

/*********heading css starts*********/
.head-large {
  font-size: 58px;
  line-height: 70px; }

.head-xxl {
  font-size: 40px;
  line-height: 48px; }

.head-xl {
  font-size: 60px;
  line-height: 70px; }

.head-xl1 {
  font-size: 28px;
  line-height: 36px; }

.head-lg {
  font-size: 24px;
  color: #D5ED9F; }

.head-md {
  font-size: 22px;
  line-height: 27px; }

.head-sm {
  font-size: 20px; }

.text-lg {
  font-size: 18px;
  line-height: 24px; }

.text-md {
  font-size: 16px;
  line-height: 24px; }

.text-md1 {
  font-size: 13px;
  line-height: 21px; }

.text-sm {
  font-size: 12px;
  line-height: 20px; }

.inter {
  font-family: "Inter", sans-serif; }

.radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.radius-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

.full-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.x-abs {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.y-abs {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.xy-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.abs {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle; }

.black {
  color: #000; }

.white {
  color: #fff; }

.bg-text-color {
  color: #00712D; }

.bg-theme {
  background: #00712D; }

.light-green-text {
  color: #D5ED9F; }

.light-green-bg {
  background: #D5ED9F; }

.light-yellow-bg {
  background: #FFF8D1; }

.black-bg {
  background: rgba(0, 0, 0, 0.74); }

.fw-300 {
  font-weight: 300; }

.fw-600 {
  font-weight: 600; }

.linear-bg {
  background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%); }

/** Button css here **/
.theme-btn {
  font-family: "Inter", sans-serif;
  background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%);
  border: none;
  font-weight: 500;
  display: inline-block;
  line-height: 15px;
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  transition: all 0.5s ease-in 0s;
  height: 50px; }
  .theme-btn a {
    color: #fff; }
  .theme-btn:hover {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .theme-btn {
      font-size: 16px;
      height: 45px;
      line-height: 28px; } }

.transparent-btn {
  background: transparent;
  border: 1px solid #00712D;
  color: #00712D; }
  .transparent-btn:hover {
    background: #00712D;
    color: #fff; }

.site-header.navbar {
  padding: 10px 0;
  transition: .3s ease-in-out; }

.site-header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999; }
  .site-header .navbar-nav .nav-link {
    color: #fff;
    padding: 4px 11px;
    border-bottom: 0;
    font-size: 16px;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .site-header .navbar-nav .nav-link:hover {
      color: #FFF8D1; }

.banner-bg {
  background-position: center;
  width: 100%;
  padding: 150px 0;
  background-image: url(../images/banner.png);
  background-size: cover; }

.offering-outer {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px; }

.research-slider .slide-item.slick-active {
  transition: 0.5s ease-in-out;
  transform: scale(0.9);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }
.research-slider .slide-item.slick-current.slick-active.slick-center {
  transition: 0.5s ease-in-out;
  transform: scale(1); }

.research-slider.slick-slider .slick-track {
  display: flex; }
.research-slider.slick-slider .slider-item.slick-slide {
  margin: 0px;
  height: inherit; }

.research-slider .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .research-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #ffffff54;
    border-radius: 50%; }
    .research-slider .slick-dots li button:before {
      display: none; }
  .research-slider .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    background: #edf1ef54; }

.newsletter-outer {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.site-footer.light-green-bg {
  padding-top: 200px; }

.footer-links li {
  margin-bottom: 5px; }
  .footer-links li a {
    color: #000; }
    .footer-links li a:hover {
      color: green; }

.newsletter-inner {
  position: absolute;
  bottom: -160px;
  border-radius: 20px;
  max-width: 900px;
  left: 0;
  right: 0; }
  .newsletter-inner .input-field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    font-size: 16px;
    letter-spacing: .5px;
    color: #777777;
    appearance: none;
    line-height: 28px;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    -ms-border-radius: 40px 0 0 40px;
    -o-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    height: 50px;
    font-family: "Inter", sans-serif;
    background: #fff; }
  .newsletter-inner .transparent-field {
    background: transparent;
    color: #fff;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    -ms-border-radius: 0 40px 40px 0;
    -o-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    max-width: 200px; }

.offering-slider .slide-item.slick-slide {
  margin: 0 10px; }

.about-banner-bg {
  background-position: center;
  width: 100%;
  padding: 150px 0;
  background-image: url(../images/about-bg.png);
  background-size: cover; }

.product-banner-bg {
  background-position: center;
  width: 100%;
  padding: 150px 0;
  background-image: url(../images/product-banner.png);
  background-size: cover; }

.blog-banner-bg {
  background-position: center;
  width: 100%;
  padding: 150px 0;
  background-image: url(../images/blog-banner.png);
  background-size: cover; }

.blog-detial-banner {
  background-position: center;
  width: 100%;
  padding: 150px 0;
  background-image: url(../images/blog-details.png);
  background-size: cover; }

.contact-bg-banner {
  background-position: center;
  width: 100%;
  padding: 150px 0;
  background-image: url(../images/contact-bg.png);
  background-size: cover; }

.list-design li {
  list-style: disc; }

.flip {
  position: relative; }
  .flip > .front,
  .flip > .back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity; }
  .flip > .front {
    transform: rotateY(0deg); }
  .flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg); }
  .flip:hover > .front {
    transform: rotateY(180deg); }
  .flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg); }
  .flip.flip-vertical > .back {
    transform: rotateX(-180deg); }
  .flip.flip-vertical:hover > .front {
    transform: rotateX(180deg); }
  .flip.flip-vertical:hover > .back {
    transform: rotateX(0deg); }

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  width: 100%; }
  .flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    padding: 20px;
    background: #313131;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .flip > .back p {
      font-size: 0.9125rem;
      line-height: 160%;
      color: #999; }
  .flip > .front {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    padding: 20px;
    background: #313131;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .flip > .front p {
      font-size: 0.9125rem;
      line-height: 160%;
      color: #999; }

.slick-dots {
  bottom: -25px; }
  .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    background: #00712D; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    background: #00000054;
    border-radius: 50%; }

.paint-bg {
  background-color: #e9e2e9; }

.dark-green {
  background: rgba(0, 0, 0, 0.25); }

.shadow-box-outer {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.client-img {
  position: absolute;
  bottom: 10px;
  left: 10px; }

.calender-bg {
  position: absolute;
  top: 10px;
  background: #D5ED9F;
  font-size: 12px;
  right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 3px 7px;
  font-weight: 600; }
  .calender-bg span {
    font-size: 26px;
    display: block;
    text-align: center;
    line-height: 10px;
    margin-bottom: 7px; }

.theme-btn.light-green-bg {
  background: #D5ED9F;
  color: #00712D;
  font-size: 16px; }

.custom-pagination .page-item.active .page-link {
  border: 1px solid #4DA757;
  color: #4DA757;
  background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%); }
.custom-pagination .page-item .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  color: #B8B8B8;
  border: 1px solid #B8B8B8; }

.icon {
  display: inline-block;
  vertical-align: middle; }

.left-arrow {
  width: 9px;
  height: 19px;
  background-image: url("../images/pagi-left-arrow.png");
  background-size: cover; }

.right-arrow {
  width: 9px;
  height: 17px;
  background-image: url("../images/pagi-right-arrow.png");
  background-size: cover; }

.search-btn .serach-icon {
  border-radius: 0;
  border-color: #DDDDDD; }

.shadow-box-only {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11); }

.blog-img img {
  min-width: 96px;
  max-width: 96px; }

.blog-list li {
  list-style: disc;
  font-size: 14px;
  color: #777777; }
  .blog-list li a {
    color: #777777; }

.heading-content {
  background: linear-gradient(355.45deg, #003013 -23.98%, #00712D 92.87%);
  position: absolute;
  width: 100%;
  bottom: -32px;
  left: 0;
  right: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 24px;
  font-weight: 700; }

.category-icon {
  width: 19px;
  height: 20px;
  background-image: url("../images/category-icon.svg");
  background-size: cover; }

.tag-icon {
  width: 19px;
  height: 19px;
  background-image: url("../images/tag-icon.svg");
  background-size: cover; }

.user-bg {
  background-color: #EEEEEE; }

.user-icon {
  width: 15px;
  height: 19px;
  background-image: url("../images/user-icon.svg");
  background-size: cover; }

.category-outer a {
  color: #4DA757; }

.input-field {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #aaa;
  font-size: 16px;
  letter-spacing: .5px;
  color: #777777;
  appearance: none;
  line-height: 28px;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 50px;
  border: 1px solid #aaa; }

.loction-detials li span {
  position: absolute;
  left: 0; }
.loction-detials li a {
  color: #000; }

.loction-icon {
  width: 38px;
  height: 38px;
  background-image: url("../images/apartment.png");
  background-size: cover; }

.mail-icon {
  width: 38px;
  height: 38px;
  background-image: url("../images/mail.png");
  background-size: cover; }

.phn-icon {
  width: 38px;
  height: 38px;
  background-image: url("../images/call.png");
  background-size: cover; }

.social-link {
  position: absolute;
  top: 60px;
  left: 16px;
  z-index: 1; }

.get-touch-outer {
  z-index: 111;
  position: relative; }

.insta-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/insta-icon.png");
  background-size: cover; }

.linkdin-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/linkdin.png");
  background-size: cover; }

.fb-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/fb-icon.png");
  background-size: cover; }

.youtube-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/youtube-icon.png");
  background-size: cover; }




header {
	transition: all 0.4s ease-in-out;
	/* Smooth transition */
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.animate-header {
	transform: translateY(0);
	opacity: 1;
}

.site-header.fixed-top img {
	max-width: 120px;
	height: auto;
}

.site-header.fixed-top .nav-link {
	padding: 1px 11px;
	font-size: 14px;
	transition: all 0.4s ease-in-out;
}

.heading-logo {
	padding: 20px 0;
}

.site-header.fixed-top .heading-logo {
	padding: 8px 0;
}


@media (max-width: 1200px) {
  .site-header .navbar-nav .nav-link {
    font-size: 15px; }

  .head-md {
    font-size: 17px;
    line-height: 24px; }

  .theme-btn {
    font-size: 18px; } }
@media (max-width: 991px) {
  .site-header {
    background: #D5ED9F; }
    .site-header .navbar-nav .nav-link {
      padding: 10px 14px;
      color: #000; }

  .navbar-toggler .icon-bar {
    background-color: #000;
    display: block;
    height: 2px;
    margin-top: 7px;
    transition: .2s ease;
    width: 28px; }
    .navbar-toggler .icon-bar .top-bar {
      margin-top: 0; }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    margin-top: 5px;
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none; }

  .navbar-toggler.collapsed {
    border: none; }
    .navbar-toggler.collapsed .top-bar {
      transform: rotate(0deg); }
    .navbar-toggler.collapsed .middle-bar {
      opacity: 1; }
    .navbar-toggler.collapsed .bottom-bar {
      margin-top: 7px;
      transform: rotate(0deg); }

  .head-xxl {
    font-size: 30px;
    line-height: 38px; }

  .newsletter-inner {
    bottom: -140px; } }
@media (max-width: 767px) {
  .head-large {
    font-size: 26px;
    line-height: 34px; }

  .banner-bg,
  .about-banner-bg,
  .blog-banner-bg,
  .blog-detial-banner {
    padding: 80px 0; }

  .theme-btn {
    font-size: 16px;
    line-height: 20px;
    min-width: 130px; }

  .head-xxl {
    font-size: 24px;
    line-height: 38px; }

  .text-md {
    font-size: 14px;
    line-height: 21px; }

  .head-sm {
    font-size: 18px; }

  .newsletter-inner .transparent-field {
    border-radius: 30px;
    margin-top: 10px;
    width: 100%;
    max-width: 100%; }

  .newsletter-inner .input-field {
    border-radius: 30px; }

  .head-xl {
    font-size: 40px;
    line-height: 40px; }

  .newsletter-inner {
    position: inherit; }

  .site-footer.light-green-bg {
    padding-top: 40px; }

  .head-xl {
    font-size: 20px;
    line-height: 30px; }

  .heading-content {
    background: none;
    position: inherit;
    font-size: 24px;
    padding: 0; } }

/*# sourceMappingURL=style.css.map */
