/* =================================
 Temlate Name : Gachpala - Natural Plants Supplier HTML Template
 Author Name : ronyworks
 Date: 13/02/2022
 Version: 1.0
 =================================

/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. scroll to top button
 *. normalize
 1. header
 2. banner
 3. quotation
 4. about
 5. call to action
 6. plant gallery
 7. statics
 8. feature
 9. testimonial
 10. blog
 11. newsletter
 12. footer
 13. breadcrumb
 14. contact
 15. error

================================= */
@import url("https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html {
  scroll-behavior: smooth;
}

a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

span {
  display: inline-block;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) {
  .custom-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-gutter [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  z-index: 0;
}
@media (max-width: 1399.98px) {
  .section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199.98px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.98px) {
  .section-title {
    justify-items: start;
  }
}
.section-title:after {
  content: "";
  background-image: url("../img/leaf-icon.png");
  background-size: 39px 49px;
  display: inline-block;
  height: 49px;
  width: 59px;
  background-color: #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
@media (max-width: 1399.98px) {
  .section-title:after {
    background-size: 36px 46px;
    height: 46px;
    width: 56px;
  }
}
@media (max-width: 991.98px) {
  .section-title:after {
    background-size: 26px 36px;
    height: 36px;
    width: 46px;
  }
}
@media (max-width: 479.98px) {
  .section-title:after {
    border-left: 0;
    width: 36px;
  }
}
.section-title:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  height: 1.5px;
  width: 250px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  z-index: -1;
  opacity: 0.4;
}
@media (max-width: 1399.98px) {
  .section-title:before {
    bottom: 23px;
  }
}
@media (max-width: 991.98px) {
  .section-title:before {
    bottom: 18px;
    width: 200px;
  }
}
@media (max-width: 479.98px) {
  .section-title:before {
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: 150px;
  }
}
.section-title h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #44504a;
  margin-bottom: 26px;
}
@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 28px;
  }
}
@media (max-width: 991.98px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 19px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 479.98px) {
  .section-title h2 {
    font-size: 22px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 22px;
  }
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #30694b;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
  margin-top: -7px;
}
@media (max-width: 767.98px) {
  .section-title .sub-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .section-title .sub-title {
    font-size: 14px;
    margin-top: -6px;
    margin-bottom: 4px;
    letter-spacing: 0;
    font-weight: 600;
  }
}

