@charset "UTF-8";

/*
Theme Name: Fudee - Organic Food HTML5 Template
Author: bdevs
Support: nasir.chalo@gmail.com
Description: Organic Food HTML5 Template
Version: 1.0
https://www.devsnews.com/template/fudee/fudee/index.html
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. Service
5. Blog
6. Widgets
7. About
8. Contact
9. Gallery
10. Footer
11. Section Helper
12. Choose Us
13. Team
14. Counter
15. Brand
16. Testimonial
17. Breadcrumb
18. Progress
19. Approch
20. Shop
21. Cta
*/
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple .goog-te-menu-value span,
.goog-te-gadget-simple .goog-te-menu-value:after {
  display: none !important;
}

/* Hide the top banner that appears after translation */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Reset body position (Google adds offset when banner is hidden) */
body {
  top: 0px !important;
}

/* Kill any leftover "Powered by" plain text */
.goog-te-gadget {
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Remove unwanted bottom spacing */
#google_translate_element {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

/* Keep dropdown visible */
.goog-te-gadget .goog-te-combo {
  font-size: 14px !important;
  line-height: normal !important;
}

:root {
  --tg-primary-color: #3a8ad4;
  --tg-heading-font-family: 'Urbanist', sans-serif;
  --tg-primary-color: #3a8ad4;
  --tg-secondary-color: #393a3c;
  --tg-body-font-color: #687799;
  --tg-heading-font-color: #00194C;
  --tg-paragraph-color: #687799;
  --tg-section-background: #F8FAFF;
  --tg-body-font-size: 16px;
  --tg-body-font-weight: 500;
  --tg-heading-font-weight: 700;
  --tg-body-line-height: 1.7;

}



/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Signika:400,600,700&display=swap");

body {
  color: #808285;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:active,
a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #363636;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Signika", sans-serif;
  color: #363636;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #7dc642;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #7dc642;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7dc642;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #808285;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #808285;
  font-size: 16px;
  opacity: 1;
}

.a-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Signika", sans-serif;
  line-height: 1;
  color: #363636;
  background: #fff;
  border-radius: 50px;
  padding: 26px 50px;
  text-transform: uppercase;
}

.a-btn i {
  margin-left: 10px;
}

.a-btn:hover {
  background: #1f2b3b;
  color: #fff;
}

.b-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Signika", sans-serif;
  line-height: 1;
  color: #fff;
  background: #1f2b3b;
  border-radius: 50px;
  padding: 26px 50px;
  text-transform: uppercase;
}

.b-btn i {
  margin-left: 10px;
}

.b-btn:hover {
  background: #ffb500;
  color: #fff;
}

.btn-theme {
  color: #fff;
  background: #5fb858;
}

.btn-theme:hover {
  background: #1f2b3b;
  color: #fff;
}

.btn-theme-2 {
  color: #fff;
  background: #ffb500;
}

.btn-theme-2:hover {
  background: #1f2b3b;
  color: #fff;
}

.btn-dark {
  color: #fff;
  background: #1f2b3b;
}

.btn-dark:hover {
  background: #7dc642;
  color: #fff;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #7dc642;
}

.bg-dark {
  background: #101a23 !important;
}

.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #7dc642 !important;
}





/* Others Common Css Here :) */
#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #7dc642;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}

#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #7dc642;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #7dc642;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--
    - Overlay
-----------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*--
    - Overlay Color
-----------------------------------------*/
[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

[data-overlay=theme]::before {
  background-color: #7dc642;
}

/*--
    - Overlay Opacity
-----------------------------------------*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 2. Header */
/*=============================
	02. Header
===============================*/
.custom-container {
  max-width: 1310px;
}

.custom-container-two {
  max-width: 1360px;
}

.custom-container-three {
  max-width: 1800px;
}

.transparent-header {

  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
  background: #fff;
}

#header-fixed-height.active-height {
  display: block;
  height: 96px;
}

.heder-top-wrap {
  background: #5fb858;
  overflow: hidden;
  padding: 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top-left .list-wrap {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 10px 35px;
  padding-left: 30px;
}

.header-top-left .list-wrap li {
  font-size: 14px;
  color: var(--tg-lavender);
  display: flex;
  align-items: center;
  line-height: 1.28;
  position: relative;
}

.header-top-left .list-wrap li::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 500%;
  background: var(--tg-metallic-blue);
}

.header-top-left .list-wrap li:last-child::before {
  display: none;
}

.header-top-left .list-wrap li i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: white;
  vertical-align: middle;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  padding: 15px 10px 0;
  top: -52px;
  width: 100%;
  z-index: 99;
  background: white;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

.header-style-two.sticky-menu .heder-top-wrap {
  display: none;
}

.header-style-two.sticky-menu .menu-area {
  box-shadow: none;
}

.list-wrap {
  list-style: none;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: white;
  color: #33a22a;
}

.social-media:hover {
  background: #ffbc24;
  color: white;
}

.header-top-left .list-wrap li a {
  color: white;
}

.header-top-left .list-wrap li a:hover {
  color: #393a3c;
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-contact {
  position: relative;
  margin-right: 35px;
}

.header-contact::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 500%;
  background: var(--tg-metallic-blue);
}

.header-contact a {
  font-size: 14px;
  line-height: 1.28;
  color: var(--tg-lavender);
  display: flex;
  align-items: center;
}

.header-contact a i {
  font-size: 20px;
  margin-right: 8px;
}

.header-contact a:hover {
  color: var(--tg-primary-color);
}

.header-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding-left: 2px;
}

.header-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-social a {
  color: #5fb858;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  width: 20px;
  font-size: 14px;
  background: #ffffff;
  margin: 0 5px;
}

.header-social .list-wrap li a {
  font-size: 13px;
  color: var(--tg-lavender);
}

.header-social .list-wrap li a:hover {
  color: #5fb858;
}

.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logo img,
.f-logo img,
.fw-logo img {
  max-height: 100px;
}

.navbar-wrap {
  display: flex;
  flex-grow: 1;
}

.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 0 0 auto;
}

.navbar-wrap ul li {
  list-style: none;
  display: block;
  position: relative;
}

.navbar-wrap ul li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #4c4c4c;
  padding: 40px 15px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
  color: #25891d;
  background: transparent;
}

.navbar-wrap>ul>li.menu-item-has-children>a::after {
  content: "\f107";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #787878;
  margin-left: 8px;
  transition: all 0.3s ease-out 0s;
}

.navbar-wrap>ul>li.menu-item-has-children:hover>a::after,
.navbar-wrap>ul>li.menu-item-has-children.active>a::after {
  color: #00636b;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}

.header-action>ul {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.header-action>ul li {
  position: relative;
  margin-left: 25px;
}

.header-action ul li:first-child {
  margin-left: 0;
}

.header-action ul li a {
  color: var(--tg-heading-font-color);
  font-size: 14px;
}

.header-action ul li.header-search {
  line-height: 0;
}

.header-action ul li.header-search a {

  color: #334770;
  font-size: 22px;
  line-height: 0;
  transition: all 0.3s ease-out 0s;
}

.header-action ul li.header-search a:hover {
  color: var(--tg-primary-color);
}

.header-action .header-btn .btn {
  color: var(--tg-white);
  font-size: 15px;
  padding: 16px 33px;
  border: 2px solid transparent;
}

.header-action .header-btn .btn::before {
  display: none;
}

.header-action .header-btn .btn:hover {
  background: transparent;
  border-color: var(--tg-primary-color);
  color: var(--tg-primary-color);
}

.navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 300px;
  border: 1px solid #f5f5f5;
  background: white;
  margin: 0 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 5px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  top: 0;
}


.navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.navbar-wrap ul li .sub-menu li a {
  padding: 9px 15px 9px 25px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-secondary-color);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar-wrap ul li .sub-menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #5fb858;
  transition: .3s ease-in-out;
}

.navbar-wrap ul li .sub-menu>li.active>a,
.navbar-wrap ul li .sub-menu li a:hover {
  color: #5fb858;
}

.navbar-wrap ul li .sub-menu>li.active>a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
  width: 10px;
}

.navbar-wrap ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.our-commitment {
  text-align: justify;
  color: #fff;
  font-size: 23px;
}

.counter-list {
  color: white;
  font-size: 20px;
  margin: 5px 0;
  padding-left: 20px;
}

.counter-list li {
  margin: 5px;

}


/* header-two */
.header-style-two .heder-top-wrap {
  padding: 0;
}

.header-style-two .header-top-left {
  padding-left: 25px;
}

.header-style-two .header-top-right {
  gap: 20px;
}

.header-top-btn a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 0;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  padding: 17px 25px;
}

.header-top-btn a i {
  font-size: 16px;
  margin-right: 10px;
}

.header-top-btn a:hover {
  background: var(--tg-blue);
}

.header-style-two .menu-area {
  /*	box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);*/
  background: var(--tg-white);
  padding: 0 0 0 30px;
}

.header-style-two .navbar-wrap ul {
  margin: 0 0 0 60px;
}

.header-style-two .navbar-wrap ul li a {
  padding: 32px 15px;
}

.header-contact-two {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.header-contact-two .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  line-height: 0;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 7px;
}

.header-contact-two .content span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--tg-paragraph-color);
  line-height: 1;
  margin-bottom: 5px;
}

.header-contact-two .content a {
  font-weight: 700;
  font-size: 16px;
  display: block;
  line-height: 1;
  color: var(--tg-secondary-color);
}

.header-contact-two .content a:hover {
  color: var(--tg-primary-color);
}

.header-style-two .header-action ul>li>a {
  padding: 29px 29px;
  display: block;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.header-action .offcanvas-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 26px;
  padding: 29px 29px;
  justify-content: center;
}

.header-action .offcanvas-menu a span {
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--tg-paragraph-color);
  transition: .3s linear;
}

.header-action .offcanvas-menu a span:nth-child(2) {
  width: 23px;
}

.header-action .offcanvas-menu a span:nth-child(3) {
  width: 15px;
}

.header-style-two .header-action .offcanvas-menu a:hover span {
  background: var(--tg-primary-color);
}

.header-style-two .header-action>ul li {
  margin-left: 0;
}

.header-style-two .header-action>ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}

.header-style-two .header-action>ul li:first-child::before {
  display: none;
}

.header-style-two.sticky-menu .heder-top-wrap {
  display: none;
}

.header-style-two.sticky-menu .menu-area {
  box-shadow: none;
}


/* header-three */
.header-action .offcanvas-menu.offcanvas-menu-two a {
  padding: 0 0;
}

.header-style-three .header-action>ul li {
  margin-left: 20px;
}

.header-style-three .header-action>ul li:first-child {
  margin-left: 0;
}

.header-style-three .header-action>ul {
  margin-left: 50px;
}


/* header-four */
.header-style-four .heder-top-wrap {
  padding: 0;
}

.header-style-four .header-top-right {
  gap: 20px;
}

.header-style-four .menu-area {
  background: var(--tg-white);
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
}


.header-style-five .header-btn .btn {
  text-transform: capitalize;
}

.header-style-six .menu-area {
  background: var(--tg-white);
}


/*=============================
03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-white);
  margin-right: 30px;
  top: 15px;
}

.nav-logo img {
  max-width: 135px;
}

.mobile-search {
  padding: 0 20px 25px 25px;
}

.mobile-search form {
  position: relative;
}

.mobile-search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  background: var(--tg-gray);
  color: var(--tg-secondary-color);
}

.mobile-search input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-heading-font-color);
}

.mobile-search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-secondary-color);
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #292b37;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .navigation ul {
  padding: 0;
  margin: 0;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-heading-font-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.mobile-menu .navigation li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #292b37;
  background: var(--tg-gray);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--tg-primary-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-heading-font-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--tg-gray);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
  border-color: var(--tg-primary-color);
  background: var(--tg-primary-color);
  color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-primary-color);
  display: none;
  margin-top: 30px;
  padding: 5px 10px;
  border: 2px solid var(--tg-primary-color);
}


/*=============================
04. Search
===============================*/
.search-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.90);
  height: 100%;
  width: 100%;
  z-index: 99;
  padding: 100px 0;
  display: none;
}

.search-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.search-wrap .title {
  font-size: 47px;
  margin: 0 0 70px 0;
  font-weight: 700;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--tg-primary-color);
  padding: 10px 50px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background: transparent;
  color: var(--tg-heading-font-color);
}

.search-form input::placeholder {
  font-size: 30px;
  color: var(--tg-heading-font-color);
  opacity: .5;
}

.search-btn {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: var(--tg-primary-color);
  top: 50%;
  transform: translateY(-50%);
}

.search-close {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: var(--tg-primary-color);
  cursor: pointer;
}


/*=============================
05. OffCanvas
===============================*/
.extra-info {
  background: var(--tg-white) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  transform: translateX(100%);
}

.extra-info.active {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon>button {
  background: transparent;
  border: 0 none;
  color: var(--tg-primary-color);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info .logo-side img {
  max-width: 151px;
}

.side-info {
  border-top: 1px solid var(--tg-primary-color);
  padding-top: 25px;
}

.contact-list h4 {
  color: var(--tg-heading-font-color);
  font-weight: 700;
  font-size: 18px;
}

.contact-list p {
  color: var(--tg-paragraph-color);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}

.side-instagram {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.side-instagram li {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 5px;
}

.side-instagram li>a {
  display: block;
}

.side-instagram img {
  width: 100%;
  border-radius: 5px;
}

.social-icon-right>a {
  color: var(--tg-primary-color);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right>a:hover {
  color: var(--tg-secondary-color);
}

.offcanvas-overly {
  position: fixed;
  background: var(--tg-black);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.offcanvas-overly.active {
  opacity: .5;
  visibility: visible;
}

/* 3. Slider */
.home-slider {
  position: relative;
  margin-top: -60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .home-slider {
    margin-top: 0;
  }
}

.home-slider .home-slide {
  height: 850px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .home-slider .home-slide {
    height: 750px;
  }
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide {
    height: 650px;
  }
}

.home-slider .home-slide .home-slide-text {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .home-slider .home-slide .home-slide-text {
    margin-left: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .home-slide .home-slide-text {
    margin-left: 120px;
  }
}

.home-slider .home-slide .home-slide-text:before {
  content: "";
  background: #ffffff;
  opacity: 0.28;
  position: absolute;
  left: -100px;
  top: -119px;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  z-index: -1;
}

.main-slider {
  padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .home-slide .home-slide-text:before {
    left: -60px;
  }
}

@media (max-width: 767px) {
  .home-slider .home-slide .home-slide-text:before {
    opacity: 0.8;
    left: -110px;
    top: -140px;
    width: 600px;
    height: 600px;
  }
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text:before {
    left: -110px;
    top: -76px;
    width: 450px;
    height: 450px;
  }
}

.home-slider .home-slide .home-slide-text .home-slide-shape {
  position: absolute;
  left: -119px;
  top: -160px;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .home-slide .home-slide-text .home-slide-shape {
    left: -80px;
  }
}

@media (max-width: 767px) {
  .home-slider .home-slide .home-slide-text .home-slide-shape {
    display: none;
  }
}

.home-slider .home-slide .home-slide-text .home-slide-cat {
  margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text .home-slide-cat {
    margin-bottom: 0;
  }
}

.home-slider .home-slide .home-slide-text .home-slide-cat a {
  font-size: 20px;
  color: #7dc642;
}

.home-slider .home-slide .home-slide-text .home-slide-cat a:hover {
  color: #ffb500;
}

.home-slider .home-slide .home-slide-text .home-slide-title h3 {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #1f2b3b;
  margin-bottom: 34px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    line-height: 80px;
    font-size: 68px;
  }
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}

.home-slider .home-slide .home-slide-text .home-slide-title h3 span {
  font-weight: 300;
}

.home-slider .home-slide .home-slide-text .home-slide-title h3 a {
  color: #1f2b3b;
}

.home-slider .home-slide .home-slide-text .home-slide-title h3 a:hover {
  color: #7dc642;
}

.home-slider .home-slide .home-slide-text .home-slide-btn .a-btn {
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  background: #ffb500;
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text .home-slide-btn .a-btn {
    margin-bottom: 20px;
  }
}

.home-slider .home-slide .home-slide-text .home-slide-btn .a-btn:hover {
  background: #7dc642;
}

.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn {
  color: #808285;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn:hover {
  color: #ffb500;
}

.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn:hover i {
  color: #ffb500;
  margin-right: 7px;
}

.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn i {
  font-size: 22px;
  margin-right: 5px;
  line-height: 30px;
  vertical-align: middle;
  color: #363636;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn span {
  display: inline-block;
  border-bottom: 2px solid;
  vertical-align: middle;
}

.home-slider-2 .home-slide-2 {
  height: 850px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 {
    height: 750px;
  }
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider-2 .home-slide-2 {
    height: 600px;
  }
}

.home-slider-2 .home-slide-2:before {
  content: "";
  background: #091322;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}

.home-slider-2 .home-slide-2 .home-slide-text-2 {
  text-align: center;
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat {
    margin-bottom: 15px;
  }
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat a {
    font-size: 18px;
  }
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat a:hover {
  color: #7dc642;
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
  font-weight: 700;
  font-size: 88px;
  line-height: 115px;
  color: #fff;
  margin-bottom: 55px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 85px;
    line-height: 106px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 120px;
    line-height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    line-height: 50px;
    font-size: 50px;
  }
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 a {
  color: #fff;
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 a:hover {
  color: #7dc642;
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .a-btn {
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  background: #7dc642;
}

@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .a-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .a-btn:hover {
  background: #fff;
  color: #7dc642;
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .b-btn {
  font-size: 14px;
  color: #fff;
  background: #205485;
}

@media (min-width: 320px) and (max-width: 424px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .b-btn {
    margin-bottom: 20px;
  }
}

.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .b-btn:hover {
  background: #fff;
  color: #ffb500;
}

.home-slider-2 .slick-prev {
  position: absolute;
  left: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #fff;
  color: #7dc642;
  border-radius: 50%;
  z-index: 9;
  border: 0;
  font-size: 17px;
}

.home-slider-2 .slick-prev:before {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.home-slider-2 .slick-prev:hover {
  color: #fff;
  background: #7dc642;
}

.home-slider-2 .slick-prev:hover:before {
  border-color: #7dc642;
}

.home-slider-2 .slick-next {
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #fff;
  color: #7dc642;
  border-radius: 50%;
  z-index: 9;
  border: 0;
  font-size: 17px;
}

.home-slider-2 .slick-next:before {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.home-slider-2 .slick-next:hover {
  color: #fff;
  background: #7dc642;
}

.home-slider-2 .slick-next:hover:before {
  border-color: #7dc642;
}

/* 5. Blog */
.service-wrap {
  text-align: center;
  padding: 60px 12px;
  background-color: #7dc642;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap {
    padding: 60px 30px;
  }
}

.service-wrap:before {
  content: "";
  width: 230px;
  height: 180px;
  opacity: 0.07;
  position: absolute;
  left: -115px;
  top: -80px;
  background-color: #fff;
  z-index: 4;
  border-radius: 50%;
}

.service-wrap:after {
  content: "";
  width: 230px;
  height: 180px;
  opacity: 0.07;
  position: absolute;
  right: -115px;
  bottom: -80px;
  background-color: #fff;
  z-index: 3;
  border-radius: 50%;
}

.service-wrap .service-shape:before {
  content: "";
  width: 592px;
  height: 494px;
  opacity: 0.07;
  position: absolute;
  right: -296px;
  bottom: -247px;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap .service-shape:before {
    right: -352px;
    bottom: -273px;
  }
}

.service-wrap .service-shape:after {
  content: "";
  width: 468px;
  height: 360px;
  opacity: 0.07;
  position: absolute;
  right: -234px;
  bottom: -180px;
  background-color: #fff;
  z-index: 2;
  border-radius: 50%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap .service-shape:after {
    right: -288px;
    bottom: -194px;
  }
}

.service-wrap .service-icon {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.service-wrap .service-details {
  position: relative;
  z-index: 5;
}

.service-wrap .service-details h4 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 12px;
}

.service-wrap .service-details h4 a {
  color: #fff;
}

.service-wrap .service-details h4 a:hover {
  color: #ffb500;
}

.service-wrap .service-details p {
  color: #fff;
  padding: 0 60px;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap .service-details p {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-wrap .service-details p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .service-wrap .service-details p {
    padding: 0;
  }
}

.service-wrap-2 {

  margin-bottom: 30px;
}

.service-wrap-2:hover .service-thumb a {
  display: block;
}

.service-wrap-2:hover .service-thumb .service-icon {
  background: #fff;
  color: #363636;
}

.service-wrap-2:hover .service-details:before {
  background: #5fb858;
}

.service-wrap-2:hover .service-details h4 a {
  color: #fff;
}

.service-wrap-2:hover .service-details p {
  color: #fff;
}

.service-wrap-2:hover .service-details .read-more {
  color: #fff;
}

.service-wrap-2 .service-thumb {
  position: relative;
  z-index: 2;
}

.service-wrap-2 .service-thumb>img {
  width: 100%;
}

.service-wrap-2 .service-thumb .service-icon {
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #7dc642;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 45px;
  bottom: -40px;
  font-size: 35px;
  color: #fff;
}

.service-wrap-2 .service-details {
  position: relative;
  padding: 20px 35px;
  /* left: 30px; */
  z-index: 1;
  text-align: center;
  background: #ffffff;
  color: #fff;
}

.service-wrap-2 .service-details:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -266px;
  bottom: 0;

  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 10px;
}

.service-wrap-2 .service-details h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.service-wrap-2 .service-details h4 a {
  color: #000000;
}

.service-wrap-2 .service-details p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.service-wrap-2 .service-details .read-more {
  color: #808285;
  font-size: 26px;
  line-height: 1;
  margin-top: 15px;
}

.service-area-2 {
  /* background-color: #e5f4d9; */
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}

.service-area-2 .shape-1 {
  position: absolute;
  left: 150px;
  bottom: 75px;
  opacity: 0.05;
}

.service-area-2 .shape-2 {
  position: absolute;
  right: 155px;
  top: 185px;
  opacity: 0.05;
}

.service-wrap-3 {
  padding: 40px 30px;
  text-align: center;
  background: #f2f9ec;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-3:hover {
  background: #7dc642;
}

.service-wrap-3:hover .service-icon {
  color: #fff;
}

.service-wrap-3:hover .service-details h4 a {
  color: #fff;
}

.service-wrap-3:hover .service-details p {
  color: #fff;
}

.service-wrap-3 .service-icon {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 1;
  color: #7dc642;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-3 .service-details h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}

.service-wrap-3 .service-details h4 a {
  color: #363636;
  font-size: 20px;
}

.service-wrap-3 .service-details h4 a:hover {
  color: #fff;
}

.service-wrap-3 .service-details p {
  font-size: 15px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-4 {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 30px;
  height: 400px;
}

.service-wrap-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: #7dc642; */
  z-index: -1;
  /* clip-path: polygon(3% 0%, 100% 5%, 100% 100%, 0% 95%); */
  border: 1px solid #dddddd;
  border-radius: 6px;

}

.service-wrap-4 .service-icon {
  margin-bottom: 25px;
  font-size: 60px;
  color: #7dc642;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-4 .service-details h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}

.service-wrap-4 .service-details h4 a {
  color: #000000;
}

.service-wrap-4 .service-details p {
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}



.services-details-wrapper .services-details-img img {
  width: 100%;
}

.services-details-wrapper .services-details-text h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services-details-wrapper .services-details-text p {
  font-size: 19px;
  line-height: 28px;
}

.services-details-wrapper .services-details-info {
  padding: 37px 44px 40px 44px;
  position: relative;
  margin-top: 51px;
  margin-bottom: 80px;
  background-color: #7dc642;
}

.services-details-wrapper .services-details-info:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  transition: all 0.3s ease 0s;
  right: 60px;
  bottom: -15px;
  font-size: 60px;
  color: #ffb500;
  font-weight: 700;
}

.services-details-wrapper .services-details-info p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 36px;
  font-style: italic;
}

.services-details-wrapper .services-details-link {
  overflow: hidden;
}

.services-details-wrapper .services-details-link .services-details-icon {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.services-details-wrapper .services-details-link .services-details-icon i {
  font-size: 30px;
  color: #7dc642;
}

.services-details-wrapper .services-details-link .services-details-link-text {
  margin-bottom: 20px;
  overflow: hidden;
}

.services-details-wrapper .services-details-link .services-details-link-text p {
  margin-bottom: 0;
  font-size: 17px;
}

.service-area-3 {
  background-color: #f2f9ec;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.service-area-3 .service-thumb-1 {
  position: absolute;
  right: 90px;
  top: -130px;
}

@media (max-width: 767px) {
  .service-area-3 .service-thumb-1 {
    display: none;
  }
}

.service-wrap-5 {
  text-align: center;
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-wrap-5 {
    padding: 40px 50px;
  }
}

.service-wrap-5:hover {
  transform: translateY(-10px);
}

.service-wrap-5:hover:before {
  visibility: visible;
  opacity: 0.8;
}

.service-wrap-5:hover .service-wrap-bg {
  visibility: visible;
  opacity: 1;
}

.service-wrap-5:hover .service-icon {
  color: #fff;
}

.service-wrap-5:hover .service-details h4:before {
  background: #fff;
}

.service-wrap-5:hover .service-details h4 a {
  color: #fff;
}

.service-wrap-5:hover .service-details h4 a:hover {
  color: #fff;
}

.service-wrap-5:hover .service-details p {
  color: #fff;
}

.service-wrap-5:hover .service-details .read-more {
  color: #fff;
}

.service-wrap-5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #7dc642;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-5 .service-wrap-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-5 .service-icon {
  font-size: 40px;
  color: #7dc642;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-5 .service-details h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 25px;
}

.service-wrap-5 .service-details h4:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #7dc642;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}

.service-wrap-5 .service-details h4 a {
  color: #363636;
}

.service-wrap-5 .service-details h4 a:hover {
  color: #7dc642;
}

.service-wrap-5 .service-details p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-5 .service-details .read-more {
  color: #808285;
  font-size: 26px;
  line-height: 1;
  margin-top: 18px;
}

/* 7. About */
.about-thumb {
  position: relative;
}

.about-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-thumb:hover .about-thumb::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}


.about-thumb img {
  width: 100%;
}

.certification {
  position: relative;
}

.certification::after {
  /* content: ''; */
  position: absolute;
  width: 3px;
  background: #5fb85863;
  height: 82%;
  top: 22px;
  left: -16px;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-17deg, 0deg);
}

.location-card {
  background-color: white;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 30px 40px;
  margin-bottom: 10px;
  position: relative;
  min-height: 236px;
  text-align: center;
}

.location-card .box-title {
  border-bottom: 1px solid #d8dde1;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 24px;
}

.footer-info {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.location-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 4px;
  width: calc(100% - 60px);
  background-image: -webkit-radial-gradient(50% 50%, 50% 50%, #04CE78 56.77%, rgba(4, 206, 120, 0) 100%);
  background-image: radial-gradient(50% 50% at 50% 50%, #5fb858 56.77%, rgba(4, 206, 120, 0) 100%);
}

.about-thumb .about-thumb-shape {
  font-size: 500px;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  line-height: 1;
  position: absolute;
  bottom: -130px;
  left: -162px;
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-thumb .about-thumb-shape {
    left: -42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-thumb .about-thumb-shape {
    left: -42px;
  }
}

@media (max-width: 767px) {
  .about-thumb .about-thumb-shape {
    left: -42px;
  }
}

@media (max-width: 767px) {
  .about-thumb .about-thumb-shape {
    display: none;
  }
}

.about-thumb .about-thumb-small {
  position: absolute;
  left: -60px;
  bottom: -60px;
}

.about-details {
  /* padding-right: 100px; */
  position: relative;
  text-align: justify;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-details {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-details {
    padding-right: 0;
  }
}

.about-details .about-num {
  position: relative;
  font-family: "Signika", sans-serif;
  font-size: 150px;
  display: inline-block;
  padding-top: 50px;
  padding-left: 45px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #7dc642;
  line-height: 102px;
}

.services__area-home7 {
  background-color: #ecf6fa;
  background-image: url(../images/bg-service.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.services__bg-seven {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  /* background: var(--tg-color-white-default); */
}

.services__item-style-2 .services__item-five {
  text-align: left;
  height: auto;
  padding: 45px 30px 30px 30px;
}

@media(max-width:750px) {
  .services__item-style-2 .services__item-five {
    height: auto;
  }
}

.services__item-five {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9e9f0;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 60px 30px 45px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services__content-five .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-details .about-num:before {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
  background: #7dc642;
  opacity: 0.15;
}

.about-details h4 {
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 30px;
}

.about-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.about-details .about-seal {
  position: absolute;
  right: 0px;
  top: -215px;
  width: 246px;
}

@media (max-width: 767px) {
  .about-details .about-seal {
    display: none;
  }
}

.about-details .about-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.about-details .about-feature .about-feature-icon {
  width: 77px;
  height: 77px;
  line-height: 51px;
  text-align: center;
  background: #e5f4d9;
  border-radius: 50%;
  font-size: 26px;
  color: #7dc642;
  padding: 12px;
}

.about-details .about-feature .about-feature-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 26px;
}

.about-details .about-feature .about-feature-content h5 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

.about-details .about-feature .about-feature-content p {
  font-size: 16px;
  line-height: 28px;
  color: #808285;
  margin-bottom: 0;
}

/* 11. Section Helper */
.bg-fix {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-title {
  position: relative;
  padding: 15px 0;
  z-index: 1;
}

.section-title .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.07;
}

.section-title h5 {
  color: #5fb858;
  font-size: 31px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.section-title h3 {
  font-size: 37px;
  line-height: 50px;
  color: #205485;
  margin-bottom: 0;
}

@media (min-width: 320px) and (max-width: 425px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.section-title.text-center .icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-title-white .icon {
  opacity: 0.1;
}

.section-title-white h5 {
  color: #fff;
}

.section-title-white h3 {
  color: #fff;
}

.faq-wrap {
  padding: 75px 120px;
  background-color: #f2f9ec;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .faq-wrap {
    padding: 75px 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq-wrap {
    padding: 75px 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-wrap {
    padding: 75px 75px;
  }
}

@media (max-width: 767px) {
  .faq-wrap {
    padding: 50px 30px;
  }
}

.faq-wrap h3 {
  font-size: 60px;
  line-height: 70px;
  color: #363636;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .faq-wrap h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.accordion-wrapper .accordion-wrap {
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(99, 99, 99, 0.15);
}

.accordion-wrapper .accordion-wrap .accordion-header button {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  background: #fff;
  width: 100%;
  border: 2px solid #fff;
  padding: 18px 50px 18px 40px;
  text-align: left;
  border-radius: 0;
  position: relative;
}

@media (max-width: 767px) {
  .accordion-wrapper .accordion-wrap .accordion-header button {
    font-size: 18px;
  }
}

.accordion-wrapper .accordion-wrap .accordion-header button:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true] {
  color: #363636;
  background: #fff;
  border-color: #fff;
}

.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true]:after {
  content: "";
}

.accordion-wrapper .accordion-wrap .accordion-body {
  padding: 0px 40px 30px;
}

.video-wrap {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-wrap .play-animation {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .video-wrap .play-animation {
    margin-bottom: 50px;
  }
}

.video-wrap .video-thumb {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .video-wrap .video-thumb {
    height: 500px;
  }
}

.video-wrap .video-thumb img {
  width: 100%;
}

@media (max-width: 767px) {
  .video-wrap .video-thumb img {
    height: 100%;
    object-fit: cover;
  }
}

.video-wrap .video-thumb:before {
  content: "";
  background: #1f2b3b;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 2;
}

.video-wrap .video-hover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  text-align: center;
}

.video-wrap .video-hover h3 {
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  font-weight: 600;
  padding: 0 200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrap .video-hover h3 {
    padding: 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-wrap .video-hover h3 {
    padding: 0 50px;
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .video-wrap .video-hover h3 {
    padding: 0 30px;
    font-size: 30px;
    line-height: 40px;
  }
}

/* 12. Choose Us */
.choose-us-area {
  margin-top: -80px;
  padding: 0 260px;
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}

.choose-us-area .choose-us-bg {
  background-color: #7dc642;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.choose-us-wrap p {
  color: #fff;
  margin-bottom: 40px;
}

.choose-us-list {
  display: flex;
  flex-wrap: wrap;
}

.choose-us-list .choose-list-icon {
  width: 95px;
}

.choose-us-list .choose-list-icon .icon {
  font-size: 24px;
  color: #7dc642;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 11px;
  margin-left: 11px;
  z-index: 1;
}

.choose-us-list .choose-list-icon .icon:before {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  top: -11px;
  left: -11px;
  opacity: 0.15;
  z-index: -1;
  position: absolute;
}

.choose-us-list .choose-list-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.choose-us-list .choose-list-details h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 14px;
}

.choose-us-list .choose-list-details p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.choose-us-list-2 {
  display: flex;
  flex-wrap: wrap;
}

.choose-us-list-2 .choose-list-icon {
  width: 95px;
}

.choose-us-list-2 .choose-list-icon .icon {
  font-size: 24px;
  color: #fff;
  width: 70px;
  height: 66px;
  line-height: 38px;
  background: #5fb858;
  text-align: center;
  position: relative;
  margin-top: 11px;
  margin-left: 0px;
  z-index: 1;
  padding: 10px;
}

.choose-us-list-2 .choose-list-icon .icon:before {
  content: "";
  width: 60px;
  height: 60px;
  background: #4fb05d;
  top: -11px;
  left: -11px;
  opacity: 0.15;
  z-index: -1;
  position: absolute;
}

.choose-us-list-2 .choose-list-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.choose-us-list-2 .choose-list-details h4 {
  font-size: 20px;
  line-height: 30px;
  color: #363636;
  margin-bottom: 6px;
}

.choose-us-list-2 .choose-list-details p {
  color: #686868;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.choose-us-thumb {
  position: relative;
  z-index: 1;
}

.choose-us-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #5fb858;
  width: 100%;
  height: 100%;
  transform: rotate(356deg);
  z-index: -1;
  border-radius: 40px 0 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us-thumb:before {
    left: -30px;
    top: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .choose-us-thumb:before {
    left: -30px;
    top: -30px;
  }
}

@media (max-width: 767px) {
  .choose-us-thumb:before {
    left: -30px;
    top: -30px;
  }
}

.choose-wrap-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f2f9ec;
  position: relative;
  margin-bottom: -200px;
}

.choose-wrap-2 .choose-wrap-thumb {
  width: 40%;
  position: relative;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .choose-wrap-2 .choose-wrap-thumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .choose-wrap-2 .choose-wrap-thumb {
    display: none;
  }
}

.choose-wrap-2 .choose-wrap-thumb>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .choose-wrap-2 .choose-wrap-thumb>img {
    height: 675px;
  }
}

.choose-wrap-2 .choose-wrap-thumb .shape {
  position: absolute;
  left: -80px;
  top: -100px;
  z-index: -1;
}

.choose-wrap-2 .choose-wrap-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 50px 80px;
}

@media (max-width: 767px) {
  .choose-wrap-2 .choose-wrap-details {
    padding: 50px 30px;
  }
}

.choose-wrap-2 .choose-wrap-details .drop-cap {
  float: left;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  color: #7dc642;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* 13. Team */
.team-wrap {
  position: relative;
  margin-top: 54px;
  margin-bottom: 54px;
}

.team-wrap .team-thumb a {
  display: block;
}

.team-wrap .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-wrap .team-details {
  padding: 23px 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .team-details {
    padding: 23px 20px;
  }
}

.team-wrap .team-details h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-wrap .team-details h4 a {
  color: #1f2b3b;
}

.team-wrap .team-details h4 a:hover {
  color: #7dc642;
}

.team-wrap .team-details p {
  color: #808285;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-wrap .team-details .social {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-wrap .team-details .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  background: #1f2b3b;
  border-radius: 50%;
}

.team-wrap .team-details .social a.facebook {
  background: #37538d;
}

.team-wrap .team-details .social a.twitter {
  background: #47a5ed;
}

.team-wrap .team-details .social a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}

.team-wrap .team-details .social a.pinterest {
  background: #be1e24;
}

.team-wrap-2 {
  position: relative;
  margin-bottom: 30px;
}

.team-wrap-2:hover .team-thumb:before {
  visibility: visible;
  opacity: 0.5;
}

.team-wrap-2:hover .team-thumb .social {
  visibility: visible;
  opacity: 1;
}

.team-wrap-2 .team-thumb {
  position: relative;
  z-index: 1;
}

.team-wrap-2 .team-thumb:before {
  content: "";
  background: #7dc642;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-wrap-2 .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-wrap-2 .team-thumb .social {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.team-wrap-2 .team-thumb .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  background: #1f2b3b;
  border-radius: 50%;
}

.team-wrap-2 .team-thumb .social a.facebook {
  background: #37538d;
}

.team-wrap-2 .team-thumb .social a.twitter {
  background: #47a5ed;
}

.team-wrap-2 .team-thumb .social a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}

.team-wrap-2 .team-thumb .social a.pinterest {
  background: #be1e24;
}

.team-wrap-2 .team-details {
  padding: 23px 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap-2 .team-details {
    padding: 23px 20px;
  }
}

.team-wrap-2 .team-details h4 {
  font-size: 20px;
  line-height: 25px;
  color: #1f2b3b;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-wrap-2 .team-details p {
  color: #808285;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-slider {
  margin-bottom: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-slider {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-slider {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .team-slider {
    margin-bottom: 0;
  }
}

.team-slider .team-slide {
  padding: 0 15px;
}

.team-slider .team-slide .team-wrap {
  height: 378px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .team-slide .team-wrap {
    height: 432px;
  }
}

@media (max-width: 767px) {
  .team-slider .team-slide .team-wrap {
    height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .slick-active .team-wrap {
    margin-bottom: 0;
  }

  .team-slider .slick-active .team-wrap .team-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    transform: scaleY(1.18) translateY(-22px);
  }

  .team-slider .slick-active .team-wrap .team-details {
    position: relative;
    left: 20px;
  }

  .team-slider .slick-active .team-wrap .team-details:before {
    content: "";
    background-color: #7dc642;
    background-image: url(../img/shape/shape-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -200px;
    right: 0;
    bottom: 0;
  }

  .team-slider .slick-active .team-wrap .team-details h4 a {
    color: #fff;
  }

  .team-slider .slick-active .team-wrap .team-details h4 a:hover {
    color: #fff;
  }

  .team-slider .slick-active .team-wrap .team-details p {
    color: #fff;
  }

  .team-slider .slick-active .team-wrap .team-details .social {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 14px;
  }

  .team-slider .slick-active .team-wrap .team-details .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    background: #1f2b3b;
    border-radius: 50%;
  }

  .team-slider .slick-active .team-wrap .team-details .social a.facebook {
    background: #37538d;
  }

  .team-slider .slick-active .team-wrap .team-details .social a.twitter {
    background: #47a5ed;
  }

  .team-slider .slick-active .team-wrap .team-details .social a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  }

  .team-slider .slick-active .team-wrap .team-details .social a.pinterest {
    background: #be1e24;
  }
}

@media (max-width: 767px) {
  .team-slider .slick-active .team-wrap {
    margin-bottom: 0;
  }

  .team-slider .slick-active .team-wrap .team-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    transform: scaleY(1.18) translateY(-22px);
  }

  .team-slider .slick-active .team-wrap .team-details {
    position: relative;
    left: 20px;
  }

  .team-slider .slick-active .team-wrap .team-details:before {
    content: "";
    background-color: #7dc642;
    background-image: url(../img/shape/shape-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -200px;
    right: 0;
    bottom: 0;
  }

  .team-slider .slick-active .team-wrap .team-details h4 {
    color: #fff;
  }

  .team-slider .slick-active .team-wrap .team-details p {
    color: #fff;
  }

  .team-slider .slick-active .team-wrap .team-details .social {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 14px;
  }

  .team-slider .slick-active .team-wrap .team-details .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    background: #1f2b3b;
    border-radius: 50%;
  }

  .team-slider .slick-active .team-wrap .team-details .social a.facebook {
    background: #37538d;
  }

  .team-slider .slick-active .team-wrap .team-details .social a.twitter {
    background: #47a5ed;
  }

  .team-slider .slick-active .team-wrap .team-details .social a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  }

  .team-slider .slick-active .team-wrap .team-details .social a.pinterest {
    background: #be1e24;
  }
}

.team-slider .slick-center .team-wrap {
  margin-bottom: 0;
}

.team-slider .slick-center .team-wrap .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scaleY(1.18) translateY(-22px);
}

.team-slider .slick-center .team-wrap .team-details {
  position: relative;
  left: 20px;
}

.team-slider .slick-center .team-wrap .team-details:before {
  content: "";
  background-color: #7dc642;
  background-image: url(../img/shape/shape-4.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -200px;
  right: 0;
  bottom: 0;
}

.team-slider .slick-center .team-wrap .team-details h4 a {
  color: #fff;
}

.team-slider .slick-center .team-wrap .team-details h4 a:hover {
  color: #fff;
}

.team-slider .slick-center .team-wrap .team-details p {
  color: #fff;
}

.team-slider .slick-center .team-wrap .team-details .social {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 14px;
}

.team-slider .slick-center .team-wrap .team-details .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  background: #1f2b3b;
  border-radius: 50%;
}

.team-slider .slick-center .team-wrap .team-details .social a.facebook {
  background: #37538d;
}

.team-slider .slick-center .team-wrap .team-details .social a.twitter {
  background: #47a5ed;
}

.team-slider .slick-center .team-wrap .team-details .social a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}

.team-slider .slick-center .team-wrap .team-details .social a.pinterest {
  background: #be1e24;
}

.team-slider .slick-prev {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #7dc642;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}

.team-slider .slick-prev:hover {
  color: #fff;
  background: #7dc642;
}

.team-slider .slick-next {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #7dc642;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .team-slider .slick-next {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .team-slider .slick-next {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .team-slider .slick-next {
    display: none !important;
  }
}

.team-slider .slick-next:hover {
  color: #fff;
  background: #7dc642;
}

/* 14. Counter */
.counter-area {
  background-color: #f6fbf2;
}

.counter-area-2 {
  background: #1f2b3b;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-details {
    padding: 130px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-details {
    padding: 130px 0;
  }
}

@media (max-width: 767px) {
  .counter-details {
    padding: 130px 0;
  }
}

.counter-details h3 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
}

.play-animation {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  position: relative;
  background: #ffb500;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  margin-bottom: 100px;
}

.play-animation:hover {
  color: #fff;
}

.play-animation:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-2;
  animation-name: shape-2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0.8s;
}

.play-animation .shape {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-1;
  animation-name: shape-1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 1.1s;
}

.play-animation:after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-3;
  animation-name: shape-3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

@keyframes shape-1 {
  from {
    width: 70px;
    height: 70px;
  }

  to {
    width: 100px;
    height: 100px;
    opacity: 0.5;
  }
}

@keyframes shape-2 {
  from {
    width: 70px;
    height: 70px;
  }

  to {
    width: 125px;
    height: 125px;
    opacity: 0.5;
  }
}

@keyframes shape-3 {
  from {
    width: 70px;
    height: 70px;
  }

  to {
    width: 150px;
    height: 150px;
    opacity: 0.5;
  }
}

.counter-right-wrap {
  background: #5fb858;
  padding: 80px 70px 20px;
  margin-top: -65px;
  position: relative;
  margin-bottom: 130px;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-right-wrap {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-right-wrap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .counter-right-wrap {
    margin-top: 0;
    text-align: center;
    padding: 80px 30px 20px;
  }
}

.counter-right-wrap:before {
  content: "";
  background: #5fb858;
  opacity: 0.2;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .counter-right-wrap:before {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .counter-right-wrap:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .counter-right-wrap:before {
    display: none;
  }
}

.counter-right-wrap>h4 {
  color: #fff;
  font-size: 34px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 60px;
}

.counter-right-wrap .counter-wrap {
  position: relative;
  padding: 22px 0;
}

.counter-right-wrap .counter-wrap h4 {
  font-size: 90px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
  line-height: 65px;
}

.counter-right-wrap .counter-wrap p {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

.counter-right-wrap .counter-wrap .icon {
  position: absolute;
  font-size: 100px;
  color: #fff;
  opacity: 0.1;
  line-height: 1;
  left: 0;
  top: 0;
}

/* 15. Brand */
.brand-area {
  background-color: #5fb858;
}

.brand-slider .brand-slide {
  text-align: center;
  margin: 0 10px;
}

.brand-slider .brand-slide img {
  display: inline-block;

  border-radius: 0px;

}

.brand-slider .slick-prev {
  position: absolute;
  right: 101%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #ffb4bd;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #5fb858;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .brand-slider .slick-prev {}

  .brand-slider .slick-prev {
    position: absolute;
    right: 97%;
    top: 47%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #e2ffcb;
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    color: #7dc642;
    z-index: 99;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-slider .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .brand-slider .slick-prev {}

  .brand-slider .slick-prev {
    position: absolute;
    right: 95%;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #e5f4d9;
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    color: #7dc642;
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .brand-slider .slick-prev {}
}

@media (max-width: 479px) {
  .brand-slider .slick-prev {
    display: block !important;
  }

  .contact-address-wrapper {
    min-height: 40px !important;
  }

  .brand-slider .slick-next {
    display: block !important;
  }

  .brand-slider .slick-prev {
    position: absolute;
    z-index: 999 !important;
    right: 90% !important;
  }

  .brand-slider .slick-next {
    position: absolute;
    left: 89% !important;
    top: 46% !important;
  }

  .mt-80 {
    margin-top: 42px !important;
  }

  .pt-80 {
    padding-top: 24px !important;
  }

  .mt-xs-60 {
    margin-top: 19px !important;
  }

  .about-details h4 {
    font-size: 28px !important;
    line-height: 44px !important;
    margin-bottom: 8px !important;
  }

  .mt-45 {
    margin-top: 20px !important;
  }

  .mb-55 {
    margin-bottom: 25px !important;
  }

  .section-title .icon img {
    width: 108px !important;
  }

  .mt-xs-50 {
    margin-top: 20px !important;
  }

  .mb-35 {
    margin-bottom: 20px !important;
  }

  .counter-area {
    margin-top: 10px !important;
  }

  .counter-details {
    padding: 30px 0 !important;
  }

  .counter-right-wrap {
    padding: 35px 30px 10px !important;
  }

  .counter-right-wrap {
    margin-bottom: 74px !important;
  }

  .footer-widget {
    padding: 20px 20px !important;
  }

  .counter-right-wrap>h4 {
    margin-bottom: 16px !important;
    line-height: 49px !important;
  }
}

.brand-slider .slick-prev:hover {
  color: #fff;
  background: #ffb500;
}

.brand-slider .slick-next {
  position: absolute;
  left: 101%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #ffb4bd;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #5fb858;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .brand-slider .slick-next {}

  .brand-slider .slick-next {
    position: absolute;
    left: 97%;
    top: 47%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #e2ffcb;
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    color: #7dc642;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-slider .slick-next {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .brand-slider .slick-next {}

  .brand-slider .slick-next {
    position: absolute;
    left: 95%;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #e5f4d9;
    border: 0;
    border-radius: 50%;
    font-size: 22px;
    color: #7dc642;
  }
}

@media (max-width: 767px) {
  .brand-slider .slick-next {}
}

.brand-slider .slick-next:hover {
  color: #fff;
  background: #5fb858;
}

/* 16. Testimonial */
.testimonial-slider {
  padding-bottom: 106px;
}

.testimonial-slider .slick-prev {
  position: absolute;
  left: -150px;
  top: 22%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #7dc642;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}

.testimonial-slider .slick-prev:hover {
  color: #fff;
  background: #7dc642;
}

.testimonial-slider .slick-next {
  position: absolute;
  right: -150px;
  top: 22%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #7dc642;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}

.testimonial-slider .slick-next:hover {
  color: #fff;
  background: #7dc642;
}

.testimonial-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial-slider .slick-dots li button {
  background: #fff;
  border: 3px solid #7dc642;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  font-size: 0;
}

.testimonial-slider .slick-dots li.slick-active button {
  background: #7dc642;
  transform: scale(1.3);
}

.testimonial-slide .testimonial-img {
  position: relative;
  margin-right: -55px;
  text-align: right;
}

.testimonial-slide .testimonial-img img {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide .testimonial-details {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .testimonial-slide .testimonial-details {
    text-align: center;
  }
}

.testimonial-slide .testimonial-details .rating {
  font-size: 18px;
  color: #7dc642;
  margin-bottom: 18px;
}

.testimonial-slide .testimonial-details>p {
  color: #363636;
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .testimonial-slide .testimonial-details>p {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-slide .testimonial-details .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .testimonial-slide .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonial-slide .testimonial-details .author-wrap .author-thumb {
  width: 80px;
}

.testimonial-slide .testimonial-details .author-wrap .author-thumb img {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 11px 0 rgba(125, 198, 66, 0.6);
}

.testimonial-slide .testimonial-details .author-wrap .author-text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.testimonial-slide .testimonial-details .author-wrap .author-text h5 {
  font-size: 25px;
  line-height: 20px;
  margin-bottom: 7px;
  font-weight: 600;
  color: #271b16;
  text-align: center;
  margin-top: 36px;
}

.testimonial-slide .testimonial-details .author-wrap .author-text p {
  font-weight: 600;
  font-size: 13px;
  color: #7dc642;
  margin-bottom: 0;
}

.testimonial-area-2 {
  background: #7dc642;
  position: relative;
  z-index: 3;
}

.testimonial-area-2 .testimonial-thumb-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    width: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    width: 30%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    display: none;
  }
}

.testimonial-area-2 .testimonial-thumb-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f2b3b;
  opacity: 0.6;
}

.testimonial-area-2 .testimonial-thumb-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-area-2 .testimonial-thumb-2 {
  position: absolute;
  right: 300px;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-2 .testimonial-thumb-2 {
    right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-2 .testimonial-thumb-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial-area-2 .testimonial-thumb-2 {
    display: none;
  }
}

.testimonial-slider-2 .slick-prev {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #ffff;
  margin-top: -75px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}

.testimonial-slider-2 .slick-prev:hover {
  color: #7dc642;
  background: #fff;
  border-color: #fff;
}

.testimonial-slider-2 .slick-next {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  margin-bottom: -75px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}

.testimonial-slider-2 .slick-next:hover {
  color: #7dc642;
  background: #fff;
  border-color: #fff;
}

.testimonial-slide-2 .testimonial-img img {
  display: inline-block;
  border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details {
    text-align: center;
  }
}

.testimonial-slide-2 .testimonial-details .icon {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details .icon {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details .icon {
    margin-top: 30px;
  }
}

.testimonial-slide-2 .testimonial-details .icon img {
  display: inline-block;
}

.testimonial-slide-2 .testimonial-details>p {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slide-2 .testimonial-details>p {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details>p {
    font-size: 35px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details>p {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-slide-2 .testimonial-details .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonial-slide-2 .testimonial-details .author-wrap .author-thumb {
  width: 80px;
}

.testimonial-slide-2 .testimonial-details .author-wrap .author-thumb img {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 11px 0 rgba(125, 198, 66, 0.6);
}

.testimonial-slide-2 .testimonial-details .author-wrap .author-text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: left;
}

.testimonial-slide-2 .testimonial-details .author-wrap .author-text h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #ffff;
}

.testimonial-slide-2 .testimonial-details .author-wrap .author-text p {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

/* 17. Breadcrumb */
.breadcrumb-area {
  position: relative;
  /* margin-top: -60px; */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}

.breadcrumb-area .title {
  color: #fff;
  font-size: 38px;
  line-height: 20px;
  margin-bottom: 34px;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.breadcrumb-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-area ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area ul li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area ul li {
    font-size: 16px;
  }
}

.breadcrumb-area ul li:after {
  content: "||";
  margin-left: 10px;
  margin-right: 7px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area ul li:after {
    margin-left: 18px;
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-area ul li:after {
    margin-left: 10px;
    margin-right: 6px;
  }
}

.breadcrumb-area ul li:last-child:after {
  display: none;
}

.breadcrumb-area ul li a {
  display: inline-block;
  color: #fff;
}

.breadcrumb-area ul li a:hover {
  color: #7dc642;
}

/* 18. Progress */
.progress-circular {
  margin-bottom: 30px;
  text-align: center;
}

.progress-circular h4 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #363636;
}

.progress-circular p {
  font-size: 16px;
  line-height: 28px;
  color: #686868;
  margin-bottom: 0;
}

.progress-circular.text-white h4 {
  color: #fff;
}

.progress-circular.text-white p {
  color: #a0adc0;
}

/* 19. Approch */
.approch-area {
  background-color: #1f2b3b;
}

.approch-wrap {
  margin-bottom: 30px;
}

.approch-wrap:hover .approch-thumb img {
  transform: scale(1.1);
}

.approch-wrap:hover .approch-details {
  background: #7dc642;
}

.approch-wrap .approch-thumb {
  overflow: hidden;
}

.approch-wrap .approch-thumb a {
  display: block;
}

.approch-wrap .approch-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.approch-wrap .approch-details {
  text-align: center;
  padding: 40px 35px;
  background: #314156;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.approch-wrap .approch-details h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.approch-wrap .approch-details h4 a {
  color: #fff;
}

.approch-wrap .approch-details h4 a:hover {
  color: #fff;
}

.approch-wrap .approch-details p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.approch-wrap .approch-details .read-more {
  color: #fff;
  font-size: 30px;
  margin-top: 12px;
}

.offer-area .offer-details .cat {
  font-size: 24px;
  color: #7dc642;
  margin-bottom: 30px;
  font-weight: 700;
}

.offer-area .offer-details h4 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 35px;
}

.offer-area .offer-details h5 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 12px;
}

.offer-area .offer-details .price {
  font-size: 18px;
  color: #808285;
  display: block;
}

.offer-area .offer-details .a-btn {
  margin-top: 40px;
}

.offer-area .offer-thumb {
  position: relative;
  text-align: center;
}

.offer-area .offer-thumb .seal {
  position: absolute;
  right: 0;
  top: 0;
}

.cdown {
  display: inline-block;
  width: 110px;
  text-align: center;
  font-weight: 500;
  padding: 18px 0;
  background: #fff;
  margin-right: 25px;
  border-right: 4px solid #7dc642;
  border-bottom: 4px solid #7dc642;
  margin-bottom: 30px;
}

.cdown:last-child {
  margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cdown {
    width: 100px;
  }
}

.cdown span {
  font-size: 43px;
  color: #7dc642;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Signika", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cdown span {
    font-size: 36px;
  }
}

.cdown p {
  font-size: 14px;
  color: #363636;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

/* 20. Shop */
.product-wrap {
  position: relative;
  margin-bottom: 30px;
}

.product-wrap:hover .product-thumb img {
  transform: scale(1.05);
}

.product-wrap:hover .product-details {
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}

.product-wrap:hover .product-hover {
  opacity: 1;
  visibility: visible;
}

.product-wrap .product-thumb {
  position: relative;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 10px 60px 0 rgba(149, 149, 149, 0.17);
}

.product-wrap .product-thumb a {
  display: block;
}

.product-wrap .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.product-wrap .product-details {
  padding: 30px;
  text-align: center;
  position: absolute;
  opacity: 1;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.product-wrap .product-details h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 11px;
}

.product-wrap .product-details h5 a {
  color: #363636;
}

.product-wrap .product-details h5 a:hover {
  color: #7dc642;
}

.product-wrap .product-details .product-rating {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-wrap .product-details .product-rating li {
  display: inline-block;
  margin: 0 5px;
}

.product-wrap .product-details .product-rating li a {
  color: #fe6b51;
}

.product-wrap .product-details .product-rating li a:hover {
  color: #ffb500;
}

.product-wrap .product-details .product-rating li.active a {
  color: #ffb500;
}

.product-wrap .product-details .product-price {
  color: #808285;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.product-wrap .product-hover {
  position: relative;
  padding: 30px 35px;
  text-align: center;
  left: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

@media (max-width: 767px) {
  .product-wrap .product-hover {
    left: 0;
  }
}

.product-wrap .product-hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -195px;
  bottom: 0;
  background-image: url(../img/shape/shape-3.png);
  background-color: #7dc642;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.product-wrap .product-hover .product-btns {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.product-wrap .product-hover .product-btns li {
  display: inline-block;
  margin: 0 5px;
}

.product-wrap .product-hover .product-btns li a {
  width: 45px;
  height: 45px;
  color: #363636;
  font-size: 18px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.product-wrap .product-hover .product-btns li a:hover {
  background: #ffb500;
  color: #fff;
}

.product-wrap .product-hover .a-btn {
  padding: 18px 30px;
  color: #fff;
  background: #ffb500;
}

.product-filter-nav {
  width: 100%;
  text-align: center;
}

.product-filter-nav button {
  background: none;
  display: inline-block;
  padding: 5px;
  border: 0;
  margin: 0 60px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter-nav button {
    margin: 0 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-filter-nav button {
    margin: 0 25px;
  }
}

@media (max-width: 767px) {
  .product-filter-nav button {
    margin: 0 10px 15px;
  }
}

.product-filter-nav button:before {
  content: "";
  background: #e9e9e9;
  width: 2px;
  height: 40px;
  position: absolute;
  right: -62px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter-nav button:before {
    right: -42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-filter-nav button:before {
    right: -27px;
  }
}

@media (max-width: 767px) {
  .product-filter-nav button:before {
    display: none;
  }
}

.product-filter-nav button:last-child:before {
  display: none;
}

.product-filter-nav button:hover i {
  color: #7dc642;
}

.product-filter-nav button:hover span {
  color: #7dc642;
}

.product-filter-nav button:hover span:after {
  visibility: visible;
  opacity: 1;
}

.product-filter-nav button i {
  color: #1f2b3b;
  font-size: 45px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .product-filter-nav button i {
    margin-bottom: 10px;
    font-size: 25px;
  }
}

.product-filter-nav button span {
  display: block;
  color: #1f2b3b;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.product-filter-nav button span:after {
  content: "";
  background-image: url(../img/shape/border-shape.png);
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.product-filter-nav button.active i {
  color: #7dc642;
}

.product-filter-nav button.active span {
  color: #7dc642;
}

.product-filter-nav button.active span:after {
  visibility: visible;
  opacity: 1;
}

.product-area-shape {
  position: relative;
}

.product-area-shape .shape-1 {
  position: absolute;
  left: 0;
  top: 96px;
  opacity: 0.05;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-1 {
    top: 400px;
    opacity: 0.03;
  }
}

@media (max-width: 767px) {
  .product-area-shape .shape-1 {
    display: none;
  }
}

.product-area-shape .shape-2 {
  position: absolute;
  right: 6px;
  top: 202px;
  opacity: 0.05;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-2 {
    top: 600px;
    opacity: 0.03;
  }
}

@media (max-width: 767px) {
  .product-area-shape .shape-2 {
    display: none;
  }
}

.product-area-shape .shape-3 {
  position: absolute;
  left: 108px;
  top: 55%;
  opacity: 0.05;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-3 {
    opacity: 0.03;
  }
}

@media (max-width: 767px) {
  .product-area-shape .shape-3 {
    display: none;
  }
}

.product-area-shape .shape-4 {
  position: absolute;
  right: 115px;
  top: 75%;
  opacity: 0.05;
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-4 {
    opacity: 0.03;
  }
}

@media (max-width: 767px) {
  .product-area-shape .shape-4 {
    display: none;
  }
}

.product-showing p {
  color: #363636;
  margin-bottom: 0;
  margin-top: 11px;
}

.pro-filter select {
  border: 2px solid #363636;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #363636;
  font-weight: 600;
  appearance: none;
  -moz-appearance: none;
  width: 180px;
  outline: none;
}

.shop-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-pagination ul li {
  display: inline-block;
  margin-bottom: 30px;
}

.shop-pagination ul li a {
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.shop-pagination ul li a:hover {
  color: #fff;
  background-color: #7dc642;
  border-color: #7dc642;
}

/* 9. Gallery */
.photo-gallery-wrap {
  position: relative;
}

.photo-gallery-wrap:hover .gallery-details {
  visibility: visible;
  opacity: 1;
}

.photo-gallery-wrap:hover .gallery-thumb:before {
  visibility: visible;
  opacity: 0.8;
}

.photo-gallery-wrap:hover .gallery-thumb img {
  transform: scale(1.05);
}

.photo-gallery-wrap .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.photo-gallery-wrap .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7dc642;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.photo-gallery-wrap .gallery-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.photo-gallery-wrap .gallery-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 38px 50px;
  visibility: hidden;
  opacity: 0;
}

.photo-gallery-wrap .gallery-details h4 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 6px;
}

.photo-gallery-wrap .gallery-details h4 a {
  color: #fff;
}

.photo-gallery-wrap .gallery-details h4 a:hover {
  color: #1f2b3b;
}

.photo-gallery-wrap .gallery-details .cat {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}

.photo-gallery-wrap .gallery-details .cat:before {
  content: "";
  background: #fff;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 11px;
}

.photo-gallery-wrap .gallery-details .cat a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.photo-gallery-wrap .gallery-details .cat a:hover {
  color: #1f2b3b;
}

.photo-gallery-wrap .gallery-details .read-more {
  position: absolute;
  right: 45px;
  bottom: 45px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  font-size: 24px;
  color: #7dc642;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.photo-gallery-wrap .gallery-details .read-more:hover {
  background: #1f2b3b;
  color: #fff;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}

.gallery-filter-nav {
  text-align: center;
  border-bottom: 2px solid #f5faed;
}

.gallery-filter-nav button {
  display: inline-block;
  background: none;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  padding: 30px;
  margin: 0 10px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-filter-nav button {
    padding: 20px 15px;
    margin: 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-filter-nav button {
    padding: 15px 10px;
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .gallery-filter-nav button {
    padding: 15px;
    margin: 0 5px;
  }
}

.gallery-filter-nav button:before {
  content: "";
  background: #7dc642;
  width: 100%;
  height: 2px;
  left: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.gallery-filter-nav button:hover {
  color: #7dc642;
}

.gallery-filter-nav button:hover:before {
  visibility: visible;
  opacity: 1;
}

.gallery-filter-nav button.active {
  color: #7dc642;
}

.gallery-filter-nav button.active:before {
  visibility: visible;
  opacity: 1;
}

.gallery-filter-space {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}

.gallery-single-wrap .gallery-wrap-img {
  position: relative;
  z-index: 1;
}

.gallery-single-wrap .gallery-wrap-img img {
  width: 100%;
}

.gallery-single-wrap .gallery-wrap-bg {
  padding: 55px 50px 25px;
  background-size: cover;
  background-position: center center;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
  margin-top: -83px;
  z-index: 9;
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(129, 129, 129, 0.19);
  background-color: #F4F7FC;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-single-wrap .gallery-wrap-bg {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-bg {
    margin-left: 30px;
    margin-right: 30px;
    padding: 25px 30px 0;
  }
}

.gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
  width: 25%;
  margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
    width: 100%;
  }
}

.gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info span {
  font-size: 16px;
  color: #7b8e9d;
  font-weight: 500;
}

.gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info h5 {
  color: #112433;
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-single-wrap .gallery-wrap-text {
  margin-top: 67px;
  margin-bottom: 45px;
}

.gallery-single-wrap .gallery-wrap-text h3 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-single-wrap .gallery-wrap-text h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-text h3 {
    font-size: 30px;
  }
}

.gallery-single-wrap .gallery-wrap-text p {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-text p {
    font-size: 14px;
  }
}

.gallery-single-wrap .gallery-post-tag {
  background: #f5faed;
  padding: 14px 40px;
  display: inline-block;
}

.gallery-single-wrap .gallery-post-tag span {
  font-size: 16px;
  color: #112433;
  font-weight: 600;
}

@media (max-width: 767px) {
  .gallery-single-wrap .gallery-post-tag span {
    display: block;
    margin-bottom: 15px;
  }
}

.gallery-single-wrap .gallery-post-tag>a {
  color: #7b8e9d;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

.gallery-single-wrap .gallery-post-tag>a:hover {
  color: #7dc642;
}

.gallery-single-wrap .gallery-share-icon {
  background: #f5faed;
  padding: 14px 40px;
  display: inline-block;
}

.gallery-single-wrap .gallery-share-icon span {
  font-size: 16px;
  color: #112433;
  font-weight: 600;
}

@media (max-width: 767px) {
  .gallery-single-wrap .gallery-share-icon span {
    display: block;
    margin-bottom: 15px;
  }
}

.gallery-single-wrap .gallery-share-icon>a {
  color: #fff;
  font-size: 12px;
  margin: 0 3px;
  transition: 0.3s;
  height: 30px;
  width: 30px;
  background: #7dc642;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.gallery-single-wrap .gallery-share-icon>a:hover {
  color: #fff;
  background: #363636;
}

.gallery-wrapper:hover .gallery-img>a:before {
  opacity: 0.8;
  transform: scaleX(1);
}

.gallery-wrapper:hover .gallery-img .gallery-icon {
  opacity: 1;
}

.gallery-wrapper .gallery-img {
  position: relative;
}

.gallery-wrapper .gallery-img>a {
  position: relative;
  display: block;
}

.gallery-wrapper .gallery-img>a:before {
  background: #7dc642;
  content: "";
  height: 100%;
  transform: scaleX(0);
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.gallery-wrapper .gallery-img>a img {
  width: 100%;
}

.gallery-wrapper .gallery-img .gallery-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.gallery-wrapper .gallery-img .gallery-icon>a {
  color: #fff;
  font-size: 50px;
}

.gallery-wrapper .gallery-text {
  background: #1f2b3b;
  padding-top: 21px;
  padding-bottom: 21px;
}

.gallery-wrapper .gallery-text h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 2px;
}

.gallery-wrapper .gallery-text h3 a {
  color: #fff;
}

.gallery-wrapper .gallery-text h3 a:hover {
  color: #7dc642;
}

.gallery-wrapper .gallery-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

/* 4. Service */
.blog-area {
  background-size: contain;
  background-color: #f5faed;
}

.blog-grid-area {
  background-color: #f5faed;
}

.blog-box-wrap {
  position: relative;
  margin-bottom: 30px;
}

.blog-box-wrap:hover .blog-box-thumb img {
  transform: scale(1.05);
}

.blog-box-wrap .blog-box-thumb {
  overflow: hidden;
  position: relative;
}

.blog-box-wrap .blog-box-thumb a {
  display: block;
}

.blog-box-wrap .blog-box-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.blog-box-wrap .blog-box-thumb .blog-box-date {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 13px 15px;
  background-color: #fff;
  color: #363636;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}

.blog-box-wrap .blog-box-thumb .blog-box-date span {
  font-size: 20px;
  display: block;
}

.blog-box-wrap .blog-box-details {
  position: relative;
  padding: 30px;
  top: -40px;
  left: 30px;
  background: #fff;
  width: calc(100% - 60px);
}

.blog-box-wrap .blog-box-details h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.blog-box-wrap .blog-box-details h4 a {
  color: #363636;
}

.blog-box-wrap .blog-box-details h4 a:hover {
  color: #7dc642;
}

.blog-box-wrap .blog-box-details .read-more {
  font-size: 14px;
  font-family: "Signika", sans-serif;
  font-weight: 700;
  color: #808285;
  text-transform: uppercase;
  border-bottom: 1px solid #808285;
}

.blog-box-wrap .blog-box-details .read-more:hover {
  color: #7dc642;
}

.blog-box-wrap .blog-box-details .read-more i {
  margin-left: 5px;
}

.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination ul li {
  display: inline-block;
  margin-bottom: 30px;
}

.blog-pagination ul li a {
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.blog-pagination ul li a:hover {
  color: #fff;
  background-color: #7dc642;
  border-color: #7dc642;
}

.blog-wrap {
  margin-bottom: 40px;
}

.blog-wrap .blog-wrap-thumb a {
  display: block;
}

.blog-wrap .blog-wrap-thumb img {
  width: 100%;
}

.blog-wrap .blog-wrap-details {
  padding: 40px;
  background: #fff;
}

.blog-wrap .blog-wrap-details .blog-wrap-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}

.blog-wrap .blog-wrap-details .blog-wrap-meta span i {
  color: #7dc642;
  margin-right: 5px;
}

.blog-wrap .blog-wrap-details .blog-wrap-meta span a {
  color: #808285;
}

.blog-wrap .blog-wrap-details .blog-wrap-meta span a:hover {
  color: #7dc642;
}

.blog-wrap .blog-wrap-details .blog-wrap-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-wrap .blog-wrap-details .blog-wrap-title a {
  color: #363636;
}

.blog-wrap .blog-wrap-details .blog-wrap-title a:hover {
  color: #7dc642;
}

.blog-wrap .blog-wrap-details .blog-wrap-text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.blog-wrap .blog-wrap-details .read-more a {
  padding: 20px 50px;
}

.blog-single-wrap {
  margin-bottom: 40px;
}

.blog-single-wrap .blog-wrap-thumb a {
  display: block;
}

.blog-single-wrap .blog-wrap-thumb img {
  width: 100%;
}

.blog-single-wrap .blog-wrap-details {
  padding: 40px;
  background: #fff;
}

.blog-single-wrap .blog-wrap-details h1,
.blog-single-wrap .blog-wrap-details h2,
.blog-single-wrap .blog-wrap-details h3,
.blog-single-wrap .blog-wrap-details h4,
.blog-single-wrap .blog-wrap-details h5,
.blog-single-wrap .blog-wrap-details h6 {
  font-weight: 600;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-meta span i {
  color: #7dc642;
  margin-right: 5px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-meta span a {
  color: #808285;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-meta span a:hover {
  color: #7dc642;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-title a {
  color: #363636;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-title a:hover {
  color: #7dc642;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text p {
  font-size: 16px;
  line-height: 28px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote {
  background: #363636;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote:before {
  content: "";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #6f6f6f;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Signika", sans-serif;
  color: #363636;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a:hover {
  color: #fff;
  background: #7dc642;
  border-color: #7dc642;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Signika", sans-serif;
  color: #363636;
  display: block;
  margin-bottom: 17px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a:hover {
  color: #7dc642;
}

.blog-single-wrap .blog-author {
  background: #fff;
  padding: 0 60px 44px 60px;
}

.blog-single-wrap .blog-author .author-img {
  margin-bottom: 35px;
}

.blog-single-wrap .blog-author .author-img img {
  margin-top: -60px;
}

.blog-single-wrap .blog-author .author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-single-wrap .blog-author .author-text .author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.blog-single-wrap .blog-author .author-text .author-icon a {
  font-size: 16px;
  color: #9498b6;
  margin: 0 5px;
}

.blog-single-wrap .blog-author .author-text .author-icon a:hover {
  color: #7dc642;
}

.blog-single-wrap .blog-author .author-text p {
  margin-bottom: 0;
}

.blog-single-wrap .blog-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
  background: #fff;
  padding: 40px;
}

.blog-single-wrap .blog-comments .blog-comment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 600;
}

.blog-single-wrap .blog-comments .latest-comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-single-wrap .blog-comments .latest-comments ul li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar {
    float: none;
  }
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text {
    margin-top: 15px;
  }
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name span {
  color: #7dc642;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply {
  color: #363636;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply i {
  margin-right: 5px;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply:hover {
  color: #7dc642;
}

.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.blog-single-wrap .blog-comments .latest-comments ul li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li.children {
    margin-left: 0;
  }
}

.blog-single-wrap .post-comments-form {
  background: #fff;
  padding: 40px;
}

.blog-single-wrap .post-comments-form .post-comments-title {
  margin-bottom: 39px;
}

.blog-single-wrap .post-comments-form form .contact-icon {
  position: relative;
}

.blog-single-wrap .post-comments-form form .contact-icon:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #7dc642;
  top: 18px;
}

.blog-single-wrap .post-comments-form form .contacts-message:after {
  content: "";
}

.blog-single-wrap .post-comments-form form .contacts-name:after {
  content: "";
}

.blog-single-wrap .post-comments-form form .contacts-email:after {
  content: "";
}

.blog-single-wrap .post-comments-form form .contacts-website:after {
  content: "";
}

.blog-single-wrap .post-comments-form form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
  background: #F4F7FC;
}

.blog-single-wrap .post-comments-form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form textarea:focus:-moz-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form textarea:focus::-moz-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
  background: #F4F7FC;
}

.blog-single-wrap .post-comments-form form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form input:focus:-moz-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form input:focus::-moz-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form input:focus:-ms-input-placeholder {
  color: transparent;
}

.blog-single-wrap .post-comments-form form .a-btn {
  border: 0;
  padding: 22px 50px;
  border-radius: 0;
}

.blog-box-wrap-2 {
  margin-bottom: 30px;
}

.blog-box-wrap-2:hover .blog-box-thumb img {
  transform: scale(1.05);
}

.blog-box-wrap-2 .blog-box-thumb {
  overflow: hidden;
  position: relative;
}

.blog-box-wrap-2 .blog-box-thumb a {
  display: block;
}

.blog-box-wrap-2 .blog-box-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.blog-box-wrap-2 .blog-box-meta {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0;
  margin-bottom: 26px;
}

.blog-box-wrap-2 .blog-box-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}

.blog-box-wrap-2 .blog-box-meta span i {
  color: #7dc642;
  margin-right: 5px;
}

.blog-box-wrap-2 .blog-box-meta span a {
  color: #808285;
}

.blog-box-wrap-2 .blog-box-meta span a:hover {
  color: #7dc642;
}

.blog-box-wrap-2 .blog-box-details h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}

.blog-box-wrap-2 .blog-box-details h4 a {
  color: #363636;
}

.blog-box-wrap-2 .blog-box-details h4 a:hover {
  color: #7dc642;
}

.blog-box-wrap-2 .blog-box-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.blog-box-wrap-2 .blog-box-details .read-more {
  margin-top: 35px;
  background: #7dc642;
  color: #fff;
}

.blog-box-wrap-2 .blog-box-details .read-more:hover {
  background: #ffb500;
  color: #fff;
}

/* 6. Widgets */
.service-category-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-category-widget ul li {
  display: block;
}

.service-category-widget ul li:last-child a {
  border-bottom: 0;
}

.service-category-widget ul li a {
  font-size: 20px;
  color: #363636;
  font-weight: 600;
  font-family: "Signika", sans-serif;
  background: #f2f9ec;
  padding: 25px 40px;
  display: block;
  border-bottom: 2px solid #e3f2d6;
}

.service-category-widget ul li a i {
  float: right;
  line-height: 32px;
}

.service-category-widget ul li a:hover {
  background: #7dc642;
  color: #fff;
  border-color: #7dc642;
}

.service-download-widget {
  background-color: #7dc642;
  background-image: url(../img/bg/widget-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px;
}

.service-download-widget h3 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.service-download-widget h3:before {
  content: "";
  background-image: url(../img/shape/border-shape-white.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

.service-download-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-download-widget ul li {
  display: block;
  margin-bottom: 8px;
}

.service-download-widget ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.service-download-widget ul li a i {
  margin-right: 10px;
}

.blog-sidebar .blog-widget {
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
}

.blog-sidebar .blog-widget .widget-title {
  font-size: 35px;
  font-weight: 600;
  color: #7dc642;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.blog-sidebar .blog-widget .widget-title:before {
  content: "";
  background-image: url(../img/shape/border-shape.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

.recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-posts li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.recent-posts li:first-child {
  border: 0;
  padding-top: 0;
}

.recent-posts li .recent-posts-thumb {
  width: 80px;
  height: 80px;
}

.recent-posts li .recent-posts-thumb img {
  width: 100%;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.recent-posts li .recent-posts-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
}

.recent-posts li .recent-posts-details h6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.recent-posts li .recent-posts-details h6 a {
  color: #363636;
}

.recent-posts li .recent-posts-details h6 a:hover {
  color: #7dc642;
}

.recent-posts li .recent-posts-details span {
  font-size: 12px;
}

.search-widget {
  position: relative;
}

.search-widget input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5f5f5;
  padding: 0 20px;
}

.search-widget input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-widget input:focus:-moz-placeholder {
  color: transparent;
}

.search-widget input:focus::-moz-placeholder {
  color: transparent;
}

.search-widget input:focus:-ms-input-placeholder {
  color: transparent;
}

.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #363636;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}

.search-widget button:hover {
  background: #7dc642;
}

.categories-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-widget li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

.categories-widget li:first-child {
  border-top: 0;
  padding-top: 0;
}

.categories-widget li a {
  display: block;
  color: #808285;
  font-weight: 600;
}

.categories-widget li a:hover {
  color: #7dc642;
}

.categories-widget li a span {
  float: right;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #363636;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #7dc642;
}

.tag-widget a {
  display: inline-block;
  line-height: 1;
  padding: 12px 15px;
  background: #F4F7FC;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #5f5b5b;
}

.tag-widget a:hover {
  background: #7dc642;
  color: #fff;
}

.banner-widget img {
  width: 100%;
  max-width: 100%;
}

.banner__content h3 {
  color: white;
  font-size: 55px;
}

.banner__content p {
  color: white;
  font-size: 18px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.logo-side {
  padding: 15px 0;
  background: #7dc642;
  text-align: center;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram>a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.social-widget a {
  color: #363636;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-widget a:hover {
  color: #7dc642;
}

.info-wdget h4 {
  color: #363636;
  font-weight: 500;
  font-size: 22px;
}

.info-wdget p {
  color: #66819a;
  margin-bottom: 5px;
  line-height: 28px;
}

/* 21. Cta */
.cta-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.cta-area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(-180deg, #5aac17 0%, rgba(111, 188, 49, 0.5) 60%, rgba(125, 198, 66, 0) 100%);
  background-image: -webkit-linear-gradient(-180deg, #5aac17 0%, rgba(111, 188, 49, 0.5) 60%, rgba(125, 198, 66, 0) 100%);
  background-image: -ms-linear-gradient(-180deg, #5aac17 0%, rgba(111, 188, 49, 0.5) 60%, rgba(125, 198, 66, 0) 100%);
  z-index: -1;
}

.cta-area:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  right: 160px;
  top: 70px;
  background-image: url(../img/shape/shape-2.png);
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}

.cta-text {
  padding: 170px 0 250px;
  text-align: right;
}

@media (max-width: 767px) {
  .cta-text {
    text-align: center;
  }
}

.cta-text .cta-cat {
  margin-bottom: 15px;
}

.cta-text .cta-cat a {
  color: #fff;
  font-size: 24px;
}

.cta-text .cta-cat a:hover {
  color: #1f2b3b;
}

.cta-text .cta-content h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cta-text .cta-content h4 {
    font-size: 35px;
    line-height: 40px;
  }
}

.cta-text .cta-content p {
  margin-bottom: 0;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .cta-text .cta-content p {
    font-size: 18px;
  }
}

.cta-text .cta-btn {
  margin-top: 34px;
}

.cta-text .cta-btn .play-btn {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
}

@media (max-width: 767px) {
  .cta-text .cta-btn .play-btn {
    margin: 0 30px 30px;
  }
}

.cta-text .cta-btn .play-btn:hover {
  color: #1f2b3b;
  border-color: #1f2b3b;
}

.cta-text .cta-btn .play-btn i {
  margin-left: 5px;
}

.cta-text .cta-btn .a-btn {
  background: #ffb500;
  color: #fff;
}

.cta-text .cta-btn .a-btn:hover {
  background: #1f2b3b;
}

.cta-area-3 {
  position: relative;
}

.cta-area-3 .cta-thumb-1 {
  position: absolute;
  right: 100px;
  top: -128px;
  z-index: 3;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .cta-area-3 .cta-thumb-1 {
    width: 200px;
    top: -100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cta-area-3 .cta-thumb-1 {
    width: 200px;
    top: -100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta-area-3 .cta-thumb-1 {
    width: 200px;
    top: -100px;
  }
}

@media (max-width: 767px) {
  .cta-area-3 .cta-thumb-1 {
    display: none;
  }
}

.cta-text-3 {
  text-align: center;
}

.cta-text-3 .cta-cat {
  margin-bottom: 15px;
}

.cta-text-3 .cta-cat a {
  color: #fff;
  font-size: 24px;
}

.cta-text-3 .cta-cat a:hover {
  color: #1f2b3b;
}

.cta-text-3 .cta-content h4 {
  color: #fff;
  font-size: 51px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cta-text-3 .cta-content h4 {
    font-size: 35px;
    line-height: 40px;
  }
}

.cta-text-3 .cta-content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  text-align: justify;
}

@media (max-width: 767px) {
  .cta-text-3 .cta-content p {
    font-size: 18px;
  }
}

.cta-text-3 .cta-content .a-btn {
  background: #ffb500;
  color: #fff;
  margin-top: 35px;
}

.cta-text-3 .cta-content .a-btn:hover {
  background: #1f2b3b;
}

.cta-wrapper-2 {
  background-color: #7dc642;
  background-size: cover;
  background-position: center center;
  padding: 42px;
  margin-top: 85px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper-2 {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .cta-wrapper-2 {
    padding: 50px 30px;
  }
}

.cta-wrapper-2 .cta-text-2 .cta-content h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper-2 .cta-text-2 .cta-content h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .cta-wrapper-2 .cta-text-2 .cta-content h3 {
    font-size: 38px;
  }
}

.cta-wrapper-2 .cta-text-2 .cta-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  padding-right: 10%;
}

.cta-wrapper-2 .cta-button {
  text-align: right;
}

@media (max-width: 767px) {
  .cta-wrapper-2 .cta-button {
    text-align: left;
    margin-top: 30px;
  }
}

.cta-wrapper-2 .cta-button .a-btn {
  border-radius: 0;
}

/* 8. Contact */
.contact-address-wrapper {
  border: 2px solid #e9e9e9;
  padding: 50px 30px 51px 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  min-height: 308px;
}

.contact-address-wrapper:hover {
  border-color: #5fb858;
}

.contact-address-wrapper .contact-address-title {
  margin-bottom: 25px;
}

.contact-address-wrapper .contact-address-title h3 {
  font-size: 36px;
  color: #363636;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.contact-address-wrapper .contact-address-title h3:before {
  content: "";
  background-image: url(../images/shape/border-shape.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

.contact-address-wrapper .contact-link {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.contact-address-wrapper .contact-link li {
  font-size: 16px;
  line-height: 28px;
  color: #6b6c6d;
  font-weight: 400;
  margin-bottom: 45px;
  position: relative;
}

.contact-address-wrapper .contact-link li:before {}

.contact-address-wrapper .contact-link li:last-child {
  margin-bottom: 0;
}

.contact-address-wrapper .contact-link li:last-child:before {
  display: none;
}

.contact-map {
  height: 600px;
  width: 100%;
}

.contact-bg {
  background-color: #F4F7FC;
  background-size: cover;
  background-position: center center;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0px 20px 40px 0px rgba(161, 161, 161, 0.4);
  /* margin-bottom: -98px; */
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .contact-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-title h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

#contact-us-form input {
  height: 60px;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #7b8e9d;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#contact-us-form input::-webkit-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}

#contact-us-form input:-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}

#contact-us-form input::-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}

#contact-us-form input:-ms-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #7dc642;
}

#contact-us-form input:focus {
  border-color: #7dc642;
}

#contact-us-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

#contact-us-form input:focus:-moz-placeholder {
  color: transparent;
}

#contact-us-form input:focus::-moz-placeholder {
  color: transparent;
}

#contact-us-form input:focus:-ms-input-placeholder {
  color: transparent;
}

#contact-us-form textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  height: 150px;
  background: #fff;
  font-weight: 400;
  color: #7b8e9d;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#contact-us-form textarea::-webkit-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}

#contact-us-form textarea:-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}

#contact-us-form textarea::-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}

#contact-us-form textarea:-ms-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}

#contact-us-form textarea:focus {
  border-color: #7dc642;
}

#contact-us-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

#contact-us-form textarea:focus:-moz-placeholder {
  color: transparent;
}

#contact-us-form textarea:focus::-moz-placeholder {
  color: transparent;
}

#contact-us-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

#contact-us-form .a-btn {
  padding: 22px 116px;
  border-radius: 0;
  border: 0;
  background: #5fb858;
  color: #fff;
}

@media (max-width: 767px) {
  #contact-us-form .a-btn {
    padding: 22px 56px;
  }
}

#contact-us-form .a-btn:hover {
  background: #1f2b3b;
}

/* 10. Footer */
.footer-area {
  background: #1f2b3b;
  position: relative;
}

.footer-area .footer-area-wrap {
  position: relative;
  overflow: hidden;
}

.footer-area .footer-thumb-1 {
  position: absolute;
  right: 100px;
  top: -56px;
  z-index: 3;
  width: 145px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}

.footer-area .footer-thumb-2 {
  position: absolute;
  left: -14px;
  bottom: 14px;
  z-index: 3;
  width: 236px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}

.footer-top {
  position: relative;
  z-index: 3;
}

.footer-bottom .footer-bottom-wrap {
  position: relative;
  border-top: 1px solid #324156;
}

.footer-bottom #scrollUp {
  position: absolute;
  top: -18px;
  right: 150px;
  background: #ffb500;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 13px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom #scrollUp {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .footer-bottom #scrollUp {
    right: 50px;
  }
}

.footer-bottom #scrollUp:hover {
  background: #7dc642;
}

.copyright {
  color: #9cabbe;
  margin-bottom: 0;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}

.copyright a {
  color: #5fb858;
}

.copyright a:hover {
  color: #7dc642;
}

.footer-widget {
  padding: 80px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding: 80px 40px;
  }

  .mt-80 {
    margin-top: 42px !important;
  }

  .pt-80 {
    padding-top: 24px !important;
  }

  .mt-xs-60 {
    margin-top: 19px !important;
  }

  .about-details h4 {
    font-size: 28px !important;
    line-height: 44px !important;
    margin-bottom: 8px !important;
  }

  .mt-45 {
    margin-top: 20px !important;
  }

  .mb-55 {
    margin-bottom: 25px !important;
  }

  .section-title .icon img {
    width: 108px !important;
  }

  .mt-xs-50 {
    margin-top: 20px !important;
  }

  .mb-35 {
    margin-bottom: 20px !important;
  }

  .counter-area {
    margin-top: 10px !important;
  }

  .counter-details {
    padding: 30px 0 !important;
  }

  .counter-right-wrap {
    padding: 35px 30px 10px !important;
  }

  .counter-right-wrap {
    margin-bottom: 74px !important;
  }

  .footer-widget {
    padding: 20px 20px !important;
  }

  .counter-right-wrap>h4 {
    margin-bottom: 16px !important;
    line-height: 49px !important;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    padding: 20px 20px !important;
  }
}

.footer-widget .widget-title {
  font-size: 18px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
}

.footer-widget p {
  color: #9cabbe;
  font-size: 16px;
  line-height: 28px;
}

.category-widget {
  padding-left: 40px;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget {
    padding-left: 0;
  }
}

.category-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-widget ul li {

  width: 50%;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .category-widget ul li {
    width: 100%;
  }
}

.category-widget ul li a {
  font-size: 16px;
  color: #9cabbe;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget ul li a {
    font-size: 14px;
  }
}

.category-widget ul li a:hover {
  color: #5fb858;
}

.about-widget .w-logo {
  margin-bottom: 35px;
}

.about-widget p {
  color: #9cabbe;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.w-social {
  margin-top: 30px;
}

.w-socialss a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #8f97a0;
  background: #293749;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  margin-top: 20px;
}

.w-socialss a:hover {
  background: #5fb858;
  color: #fff;
}

.newsletters-widget {
  padding-left: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .newsletters-widget {
    padding-left: 0;
  }
}

.newsletters-widget p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 100px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .newsletters-widget p {
    padding-right: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}

.newsletters-widget form {
  margin-top: 30px;
}

.newsletters-widget form input {
  width: 100%;
  height: 60px;
  border: 2px solid #38485e;
  color: #fff;
  background: none;
  padding: 0 20px;
}

.newsletters-widget form input::-webkit-input-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.newsletters-widget form input:-moz-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.newsletters-widget form input::-moz-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.newsletters-widget form input:-ms-input-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.newsletters-widget form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.newsletters-widget form input:focus:-moz-placeholder {
  opacity: 0;
}

.newsletters-widget form input:focus::-moz-placeholder {
  opacity: 0;
}

.newsletters-widget form input:focus:-ms-input-placeholder {
  opacity: 0;
}

.newsletters-widget form button {
  background: #7dc642;
  color: #fff;
  margin-top: 15px;
  border: 0;
}

.newsletters-widget form button:hover {
  background: #ffb500;
  color: #fff;
}

.footer-wid-border-wrap .footer-wid-border {
  border-right: 1px solid #324156;
}

.footer-wid-border-wrap .footer-wid-border:last-child {
  border-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-wid-border-wrap .footer-wid-border {
    border-right: 0;
    border-bottom: 1px solid #324156;
  }

  .footer-wid-border-wrap .footer-wid-border:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer-wid-border-wrap .footer-wid-border {
    border-right: 0;
    border-bottom: 1px solid #324156;
  }

  .footer-wid-border-wrap .footer-wid-border:last-child {
    border-bottom: 0;
  }
}

.footer-shape {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 162px;
  height: 162px;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  z-index: 1;
}

.footer-shape:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.footer-shape:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 392px;
  height: 392px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.text-edit-custom {
  color: white;
  font-size: 21px;
  text-align: justify;
  font-weight: 600;
  line-height: 33px;
}

.custom-work-flow {
  background: #205485;
  text-align: center;
  padding: 12px;
  width: 37px;
  position: absolute;
  left: -10px;
  top: -8px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);
}

.custom-work-flow-text {
  font-size: 23px;
  color: white;
  font-weight: 700;
}

.working-process .process-box {
  text-align: center;
}

.working-process .process-box .icon {
  border: 1px solid #7dc642;
  display: inline-block;
  height: 130px;
  line-height: 130px;
  position: relative;
  text-align: center;
  width: 130px;
  /* padding: 9px; */
  /* margin: 10px; */
  padding: 0px 16px;
}

.working-process .process-box .title {
  color: #202a30;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 11px;
  text-transform: uppercase;
  margin-bottom: 59px;
}

.working-process .process-box .icon:before {
  color: #c5c5c5;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 26px;
  height: 1px;
  position: absolute;
  right: -94px;
  top: -5px;
}

.working-process .process-box .icon .process-number {
  background-color: #053636;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  left: -38px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 38px;
}

.working-process .process-box .icon:after {
  background-color: #c5c5c5;
  content: "";
  height: 1px;
  position: absolute;
  right: -80px;
  top: 60px;
  width: 65px;
}

.benefits {
  width: 70%;
}

.img-main-block {
  position: relative;
}

.button-block {
  position: absolute;
  top: 34%;
  left: 12%;
}

.button-block a {
  background: #3b9dce;
  font-size: 14px;
  color: #fff;
  /* padding: 23px 9px; */
  border-radius: 40px;
  display: block;
  margin-bottom: 31px;
  text-align: center;
  padding: 10px;
  margin-top: -24px;
  /* margin-right: -22px; */
  margin-left: -65px;
  width: 264px;
  color: #fff !important;
}

.button-block-right {
  position: absolute;
  top: 34%;
  right: 12%;
}

.button-block-right a {
  background: #da7b64;
  font-size: 14px;
  color: #fff;
  /* padding: 20px 17px; */
  border-radius: 40px;
  display: block;
  margin-bottom: 31px;
  margin-right: -83px;
  text-align: center;
  padding: 11px;
  margin-top: -18px;
  width: 273px;
  color: #fff !important;

}

@media (max-width: 768px) and (max-width: 991px) {



  .img-main-block {
    height: 800px;
    background: #e6f2fe;
  }


  .button-block-right {


    margin-top: 216px;



  }

  .button-block-right a {

    margin-right: 19px;
    margin-top: 10px;
    right: 0% !important;
    margin-bottom: 9px;

  }

  .button-block a {

    margin-right: 0px;
    margin-left: 26px;
    left: 0% !important;

  }



}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #50c5b6;
}


.table td,
.table th {
  border: 1px solid #dee2e6;
}

.service-thumb a {
  position: relative;
  padding-top: 79%;
  width: 100%;
  display: block;
}

.service-thumb a img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.text-edit-custom {
  font-size: 18px;
  color: black;
  margin: 0;
  text-align: center;
}

.accreditation img {
  box-shadow: rgb(0 0 0 / 24%) 5px -11px 50px 5px;
  border-radius: 10px;
  width: 85%;
}



@media (min-width: 280px) and (max-width: 411px) {
  .samsung-fold {
    padding: 0 7px !important;
  }

  .header-info-wrap .header-info {
    margin-right: 0 !important;
  }

  .header-info-wrap .header-info i {
    margin-right: 2px !important;
  }

  .header-info-wrap .header-info a {
    font-size: 11px !important;
  }

  .header-info-wrap .header-info:last-child {
    margin-left: 4px !important;
  }
}













.whatsapp-app {
  bottom: 4%;
}

.google-app,
.ios-app,
.whatsapp-app {
  position: fixed;
  z-index: 2147483646;
  right: 38px;
}

.banner--bannertwo {
  padding-top: 140px;
  position: relative;
  background: transparent !important;
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .banner__content {
    padding: 12.5rem 0;
  }
}

@media (min-width: 1200px) {
  .banner__content {
    padding: 12.375rem 0;
  }
}

@media (min-width: 1200px) {
  .natureplant--natureplantpage2 {
    padding: 7.5rem 0;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    right: 4px;
    top: -41px;
    position: absolute;
    display: block !important;
  }
}

.natureplant--natureplantpage3 .samepositon.bottomright {
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.sub-hadding {
  background: rgb(95 184 88 / 24%);
  padding: 5px 15px;
  color: #5fb858;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 14px;
  display: inline-block;
}

.custom-btn {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #5fb858;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  border: 1px solid #5fb858;
  transition: background 0.3s ease, transform 0.2s ease;
}

.custom-btn:hover {
  background-color: white;
  color: #5fb858;
  border: 1px solid #5fb858;
}

.services-bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.services-item {
  margin: 0 15px;
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 30px;
}

.services-thumb {
  -webkit-border-radius: 10px 10px 0 100px;
  -moz-border-radius: 10px 10px 0 100px;
  -o-border-radius: 10px 10px 0 100px;
  -ms-border-radius: 10px 10px 0 100px;
  border-radius: 10px 10px 0 100px;
  overflow: hidden;
  position: relative;
}

.shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine-animate::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.services-thumb img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.services-content {
  padding: 30px 30px 30px;
  position: relative;
}

.services-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.shine-animate-item:hover .shine-animate::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

.services-item:hover {
  box-shadow: 0px 4px 30px 0px #cfdee4;
}

@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}

@keyframes hoverShine {
  100% {
    left: 125%;
  }
}

.sidebar__widget-three {
  border: none !important;
  background: #ECF6FA;
}

.sidebar__widget {
  border: 1px solid var(--tg-border-6);
  padding: 26px 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.sidebar__widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}

.sidebar__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #0f63a9;
}

.sidebar__form form .form-grp {
  margin-bottom: 8px;
}

.sidebar__form form .form-grp textarea,
.sidebar__form form .form-grp input {
  width: 100%;
  border: 1px solid #e0e6f2;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 15px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  height: 50px;
  display: block;
}

.sidebar__form form .form-grp textarea {
  min-height: 120px;
  max-height: 120px;
}

.sidebar__contact {
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 40px 55px;
  text-align: center;
}

.sidebar__contact .title {
  color: white;
  margin-bottom: 30px;
  font-size: 22px;
}

.sidebar__contact-two {
  background-size: cover;
  background-position: center;
  padding: 30px 40px 250px;
}

.sticky-menu .logo img {
  max-height: 80px;
  padding-top: 8px;
}

.tab-block {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #1ba370;
  border-color: #1ca370 #94c0af #fff;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #1ba370;
}

.nav-tabs {
  border-bottom: 1px solid #cce3da;
}

.vari-block {
  width: 100%;
  display: inline-block;
  margin-top: 14px;
}

.vari-block p {
  margin-bottom: 6px;
  color: #333;
}

.vari-block p span {
  font-weight: 600;
}

table tr td,
table tr th {
  background: #ffffff !important;
  color: #333;
  font-weight: bold;
  border-color: #ebebeb !important;
}

.mz-expand .mz-expand-stage {}

.product-details {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  border-radius: 50%;
}

.product-outer:hover .product-details {
  background: #ffffff;
}

.product-outer {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 7px;
  background: #ffffff;
  margin-bottom: 20px;
  height: 215px;
  align-items: center;
  border-bottom: 5px solid #becbc0;
  border-radius: 6px;
}

.product-outer h2 {
  font-size: 20px;
  margin-top: 10px;
  color: #005234;
}

.section-xxl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.swiper-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ourhistory-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.sec-pad {
  padding: 165px 0px 120px 0px !important;
}

.ourhistory-section:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.ourhistory-section .inner-content {
  position: relative;
}

.ourhistory-section .inner-content .line-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  width: 2px;
  height: calc(100% + 70px);
  background: #e5e5e5;
}

.ourhistory-section .inner-content .line-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 15%;
  left: 0px;
  top: 0px;
}

.ourhistory-section .inner-content .line-box:before {
  background: #332c6f;
}

.ourhistory-section .inner-content .line-box span:first-child {
  top: 15%;
}

.ourhistory-section .inner-content .line-box span {
  position: absolute;
  width: 130px;
  height: 1px;
  left: -64px;
}

.ourhistory-section .inner-content .line-box span {
  background: #332c6f;
}

.ourhistory-section .inner-content .line-box span:nth-child(2) {
  top: 39%;
}

.ourhistory-section .inner-content .line-box span:nth-child(3) {
  top: 65%;
}

.ourhistory-section .inner-content .line-box span:last-child {
  top: 89%;
}

.ourhistory-section .inner-content .line-box span:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 38px;
  height: 1px;
  left: 46px;
  top: 0px;
}

.ourhistory-section .inner-content .line-box span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 60px;
  top: -5px;
  box-shadow: 0 0 0 4px rgba(227, 160, 135, 0.4);
}

.ourhistory-section .inner-content .line-box span:after {
  background: #332c6f;
}

.ourhistory-section .inner-box .image-box {
  position: relative;
  display: block;
  background: white;
  padding: 18px 19px;
  box-shadow: 0 5px 20px rgb(11 63 113);
  text-align: center;
  margin-top: 41px;
  /* border-radius: 50px; */
}

.ourhistory-section .inner-box .image-box img {
  width: 100%;
}

.download {
  padding: 10px 22px;
  color: #5fb858;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #5fb858;
  background: #ffffff;
}

.download:hover {
  color: #ffffff;
  border: 1px solid #5fb858;
  background: #5fb858;
}

.roadmap__wrapper2 {
  position: relative;
}

.roadmap__item2-content {
  background-color: #d7d7d7;
  padding: 30px;
  margin: 10px;
  border-radius: 20px;
}


.roadmap__item2:after {
  position: absolute;
  content: "";
}


.roadmap__item2:after {
  width: 120px;
  height: 160px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../images/tikha.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 9px;
  right: 9px;
  opacity: 0.5;
}

.roadmap__item2-header {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roadmap__item2-header p {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #103c3b;
}

@media (min-width: 768px) {
  .roadmap__wrapper2:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    background-color: #bfbfbf94;
    border-radius: 4px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .roadmap__wrapper2:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.breadcrumb-area {
  margin-top: 4px;
  padding: 110px 0 110px;
}

.breadcrumb-area {
  margin-top: 4px;
  padding: 110px 0 110px;
}

.values-section {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  background-attachment: fixed;
  position: relative;
  background: linear-gradient(-100deg, #00682266, #d9e7d1) !important
}



.values-section h1 {
  font-size: 2.8rem;
  color: #0a2540;
  margin-bottom: 15px;
}

.values-section p {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 60px;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: white;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(60px);
}

.timeline-item.active .timeline-content {
  opacity: 1;
  transform: translateY(0);
}

.timeline-circle {
  position: absolute;
  top: 30px;
  width: 40px;
  height: 40px;
  /* background: linear-gradient(135deg, #55b45b, #022e10); */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 0 0 6px #fff;
}

.timeline-item.left .timeline-circle {
  right: -20px;
}

.timeline-item.right .timeline-circle {
  left: -20px;
}

.timeline-content h3 {
  font-size: 1.3rem;
  color: #0a2540;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
  }

  .timeline-item.left,
  .timeline-item.right {
    text-align: left;
    left: 0;
  }

  .timeline-circle {
    left: -11px;
  }

  .timeline-item.right .timeline-circle {
    left: -10px;
  }
}

.about-details .about-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  border-radius: 10px;
  background: white;
  margin-top: 30px;
}


/*# sourceMappingURL=main.css.map */