.back-to-top-btn a {
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  border: none;
  display: inline-block;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  position: fixed;
  z-index: 33;
  overflow: hidden;
  bottom: 100%;
  right: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #fff;
}
@media (max-width: 575.98px) {
  .back-to-top-btn a {
    padding: 8px;
    width: 40px;
    height: 40px;
  }
}
.back-to-top-btn a.active {
  bottom: 30px;
}
.back-to-top-btn a:hover:after {
  opacity: 0;
}
.back-to-top-btn a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.back-to-top-btn a.on-the-foot {
  bottom: 17px;
  right: 17px;
}
@media (max-width: 1399.98px) {
  .back-to-top-btn a.on-the-foot {
    bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .back-to-top-btn a.on-the-foot {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .back-to-top-btn a.on-the-foot {
    bottom: 144px;
    right: 45px;
  }
}
@media (max-width: 575.98px) {
  .back-to-top-btn a.on-the-foot {
    bottom: 150px;
  }
}
@media (max-width: 479.98px) {
  .back-to-top-btn a.on-the-foot {
    right: calc(50% - 20px);
    bottom: 10px;
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.preloader .loader {
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  top: calc(50% - 65px / 2);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .preloader .loader {
    width: 100px;
    height: 100px;
  }
}
.preloader .loader:after, .preloader .loader:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  position: absolute;
  bottom: 65px;
  -webkit-clip-path: circle(50% at 50% 100%);
          clip-path: circle(50% at 50% 100%);
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
@media (max-width: 991.98px) {
  .preloader .loader:after, .preloader .loader:before {
    bottom: 10px;
  }
}
.preloader .loader:after {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  top: 65px;
  -webkit-clip-path: circle(50% at 50% 0);
          clip-path: circle(50% at 50% 0);
}
@media (max-width: 991.98px) {
  .preloader .loader:after {
    top: 10px;
  }
}
.preloader .loader .loader-img {
  position: absolute;
  z-index: 55;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader .loader .loader-img img.pr-text {
  position: absolute;
  top: calc(100% + 40px);
  height: 25px;
  -webkit-animation: preload 1s infinite;
          animation: preload 1s infinite;
}
.preloader .loader .loader-img img.pr-icon {
  width: 80px;
}
@media (max-width: 991.98px) {
  .preloader .loader .loader-img img.pr-icon {
    width: 50px;
  }
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
a.nurs-btn, button.nurs-btn {
  display: inline-block;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  color: #fff;
  padding: 0 30px;
  height: 55px;
  line-height: 53px;
  font-size: 19px;
  margin-right: 15px;
  z-index: 2;
  position: relative;
  border-radius: 50px;
  border: none;
  outline: none;
}
@media (max-width: 1399.98px) {
  a.nurs-btn, button.nurs-btn {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  a.nurs-btn, button.nurs-btn {
    padding: 0 25px;
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  a.nurs-btn, button.nurs-btn {
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
a.nurs-btn i, button.nurs-btn i {
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  a.nurs-btn i, button.nurs-btn i {
    margin-left: 6px;
  }
}
a.nurs-btn:after, button.nurs-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 50px;
}
a.nurs-btn:hover:after, button.nurs-btn:hover:after {
  opacity: 1;
}
a.nurs-btn.nurs-btn-small, button.nurs-btn.nurs-btn-small {
  height: 45px;
  line-height: 43px;
  font-size: 17px;
}

a.nurs-btn-2, button.nurs-btn-2 {
  display: inline-block;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  color: #fff;
  padding: 0 30px;
  height: 55px;
  line-height: 53px;
  font-size: 19px;
  margin-right: 15px;
  z-index: 2;
  position: relative;
  color: #30694b;
  border-radius: 50px;
  border: none;
  outline: none;
}
@media (max-width: 1399.98px) {
  a.nurs-btn-2, button.nurs-btn-2 {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  a.nurs-btn-2, button.nurs-btn-2 {
    padding: 0 25px;
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  a.nurs-btn-2, button.nurs-btn-2 {
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
a.nurs-btn-2 i, button.nurs-btn-2 i {
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  a.nurs-btn-2 i, button.nurs-btn-2 i {
    margin-left: 6px;
  }
}
a.nurs-btn-2:after, button.nurs-btn-2:after {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 50px;
}
a.nurs-btn-2:hover, button.nurs-btn-2:hover {
  color: #fff;
}
a.nurs-btn-2:hover:after, button.nurs-btn-2:hover:after {
  opacity: 0;
}

a.nurs-btn-3, button.nurs-btn-3 {
  display: inline-block;
  background: #fff;
  color: #fff;
  padding: 0 30px;
  height: 55px;
  line-height: 53px;
  font-size: 19px;
  margin-right: 15px;
  z-index: 2;
  position: relative;
  border-radius: 50px;
  border: none;
  outline: none;
}
@media (max-width: 1399.98px) {
  a.nurs-btn-3, button.nurs-btn-3 {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  a.nurs-btn-3, button.nurs-btn-3 {
    padding: 0 25px;
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  a.nurs-btn-3, button.nurs-btn-3 {
    height: 45px;
    line-height: 43px;
    font-size: 16px;
  }
}
a.nurs-btn-3 i, button.nurs-btn-3 i {
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  a.nurs-btn-3 i, button.nurs-btn-3 i {
    margin-left: 6px;
  }
}
a.nurs-btn-3:after, button.nurs-btn-3:after {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  width: auto;
  height: auto;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 50px;
}
a.nurs-btn-3:hover, button.nurs-btn-3:hover {
  color: #30694b;
}
a.nurs-btn-3:hover:after, button.nurs-btn-3:hover:after {
  opacity: 0;
}

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3f3c57;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

p {
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}

a {
  color: #283659;
  text-decoration: none;
}

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

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@-webkit-keyframes rubber {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes rubber {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rubber-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes rubber-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animation-3 {
  0% {
    -webkit-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
  50% {
    -webkit-transform: translateX(-5px) translateY(-5px);
            transform: translateX(-5px) translateY(-5px);
  }
  100% {
    -webkit-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
}
@keyframes animation-3 {
  0% {
    -webkit-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
  50% {
    -webkit-transform: translateX(-5px) translateY(-5px);
            transform: translateX(-5px) translateY(-5px);
  }
  100% {
    -webkit-transform: translateX(5px) translateY(5px);
            transform: translateX(5px) translateY(5px);
  }
}
@-webkit-keyframes animation-4 {
  0% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
}
@keyframes animation-4 {
  0% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
}
@-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);
  }
}
@-webkit-keyframes popping-up {
  0% {
    width: 90px;
    height: 90px;
  }
  50% {
    width: 65px;
    height: 65px;
  }
  100% {
    width: 90px;
    height: 90px;
  }
}
@keyframes popping-up {
  0% {
    width: 90px;
    height: 90px;
  }
  50% {
    width: 65px;
    height: 65px;
  }
  100% {
    width: 90px;
    height: 90px;
  }
}
@-webkit-keyframes preload {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preload {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.topbar {
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .topbar .part-left {
    display: none;
  }
}
.topbar .part-left p {
  margin-bottom: 0;
  line-height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.topbar .part-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .topbar .part-right ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 518px) {
  .topbar .part-right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.topbar .part-right ul li span.simple-text {
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .topbar .part-right ul li span.simple-text {
    display: none;
  }
}
.topbar .part-right ul li .server-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
  padding: 4px 20px;
  border-radius: 50px;
}
.topbar .part-right ul li .server-time .single-time {
  margin-right: 20px;
}
.topbar .part-right ul li .server-time .single-time:last-child {
  margin-right: 0;
}
.topbar .part-right ul li .server-time .single-time span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.topbar .part-right ul li .server-time .single-time span.icon {
  margin-right: 6px;
  font-size: 15px;
}
.topbar .part-right ul li .server-time .single-time span.text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.topbar .part-right ul li .server-time .single-time span.text span:after {
  content: ":";
  margin: 0 3px;
}
.topbar .part-right ul li .server-time .single-time span.text span:last-child:after {
  display: none;
}
.topbar .part-right ul li .user-panel {
  font-family: "Open Sans", sans-serif;
  margin-left: 30px;
  color: #fff;
}
@media (max-width: 518px) {
  .topbar .part-right ul li .user-panel {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.topbar .part-right ul li .user-panel a {
  display: inline-block;
}
.topbar .part-right ul li .user-panel a.register-btn {
  color: #2f6342;
  position: relative;
  z-index: 2;
  font-weight: 500;
  padding: 5px 20px;
  margin-left: 8px;
}
.topbar .part-right ul li .user-panel a.register-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  border-radius: 50px;
}
.topbar .part-right ul li .user-panel span {
  display: inline-block;
}
.topbar .part-right ul li .user-panel span a {
  color: #fff;
  margin-right: 6px;
}

.header {
  border-bottom: 2px solid #fff;
  background: linear-gradient(45deg, #f8f8f8, #f8f8f8);
}
.header.header-2 {
  background: #fff;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .header.header-2 {
    border-bottom: 2px solid #f4f4f4;
  }
}
.header.header-3 {
  position: absolute;
  width: 1300px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  border: none;
  top: 30px;
}
@media (max-width: 1399.98px) {
  .header.header-3 {
    width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .header.header-3 {
    width: 965px;
  }
}
@media (max-width: 991.98px) {
  .header.header-3 {
    width: 730px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .header.header-3 {
    width: 550px;
  }
}
@media (max-width: 575.98px) {
  .header.header-3 {
    width: 100%;
    position: relative;
    top: 0;
    border-radius: 0;
  }
}
.header.header-3.header-fixed {
  border-radius: 0;
}
.header.header-3 .logo a {
  height: 50px;
}
@media (max-width: 1399.98px) {
  .header.header-3 .logo a {
    height: 46px;
  }
}
@media (max-width: 991.98px) {
  .header.header-3 .logo a {
    height: 50px;
    margin: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .header.header-3 .logo a {
    height: 45px;
  }
}
.header.header-3 .main-menu .navbar .navbar-nav .nav-item .nav-link {
  padding: 30px 0;
}
@media (max-width: 1399.98px) {
  .header.header-3 .main-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 25px 0;
  }
}
@media (max-width: 991.98px) {
  .header.header-3 .main-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 17px 20px;
  }
}
@media (max-width: 575.98px) {
  .header.header-3 .main-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.header .logo a {
  display: inline-block;
  height: 54px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .header .logo a {
    height: 46px;
  }
}
@media (max-width: 991.98px) {
  .header .logo a {
    height: 50px;
    margin: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .header .logo a {
    height: 45px;
  }
}
@media (max-width: 479.98px) {
  .header .logo a {
    margin: 15px 0;
  }
}
.header .logo a img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (max-width: 991.98px) {
  .header .both-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .header .navbar-toggler {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #30694b;
    font-size: 30px;
    padding: 0;
    margin-left: 30px;
  }
  .header .navbar-toggler i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .header .navbar-toggler {
    height: 45px;
    width: 45px;
    font-size: 25px;
  }
}
.header .main-menu .navbar {
  padding: 0;
}
.header .main-menu .navbar .navbar-nav .nav-item .nav-link {
  color: #30694b;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 35px 0;
  margin: 0 20px;
}
@media (max-width: 1399.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 25px 0;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 18px;
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item .nav-link {
    margin: 0;
    background: #efefef;
    padding: 17px 20px;
    margin-bottom: 1px;
    border-radius: 5px;
  }
}
@media (max-width: 575.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 14px 20px;
  }
}
@media (max-width: 479.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 15px;
  }
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle {
    border: 1px solid transparent;
    border-bottom: none;
  }
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #30694b;
  border: none;
  margin-left: 4px;
  right: 0;
  vertical-align: 0;
  -webkit-clip-path: polygon(50% 80%, 100% 10%, 100% 30%, 50% 100%, 0 30%, 0 10%);
          clip-path: polygon(50% 80%, 100% 10%, 100% 30%, 50% 100%, 0 30%, 0 10%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    right: 20px;
  }
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.19);
  display: block;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 100% !important;
    display: block;
    -webkit-transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    max-height: 0;
    border-radius: 0 0 5px 5px;
  }
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  font-size: 17px;
  color: #fff;
  padding: 8px 25px 10px;
  position: relative;
  z-index: 2;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1399.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 479.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover:after {
  opacity: 1;
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle {
    border: 1px solid #5aab61;
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
}
.header .main-menu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .header .main-menu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
    max-height: 500px;
  }
}
.header .contact-buttn {
  width: 100%;
  text-align: right;
}
.header .contact-buttn a {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header .contact-buttn {
    display: none;
  }
  .header .contact-buttn.contact-buttn-resp {
    display: inline-block;
    text-align: inherit;
    width: auto;
  }
}
@media (max-width: 991.98px) and (max-width: 479.98px) {
  .header .contact-buttn.contact-buttn-resp {
    display: none;
  }
}
.header.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: -webkit-linear-gradient(93deg, #5aab61, #25523b);
  z-index: 55;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 991.98px) {
  .header.header-fixed .navbar-toggler {
    border-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .header.header-fixed .navbar-toggler i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(130deg, #ffffff, #ffffff);
  }
}
.header.header-fixed .main-menu .navbar {
  padding: 0;
}
.header.header-fixed .main-menu .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header.header-fixed .main-menu .navbar .navbar-nav .nav-item .nav-link {
    background: rgba(37, 82, 59, 0.5);
  }
}
.header.header-fixed .main-menu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  background: #fff;
}

.banner {
  padding: 120px 0;
  background: url("../img/banner-bg-2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .banner {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .banner {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .banner {
    padding: 60px 0;
  }
}
.banner.banner-2 {
  padding: 250px 0 120px;
  background: url("../img/bg-banner2.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1399.98px) {
  .banner.banner-2 {
    padding: 200px 0 120px;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-2 {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-2 {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .banner.banner-2 {
    padding: 60px 0;
  }
}
.banner.banner-2:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(1deg, rgba(255, 255, 255, 0.9), white);
  opacity: 1;
}
.banner.banner-2 .banner-leaf-cont:after {
  display: none;
}
.banner.banner-2 .banner-content .part-text {
  padding: 0;
  text-align: center;
  display: block;
}
@media (max-width: 1399.98px) {
  .banner.banner-2 .banner-content .part-text {
    padding-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-2 .banner-content .part-text {
    padding: 0;
  }
}
@media (max-width: 479.98px) {
  .banner.banner-2 .banner-content .part-text .part-content {
    text-align: left;
  }
}
.banner.banner-2 .banner-content .part-text .part-content h1 {
  font-size: 70px;
  line-height: 90px;
  letter-spacing: 1px;
  margin-top: -12px;
}
@media (max-width: 1399.98px) {
  .banner.banner-2 .banner-content .part-text .part-content h1 {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-2 .banner-content .part-text .part-content h1 {
    font-size: 60px;
    line-height: 76px;
  }
}
@media (max-width: 991.98px) {
  .banner.banner-2 .banner-content .part-text .part-content h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 767.98px) {
  .banner.banner-2 .banner-content .part-text .part-content h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 575.98px) {
  .banner.banner-2 .banner-content .part-text .part-content h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 479.98px) {
  .banner.banner-2 .banner-content .part-text .part-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: -5px;
  }
}
.banner.banner-2 .banner-content .part-text .part-content .all-btns {
  margin-top: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner.banner-2 .banner-content .part-text .part-content .all-btns a.nurs-btn-2:after {
  background: #fff;
}
@media (max-width: 1399.98px) {
  .banner.banner-2 .banner-content .part-text .part-content .all-btns {
    margin-top: 38px;
  }
}
@media (max-width: 991.98px) {
  .banner.banner-2 .banner-content .part-text .part-content .all-btns {
    margin-top: 20px;
  }
}
@media (max-width: 479.98px) {
  .banner.banner-2 .banner-content .part-text .part-content .all-btns {
    margin-top: 18px;
  }
}
.banner.banner-2 .banner-content .statics-bn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 479.98px) {
  .banner.banner-2 .banner-content .statics-bn {
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.banner.banner-2 .banner-content .statics-bn .single-statics {
  margin-right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .banner.banner-2 .banner-content .statics-bn .single-statics {
    margin-right: 40px;
  }
}
@media (max-width: 479.98px) {
  .banner.banner-2 .banner-content .statics-bn .single-statics {
    margin-right: 0;
  }
}
.banner.banner-2 .banner-content .statics-bn .single-statics .p-icon {
  border: 2px dashed #5aab61;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .banner.banner-2 .banner-content .statics-bn .single-statics .p-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .banner.banner-2 .banner-content .statics-bn .single-statics .p-icon {
    display: none;
  }
}
.banner.banner-2 .banner-content .statics-bn .single-statics .p-icon img {
  background: transparent;
  border-radius: 0;
  height: 50px;
}
@media (max-width: 1199.98px) {
  .banner.banner-2 .banner-content .statics-bn .single-statics .p-icon img {
    height: 45px;
  }
}
.banner.banner-2 .banner-content .statics-bn .single-statics .p-text .number {
  font-weight: 400;
  margin-bottom: 3px;
}
.banner.banner-2 .banner-content .statics-bn .single-statics:last-child {
  margin-right: 0;
}
.banner.banner-2 .bg-img-top {
  background: url("../img/top-bg.png") top center repeat;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: auto 150px;
  opacity: 0.8;
}
@media (max-width: 1399.98px) {
  .banner.banner-2 .bg-img-top {
    height: 150px;
    background-size: auto 150px;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-2 .bg-img-top {
    height: 100px;
    background-size: auto 100px;
    opacity: 0.07;
  }
}
@media (max-width: 991.98px) {
  .banner.banner-2 .bg-img-top {
    display: none;
  }
}
.banner.banner-2 .bg-img-bottom {
  background: url("../img/bottom-bg.png") bottom center repeat;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: auto 200px;
  display: none;
}
.banner.banner-3 {
  background: url("../img/banner-bg-3.jpg") center center no-repeat;
  background-size: cover;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  padding: 140px 0;
  padding-top: calc(140px + 118.5px);
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .banner.banner-3 {
    padding: 120px 0;
    padding-top: calc(120px + 107px);
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-3 {
    padding: 100px 0;
    padding-top: calc(100px + 105.5px);
  }
}
@media (max-width: 991.98px) {
  .banner.banner-3 {
    padding: 80px 0;
    padding-top: calc(80px + 110px);
  }
}
@media (max-width: 767.98px) {
  .banner.banner-3 {
    padding: 80px 0;
    padding-top: calc(80px + 105px);
  }
}
@media (max-width: 575.98px) {
  .banner.banner-3 {
    padding: 60px 0;
  }
}
.banner.banner-3 .banner-leaf-cont:after {
  display: none;
}
.banner.banner-3:after {
  background: url("../img/banner-img-3.png") no-repeat;
  background-size: 800px 600px;
  position: absolute;
  width: 800px;
  height: 600px;
  bottom: 0;
  right: 0;
  content: "";
}
@media (max-width: 1399.98px) {
  .banner.banner-3:after {
    width: 580px;
    right: auto;
    left: 60%;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-3:after {
    left: 50%;
    width: 700px;
  }
}
@media (max-width: 991.98px) {
  .banner.banner-3:after {
    display: none;
  }
}
.banner.banner-3 .banner-content .part-text {
  padding: 0;
}
.banner.banner-3 .banner-content .part-text .part-content h1 {
  color: #fff;
  font-size: 70px;
  line-height: 86px;
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .banner.banner-3 .banner-content .part-text .part-content h1 {
    font-size: 66px;
    line-height: 82px;
    margin-top: -12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199.98px) {
  .banner.banner-3 .banner-content .part-text .part-content h1 {
    font-size: 56px;
    line-height: 70px;
    margin-top: -7px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .banner.banner-3 .banner-content .part-text .part-content h1 {
    font-size: 48px;
    line-height: 64px;
    margin-top: -8px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .banner.banner-3 .banner-content .part-text .part-content h1 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .banner.banner-3 .banner-content .part-text .part-content h1 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 3px;
  }
}
@media (max-width: 479.98px) {
  .banner.banner-3 .banner-content .part-text .part-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
.banner.banner-3 .banner-content .part-text .part-content p {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  .banner.banner-3 .banner-content .part-text .part-content p br {
    display: none;
  }
}
.banner.banner-3 .banner-content .statics-bn {
  margin-top: 70px;
  position: relative;
  z-index: 8;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .banner.banner-3 .banner-content .statics-bn {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner.banner-3 .banner-content .statics-bn {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner.banner-3 .banner-content .statics-bn {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 479.98px) {
  .banner.banner-3 .banner-content .statics-bn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.banner.banner-3 .banner-content .statics-bn .single-statics {
  margin-right: 50px;
}
@media (max-width: 479.98px) {
  .banner.banner-3 .banner-content .statics-bn .single-statics {
    margin-right: 0;
  }
}
.banner.banner-3 .banner-content .statics-bn .single-statics:last-child {
  margin-right: 0;
}
.banner.banner-3 .banner-content .statics-bn .single-statics .p-text span.number {
  background-image: -webkit-linear-gradient(130deg, #ffffff, #ffffff);
  font-weight: 400;
}
.banner.banner-3 .banner-content .statics-bn .single-statics .p-text span.title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  font-weight: 600;
}
.banner.banner-3 .banner-content .statics-bn .single-statics .p-icon {
  padding: 10px;
  border: 1px solid #fff;
  height: auto;
  border-radius: 50%;
}
.banner.banner-3 .banner-content .statics-bn .single-statics .p-icon img {
  background: #fff;
  height: auto;
  padding: 0;
}
.banner.banner-3 .banner-content .all-btns a:last-child {
  color: #30694b;
}
.banner.banner-3 .banner-content .all-btns a:last-child:after {
  opacity: 0;
}
.banner.banner-3 .banner-content .all-btns a:last-child:hover {
  color: #fff;
}
.banner.banner-3 .banner-content .all-btns a:last-child:hover:after {
  opacity: 1;
}
.banner .banner-leaf-cont {
  position: relative;
}
.banner .banner-leaf-cont:after {
  position: absolute;
  content: "";
  bottom: -120px;
  background: url("../img/banner-leaf.png");
  background-size: 233px 1167px;
  width: 233px;
  top: 0;
  right: calc(100% + 100px);
  height: 1167px;
  opacity: 0.25;
  -webkit-filter: saturate(0.8);
          filter: saturate(0.8);
  -webkit-transform: rotate(196deg);
          transform: rotate(196deg);
}
.banner .banner-content {
  height: 100%;
}
.banner .banner-content .part-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .banner .banner-content .part-text {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .banner .banner-content .part-text {
    text-align: left;
  }
}
.banner .banner-content .part-text .part-content h1 {
  font-size: 80px;
  line-height: 96px;
  font-weight: 900;
  color: #44504a;
  text-transform: capitalize;
  font-family: "Arima Madurai", cursive;
  margin-bottom: 12px;
  margin-top: -9px;
}
@media (max-width: 1399.98px) {
  .banner .banner-content .part-text .part-content h1 {
    font-size: 70px;
    line-height: 86px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1199.98px) {
  .banner .banner-content .part-text .part-content h1 {
    font-size: 60px;
    line-height: 76px;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-content .part-text .part-content h1 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 9px;
    margin-top: -8px;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-content .part-text .part-content h1 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .banner .banner-content .part-text .part-content h1 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 3px;
  }
}
@media (max-width: 479.98px) {
  .banner .banner-content .part-text .part-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: -5px;
    margin-bottom: 9px;
  }
}
.banner .banner-content .part-text .part-content p {
  font-size: 20px;
  line-height: 34px;
  color: #6c6c6c;
  margin-bottom: 41px;
}
@media (max-width: 1199.98px) {
  .banner .banner-content .part-text .part-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-content .part-text .part-content p {
    margin-bottom: 31px;
  }
}
@media (max-width: 479.98px) {
  .banner .banner-content .part-text .part-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}
.banner .banner-content .part-text .part-content .all-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .banner .banner-content .part-text .part-content .all-btns {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .banner .banner-content .part-text .part-content .all-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.banner .banner-content .part-text .part-content .all-btns a.nurs-btn-2:after {
  background: #f4f4f4;
}
.banner .banner-content .part-text .part-content .all-btns a:last-child {
  margin-right: 0;
}
@media (max-width: 479.98px) {
  .banner .banner-content .part-text .part-content .all-btns a:first-child {
    margin-bottom: 10px;
  }
}
.banner .banner-content .statics-bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 50px 70px #fff;
          box-shadow: 0px 0px 50px 70px #fff;
  background: #fff;
}
@media (max-width: 1399.98px) {
  .banner .banner-content .statics-bn {
    margin-right: -30px;
  }
}
@media (max-width: 1199.98px) {
  .banner .banner-content .statics-bn {
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-content .statics-bn {
    margin-top: 40px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-content .statics-bn {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 479.98px) {
  .banner .banner-content .statics-bn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.banner .banner-content .statics-bn .single-statics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .banner .banner-content .statics-bn .single-statics {
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-content .statics-bn .single-statics {
    margin-right: 0;
  }
}
.banner .banner-content .statics-bn .single-statics .p-icon {
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .banner .banner-content .statics-bn .single-statics .p-icon {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .banner .banner-content .statics-bn .single-statics .p-icon {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-content .statics-bn .single-statics .p-icon {
    display: none;
  }
}
.banner .banner-content .statics-bn .single-statics .p-icon img {
  height: 60px;
  border-radius: 50%;
  padding: 0;
  background: #102619;
  opacity: 0.9;
}
.banner .banner-content .statics-bn .single-statics .p-text {
  padding-left: 5px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .banner .banner-content .statics-bn .single-statics .p-text {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .banner .banner-content .statics-bn .single-statics .p-text {
    text-align: left;
  }
}
.banner .banner-content .statics-bn .single-statics .p-text span {
  display: block;
}
.banner .banner-content .statics-bn .single-statics .p-text span.number {
  font-size: 42px;
  line-height: 52px;
  font-weight: 300;
  margin-bottom: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  color: #44504a;
  margin: -9px 0 8px -2px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1399.98px) {
  .banner .banner-content .statics-bn .single-statics .p-text span.number {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .banner .banner-content .statics-bn .single-statics .p-text span.number {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  .banner .banner-content .statics-bn .single-statics .p-text span.number {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
  }
}
.banner .banner-content .statics-bn .single-statics .p-text span.title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: rgba(68, 80, 74, 0.6);
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: -6px;
}
@media (max-width: 479.98px) {
  .banner .banner-content .statics-bn .single-statics .p-text span.title {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.banner .part-img {
  width: 620px;
  margin: -12px;
}
@media (max-width: 1399.98px) {
  .banner .part-img {
    width: 570px;
  }
}
@media (max-width: 1199.98px) {
  .banner .part-img {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .banner .part-img {
    width: 60%;
    margin: 0;
    margin-top: 60px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner .part-img .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .banner .part-img .row [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .banner .part-img .row [class*=col] {
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .banner .part-img {
    width: 70%;
  }
}
@media (max-width: 479.98px) {
  .banner .part-img {
    width: calc(100% - 50px);
    margin-top: 40px;
  }
}
.banner .part-img .single-img {
  padding: 12px 0;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: all 1s cubic-bezier(0.39, 0.58, 0.57, 1);
}
@media (max-width: 991.98px) {
  .banner .part-img .single-img {
    padding: 0;
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner .part-img .single-img:after {
  position: absolute;
  content: "";
  right: 14px;
  top: 25px;
  bottom: 25px;
  left: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .banner .part-img .single-img:after {
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
    display: none;
  }
}
.banner .part-img .single-img img {
  width: 100%;
  border-radius: 50% 50% 0;
}
@media (max-width: 991.98px) {
  .banner .part-img .single-img img {
    border-radius: 50% !important;
    -webkit-transition: none;
    transition: none;
    width: 150px;
    height: 150px;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .banner .part-img .single-img img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 479.98px) {
  .banner .part-img .single-img img {
    width: 100px;
    height: 100px;
  }
}
.banner .part-img .single-img.one {
  top: -100px;
  left: -100px;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.banner .part-img .single-img.two {
  top: -80px;
  right: -80px;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.banner .part-img .single-img.two img {
  border-radius: 50% 50% 50% 0;
}
.banner .part-img .single-img.three img {
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 991.98px) {
  .banner .part-img .single-img.three {
    position: relative;
    z-index: 4;
    border-radius: 50% !important;
  }
  .banner .part-img .single-img.three img {
    border-radius: 50% !important;
  }
  .banner .part-img .single-img.three:after {
    border-radius: 50% !important;
  }
}
.banner .part-img .single-img.four {
  right: -60px;
  bottom: -60px;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner .part-img .single-img.four img {
  border-radius: 0 50% 50% 50%;
}
.banner .part-img .single-img .badge-img {
  border-radius: 50% !important;
  position: absolute;
  background: #fff;
}
.banner .part-img .single-img div.title-text {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  z-index: 0;
  display: none;
}
.banner .part-img .single-img div.title-text a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  display: block;
  padding: 8px 25px 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: -webkit-linear-gradient(130deg, #2a6447, #669b6a);
  text-align: center;
}
.banner .part-img.active .single-img.one {
  top: 0;
  left: 0;
  opacity: 1;
}
.banner .part-img.active .single-img.two {
  top: 0;
  right: 0;
  opacity: 1;
}
.banner .part-img.active .single-img.four {
  right: 0;
  bottom: 0;
  opacity: 1;
}

.part-quote {
  position: relative;
  padding: 80px 0;
  background: url("../img/deg-bg.jpg") center center repeat;
  background-size: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .part-quote {
    padding: 60px 0;
  }
}
.part-quote:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(93deg, #5aab61, #25523b);
  z-index: -1;
  opacity: 0.99;
}
.part-quote .part-img .both-img {
  position: relative;
}
@media (max-width: 575.98px) {
  .part-quote .part-img .both-img {
    position: relative;
    width: 250px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 479.98px) {
  .part-quote .part-img .both-img {
    width: 220px;
  }
}
.part-quote .part-img .both-img .single-img, .part-quote .part-img .both-img .single-video {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.part-quote .part-img .both-img .single-img {
  width: 300px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .part-quote .part-img .both-img .single-img {
    width: 280px;
  }
}
@media (max-width: 991.98px) {
  .part-quote .part-img .both-img .single-img {
    width: 190px;
  }
}
@media (max-width: 479.98px) {
  .part-quote .part-img .both-img .single-img {
    width: 170px;
  }
}
.part-quote .part-img .both-img .single-img:after {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .part-quote .part-img .both-img .single-img:after {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }
}
.part-quote .part-img .both-img .single-img img {
  border-radius: 50%;
}
.part-quote .part-img .both-img .single-video {
  position: absolute;
  margin-left: 24px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: 200px;
}
@media (max-width: 1199.98px) {
  .part-quote .part-img .both-img .single-video {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .part-quote .part-img .both-img .single-video {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 479.98px) {
  .part-quote .part-img .both-img .single-video {
    width: 110px;
    height: 110px;
  }
}
.part-quote .part-img .both-img .single-video:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  opacity: 0.8;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .part-quote .part-img .both-img .single-video:after {
    left: 6px;
    top: 6px;
    bottom: 6px;
    right: 6px;
  }
}
.part-quote .part-img .both-img .single-video a.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 46px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
}
.part-quote .par-text {
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  .part-quote .par-text {
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  .part-quote .par-text {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .part-quote .par-text {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text {
    margin-top: 44px;
  }
}
.part-quote .par-text p {
  font-size: 29px;
  line-height: 49px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: relative;
  margin-top: -14px;
  margin-bottom: -18px;
}
@media (max-width: 1399.98px) {
  .part-quote .par-text p {
    font-size: 27px;
    line-height: 47px;
    margin-top: -13px;
    margin-bottom: -17px;
  }
}
@media (max-width: 1199.98px) {
  .part-quote .par-text p {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: -16px;
  }
}
@media (max-width: 767.98px) {
  .part-quote .par-text p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: -13px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: -12px;
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .part-quote .par-text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.part-quote .par-text p span {
  display: inline-block;
}
.part-quote .par-text p span.quot-icon {
  width: 200px;
  position: absolute;
  opacity: 0.08;
  top: -75px;
  left: -75px;
  z-index: 7;
}
@media (max-width: 1399.98px) {
  .part-quote .par-text p span.quot-icon {
    width: 160px;
    position: absolute;
    opacity: 0.08;
    top: -80px;
    left: -80px;
  }
}
@media (max-width: 1199.98px) {
  .part-quote .par-text p span.quot-icon {
    width: 140px;
    top: -70px;
    left: -70px;
  }
}
@media (max-width: 991.98px) {
  .part-quote .par-text p span.quot-icon {
    width: 100px;
    top: -40px;
    left: -40px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text p span.quot-icon {
    display: none;
  }
}
.part-quote .par-text p span.signature-t {
  position: absolute;
  bottom: 11px;
  left: 63%;
  width: 160px;
  z-index: 2;
}
@media (max-width: 1399.98px) {
  .part-quote .par-text p span.signature-t {
    bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .part-quote .par-text p span.signature-t {
    bottom: 11px;
    left: 68%;
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  .part-quote .par-text p span.signature-t {
    bottom: 9px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text p span.signature-t {
    position: relative;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 26px;
  }
}
@media (max-width: 479.98px) {
  .part-quote .par-text p span.signature-t {
    width: 80px;
    margin-top: 29px;
  }
}
.part-quote .par-text p span.signature-t img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.part-quote .par-text p span.divider {
  display: block;
  height: 0.5px;
  width: 57%;
  background: #336b45;
  margin: 27px 0 25px;
}
@media (max-width: 767.98px) {
  .part-quote .par-text p span.divider {
    margin: 19px 0 19px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text p span.divider {
    background: #42814f;
    width: 100%;
  }
}
@media (max-width: 479.98px) {
  .part-quote .par-text p span.divider {
    margin: 21px 0 24px;
  }
}
.part-quote .par-text p strong {
  display: inline-block;
  position: relative;
  padding: 0 0px 0 90px;
  font-weight: 300;
  font-size: 26px;
  font-style: italic;
  opacity: 0.9;
}
@media (max-width: 1399.98px) {
  .part-quote .par-text p strong {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .part-quote .par-text p strong {
    padding-left: 45px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text p strong {
    font-size: 22px;
    padding-left: 0;
  }
}
@media (max-width: 479.98px) {
  .part-quote .par-text p strong {
    font-size: 20px;
  }
}
.part-quote .par-text p strong:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.1px;
  width: 80px;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .part-quote .par-text p strong:before {
    width: 35px;
  }
}
@media (max-width: 575.98px) {
  .part-quote .par-text p strong:before {
    display: none;
  }
}
.part-quote .par-text p strong:after {
  content: "CEO of Nursio";
  font-size: 16px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-style: normal;
}
@media (max-width: 575.98px) {
  .part-quote .par-text p strong:after {
    font-size: 14px;
  }
}

.about {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .about {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding: 60px 0;
  }
}
.about .part-about .part-text h2 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  color: rgba(68, 80, 74, 0.9);
  margin-bottom: 29px;
  margin-top: -12px;
}
@media (max-width: 1399.98px) {
  .about .part-about .part-text h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 19px;
  }
}
@media (max-width: 991.98px) {
  .about .part-about .part-text h2 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .about .part-about .part-text h2 {
    font-size: 24px;
    line-height: 40px;
    margin-top: -11px;
  }
}
@media (max-width: 575.98px) {
  .about .part-about .part-text h2 {
    font-size: 22px;
    line-height: 36px;
    margin-top: -9px;
  }
}
@media (max-width: 479.98px) {
  .about .part-about .part-text h2 {
    font-size: 20px;
    line-height: 32px;
    margin-top: -7px;
    margin-bottom: 12px;
  }
}
.about .part-about .part-text h2 br {
  display: none;
}
@media (max-width: 767.98px) {
  .about .part-about .part-text h2 br {
    display: inline;
  }
}
@media (max-width: 575.98px) {
  .about .part-about .part-text h2 br {
    display: none;
  }
}
.about .part-about .part-text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 21px;
}
@media (max-width: 479.98px) {
  .about .part-about .part-text p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
.about .part-about .part-text p.special {
  padding: 21px 10px 21px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  font-style: italic;
  position: relative;
  color: #fff;
  z-index: 2;
  margin: 0 0 15px;
}
@media (max-width: 1399.98px) {
  .about .part-about .part-text p.special {
    padding: 21px 10px 22px 10px;
    line-height: 30px;
  }
}
@media (max-width: 479.98px) {
  .about .part-about .part-text p.special {
    font-size: 16px;
    margin-bottom: 21px;
  }
}
.about .part-about .part-text p.special:after {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  right: -20px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  z-index: -1;
  border-radius: 10px;
}
.about .part-about .part-text a.nurs-btn-2 {
  margin-top: 10px;
}
.about .part-about .part-img {
  position: relative;
  width: 506px;
  overflow: hidden;
  border-radius: 0 50% 50%;
  z-index: 2;
  right: -100px;
  bottom: -100px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1399.98px) {
  .about .part-about .part-img {
    width: 462px;
  }
}
@media (max-width: 991.98px) {
  .about .part-about .part-img {
    width: 100%;
    border-radius: 10px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .about .part-about .part-img {
    margin-top: 40px;
  }
}
.about .part-about .part-img:after {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #fff;
  border-radius: 0 50% 50%;
}
@media (max-width: 991.98px) {
  .about .part-about .part-img:after {
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}
.about .part-about .part-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.25;
  z-index: 0;
}
.about .part-about .part-img img {
  width: 100%;
  max-width: none;
}
.about .part-about .part-img .play-video {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.about .part-about .part-img .play-video i {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
}
.about .part-about .part-img .play-video:after {
  position: absolute;
  content: "";
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.about .part-about .part-img .play-video:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(12, 56, 35, 0.4);
  border-radius: 50%;
}
.about .part-about .about-statics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .part-about .about-statics ul {
  width: 100%;
}
.about .part-about .about-statics ul li .single-statics {
  padding: 30px 0;
  margin-bottom: 24px;
  -webkit-box-shadow: 2px 2px 20px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px -7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about .part-about .about-statics ul li .single-statics:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px dotted rgba(48, 105, 75, 0.2);
  border-radius: 10px;
  z-index: -1;
}
.about .part-about .about-statics ul li .single-statics span {
  display: block;
}
.about .part-about .about-statics ul li .single-statics span.icon {
  height: 55px;
  opacity: 0.8;
  margin-right: 25px;
  margin-bottom: 20px;
  display: none;
}
.about .part-about .about-statics ul li .single-statics span.icon img {
  width: auto;
  max-width: none;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
}
.about .part-about .about-statics ul li .single-statics span.text span.number {
  font-size: 30px;
  line-height: 40px;
  color: #44504a;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  margin: -8px 0 13px;
  position: relative;
  padding-bottom: 8px;
}
.about .part-about .about-statics ul li .single-statics span.text span.number:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: rgba(153, 153, 153, 0.2);
}
.about .part-about .about-statics ul li .single-statics span.text span.title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  color: #999;
}
.about .part-about .award-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .part-about .award-badges {
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .about .part-about .award-badges {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .part-about .award-badges ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .about .part-about .award-badges ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-bottom: 30px;
  }
}
.about .part-about .award-badges ul li .single-badge {
  width: 145px;
  margin-bottom: 50px;
  opacity: 0.9;
}
@media (max-width: 1399.98px) {
  .about .part-about .award-badges ul li .single-badge {
    width: 130px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .part-about .award-badges ul li .single-badge {
    margin-bottom: 0;
    width: auto;
    height: 100px;
    margin: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .about .part-about .award-badges ul li .single-badge {
    margin-bottom: 0;
    width: auto;
    height: 80px;
    margin: 0 20px;
  }
}
@media (max-width: 479.98px) {
  .about .part-about .award-badges ul li .single-badge {
    height: 70px;
    margin: 0 8px;
  }
}
.about .part-about .award-badges ul li .single-badge img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .part-about .award-badges ul li .single-badge img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .about .part-about .award-badges ul li .single-badge img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
.about .part-about .award-badges ul li .single-badge.badge-3 {
  padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .part-about .award-badges ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767.98px) {
  .about .part-about .award-badges ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about .part-about .award-badges ul li:last-child .single-badge {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .part-about .award-badges ul li:last-child .single-badge {
    height: 110px;
  }
}
.about.animated .part-about .part-img {
  right: 0;
  bottom: 0;
  opacity: 1;
}

.cta {
  padding: 30px 0;
  background: url("../img/deg-bg.jpg") center center repeat;
  background-size: 500px;
  position: relative;
  z-index: 2;
}
.cta:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(93deg, #5aab61, #25523b);
  z-index: -1;
  opacity: 0.9;
}
.cta .part-text h2 {
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .cta .part-text h2 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .cta .part-text h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .cta .part-text h2 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .cta .part-text h2 {
    text-align: center;
    margin-top: -11px;
    margin-bottom: 19px;
    font-size: 26px;
    line-height: 42px;
  }
}
@media (max-width: 575.98px) {
  .cta .part-text h2 {
    margin-top: -10px;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .cta .part-text h2 {
    margin-top: -9px;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 22px;
  }
}
.cta .cta-button {
  width: 100%;
  text-align: right;
}
@media (max-width: 767.98px) {
  .cta .cta-button {
    text-align: center;
  }
}

.plant-gallery {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .plant-gallery {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .plant-gallery {
    padding: 60px 0;
  }
}
.plant-gallery.plant-gallery-page {
  padding: 120px 0 90px;
}
@media (max-width: 1199.98px) {
  .plant-gallery.plant-gallery-page {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767.98px) {
  .plant-gallery.plant-gallery-page {
    padding: 60px 0 30px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery.plant-gallery-page {
    padding-bottom: 7px;
  }
}
.plant-gallery.gallery-sidebar {
  padding: 0;
}
.plant-gallery .gallery-row, .plant-gallery .gallery-row-2, .plant-gallery .gallery-row-3, .plant-gallery .gallery-row-4 {
  z-index: 3;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .plant-gallery .gallery-row .owl-stage-outer, .plant-gallery .gallery-row-2 .owl-stage-outer, .plant-gallery .gallery-row-3 .owl-stage-outer, .plant-gallery .gallery-row-4 .owl-stage-outer {
    overflow: visible;
  }
}
@media (max-width: 1199.98px) {
  .plant-gallery .gallery-row, .plant-gallery .gallery-row-2, .plant-gallery .gallery-row-3, .plant-gallery .gallery-row-4 {
    max-width: calc(800px - .75rem * 2);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .plant-gallery .gallery-row, .plant-gallery .gallery-row-2, .plant-gallery .gallery-row-3, .plant-gallery .gallery-row-4 {
    max-width: calc(570px - .75rem * 2);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .plant-gallery .gallery-row, .plant-gallery .gallery-row-2, .plant-gallery .gallery-row-3, .plant-gallery .gallery-row-4 {
    max-width: calc(390px - .75rem * 2);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-row, .plant-gallery .gallery-row-2, .plant-gallery .gallery-row-3, .plant-gallery .gallery-row-4 {
    max-width: 100%;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.plant-gallery .gallery-row .owl-nav, .plant-gallery .gallery-row-2 .owl-nav, .plant-gallery .gallery-row-3 .owl-nav, .plant-gallery .gallery-row-4 .owl-nav {
  position: absolute;
  top: 50%;
  left: -100px;
  right: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .plant-gallery .gallery-row .owl-nav, .plant-gallery .gallery-row-2 .owl-nav, .plant-gallery .gallery-row-3 .owl-nav, .plant-gallery .gallery-row-4 .owl-nav {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .plant-gallery .gallery-row .owl-nav, .plant-gallery .gallery-row-2 .owl-nav, .plant-gallery .gallery-row-3 .owl-nav, .plant-gallery .gallery-row-4 .owl-nav {
    left: -80px;
    right: -80px;
  }
}
@media (max-width: 991.98px) {
  .plant-gallery .gallery-row .owl-nav, .plant-gallery .gallery-row-2 .owl-nav, .plant-gallery .gallery-row-3 .owl-nav, .plant-gallery .gallery-row-4 .owl-nav {
    left: -75px;
    right: -75px;
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-row .owl-nav, .plant-gallery .gallery-row-2 .owl-nav, .plant-gallery .gallery-row-3 .owl-nav, .plant-gallery .gallery-row-4 .owl-nav {
    display: none;
  }
}
.plant-gallery .gallery-row .owl-nav button, .plant-gallery .gallery-row-2 .owl-nav button, .plant-gallery .gallery-row-3 .owl-nav button, .plant-gallery .gallery-row-4 .owl-nav button {
  width: 55px;
  height: 55px;
  color: #25523b;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 3px solid #358856;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399.98px) {
  .plant-gallery .gallery-row .owl-nav button, .plant-gallery .gallery-row-2 .owl-nav button, .plant-gallery .gallery-row-3 .owl-nav button, .plant-gallery .gallery-row-4 .owl-nav button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .plant-gallery .gallery-row .owl-nav button, .plant-gallery .gallery-row-2 .owl-nav button, .plant-gallery .gallery-row-3 .owl-nav button, .plant-gallery .gallery-row-4 .owl-nav button {
    width: 45px;
    height: 45px;
    border-width: 2px;
  }
}
.plant-gallery .gallery-row .owl-nav button:after, .plant-gallery .gallery-row-2 .owl-nav button:after, .plant-gallery .gallery-row-3 .owl-nav button:after, .plant-gallery .gallery-row-4 .owl-nav button:after {
  position: absolute;
  content: "";
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.plant-gallery .gallery-row .owl-nav button:hover, .plant-gallery .gallery-row-2 .owl-nav button:hover, .plant-gallery .gallery-row-3 .owl-nav button:hover, .plant-gallery .gallery-row-4 .owl-nav button:hover {
  color: #fff;
}
.plant-gallery .gallery-row .owl-nav button:hover:after, .plant-gallery .gallery-row-2 .owl-nav button:hover:after, .plant-gallery .gallery-row-3 .owl-nav button:hover:after, .plant-gallery .gallery-row-4 .owl-nav button:hover:after {
  opacity: 1;
}
.plant-gallery .gallery-row .owl-dots, .plant-gallery .gallery-row-2 .owl-dots, .plant-gallery .gallery-row-3 .owl-dots, .plant-gallery .gallery-row-4 .owl-dots {
  display: none;
}
.plant-gallery .single-img {
  -webkit-box-shadow: 2px 2px 20px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px -7px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 0 25px 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .plant-gallery .single-img {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .plant-gallery .single-img {
    width: 360px;
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .single-img {
    width: 350px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img {
    width: 296px;
    margin-bottom: 0;
  }
}
.plant-gallery .single-img .part-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.plant-gallery .single-img .part-img:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.plant-gallery .single-img .part-text {
  background: #fff;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 60px);
  background: url("../img/deg-bg.jpg") center center no-repeat;
  background-size: cover;
  z-index: 2;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text {
    width: 100%;
    top: 75%;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.plant-gallery .single-img .part-text:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  opacity: 0.9;
  z-index: -1;
  border-radius: 10px;
}
.plant-gallery .single-img .part-text:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text:before {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: 10px;
    opacity: 0;
  }
}
.plant-gallery .single-img .part-text span.title {
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 600;
  margin: 2px 0 18px;
  position: relative;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .plant-gallery .single-img .part-text span.title {
    font-size: 20px;
    line-height: 30px;
    margin: 3px 0 17px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text span.title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: -7px;
  }
}
.plant-gallery .single-img .part-text span.title:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.plant-gallery .single-img .part-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 575.98px) {
  .plant-gallery .single-img .part-text p {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text p {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin-bottom: -8px;
  }
}
.plant-gallery .single-img .part-text a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  color: #fff;
  line-height: 44px;
  font-size: 22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  bottom: -25px;
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text a {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text:hover {
    top: 0;
  }
  .plant-gallery .single-img .part-text:hover:before {
    opacity: 1;
  }
}
.plant-gallery .single-img .part-text:hover span.title {
  padding-bottom: 22px;
  margin-bottom: 22px;
  margin-top: -7px;
}
.plant-gallery .single-img .part-text:hover span.title:after {
  opacity: 0.8;
  width: 100px;
}
.plant-gallery .single-img .part-text:hover p {
  height: 84px;
  visibility: visible;
  opacity: 1;
  margin-bottom: 17px;
}
@media (max-width: 1399.98px) {
  .plant-gallery .single-img .part-text:hover p {
    height: 112px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .single-img .part-text:hover p {
    height: 112px;
    margin-bottom: -8px;
  }
}
.plant-gallery .single-img .part-text:hover a {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.plant-gallery .gallery-controller {
  margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .plant-gallery .gallery-controller {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .plant-gallery .gallery-controller {
    margin-bottom: 50px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .gallery-controller {
    margin-bottom: 40px;
  }
}
.plant-gallery .gallery-controller .nav-tabs {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 479.98px) {
  .plant-gallery .gallery-controller .nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  margin: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link {
    margin: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link {
    margin: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link {
    margin: 0 13px;
  }
}
@media (max-width: 479.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link {
    margin: 5px;
    width: 134px;
    padding: 20px;
    border: 1px solid rgba(68, 80, 74, 0.2);
    border-radius: 5px;
  }
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span {
  display: block;
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon {
  width: 100px;
  border-radius: 50%;
  border: 2px dashed rgba(153, 153, 153, 0.4);
  margin-bottom: 19px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon {
    width: 90px;
  }
}
@media (max-width: 991.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon {
    width: 80px;
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon {
    width: 75px;
  }
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon img {
  width: 100%;
  padding: 12px;
}
@media (max-width: 1199.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon img {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon img {
    padding: 8px;
  }
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.icon:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: rgba(68, 80, 74, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: -7px;
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link span.text {
    font-size: 14px;
  }
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link.active {
  background: none;
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link.active span.text {
  color: #30694b;
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link.active span.icon {
  border: 2px solid #358856;
  border-left-color: #30694b;
  border-bottom-color: #30694b;
}
.plant-gallery .gallery-controller .nav-tabs .nav-item .nav-link.active span.icon:after {
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .plant-gallery .gallery-page {
    max-width: none;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.plant-gallery .gallery-page .single-img {
  margin-bottom: 53px;
  width: auto !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .plant-gallery .gallery-page .single-img .part-text {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1199.98px) {
  .plant-gallery .gallery-page .single-img .part-text:hover p {
    height: 84px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .plant-gallery .gallery-page .single-img .part-text {
    width: calc(100% - 50px);
  }
  .plant-gallery .gallery-page .single-img .part-text span.title {
    font-size: 20px;
  }
  .plant-gallery .gallery-page .single-img .part-text:hover p {
    height: 112px;
  }
}
@media (max-width: 767.98px) {
  .plant-gallery .gallery-page .single-img .part-text:hover p {
    height: 56px;
  }
}
@media (max-width: 575.98px) {
  .plant-gallery .gallery-page .single-img .part-text:hover p {
    height: 84px;
  }
}

.statics {
  background: rgba(204, 204, 204, 0.1);
  padding: 80px 0;
}
.statics.statics-3 {
  background: transparent;
}
@media (max-width: 767.98px) {
  .statics {
    padding: 60px 0;
  }
}
.statics .section-title.sub {
  display: none;
}
@media (min-width: 1200px) {
  .statics .section-title.sub {
    text-align: left;
    justify-items: start;
    margin-bottom: 0;
    padding-left: 100px;
    display: -ms-grid;
    display: grid;
  }
  .statics .section-title.sub h2 {
    margin-bottom: 0;
  }
  .statics .section-title.sub:after {
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    background-color: #fafafa;
    border-left: none;
    border-right: none;
    border-top: 10px solid #fafafa;
    border-bottom: 10px solid #fafafa;
    background-size: 39px 49px;
    height: 69px;
    width: 39px;
  }
  .statics .section-title.sub:before {
    height: 200px;
    width: 1.5px;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
  }
}
.statics .all-statics {
  margin-right: -40px;
}
@media (max-width: 1199.98px) {
  .statics .all-statics {
    margin-right: 0;
  }
}
.statics .single-statics {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .statics .single-statics {
    text-align: center;
    padding: 40px 0;
    border: 1px solid rgba(68, 80, 74, 0.2);
    border-radius: 20px;
  }
}
@media (max-width: 479.98px) {
  .statics .single-statics {
    text-align: left;
  }
}
.statics .single-statics span {
  display: block;
}
.statics .single-statics span.icon {
  width: 100px;
  background: -webkit-linear-gradient(130deg, rgba(37, 82, 59, 0.5), rgba(90, 171, 97, 0.5));
  padding: 2px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .statics .single-statics span.icon {
    width: 90px;
  }
}
@media (max-width: 767.98px) {
  .statics .single-statics span.icon {
    display: none;
  }
}
.statics .single-statics span.icon img {
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .statics .single-statics span.icon img {
    padding: 15px;
  }
}
.statics .single-statics span.text span.number {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 15px;
  color: rgba(68, 80, 74, 0.9);
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .statics .single-statics span.text span.number {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767.98px) {
  .statics .single-statics span.text span.number {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }
}
.statics .single-statics span.text span.title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: rgba(68, 80, 74, 0.6);
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: -7px;
}
@media (max-width: 479.98px) {
  .statics .single-statics span.text span.title {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: -6px;
  }
}
.statics .single-statics span.text span.title br {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .statics .single-statics span.text span.title br {
    display: inline;
  }
}
@media (max-width: 575.98px) {
  .statics .single-statics span.text span.title br {
    display: inline;
  }
}

.feature {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .feature {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .feature {
    padding: 60px 0;
  }
}
.feature .img-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature .img-cover .part-img {
  position: relative;
  border-radius: 50% 0 50% 50%;
  z-index: 2;
  width: 506px;
  overflow: hidden;
  bottom: -100px;
  left: -100px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 1399.98px) {
  .feature .img-cover .part-img {
    width: 462px;
    height: 462px;
  }
}
@media (max-width: 991.98px) {
  .feature .img-cover .part-img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .feature .img-cover .part-img {
    margin-top: 40px;
    height: 250px;
  }
}
.feature .img-cover .part-img:after {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #fff;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 991.98px) {
  .feature .img-cover .part-img:after {
    border-radius: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}
.feature .img-cover .part-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.25;
  z-index: 0;
}
.feature .img-cover .part-img img {
  width: 506px;
  max-width: none;
}
@media (max-width: 991.98px) {
  .feature .img-cover .part-img img {
    width: 100%;
  }
}
.feature .part-features {
  margin-bottom: -36px;
}
@media (max-width: 1399.98px) {
  .feature .part-features {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .feature .part-features {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .feature .part-features {
    padding-right: 0;
    padding-left: 0;
  }
}
.feature .part-features .single-feature {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .feature .part-features .single-feature {
    margin-bottom: 40px;
  }
}
@media (max-width: 479.98px) {
  .feature .part-features .single-feature {
    display: block;
  }
}
.feature .part-features .single-feature .part-icon {
  height: 80px;
  width: 80px;
  padding: 5px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .feature .part-features .single-feature .part-icon {
    width: 70px;
    height: 70px;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .feature .part-features .single-feature .part-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 479.98px) {
  .feature .part-features .single-feature .part-icon {
    margin-bottom: 30px;
  }
}
.feature .part-features .single-feature .part-icon img {
  width: auto;
  max-width: none;
  height: 100%;
  padding: 15px;
}
.feature .part-features .single-feature .part-icon:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .feature .part-features .single-feature .part-icon:after {
    display: none;
  }
}
.feature .part-features .single-feature .part-text h3.title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: rgba(68, 80, 74, 0.9);
  margin-bottom: 15px;
  margin-top: -4px;
}
@media (max-width: 767.98px) {
  .feature .part-features .single-feature .part-text h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 479.98px) {
  .feature .part-features .single-feature .part-text h3.title {
    margin-top: -7px;
  }
}
.feature .part-features .single-feature .part-text p {
  font-family: "Open Sans", sans-serif;
  color: #666;
  line-height: 28px;
  margin-bottom: -8px;
}
.feature .part-features p.p-spec {
  background: -webkit-linear-gradient(90deg, rgba(56, 143, 63, 0.1), rgba(62, 126, 93, 0.1));
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  color: #666;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
}
.feature .part-features p.p-spec b {
  margin-right: 2px;
  color: #666;
}
.feature.animated .img-cover .part-img {
  left: 0;
  bottom: 0;
  opacity: 1;
}

.testimonial {
  padding: 120px 0;
  background: url("../img/deg-bg.jpg") center center repeat;
  background-size: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .testimonial {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .testimonial {
    padding: 60px 0;
  }
}
.testimonial:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(93deg, #5aab61, #25523b);
  z-index: -1;
  opacity: 0.9;
}
.testimonial .part-text {
  margin-top: 75px;
}
@media (max-width: 1199.98px) {
  .testimonial .part-text {
    margin-top: 0;
    text-align: center;
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .testimonial .part-text {
    margin-bottom: 50px;
  }
}
.testimonial .part-text span.sub-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
  margin-top: -7px;
}
@media (max-width: 1399.98px) {
  .testimonial .part-text span.sub-title {
    margin-bottom: 11px;
  }
}
@media (max-width: 575.98px) {
  .testimonial .part-text span.sub-title {
    font-size: 14px;
    margin-top: -6px;
    margin-bottom: 7px;
  }
}
.testimonial .part-text h2.title {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .testimonial .part-text h2.title {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 38px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial .part-text h2.title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 991.98px) {
  .testimonial .part-text h2.title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .testimonial .part-text h2.title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial .part-text h2.title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 479.98px) {
  .testimonial .part-text h2.title {
    font-size: 22px;
    line-height: 34px;
  }
}
.testimonial .testimonial-slider .single-testimonial {
  background: rgba(255, 255, 255, 0.08);
  background: -webkit-linear-gradient(-130deg, rgba(61, 141, 68, 0.6), rgba(37, 92, 64, 0.6));
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding-top: 106px;
  margin-top: 75px;
  padding-bottom: 44px;
}
@media (max-width: 767.98px) {
  .testimonial .testimonial-slider .single-testimonial {
    padding-top: 91px;
    margin-top: 60px;
  }
}
@media (max-width: 479.98px) {
  .testimonial .testimonial-slider .single-testimonial {
    padding-top: 67px;
    margin-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonial .testimonial-slider .single-testimonial:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  border-right: none;
  opacity: 0.2;
  border-radius: 20px;
}
.testimonial .testimonial-slider .single-testimonial .part-img {
  width: 150px;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  top: 0;
}
@media (max-width: 767.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-img {
    width: 120px;
  }
}
@media (max-width: 479.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-img {
    width: 90px;
  }
}
.testimonial .testimonial-slider .single-testimonial .part-img:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-img:after {
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
  }
}
.testimonial .testimonial-slider .single-testimonial .part-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.15;
  z-index: 0;
}
.testimonial .testimonial-slider .single-testimonial .part-txt p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-txt p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 479.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-txt p {
    font-size: 15px;
    line-height: 28px;
  }
}
.testimonial .testimonial-slider .single-testimonial .part-txt span {
  display: block;
  color: #fff;
}
.testimonial .testimonial-slider .single-testimonial .part-txt span.name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #eef4ef;
  margin: 16px 0 6px;
}
@media (max-width: 479.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-txt span.name {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial .testimonial-slider .single-testimonial .part-txt span.pr {
  font-size: 16px;
  color: #eef4ef;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 479.98px) {
  .testimonial .testimonial-slider .single-testimonial .part-txt span.pr {
    font-size: 14px;
  }
}
.testimonial .testimonial-slider .single-testimonial .part-txt .divided {
  position: relative;
  display: inline-block;
}
.testimonial .testimonial-slider .single-testimonial .part-txt .divided:after {
  position: absolute;
  content: "";
  left: 40px;
  top: 50%;
  height: 1px;
  width: 90px;
  background: #fff;
}
.testimonial .testimonial-slider .single-testimonial .part-txt .divided:before {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  height: 1px;
  width: 90px;
  background: #fff;
}
.testimonial .testimonial-slider .single-testimonial .part-txt .divided img {
  width: 30px;
}
.testimonial .testimonial-slider .owl-dots {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 25px;
  margin-left: -15px;
  background: #539e57;
  padding: 18px 0;
  border-radius: 10px;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial .testimonial-slider .owl-dots button {
  width: 14px;
  height: 14px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  border-radius: 50%;
  margin-bottom: 10px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.testimonial .testimonial-slider .owl-dots button:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.testimonial .testimonial-slider .owl-dots button:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial-slider .owl-dots button.active:after {
  width: 8px;
  height: 8px;
}

.blog {
  padding: 120px 0 90px;
}
@media (max-width: 1199.98px) {
  .blog {
    padding: 100px 0 70px;
  }
}
@media (max-width: 767.98px) {
  .blog {
    padding: 60px 0 30px;
  }
}
.blog .single-blog {
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.blog .single-blog:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 6px;
}
.blog .single-blog .part-img {
  border-radius: 10px;
  overflow: hidden;
}
.blog .single-blog .part-img img {
  width: 100%;
}
.blog .single-blog .part-text {
  padding-left: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: -25px;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .blog .single-blog .part-text {
    padding-left: 0;
  }
}
@media (max-width: 479.98px) {
  .blog .single-blog .part-text {
    padding-left: 0;
  }
}
.blog .single-blog .part-text:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 100%;
  bottom: 8px;
  z-index: -1;
  border-left: 2px dashed rgba(153, 153, 153, 0.4);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .blog .single-blog .part-text:after {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .blog .single-blog .part-text:after {
    display: none;
  }
}
.blog .single-blog .part-text h4.title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: rgba(68, 80, 74, 0.9);
  margin-bottom: 18px;
  margin-top: -8px;
}
@media (max-width: 1399.98px) {
  .blog .single-blog .part-text h4.title {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .blog .single-blog .part-text h4.title {
    font-size: 20px;
  }
}
.blog .single-blog .part-text .blog-stats {
  margin-bottom: 15px;
}
.blog .single-blog .part-text .blog-stats ul li {
  display: inline-block;
  margin-right: 24px;
}
.blog .single-blog .part-text .blog-stats ul li:last-child {
  margin-right: 0;
}
.blog .single-blog .part-text .blog-stats ul li span {
  font-family: "Open Sans", sans-serif;
}
.blog .single-blog .part-text .blog-stats ul li span.sts-icon {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  line-height: 24px;
  margin-right: 6px;
}
.blog .single-blog .part-text .blog-stats ul li span.sts-txt {
  line-height: 24px;
  color: #777;
  font-family: "Open Sans", sans-serif;
}
.blog .single-blog .part-text p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 479.98px) {
  .blog .single-blog .part-text p {
    font-size: 15px;
    line-height: 28px;
  }
}
.blog .single-blog a.nurs-btn {
  margin-top: 40px;
}
.blog.blog-details {
  padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .blog.blog-details {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .blog.blog-details {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .blog.blog-details {
    padding-bottom: 30px;
  }
}
.blog.blog-details.gallery-datails-page {
  padding-bottom: 114px;
}
@media (max-width: 1199.98px) {
  .blog.blog-details.gallery-datails-page {
    padding-bottom: 94px;
  }
}
@media (max-width: 991.98px) {
  .blog.blog-details.gallery-datails-page {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .blog.blog-details.gallery-datails-page {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .blog.blog-details.gallery-datails-page .blog-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .blog.blog-details.gallery-datails-page .blog-sidebar {
    margin-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .blog.blog-details.gallery-datails-page .blog-sidebar {
    margin-top: 25px;
  }
}
.blog.blog-details .part-text {
  margin-top: 39px;
}
@media (max-width: 991.98px) {
  .blog.blog-details .part-text {
    margin-top: 30px;
  }
}
.blog.blog-details .part-text h4.title {
  font-size: 34px;
  line-height: 44px;
}
@media (max-width: 1399.98px) {
  .blog.blog-details .part-text h4.title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 17px;
  }
}
@media (max-width: 991.98px) {
  .blog.blog-details .part-text h4.title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767.98px) {
  .blog.blog-details .part-text h4.title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575.98px) {
  .blog.blog-details .part-text h4.title {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog.blog-details .part-text p {
  line-height: 32px;
}
@media (max-width: 575.98px) {
  .blog.blog-details .part-text p {
    line-height: 30px;
  }
}
@media (max-width: 479.98px) {
  .blog.blog-details .part-text p {
    line-height: 28px;
  }
}
.blog.blog-details .part-text p.special {
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  padding: 20px 30px 20px 60px;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  border-radius: 10px;
  margin-left: -60px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 31px;
}
@media (max-width: 1199.98px) {
  .blog.blog-details .part-text p.special {
    margin-left: 0;
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .blog.blog-details .part-text p.special {
    margin-top: 19px;
    margin-bottom: 22px;
  }
}
@media (max-width: 575.98px) {
  .blog.blog-details .part-text p.special {
    font-size: 16px;
    line-height: 30px;
  }
}
.blog.blog-details .part-text p.special:after {
  position: absolute;
  content: "";
  left: 30px;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 2px dashed #fff;
  opacity: 0.8;
}
@media (max-width: 1199.98px) {
  .blog.blog-details .part-text p.special:after {
    display: none;
  }
}
.blog.blog-details .part-text .blog-inside-img {
  margin-left: -60px;
  margin-top: 30px;
  margin-bottom: 31px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .blog.blog-details .part-text .blog-inside-img {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .blog.blog-details .part-text .blog-inside-img {
    margin-top: 19px;
    margin-bottom: 21px;
  }
}
@media (max-width: 575.98px) {
  .blog.blog-details .part-text .blog-inside-img {
    margin-bottom: -9px;
  }
}
.blog.blog-details .part-text .blog-inside-img:after {
  position: absolute;
  content: "";
  left: 30px;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 2px dashed #fff;
  opacity: 0.8;
}
@media (max-width: 1199.98px) {
  .blog.blog-details .part-text .blog-inside-img:after {
    display: none;
  }
}
.blog.blog-details .part-text .blog-inside-img .single-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .blog.blog-details .part-text .blog-inside-img .single-img {
    margin-bottom: 30px;
  }
}
.blog.blog-details .part-text .blog-inside-img .single-img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  opacity: 0.7;
}
.blog.blog-details .part-text .blog-stats {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .blog.blog-details .part-text .blog-stats {
    margin-bottom: 15px;
  }
}
.blog h5.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: -7px 0 30px;
  position: relative;
  color: rgba(68, 80, 74, 0.9);
}
@media (max-width: 991.98px) {
  .blog h5.title {
    margin-bottom: 22px;
  }
}
@media (max-width: 479.98px) {
  .blog h5.title {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog h5.title span.dis-num {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #358856;
  margin-left: 10px;
}
@media (max-width: 479.98px) {
  .blog h5.title span.dis-num {
    display: block;
    margin-left: 0;
  }
}
.blog .blog-comments {
  background: rgba(204, 204, 204, 0.1);
  padding: 40px;
  border: 1px solid rgba(68, 80, 74, 0.1);
  padding-bottom: 0;
  border-radius: 10px;
  margin-top: 65px;
}
@media (max-width: 991.98px) {
  .blog .blog-comments {
    margin-top: 55px;
    padding: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 479.98px) {
  .blog .blog-comments {
    padding: 25px;
    padding-bottom: 0;
  }
}
.blog .blog-comments .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  border-top: 1px dotted rgba(68, 80, 74, 0.3);
  padding-bottom: 5px;
}
@media (max-width: 479.98px) {
  .blog .blog-comments .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog .blog-comments .single-comment .commenter-user {
  margin-right: 30px;
}
@media (max-width: 479.98px) {
  .blog .blog-comments .single-comment .commenter-user {
    margin-right: 0;
  }
}
.blog .blog-comments .single-comment .commenter-user .user-img {
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991.98px) {
  .blog .blog-comments .single-comment .commenter-user .user-img {
    width: 70px;
  }
}
@media (max-width: 479.98px) {
  .blog .blog-comments .single-comment .commenter-user .user-img {
    margin-bottom: 26px;
  }
}
.blog .blog-comments .single-comment .commenter-user .user-img:after {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.7;
}
.blog .blog-comments .single-comment .commenter-user .user-img img {
  width: 100%;
  border-radius: 50%;
}
.blog .blog-comments .single-comment .comment-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  color: #777;
}
@media (max-width: 479.98px) {
  .blog .blog-comments .single-comment .comment-text p {
    font-size: 15px;
    line-height: 28px;
  }
}
.blog .blog-comments .single-comment .comment-text span.commenter-name {
  display: block;
  font-size: 17px;
  line-height: 27px;
  display: inline-block;
  font-weight: 700;
  color: rgba(68, 80, 74, 0.7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  margin-top: -4px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.blog .blog-comments .single-comment.reply-comment {
  margin-left: 40px;
}
@media (max-width: 479.98px) {
  .blog .blog-comments .single-comment.reply-comment {
    margin-left: 20px;
  }
}
.blog .comment-form {
  background: rgba(204, 204, 204, 0.1);
  padding: 40px;
  border: 1px solid rgba(68, 80, 74, 0.1);
  border-radius: 10px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .blog .comment-form {
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog .comment-form {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479.98px) {
  .blog .comment-form {
    padding: 25px;
  }
}
.blog .comment-form form input, .blog .comment-form form textarea {
  width: 100%;
  border: 1px solid rgba(68, 80, 74, 0.2);
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
  color: #777;
  border-radius: 10px;
}
@media (max-width: 479.98px) {
  .blog .comment-form form input, .blog .comment-form form textarea {
    font-size: 15px;
    line-height: 25px;
  }
}
.blog .comment-form form input::-webkit-input-placeholder, .blog .comment-form form textarea::-webkit-input-placeholder {
  color: #999;
}
.blog .comment-form form input::-moz-placeholder, .blog .comment-form form textarea::-moz-placeholder {
  color: #999;
}
.blog .comment-form form input:-ms-input-placeholder, .blog .comment-form form textarea:-ms-input-placeholder {
  color: #999;
}
.blog .comment-form form input::-ms-input-placeholder, .blog .comment-form form textarea::-ms-input-placeholder {
  color: #999;
}
.blog .comment-form form input::placeholder, .blog .comment-form form textarea::placeholder {
  color: #999;
}
.blog .comment-form form input {
  height: 60px;
}
@media (max-width: 767.98px) {
  .blog .comment-form form input {
    height: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.blog .comment-form form textarea {
  height: 250px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog .comment-form form textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 479.98px) {
  .blog .comment-form form textarea {
    height: 200px;
  }
}

@media (max-width: 991.98px) {
  .blog-sidebar {
    margin-top: 20px;
  }
}
@media (max-width: 479.98px) {
  .blog-sidebar {
    margin-top: 10px;
  }
}
.blog-sidebar .search-box {
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  padding: 1px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.blog-sidebar .search-box form {
  position: relative;
}
.blog-sidebar .search-box form input {
  border: 1px solid rgba(68, 80, 74, 0.1);
  padding: 0;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 75px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 479.98px) {
  .blog-sidebar .search-box form input {
    height: 50px;
    font-size: 15px;
  }
}
.blog-sidebar .search-box form button {
  background: transparent;
  outline: none;
  border: none;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  color: #fff;
  font-size: 17px;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 479.98px) {
  .blog-sidebar .search-box form button {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}
.blog-sidebar .search-box form button:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.blog-sidebar .search-box form button:hover:after {
  opacity: 1;
}
.blog-sidebar .single-elem {
  background: rgba(204, 204, 204, 0.1);
  padding: 30px;
  border: 1px solid rgba(68, 80, 74, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .blog-sidebar .single-elem {
    padding: 25px;
  }
}
.blog-sidebar .single-elem h3.title-sidebar {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: -8px 0 30px;
  position: relative;
  color: rgba(68, 80, 74, 0.9);
  display: inline-block;
  padding-bottom: 13px;
}
@media (max-width: 479.98px) {
  .blog-sidebar .single-elem h3.title-sidebar {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-sidebar .single-elem h3.title-sidebar:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  opacity: 0.8;
}
.blog-sidebar .single-elem ul li {
  padding: 16px 0;
  border-top: 1px solid rgba(68, 80, 74, 0.1);
}
.blog-sidebar .single-elem ul li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(68, 80, 74, 0.8);
  position: relative;
  padding-left: 25px;
}
@media (max-width: 479.98px) {
  .blog-sidebar .single-elem ul li a {
    font-size: 15px;
    line-height: 25px;
  }
}
.blog-sidebar .single-elem ul li a:after {
  width: 10px;
  position: absolute;
  content: "";
  height: 10px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.blog-sidebar .single-elem ul li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: -6px;
}
.blog-sidebar .single-elem ul li:last-child {
  padding-bottom: 0;
  margin-bottom: -3px;
}
.blog-sidebar .single-elem.recent-nws ul li a {
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399.98px) {
  .blog-sidebar .single-elem.recent-nws ul li a {
    line-height: 28px;
  }
}
@media (max-width: 479.98px) {
  .blog-sidebar .single-elem.recent-nws ul li a {
    line-height: 25px;
  }
}
.blog-sidebar .single-elem.recent-nws ul li a:hover {
  color: #358856;
}
.blog-sidebar .single-elem.recent-nws ul li a:after {
  top: 11px;
}
.blog-sidebar .single-elem.catgr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-sidebar .single-elem.catgr ul li a:hover {
  color: #358856;
}
.blog-sidebar .single-elem.catgr ul li a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-sidebar .single-elem.tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.blog-sidebar .single-elem.tags ul li {
  padding: 0;
  border: none;
}
.blog-sidebar .single-elem.tags ul li:first-child {
  margin-top: 0;
}
.blog-sidebar .single-elem.tags ul li:last-child {
  margin-bottom: 0;
}
.blog-sidebar .single-elem.tags ul li a {
  padding-left: 0;
  border: 1px solid rgba(68, 80, 74, 0.1);
  padding: 4px 14px;
  margin: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.blog-sidebar .single-elem.tags ul li a:after {
  all: unset;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  display: block;
}
.blog-sidebar .single-elem.tags ul li a:hover {
  color: #fff;
}
.blog-sidebar .single-elem.tags ul li a:hover:after {
  opacity: 1;
}

.newsletter {
  padding: 30px 0;
  background: url("../img/deg-bg.jpg") center center repeat;
  background-size: 500px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .newsletter {
    padding: 40px 0;
  }
}
.newsletter:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(93deg, #5aab61, #25523b);
  z-index: -1;
  opacity: 0.9;
}
.newsletter .part-text h2 {
  font-size: 36px;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .newsletter .part-text h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .newsletter .part-text h2 {
    font-size: 28px;
    line-height: 44px;
    margin: -12px 0 19px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .newsletter .part-text h2 {
    font-size: 26px;
    line-height: 42px;
    margin: -11px 0 19px;
  }
}
@media (max-width: 575.98px) {
  .newsletter .part-text h2 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .newsletter .part-text h2 {
    font-size: 22px;
    line-height: 34px;
    margin: -8px 0 22px;
    text-align: left;
  }
}
.newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 479.98px) {
  .newsletter form {
    display: block;
  }
}
.newsletter form input {
  height: 55px;
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 0 30px 2px;
  font-size: 19px;
  outline: none;
  background: -webkit-linear-gradient(-130deg, rgba(61, 141, 68, 0.4), rgba(37, 92, 64, 0.4));
  color: #fff;
  border: 1px solid #fff;
  outline: none;
}
@media (max-width: 1399.98px) {
  .newsletter form input {
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .newsletter form input {
    height: 45px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.newsletter form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter form input:focus {
  outline: none;
}
.newsletter form button {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #fff;
  line-height: 50px;
}
@media (max-width: 1399.98px) {
  .newsletter form button {
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .newsletter form button {
    line-height: 40px;
  }
}
@media (max-width: 479.98px) {
  .newsletter form button {
    position: relative;
    margin-top: 10px;
  }
}

.footer {
  overflow: hidden;
  position: relative;
}
.footer .footer-top {
  background: #222;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .footer .footer-top {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    padding-top: 60px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .footer .footer-top .container .row .col-sm-6 {
    width: 50%;
  }
}
.footer .footer-top .part-about {
  position: relative;
  z-index: 2;
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-top .part-about {
    padding-right: 0;
    margin-right: -70px;
    margin-top: -15px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .part-about {
    padding-right: 0;
    margin-bottom: 45px;
  }
}
.footer .footer-top .part-about:after {
  position: absolute;
  content: "";
  right: 0;
  top: -140px;
  bottom: -140px;
  width: 99999px;
  background: #333;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .footer .footer-top .part-about:after {
    display: none;
  }
}
.footer .footer-top .part-about a.footer-logo {
  height: 54px;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .footer .footer-top .part-about a.footer-logo {
    margin-bottom: 22px;
  }
}
.footer .footer-top .part-about a.footer-logo img {
  width: auto;
  max-width: none;
  height: 100%;
}
.footer .footer-top .part-about p {
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #ddd;
  margin-bottom: 41px;
  padding-left: 4px;
}
@media (max-width: 991.98px) {
  .footer .footer-top .part-about p {
    margin-bottom: 31px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .part-about p {
    margin-bottom: 21px;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-top .part-about p {
    font-size: 15px;
    line-height: 28px;
  }
}
.footer .footer-top .part-about .part-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top .part-about .part-social ul li a.single-social {
  color: #ddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 991.98px) {
  .footer .footer-top .part-about .part-social ul li a.single-social {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
}
.footer .footer-top .part-about .part-social ul li a.single-social:hover {
  background: #fff;
  color: #358856;
}
.footer .footer-top .part-about .part-social ul li:last-child a.single-social {
  margin-right: 0;
}
.footer .footer-top .usefull-link {
  padding-left: 40px;
  margin-bottom: -5px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .footer .footer-top .usefull-link {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .footer-top .usefull-link {
    padding-left: 80px;
  }
  .footer .footer-top .usefull-link.ul-2 {
    padding-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .usefull-link {
    padding-left: 0;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-top .usefull-link {
    margin-bottom: 30px;
  }
  .footer .footer-top .usefull-link.ul-2 {
    margin-bottom: 0;
  }
}
.footer .footer-top .usefull-link h3.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(225, 225, 225, 0.9);
  margin-top: -8px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .footer .footer-top .usefull-link h3.title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
.footer .footer-top .usefull-link ul li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(225, 225, 225, 0.6);
  text-transform: capitalize;
  padding: 7px 0;
  padding-left: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .footer .footer-top .usefull-link ul li a {
    padding: 5px 0;
    padding-left: 20px;
    font-weight: 400;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-top .usefull-link ul li a {
    font-size: 15px;
    padding: 3px 0;
    padding-left: 15px;
  }
}
.footer .footer-top .usefull-link ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  border-radius: 50%;
}
.footer .footer-top .usefull-link ul li a:hover {
  color: rgba(225, 225, 225, 0.9);
}
.footer .footer-top .contact-form {
  position: relative;
  z-index: 3;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .footer .footer-top .contact-form {
    background: #333;
    padding: 50px;
    border-radius: 15px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top .contact-form {
    margin-top: 33px;
    padding: 40px 30px;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-top .contact-form {
    background: transparent;
    padding: 0;
  }
}
.footer .footer-top .contact-form h3.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(225, 225, 225, 0.9);
  margin-top: -8px;
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .footer .footer-top .contact-form h3.title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 26px;
  }
}
.footer .footer-top .contact-form form input {
  border-radius: 50px;
  height: 45px;
  padding: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(225, 225, 225, 0.6);
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid rgba(225, 225, 225, 0.3);
}
.footer .footer-top .contact-form form textarea {
  padding: 0;
  border-radius: 20px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(225, 225, 225, 0.6);
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid rgba(225, 225, 225, 0.3);
  height: 97px;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}
.footer .footer-bottom {
  background: #222;
  overflow: hidden;
}
.footer .footer-bottom p {
  color: #7a7a7a;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 1199.98px) {
  .footer .footer-bottom p {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-bottom p {
    font-size: 14px;
  }
}
.footer .footer-bottom .footer-menu {
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .footer .footer-bottom .footer-menu {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-menu {
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-bottom .footer-menu {
    padding-bottom: 70px;
  }
}
.footer .footer-bottom .footer-menu:after {
  position: absolute;
  content: "";
  left: -24px;
  top: 0;
  width: 9999px;
  background: #333;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .footer .footer-bottom .footer-menu:after {
    width: 100%;
    left: 0;
    border-radius: 15px 15px 0 0;
  }
}
.footer .footer-bottom .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1199.98px) {
  .footer .footer-bottom .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-menu ul {
    display: block;
    margin: -12px 0 -10px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-menu ul li {
    display: inline-block;
  }
}
.footer .footer-bottom .footer-menu ul li a {
  display: inline-block;
  color: #7a7a7a;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 40px;
  font-family: "Open Sans", sans-serif;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-bottom .footer-menu ul li a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer .footer-bottom .footer-menu ul li a {
    margin-right: 20px;
    padding: 6px 0px;
  }
}
@media (max-width: 479.98px) {
  .footer .footer-bottom .footer-menu ul li a {
    font-size: 14px;
  }
}
.footer .footer-bottom .footer-menu ul li:last-child a {
  margin-right: 0;
}

.breadcrumb-nursio {
  background: -webkit-linear-gradient(99deg, #25523b, #5aab61);
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 1399.98px) {
  .breadcrumb-nursio {
    padding: 70px 0;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb-nursio {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-nursio {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-nursio {
    padding: 40px 0;
  }
}
@media (max-width: 479.98px) {
  .breadcrumb-nursio {
    padding: 30px 0;
  }
}
.breadcrumb-nursio:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url("../img/banner-img-3.png") no-repeat;
  background-size: 500px 250px;
  width: 500px;
  height: 250px;
  opacity: 0.6;
}
@media (max-width: 1399.98px) {
  .breadcrumb-nursio:after {
    width: 450px;
    height: 200px;
    background-size: 450px 200px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb-nursio:after {
    display: none;
  }
}
.breadcrumb-nursio:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url("../img/banner-img-3.png") no-repeat;
  background-size: 500px 250px;
  width: 500px;
  height: 250px;
  opacity: 0.4;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1399.98px) {
  .breadcrumb-nursio:before {
    width: 450px;
    height: 200px;
    background-size: 450px 200px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb-nursio:before {
    display: none;
  }
}
.breadcrumb-nursio h2.br-title {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 30px;
  margin-top: -11px;
}
@media (max-width: 1399.98px) {
  .breadcrumb-nursio h2.br-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -9px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb-nursio h2.br-title {
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 22px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-nursio h2.br-title {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-nursio h2.br-title {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 13px;
    margin-top: -8px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-nursio h2.br-title {
    font-size: 24px;
    line-height: 34px;
    margin-top: -7px;
  }
}
@media (max-width: 479.98px) {
  .breadcrumb-nursio h2.br-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.breadcrumb-nursio h2.br-title:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #fff;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .breadcrumb-nursio h2.br-title:after {
    width: 60%;
  }
}
.breadcrumb-nursio p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  max-width: 500px;
  margin-bottom: -7px;
}
@media (max-width: 1399.98px) {
  .breadcrumb-nursio p {
    font-size: 16px;
    line-height: 26px;
  }
}
.breadcrumb-nursio .br-links {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.breadcrumb-nursio .br-links ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
@media (max-width: 1399.98px) {
  .breadcrumb-nursio .br-links ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb-nursio .br-links ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-nursio .br-links ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-nursio .br-links ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadcrumb-nursio .br-links ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.breadcrumb-nursio .br-links ul li:first-child {
  margin-left: 0;
}
.breadcrumb-nursio .br-links ul li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
}

.contact-section {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .contact-section {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 60px 0;
  }
}
.contact-section .single-contact-box h4.title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin: -8px 0 30px;
  position: relative;
  color: rgba(68, 80, 74, 0.9);
  display: inline-block;
  padding-bottom: 13px;
}
.contact-section .single-contact-box h4.title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  opacity: 0.8;
}
.contact-section .single-contact-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.contact-section .single-contact-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(204, 204, 204, 0.05);
  padding: 25px;
  border: 1px solid rgba(68, 80, 74, 0.1);
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 10px;
}
.contact-section .single-contact-box ul li span.info-icon {
  color: #fff;
  background: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.contact-section .single-contact-box ul li span.info-icon:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.contact-section .single-contact-box ul li span.info-text {
  font-size: 17px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #777;
}
@media (max-width: 575.98px) {
  .contact-section .single-contact-box ul li span.info-text {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .contact-section .single-contact-box ul li span.info-text {
    font-size: 15px;
    line-height: 28px;
  }
}
.contact-section .contact-maps {
  height: 376px;
  overflow: hidden;
  border: 1px solid rgba(68, 80, 74, 0.05);
  border-radius: 10px;
}
@media (max-width: 1399.98px) {
  .contact-section .contact-maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .contact-section .contact-maps {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .contact-section .contact-maps {
    height: 200px;
  }
}
@media (max-width: 1399.98px) {
  .contact-section .contact-maps img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact-section .contact-maps img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 479.98px) {
  .contact-section .contact-maps img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
.contact-section .message-us-form {
  background: -webkit-linear-gradient(130deg, #5aab61, #25523b);
  padding: 50px;
  border-radius: 15px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .contact-section .message-us-form {
    margin-top: 50px;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .contact-section .message-us-form {
    margin-top: 40px;
    padding: 30px;
  }
}
@media (max-width: 479.98px) {
  .contact-section .message-us-form {
    margin-top: 30px;
    padding: 25px;
  }
}
.contact-section .message-us-form h2.title {
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  font-weight: 600;
  margin: -10px 0 30px;
}
@media (max-width: 991.98px) {
  .contact-section .message-us-form h2.title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .contact-section .message-us-form h2.title {
    font-size: 26px;
    line-height: 36px;
    margin: -9px 0 22px;
  }
}
@media (max-width: 479.98px) {
  .contact-section .message-us-form h2.title {
    font-size: 22px;
    line-height: 32px;
  }
}
.contact-section .message-us-form form input, .contact-section .message-us-form form textarea {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  font-weight: 500;
}
.contact-section .message-us-form form input::-webkit-input-placeholder, .contact-section .message-us-form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .message-us-form form input::-moz-placeholder, .contact-section .message-us-form form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .message-us-form form input:-ms-input-placeholder, .contact-section .message-us-form form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .message-us-form form input::-ms-input-placeholder, .contact-section .message-us-form form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-section .message-us-form form input::placeholder, .contact-section .message-us-form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 479.98px) {
  .contact-section .message-us-form form input, .contact-section .message-us-form form textarea {
    font-size: 15px;
    line-height: 25px;
  }
}
.contact-section .message-us-form form input {
  height: 60px;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .contact-section .message-us-form form input {
    height: 50px;
    padding: 0 25px;
  }
}
@media (max-width: 479.98px) {
  .contact-section .message-us-form form input {
    height: 45px;
    padding: 0 20px;
  }
}
.contact-section .message-us-form form textarea {
  display: -ms-grid;
  display: grid;
  height: 200px;
  padding: 14px 30px;
}
@media (max-width: 991.98px) {
  .contact-section .message-us-form form textarea {
    padding: 9px 25px;
  }
}
@media (max-width: 479.98px) {
  .contact-section .message-us-form form textarea {
    padding: 9px 20px;
  }
}
.contact-section.login-section .message-us-form {
  margin-top: 0;
  text-align: center;
}

.error {
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .error {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .error {
    padding: 60px 0;
  }
}
.error .part-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .error .part-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 479.98px) {
  .error .part-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.error .part-text span.sub-title {
  font-size: 22px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  color: rgba(68, 80, 74, 0.8);
  font-weight: 600;
  text-transform: capitalize;
  margin: -8px 0 31px;
}
@media (max-width: 1399.98px) {
  .error .part-text span.sub-title {
    margin-bottom: 34px;
  }
}
@media (max-width: 1199.98px) {
  .error .part-text span.sub-title {
    margin-bottom: 36px;
  }
}
@media (max-width: 991.98px) {
  .error .part-text span.sub-title {
    font-size: 20px;
    line-height: 30px;
    margin: -7px 0 27px;
  }
}
@media (max-width: 767.98px) {
  .error .part-text span.sub-title {
    font-size: 18px;
    margin-bottom: 29px;
  }
}
@media (max-width: 575.98px) {
  .error .part-text span.sub-title {
    margin: -8px 0 31px;
  }
}
@media (max-width: 479.98px) {
  .error .part-text span.sub-title {
    font-size: 16px;
    margin-bottom: 27px;
  }
}
.error .part-text h2.error-title {
  font-size: 100px;
  line-height: 100%;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(130deg, #25523b, #5aab61);
  margin-top: -17px;
  margin-bottom: 19px;
  margin-left: -8px;
}
@media (max-width: 1399.98px) {
  .error .part-text h2.error-title {
    font-size: 90px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .error .part-text h2.error-title {
    font-size: 80px;
    margin-bottom: 21px;
  }
}
@media (max-width: 991.98px) {
  .error .part-text h2.error-title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .error .part-text h2.error-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .error .part-text h2.error-title {
    font-size: 50px;
  }
}
@media (max-width: 479.98px) {
  .error .part-text h2.error-title {
    font-size: 40px;
    margin-left: -3px;
    margin-bottom: 11px;
  }
}
.error .part-text p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(68, 80, 74, 0.7);
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .error .part-text p {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .error .part-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .error .part-text p {
    font-size: 17px;
    line-height: 29px;
  }
}
@media (max-width: 479.98px) {
  .error .part-text p {
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 23px;
  }
}
@media (max-width: 1399.98px) {
  .error .part-text p br {
    display: none;
  }
}
.error .part-text a.nurs-btn {
  margin-right: 0;
}
.error .single-img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199.98px) {
  .error .single-img {
    display: none;
  }
}
.error .single-img:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}