/*-----------------------------------------------------------------------------------

    Theme Name: Miiler - Construction HTML5 Template
    ���ྫƷģ�壺http://www.bootstrapmb.com
    Description: Miiler - Construction HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS
    03. SLIDER CSS
    04. SERVICES CSS
    05. ABOUT CSS
    06. PORTFOLIO CSS
    07. CTA CSS
    08. FEATURES CSS
    09. PROCESS CSS
    10. VIDEO CSS
    11. TEAM CSS
    12. COUNTER CSS
    13. BRAND CSS
    14. CONTACT CSS
    15. FAQ CSS
    16. TESTIMONIAL CSS
    17. HISTORY CSS
    18. PRODUCT CSS
    19. LOGIN CSS
    20. BLOG CSS
    21. FOOTER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/*----------------------------------------*/

:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Roboto', sans-serif;
  --tp-ff-heading: 'Roboto', sans-serif;
  --tp-ff-p: 'Roboto', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #004b0b;
  --tp-common-black-2: #006e10;
  --tp-common-black-3: #005b0d;
  --tp-common-black-4: #00620e;
  --tp-common-black-5: #003908;
  --tp-common-dark: #51a95d;
  --tp-common-dark-2: #002906;
  --tp-common-dark-3: #000;
  --tp-common-green: #3CB86C;
  --tp-common-green-2: #0BBF5E;
  --tp-common-orange: #FF6838;
  --tp-common-red: #FF485D;
  --tp-common-purple: #914EFF;
  --tp-common-yellow: #FFA153;
  --tp-common-yellow-2: #FEDA03;
  --tp-common-pink: #FE5E78;
  --tp-heading-primary: #004a0a;
  --tp-grey-1: #F1F1F1;
  --tp-grey-2: #F5F6F8;
  --tp-grey-3: #f8f8f8;
  --tp-grey-4: #f7f7f7;
  --tp-grey-5: #f9f9f9;
  --tp-grey-6: #f6f6f6;
  --tp-grey-7: #f4f4f4;
  --tp-text-body: #777777;
  --tp-text-1: #777777;
  --tp-text-2: #76808f;
  --tp-text-3: #adadad;
  --tp-text-4: #b8cdbb;
  --tp-text-5: #7e8ca2;
  --tp-text-6: #7f8a9a;
  --tp-text-7: #b0b9c7;
  --tp-text-9: #92a2bc;
  --tp-text-10: #94a3bb;
  --tp-text-11: #afb6c0;
  --tp-text-12: #999999;
  --tp-text-13: #cccccc;
  --tp-text-14: #bbbbbb;
  --tp-text-15: #9caeca;
  --tp-theme-1: #ff5e14;
  --tp-theme-2: #ffc033;
  --tp-border-1: #f0f0f0;
  --tp-border-2: #f3f3f3;
  --tp-border-3: #efefef;
  --tp-border-4: #e2e2e2;
  --tp-border-5: #d3d3d3;
  --tp-border-6: #f2f2f2;
  --tp-border-7: #e9e9e9;
  --tp-border-8: #ededed;
  --tp-border-9: #eeeeee;
  --tp-border-10: #ebebeb;
  /**
  @font weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**
  @font size declaration
  */
  --tp-fz-body: 14px;
  --tp-fz-p: 14px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -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;
}

h1 {
  font-size: var(--tp-fz-h1);
}

h2 {
  font-size: var(--tp-fz-h2);
}

h3 {
  font-size: var(--tp-fz-h3);
}

h4 {
  font-size: var(--tp-fz-h4);
}

h5 {
  font-size: var(--tp-fz-h5);
}

h6 {
  font-size: var(--tp-fz-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: var(--tp-fz-p);
  font-weight: var(--tp-fw-normal);
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
  border: 0;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: #00391e;
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: #00391e;
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: #00391e;
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #00391e;
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: #00391e;
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: rgba(#00391e, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 700;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.nice-select::after {
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-white);
  font-weight: 500;
  height: auto;
  width: auto;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

.grey-bg-2 {
  background: var(--tp-grey-2);
}

.grey-bg-3 {
  background: var(--tp-grey-3);
}

.grey-bg-4 {
  background: var(--tp-grey-4);
}

.grey-bg-6 {
  background: var(--tp-grey-6);
}

.white-bg {
  background: var(--tp-common-white);
}

.black-bg {
  /*background: #00391e;*/
  background:#00974f;
}

.theme-bg {
  background: var(--tp-theme-1);
}

.dark-bg-2 {
  background: var(--tp-common-dark-2);
}

.dark-bg-3 {
  background: var(--tp-common-dark-3);
}

.footer-bg {
  background: var(--tp-common-dark-2);
}

.footer-bg-dark {
  background: var(--tp-common-dark-3);
}

/*--
    - Spacing
-----------------------------------------*/
/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #00391e;
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: #00391e;
  color: #00391e;
}
.pulse-btn i {
  padding-left: 2px;
}

/* hambur btn */
.hamurger-btn {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}
.hamurger-btn span {
  display: inline-block;
  width: 100%;
  background: #00391e;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  z-index: 1;
}
.hamurger-btn span:nth-child(1) {
  top: 0;
}
.hamurger-btn span:nth-child(2) {
  top: 10px;
}
.hamurger-btn span:nth-child(3) {
  top: 20px;
}

/* link btn style 1 */
.link-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--tp-text-3);
  background: transparent;
  border: 1px solid var(--tp-border-2);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  padding-right: 25px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  overflow: hidden;
}
.link-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:last-child {
  left: 0%;
  visibility: hidden;
  opacity: 0;
}
.link-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.link-btn:hover i {
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn:hover i:last-child {
  left: 50%;
  visibility: visible;
  opacity: 1;
}

/* link btn style 2 */
.link-btn-2 {
  position: relative;
  font-size: 16px;
  color: var(--tp-text-1);
  font-weight: 500;
  padding-right: 21px;
  display: inline-block;
}
.link-btn-2 i {
  font-size: 14px;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: var(--tp-theme-1);
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.link-prev {
  padding-right: 0;
  padding-left: 21px;
}
.link-btn-2.link-prev i:first-child {
  left: 10%;
  right: auto;
}
.link-btn-2.link-prev i:last-child {
  left: 0;
  right: auto;
}
.link-btn-2.link-prev:hover i:first-child {
  left: 0%;
  right: auto;
}
.link-btn-2.link-prev:hover i:last-child {
  left: -10%;
  right: auto;
}

/* link btn style 3 */
.link-btn-3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #00391e;
  text-transform: uppercase;
}
.link-btn-3 i {
  margin-left: 3px;
}
.link-btn-3:hover {
  color: var(--tp-theme-1);
}

.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  text-align: center;
  padding: 15px 40px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn::after {
  position: absolute;
  content: "";
  top: 10px;
  left: auto;
  right: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  background-color: var(--tp-common-white);
  transform-origin: top right;
  z-index: -1;
}
.tp-btn i {
  padding-left: 5px;
}
.tp-btn:hover {
  color: var(--tp-common-white);
  background-color: #00391e;
}
.tp-btn:hover::after {
  height: calc(100% - 20px);
}
.tp-btn:focus {
  color: var(--tp-common-white);
}

.tp-btn-2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: #00391e;
  text-align: center;
  padding: 15px 40px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-2:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-btn-2 i {
  margin-left: 10px;
}

.tp-btn-3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  text-align: center;
  padding: 16px 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-3:hover {
  background-color: #00391e;
  color: var(--tp-common-white);
}
.tp-btn-3 i {
  margin-left: 10px;
}

.tp-btn-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #00391e;
  background: var(--tp-common-white);
  text-align: center;
  padding: 15px 40px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-white:hover {
  background-color: #00391e;
  color: var(--tp-common-white);
}

.tp-btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: #00391e;
  text-align: center;
  padding: 15px 37px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-black:hover {
  background-color: var(--tp-common-white);
  color: #00391e;
}

.tp-btn-dark {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-dark-3);
  text-align: center;
  padding: 16px 45px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-dark:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark-3);
}

.tp-btn-yellow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-dark-3);
  background: var(--tp-theme-2);
  text-align: center;
  padding: 16px 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-yellow:hover {
  background-color: var(--tp-common-dark-3);
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .offcanvas-btn-text {
    display: none;
  }
}

.tp-slick-slider .slick-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-3);
}
.tp-slick-slider .slick-arrow:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-swiper-slider button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-3);
}
.tp-swiper-slider button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

/* search modal start */
.search__modal .modal-dialog {
  max-width: 700px;
}
.search__modal-form {
  padding: 50px 50px 55px;
  position: relative;
}
.search__modal-box p {
  font-size: 18px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 40px;
}
.search__modal-box p span {
  font-weight: 600;
}
.search__modal-input {
  position: relative;
}
.search__modal-input input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #dadada;
  outline: none;
  font-size: 20px;
  padding-right: 38px;
}
.search__modal-input input::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.search__modal-input input:-moz-placeholder {
  color: var(--tp-text-12);
}
.search__modal-input input::-moz-placeholder {
  color: var(--tp-text-12);
}
.search__modal-input input:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.search__modal-input .search-modal-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tp-text-12);
}

.search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #00391e;
}
.search-modal-close:hover {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
@media (max-width: 575px) {
  .offcanvas__area {
    width: 290px;
  }
}
.offcanvas__area .modal.show .modal-dialog {
  transform: none !important;
}
.offcanvas__area .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(100px, 0px);
}
.offcanvas__area .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--clr-common-white);
}
.offcanvas__area .modal-content {
  border: 0;
  border-radius: 0;
}
.offcanvas__wrapper {
  position: relative;
  padding: 45px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 80px;
  width: 60px;
  line-height: 76px;
  background: #00391e;
  color: #fff;
}
.offcanvas__close-btn:hover {
  background: var(--tp-theme-1);
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tp-border-3);
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: var(--tp-theme-1);
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__color-2 label {
  background-color: var(--tp-theme-2);
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--tp-border-3);
  font-size: 14px;
}
.offcanvas__search input::placeholder {
  color: var(--tp-text-1);
}
.offcanvas__search input:focus {
  border-color: #00391e;
}
.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-text-1);
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.offcanvas__contact ul li:hover a {
  color: #00391e;
}
.offcanvas__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--tp-border-3);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.offcanvas__contact-text a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-text-1);
}
.offcanvas__wallet-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 0;
  background-color: var(--tp-theme-1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 22px;
  padding-right: 24px;
}
.offcanvas__wallet-btn svg {
  width: 16px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 2px;
}
.offcanvas__wallet-btn svg path {
  fill: none;
}
.offcanvas__wallet-btn:hover {
  color: var(--tp-common-white);
  background-color: #00391e;
}
.offcanvas__wallet-btn:hover svg path {
  stroke: var(--tp-common-white);
}
.offcanvas__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--tp-grey-1);
  color: var(--tp-theme-1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.offcanvas__social ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: #00391e;
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--tp-theme-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tp-common-white);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: #00391e;
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--tp-theme-1);
}
.offcanvas__notification-text p a {
  color: var(--tp-theme-1);
}

.cartmini__title {
  padding: 20px 20px;
  border-bottom: 1px solid var(--tp-border-1);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}
.cartmini__title h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 20px;
}
.cartmini__close-btn {
  background: transparent;
  color: #00391e;
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__widget {
  overflow-y: scroll;
  height: 100%;
}
.cartmini__inner ul li {
  position: relative;
  display: flex;
  padding: 20px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}
.cartmini__inner ul li:hover {
  background: #F9F9F9;
}
.cartmini__thumb {
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: 90px;
}
.cartmini__content h5 {
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 500;
}
.cartmini__content h5 a:hover {
  color: var(--tp-theme-1);
}
.cartmini__del {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #00391e;
  font-size: 12px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cartmini__del:hover {
  background: var(--tp-common-white);
}
.cartmini__checkout {
  padding: 20px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid var(--tp-border-1);
}
.cartmini__checkout-title h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__checkout-title span {
  float: right;
  font-size: 20px;
  color: #00391e;
  font-weight: 600;
  color: var(--tp-theme-1);
}

.cart-plus,
.cart-minus {
  width: 25px;
  height: 30px;
  border: 2px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.cart-plus:hover,
.cart-minus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid var(--tp-border-1);
  border-bottom: 2px solid var(--tp-border-1);
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}
.cart-input:focus {
  outline: none;
}

/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.section__title {
  font-size: 60px;
/*-color: #00391e;*/
color: #00391e;
font-weight: var(--tp-fw-bold);
text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.section__title {
  font-size: 45px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section__title {
  font-size: 35px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section__title {
  font-size: 45px;
}
}
@media (max-width: 575px) {
.section__title {
  font-size: 30px;
}
}
.section__title-pre {
font-size: 14px;
font-weight: var(--tp-fw-bold);
color: var(--tp-theme-1);
display: inline-block;
text-transform: uppercase;
}
.section__title-pre.has-border {
display: block;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid var(--tp-border-1);
}
.section__title-pre.has-border.has-border-dark {
border-color: var(--tp-border-4);
}
.section__title-inner p {
margin-left: 50px;
font-size: 16px;
margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.section__title-inner p {
  margin-left: 0;
}
}
.section__title-wrapper.section-titile-white .section__title {
color: var(--tp-common-white);
}
.section__title-wrapper.section-titile-white .section__title-pre.has-border {
border-color: var(--tp-common-black-2);
}
.section__title-wrapper.section-titile-white .section__title-inner p {
color: var(--tp-text-4);
}

.section-title-dark .section__title-pre {
color: var(--tp-text-12);
}
.section-title-dark .section__title {
color: var(--tp-common-dark-3);
}
.section-title-dark .section__title-inner p {
color: var(--tp-text-2);
}

.section-titile-dark-white .section__title-pre {
color: var(--tp-theme-2);
}
.section-titile-dark-white .section__title {
color: var(--tp-common-white);
}
.section-titile-dark-white .section__title-inner p {
color: var(--tp-text-2);
}

/*----------------------------------------*/
/*  24. BREADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb__title {
  font-size: 48px;
  /*-color: #00391e;*/
  color: #00391e;
  text-transform: uppercase;
}
.breadcrumb__title-2 {
  font-size: 80px;
  line-height: 1.1;
  margin-top: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title-2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title-2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title-2 {
    font-size: 26px;
  }
}
.breadcrumb__title-pre {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background: var(--tp-theme-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  margin-bottom: 12px;
}
.breadcrumb__list span {
  font-size: 16px;
  /*-color: #00391e;*/
  color: #00391e;
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list span a:hover {
  color: var(--tp-theme-1);
}
.breadcrumb__list-2 span {
  font-size: 14px;
  color: var(--tp-text-15);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumb__list-2 span a:hover {
  color: var(--tp-theme-1);
}
.breadcrumb__list-2 span:last-child {
  color: var(--tp-common-white);
}
.breadcrumb__list-bottom {
  padding: 12px 0;
}
.breadcrumb__overlay {
  position: relative;
}
.breadcrumb__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.breadcrumb__content-2 > p {
  font-size: 16px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 60%;
  }
}
#object {
  width: 80px;
  height: 80px;
  background-color: #323232;
  -webkit-animation: preloader 1s infinite ease-in-out;
  animation: preloader 1s infinite ease-in-out;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: perspective(160px);
  }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg);
  }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
  }
}
@keyframes preloader {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header__transparent {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header__padding {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  padding-right: 35px;
  position: relative;
}
.header__info ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  right: 0;
  width: 1px;
  height: 12px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  /*background-color: var(--tp-common-dark);*/
  background-color: #02b45f;
}
.header__info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header__info ul li:last-child::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__info ul li {
    margin-right: 25px;
    padding-right: 25px;
  }
}
.header__info ul li a {
  color: var(--tp-common-white);
  font-size: 14px;
}
.header__info ul li a:hover {
  color: var(--tp-theme-1);
}
.header__info ul li a i {
  margin-right: 5px;
  color: var(--tp-theme-1);
}
.header__info ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.header__info ul li a svg path {
  fill: var(--tp-text-4);
}
.header__info-2 {
  padding-left: 0;
}
.header__info-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  padding-right: 35px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__info-2 ul li {
    margin-right: 25px;
    padding-right: 25px;
  }
}
.header__info-2 ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  right: 0;
  width: 1px;
  height: 12px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: var(--tp-border-7);
}
.header__info-2 ul li a {
  /*color: #00391e;*/
  color: #00391e;
  font-size: 14px;
}
.header__info-2 ul li a:hover {
  color: var(--tp-theme-1);
}
.header__top-left {
  padding-left: 240px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__top-left {
    padding-left: 215px;
  }
}
.header__top-left-2 {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__top-left-2 {
    padding-left: 215px;
  }
}
.header__top-border {
  border-bottom: 1px solid var(--tp-border-8);
}
.header__orange-bg {
  position: relative;
}
.header__orange-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 120px;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: var(--tp-theme-1);
}
.header__hamburger button {
  font-size: 14px;
  font-weight: var(--tp-fw-bold);
  background-color: var(--tp-common-white);
  /*-color: #00391e;*/
  color: #00391e;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 18px;
}
.header__hamburger button i {
  margin-right: 3px;
}
.header__hamburger button:hover {
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  color: var(--tp-common-white);
}
.header__action a, .header__action button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: #00391e;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  margin-right: 10px;
}
.header__action a:last-child, .header__action button:last-child {
  margin-right: 0;
}
.header__action a:hover, .header__action button:hover {
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  color: var(--tp-common-white);
}
.header__action a .cart-count, .header__action button .cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: var(--tp-common-green);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}
.header__sticky.header__sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--tp-common-white);
}
.header__lang {
  position: relative;
  padding: 3px 28px 5px;
  padding-right: 0;
  z-index: 99;
}
.header__lang .nice-select {
  padding: 0;
  padding-right: 18px;
  padding-left: 28px;
  font-size: 14px;
  border: 0;
  color: var(--tp-common-white);
  background-color: transparent;
}
.header__lang .nice-select .current {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}
.header__lang .nice-select .list {
  border-radius: 0;
  margin-top: 0;
  left: auto;
  right: 0;
}
.header__lang .nice-select .list .option {
  color: var(--tp-text-1);
}
.header__lang .nice-select .list .option:hover, .header__lang .nice-select .list .option.selected.focus {
  color: var(--tp-theme-1);
}
.header__lang .selected-lang {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
  background-color: var(--tp-theme-1);
  position: relative;
  padding-right: 20px;
}
.header__lang .selected-lang::after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-common-white);
  font-size: 14px;
  font-family: var(--tp-ff-fontawesome);
}
.header__lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--tp-common-white);
  z-index: 11;
  padding: 15px 28px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  -webkit-transform: perspective(400px) rotateX(-45deg);
  -moz-transform: perspective(400px) rotateX(-45deg);
  -ms-transform: perspective(400px) rotateX(-45deg);
  -o-transform: perspective(400px) rotateX(-45deg);
  transform: perspective(400px) rotateX(-45deg);
  -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;
}
.header__lang-list li {
  list-style: none;
  color: var(--tp-common-dark);
  text-align: right;
}
.header__lang-list li:hover {
  color: var(--tp-theme-1);
  cursor: pointer;
}
.header__lang:hover .header__lang-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.header__social ul li {
  display: inline-block;
  margin-right: 5px;
}
.header__social ul li:last-child {
  margin-right: 0;
}
.header__social ul li a {
  font-size: 14px;
  color: #00391e;
  display: inline-block;
}
.header__social ul li a:hover {
  color: var(--tp-theme-1);
}
.header__link a {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-bold);
  margin-right: 45px;
}
.header__link a i {
  margin-right: 5px;
}
.header__link a:last-child {
  margin-right: 0;
}
.header__link a:hover {
  color: var(--tp-theme-1);
}
.header__link-2 a {
  color: #00391e;
}
.header__link-2 a:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .header__menu-wrapper {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__menu-wrapper {
    margin-left: 0;
  }
}
.header__menu-wrapper-2 {
  margin-left: 0;
}
.header__contact-icon span {
  display: inline-block;
  width: 45px;
}
.header__contact-icon span .header-contact-icon-theme {
  fill: var(--tp-theme-1);
}
.header__contact-icon span .header-contact-icon-black {
  fill: #00391e;
}
.header__contact-content h5 {
  color: var(--tp-text-1);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
}
.header__contact-content p {
  font-size: 16px;
  font-weight: 700;
  color: #00391e;
  text-transform: uppercase;
  margin-bottom: 0;
}
.header__contact-content p a:hover {
  color: var(--tp-theme-1);
}

/* logo */
.logo-translate {
  position: relative;
  margin-top: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .logo-translate {
    margin-top: 0;
  }
}
.logo-space {
  margin-left: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .logo-space {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .logo-space {
    margin-left: 0;
  }
}

/* main menu css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    margin-left: 50px;
  }
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  line-height: 1;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #00391e;
  padding: 32px 40px;
  font-weight: var(--tp-fw-bold);
  text-transform: capitalize;
  position: relative;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .main-menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .main-menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-menu ul li a::before {
  position: absolute;
  content: "";
  top: 10px;
  left: auto;
  right: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: var(--tp-common-white);
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "+";
  font-size: 14px;
  color: #00391e;
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  font-weight: var(--tp-fw-bold);
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: var(--tp-common-white);
  z-index: 99;
  -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;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #00391e;
  width: 100%;
  background-color: #f8f9fa;
}
.main-menu ul li .submenu li a::before {
  display: none;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.main-menu ul li:hover > a::after {
  color: var(--tp-common-white);
}
.main-menu ul li:hover > a::before {
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu-2 ul li {
  margin-right: 60px;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .main-menu-2 ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .main-menu-2 ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu-2 ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 ul li {
    margin-right: 16px;
  }
}
.main-menu-2 ul li:last-child {
  margin-right: 0;
}
.main-menu-2 ul li a {
  padding: 30px 0;
}
.main-menu-2 ul li a::before {
  display: none;
}
.main-menu-2 ul li .submenu li a:hover {
  color: var(--tp-theme-1);
}
.main-menu-2 ul li:hover > a {
  color: var(--tp-theme-1);
  background-color: transparent;
}
.main-menu-2 ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu-2 ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.header-style-3 .header__link-2 a {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__link-2 a:hover {
  color: var(--tp-theme-2);
}
.header-style-3 .header__info ul li a i {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__info-2 ul li a {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__info-2 ul li a:hover {
  color: var(--tp-theme-2);
}
.header-style-3 .header__orange-bg::after {
  background-color: var(--tp-common-dark-3);
}
.header-style-3 .header__lang .selected-lang {
  background-color: transparent;
}
.header-style-3 .header__lang-list li:hover {
  color: var(--tp-theme-2);
}
.header-style-3 .header__contact-icon span .header-contact-icon-theme {
  fill: var(--tp-common-dark-3);
}
.header-style-3 .header__contact-icon span .header-contact-icon-black {
  fill: var(--tp-common-dark-3);
}
.header-style-3 .main-menu ul li a {
  color: var(--tp-common-dark-3);
}
.header-style-3 .main-menu ul li .submenu li a:hover {
  color: var(--tp-theme-2);
}
.header-style-3 .main-menu ul li:hover > a {
  color: var(--tp-theme-2);
  background-color: transparent;
}
.header-style-3 .main-menu ul li:hover > a::after {
  color: var(--tp-theme-2);
}
.header-style-3 .header__contact-content h5 {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__contact-content p {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__contact-content p a:hover {
  color: var(--tp-theme-2);
}
.header-style-3 .header__action a {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__action a:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.header-style-3 .header__hamburger button {
  color: var(--tp-common-dark-3);
}
.header-style-3 .header__hamburger button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
}

.header-sticky-active.header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--tp-common-white);
}
.header-sticky-active.header-sticky .logo-translate {
  margin-top: 0;
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #00391e;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #00391e;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #00391e;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #00391e;
}

/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
.slider__height {
  min-height: 850px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height {
    min-height: 750px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height {
    min-height: 650px;
  }
}
@media (max-width: 575px) {
  .slider__height {
    min-height: 450px;
  }
}
.slider__overlay {
  position: relative;
  z-index: 1;
}
.slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  background-color: transparent;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  z-index: -1;
}
.slider__overlay-2 {
  position: relative;
  z-index: 1;
}
.slider__overlay-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(45deg, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
  background-image: -webkit-linear-gradient(45deg, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
  background-image: -ms-linear-gradient(45deg, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
  background-image: linear-gradient(45deg, #f4f4f4 10%, rgba(244, 244, 244, 0) 100%);
  z-index: -1;
}
.slider__title {
  font-size: 100px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-bold);
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .slider__title {
    font-size: 45px;
  }
}
.slider__title-2 {
  color: #00391e;
}
.slider__title-3 {
  font-size: 120px;
  color: var(--tp-common-dark-3);
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-3 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-3 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .slider__title-3 {
    font-size: 35px;
  }
}
.slider__title-3 .slider-title-stroke {
  -webkit-text-fill-color: transparent;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--tp-common-dark-3);
}
.slider__content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-common-white);
  margin-bottom: 45px;
}
.slider__content-2 p {
  color: #444;
}
.slider__content-3 > span {
  font-size: 18px;
  color: var(--tp-common-dark-3);
}
.slider__wrapper .slider-pagination-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: #00391e;
  z-index: 1;
}
.slider__wrapper .slider-pagination-btn:hover {
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  color: var(--tp-common-white);
}
.slider__wrapper .slider-pagination-btn.slider-button-next {
  left: auto;
  right: 0;
}
.slider__wrapper-2 .slider-pagination-btn {
  left: auto;
  right: 60px;
  bottom: 50%;
}
.slider__wrapper-2 .slider-pagination-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.slider__wrapper-2 .slider-pagination-btn.slider-button-next {
  bottom: 39%;
  right: 60px;
}
.slider__wrapper-3 {
  padding-top: 150px;
  padding-bottom: 450px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__wrapper-3 {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__wrapper-3 {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__wrapper-3 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .slider__wrapper-3 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.slider__btn-2 a {
  margin-right: 25px;
}
.slider__btn-3 a {
  margin-right: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__pagination {
    display: none;
  }
}

.slider-play-btn {
  font-size: 14px;
  color: var(--tp-common-dark-3);
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 575px) {
  .slider-play-btn {
    display: block;
  }
}
.slider-play-btn .slider-play-btn-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark-3);
  border-radius: 50%;
}
.slider-play-btn .slider-play-btn-text {
  margin-left: 20px;
}
.slider-play-btn:hover {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  04. SERVICES CSS START
/*----------------------------------------*/
.services__item {
  background-color: var(--tp-common-white);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.services__item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.services__item:hover .services__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.services__item-2 {
  padding: 45px 45px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .services__item-2 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.services__item-3:hover .services__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.services__thumb-3 {
  z-index: 1;
}
.services__thumb-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-dark-3);
  opacity: 0.5;
}
.services__icon {
  position: absolute;
  top: 0;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services__icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #00391e;
  background-color: var(--tp-common-white);
  font-size: 40px;
  margin-bottom: 2px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.services__icon-2 {
  margin-bottom: 20px;
}
.services__icon-2 i {
  font-size: 60px;
  color: var(--tp-theme-1);
}
.services__icon-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 117px;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.services__icon-3 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.services__icon-3 span .services-icon-theme {
  fill: var(--tp-theme-2);
}
.services__icon-3 span .services-icon-black {
  fill: var(--tp-common-dark-3);
}
.services__counter {
  counter-reset: count;
}
.services__counter-2 {
  counter-reset: count2;
}
.services__no span {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-theme-1);
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}
.services__no span::after {
  position: absolute;
  counter-increment: count;
  content: "0" counter(count);
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-theme-1);
}
.services__no-2 span {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-text-1);
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}
.services__no-2 span::after {
  position: absolute;
  counter-increment: count;
  content: "0" counter(count);
  right: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-text-1);
}
.services__no-text {
  position: relative;
}
.services__no-text::before {
  position: absolute;
  counter-increment: count2;
  content: "0" counter(count2);
  right: -45px;
  top: 25px;
  -webkit-text-fill-color: transparent;
  background: var(--tp-common-white);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--tp-border-6);
  color: var(--tp-common-white) !important;
  font-size: 170px;
  z-index: -1;
  font-weight: 700;
}
.services__title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.services__title a:hover {
  color: var(--tp-theme-1);
}
.services__title-2 {
  font-size: 26px;
  color: #00391e;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services__title-2 a:hover {
  color: var(--tp-theme-1);
}
.services__title-3 {
  font-size: 24px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__title-3 {
    font-size: 20px;
  }
}
.services__title-3 a:hover {
  color: var(--tp-theme-2);
}
.services__content {
  position: relative;
  border: 1px solid var(--tp-border-2);
  border-top: 0;
  padding: 30px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services__content-2 p {
  margin-bottom: 28px;
}
.services__content-3 {
  padding-top: 20px;
}
.services__btn .services-link-btn {
  display: inline-block;
}
.services__btn .services-link-btn a {
  display: inline-block;
}
.services__btn .services-link-btn:hover .link-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.services__btn .services-link-btn:hover .link-btn i {
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
.services__btn .services-link-btn:hover .link-btn i:last-child {
  left: 50%;
  visibility: visible;
  opacity: 1;
}
.services__btn .services-link-btn:hover .services-btn-text {
  visibility: visible;
  opacity: 1;
  padding-left: 20px;
}
.services__btn .services-link-btn {
  position: relative;
}
.services__btn .services-btn-text {
  position: absolute;
  left: 100%;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #00391e;
  text-transform: uppercase;
  min-width: 200%;
  visibility: hidden;
  opacity: 0;
}
.services__slider {
  margin-right: -430px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__slider {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__slider {
    margin-right: -350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__slider {
    margin-right: -250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__slider {
    margin-right: -350px;
  }
}
@media (max-width: 575px) {
  .services__slider {
    margin-right: 0;
  }
}
.services__details-thumb {
  margin-bottom: 50px;
}
.services__details-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__details-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__details-title {
    font-size: 30px;
  }
}
.services__details-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.services__details-question h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.services__details-question ul li {
  list-style: none;
  line-height: 1;
}
.services__details-question ul li p {
  font-size: 16px;
  line-height: 1.6;
}
.services__details-question ul li p span {
  color: #00391e;
  font-weight: 700;
}
.services__details-process h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.services__details-contact {
  padding: 50px 60px 60px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__details-contact {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services__details-contact h4 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__details-contact h4 {
    font-size: 30px;
  }
}
.services__details-contact .contact__input input, .services__details-contact .contact__input textarea {
  background-color: var(--tp-grey-4);
  border-color: var(--tp-grey-4);
}
.services__details-contact .contact__input input:focus, .services__details-contact .contact__input textarea:focus {
  border-color: var(--tp-theme-1);
}
.services__details-contact .contact__input input::-webkit-input-placeholder, .services__details-contact .contact__input textarea::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.services__details-contact .contact__input input:-moz-placeholder, .services__details-contact .contact__input textarea:-moz-placeholder {
  color: var(--tp-text-12);
}
.services__details-contact .contact__input input::-moz-placeholder, .services__details-contact .contact__input textarea::-moz-placeholder {
  color: var(--tp-text-12);
}
.services__details-contact .contact__input input:-ms-input-placeholder, .services__details-contact .contact__input textarea:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.services__details-contact .contact__input i {
  color: #00391e;
}
.services__widget {
  padding: 33px 40px 30px;
  border: 1px solid #f3f3f3;
}
.services__widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 70px;
  position: relative;
  margin-bottom: 17px;
}
.services__widget-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: var(--tp-theme-1);
}
.services__widget ul li {
  list-style: none;
  margin-bottom: 2px;
}
.services__widget ul li:last-child {
  margin-bottom: 0;
}
.services__widget ul li a {
  font-size: 16px;
  color: var(--tp-text-1);
  padding-left: 30px;
  position: relative;
}
.services__widget ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
}
.services__widget ul li:hover > a {
  color: var(--tp-theme-1);
  padding-left: 40px;
}
.services__widget ul li:hover > a::after {
  background-color: var(--tp-theme-1);
  width: 22px;
}

.services-widget-banner {
  position: relative;
  background-color: var(--tp-grey-4);
  z-index: 1;
  padding: 50px 25px 35px;
}
.services-widget-banner .services-banner-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.services-widget-banner .services-banner-content {
  text-align: center;
}
.services-widget-banner .services-banner-content span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.services-widget-banner .services-banner-content h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services-widget-banner .services-banner-content p {
  font-size: 30px;
  color: var(--tp-theme-1);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.services-widget-banner .services-banner-content p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  05. ABOUT CSS START
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper {
    padding-left: 0;
  }
}
.about__wrapper-2 > p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__wrapper-3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__wrapper-3 {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper-3 {
    padding-left: 0;
    margin-top: 50px;
    padding-right: 0;
  }
}
.about__wrapper-3 > p {
  font-size: 16px;
  margin-bottom: 35px;
}
.about__wrapper-4 > p {
  font-size: 16px;
}
.about__content > p {
  font-size: 16px;
  margin-bottom: 35px;
}
.about__author {
  margin-right: 100px;
  padding: 15px 15px;
  background-color: var(--tp-common-white);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__author {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .about__author-inner {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.about__author-border {
  position: relative;
}
.about__author-border::after {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: var(--tp-theme-1);
}
.about__author-thumb img {
  width: 50px;
  height: 50px;
}
.about__author-info h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
.about__author-info span {
  font-size: 14px;
  line-height: 1;
}
.about__author-content-3 p {
  line-height: 1;
  margin-bottom: 23px;
}
.about__author-content-3 p span {
  font-size: 20px;
  color: var(--tp-common-dark-3);
  font-weight: 700;
}
.about__author-4 {
  margin-right: 0;
}
.about__item {
  padding: 40px 25px 35px;
  position: relative;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.about__item::after {
  position: absolute;
  content: "";
  left: auto;
  top: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background-color: var(--tp-theme-1);
}
.about__item:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.about__item-icon {
  margin-bottom: 10px;
}
.about__item-icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
}
.about__item-content h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.about__item-content h4 span {
  font-size: 60px;
}
.about__item-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.about__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__shape-2 {
    width: 100%;
  }
}
.about__shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__shape-3 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__thumb-wrapper-2 {
    margin-right: 0;
  }
}
.about__thumb-wrapper-2 .about-thumb-shape {
  position: absolute;
  top: 35%;
  left: 36%;
}
@media (max-width: 575px) {
  .about__thumb-wrapper-2 .about-thumb-shape {
    width: 120px;
  }
}
.about__progress-item {
  border-bottom: 1px solid var(--tp-border-9);
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.about__progress-process {
  position: relative;
}
@media (max-width: 575px) {
  .about__progress-process {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.about__progress-process .about-process-icon {
  position: absolute;
  top: 27px;
  left: 49%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__progress-process .about-process-icon i {
  font-size: 40px;
  color: var(--tp-theme-2);
}
.about__progress-process .about-process-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.about__progress-process .about-process-icon span .features-icon-theme {
  fill: var(--tp-theme-2);
}
.about__progress-process .about-process-icon span .features-icon-black {
  fill: var(--tp-common-dark-3);
}
.about__progress-process .progress-circular {
  position: relative;
  width: 130px;
  height: 130px;
}
.about__progress-process .progress-circular .knob {
  position: absolute;
  bottom: 47px;
  left: 0;
  width: 100% !important;
  margin: 0 !important;
  font-size: 30px !important;
  color: #00391e !important;
  font-weight: 700;
}
.about__progress-content h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about__progress-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.about__experience-text {
  border-bottom: 1px solid var(--tp-border-9);
  margin-bottom: 20px;
}
.about__experience-text p {
  font-size: 20px;
  color: #00391e;
  line-height: 1.5;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__experience-text p {
    padding-right: 0;
  }
}
.about__experience-text p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: var(--tp-theme-1);
}
.about__experience-text p span {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  06. PORTFOLIO CSS START
/*----------------------------------------*/
.portfolio__item {
  position: relative;
  z-index: 1;
}
.portfolio__item::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  opacity: 0;
}
.portfolio__item:hover::after {
  opacity: 0.9;
}
.portfolio__item:hover .portfolio__content {
  bottom: 45px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 20px;
  }
}
.portfolio__item:hover .portfolio__view {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .portfolio__item:hover .portfolio__view {
    top: 20px;
  }
}
.portfolio__item-3.portfolio-item-active .portfolio__btn-3 {
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.portfolio__item-3:hover .portfolio__btn-3 {
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
.portfolio__title {
  font-size: 24px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.portfolio__title a:hover {
  color: var(--tp-theme-1);
}
.portfolio__title-3 {
  font-size: 24px;
  color: var(--tp-common-dark-3);
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title-3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__title-3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__title-3 {
    font-size: 20px;
  }
}
.portfolio__title-3 a:hover {
  color: var(--tp-theme-2);
}
.portfolio__content {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .portfolio__content {
    left: 20px;
  }
}
.portfolio__content-3 {
  border: 1px solid var(--tp-border-10);
  padding: 32px 40px;
}
@media (max-width: 575px) {
  .portfolio__content-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.portfolio__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.portfolio__tag-3 {
  position: absolute;
  bottom: 0;
  left: 40px;
}
.portfolio__tag-3 a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tp-common-dark-3);
  background-color: var(--tp-theme-2);
  padding: 0 7px;
}
.portfolio__view {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.portfolio__view .portfolio-view-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  font-size: 16px;
}
.portfolio__view .portfolio-view-btn:hover {
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .portfolio__view {
    left: 20px;
  }
}
.portfolio__nav {
  position: absolute;
  top: -105px;
  right: 305px;
  z-index: 1;
}
@media only screen and (min-width: 1601px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .portfolio__nav {
    right: 155px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__nav {
    right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__nav {
    top: -90px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__nav {
    display: none;
  }
}
.portfolio__nav .slick-next {
  margin-left: 10px;
}
.portfolio__thumb-banner {
  position: relative;
}
.portfolio__thumb-banner::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: var(--tp-theme-1);
  opacity: 0.9;
}
.portfolio__thumb-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio__thumb-banner-content p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-weight: 700;
}
.portfolio__thumb-banner-content h4 {
  font-size: 60px;
  color: var(--tp-common-white);
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .portfolio__thumb-banner-content h4 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__thumb-banner-content h4 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio__thumb-banner-content h4 {
    font-size: 22px;
  }
}
.portfolio__thumb-2 {
  position: relative;
}
.portfolio__btn-3 {
  -webkit-transform: perspective(400px) rotateX(-60deg);
  -moz-transform: perspective(400px) rotateX(-60deg);
  -ms-transform: perspective(400px) rotateX(-60deg);
  -o-transform: perspective(400px) rotateX(-60deg);
  transform: perspective(400px) rotateX(-60deg);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-wrapper {
    padding-right: 0;
  }
}
.portfolio__details-text h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.portfolio__details-text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  padding-right: 10px;
}
.portfolio__details-text-highlight {
  color: #333333;
}
.portfolio__details-msg {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 55px;
}
.portfolio__details-goal-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--tp-border-1);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.portfolio__details-goal-item h4 span {
  color: var(--tp-theme-1);
}
.portfolio__details-goal-item p {
  font-size: 16px;
  padding-right: 20px;
}
.portfolio__details-post-item {
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-post-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-post-item-right .portfolio__details-post-thumb {
    margin-right: 20px;
    margin-left: 0;
  }
}
.portfolio__details-post-thumb img {
  width: 80px;
  height: 80px;
}
.portfolio__details-post-content span {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.portfolio__details-post-content h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-post-content h4 {
    font-size: 20px;
  }
}
.portfolio__details-post-content h4 a:hover {
  color: var(--tp-theme-1);
}
.portfolio__details-info {
  padding: 0 40px 30px;
}
.portfolio__details-info ul li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 13px;
  padding-bottom: 10px;
}
.portfolio__details-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.portfolio__details-info ul li p {
  font-size: 14px;
  color: var(--tp-text-1);
  margin-bottom: 0;
}
.portfolio__details-info ul li p span {
  color: #00391e;
  font-weight: 700;
}
.portfolio__contact-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.portfolio__contact .contact__input input, .portfolio__contact .contact__input textarea {
  border-color: #f2f2f2;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  padding-right: 15px;
}
.portfolio__contact .contact__input input:focus, .portfolio__contact .contact__input textarea:focus {
  border-color: var(--tp-theme-1);
}
.portfolio__contact .contact__input textarea {
  height: 140px;
  line-height: 1.3;
}
.portfolio__contact .contact__input .nice-select {
  height: 60px;
  line-height: 60px;
  border: 1px solid #f2f2f2;
  background-color: transparent;
  padding-left: 50px;
}
.portfolio__contact .contact__input i {
  top: 23px;
  left: 23px;
  right: auto;
  color: #00391e;
}
.portfolio__widget {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #f2f2f2;
}
.portfolio__widget-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 35px 40px 0;
}

.tp-dropcap {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  float: left;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #00391e;
  background-color: var(--tp-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-right: 20px;
}

/*----------------------------------------*/
/*  07. CTA CSS START
/*----------------------------------------*/
.cta__title {
  font-size: 60px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .cta__title {
    font-size: 40px;
    margin-right: 0;
  }
}
.cta__title-4 {
  font-size: 30px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.cta__title-4 span {
  margin-left: 5px;
  position: relative;
}
.cta__title-4 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__wrapper {
    margin-bottom: 50px;
  }
}
.cta__wrapper p {
  color: var(--tp-common-white);
  padding-right: 30px;
}
.cta__overlay {
  position: relative;
}
.cta__overlay::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: var(--tp-theme-1);
  opacity: 0.95;
}
.cta__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 67%;
  height: 100%;
}
@media (max-width: 575px) {
  .cta__bg-2 {
    width: 80%;
  }
}
.cta__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta__inner-2 {
  padding: 80px 80px 5px;
  padding-right: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__inner-2 {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__inner-2 {
    padding-right: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__inner-2 {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__inner-2 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .cta__inner-2 {
    padding-right: 25px;
    padding-left: 20px;
  }
}
.cta__inner-4 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -60px;
}
.cta__content-2 p {
  font-size: 16px;
  margin-bottom: 5px;
}
.cta__play {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__play {
    margin-top: 75px;
  }
}
.cta__btn-2 {
  -webkit-transform: translateY(55%);
  -moz-transform: translateY(55%);
  -ms-transform: translateY(55%);
  -o-transform: translateY(55%);
  transform: translateY(55%);
}
.cta__icon {
  margin: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__icon {
    margin: 30px 0;
  }
}
.cta__icon i {
  font-size: 30px;
  color: #00391e;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
}

.cta-video-btn {
  font-size: 16px;
  font-weight: 700;
  color: #00391e;
  text-transform: uppercase;
  background-color: var(--tp-common-white);
  padding: 20px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.cta-video-btn i {
  color: var(--tp-theme-1);
  margin-right: 2px;
}
.cta-video-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.cta-video-btn:hover i {
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  08. FEATURES CSS START
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__wrapper {
    padding-right: 0;
  }
}
.features__wrapper > p {
  font-size: 16px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--tp-border-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__wrapper-2 {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__wrapper-2 {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__wrapper-2 {
    padding-left: 0;
    padding-top: 0px;
    margin-top: 50px;
  }
}
.features__wrapper-2 > p {
  font-size: 16px;
  margin-bottom: 35px;
}
.features__icon span {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.features__icon span .features-icon-theme {
  fill: var(--tp-theme-1);
}
.features__icon span .features-icon-black {
  fill: #00391e;
}
.features__title {
  font-size: 20px;
  color: #00391e;
  text-transform: uppercase;
  line-height: 1.3;
}
.features__title:hover {
  color: var(--tp-theme-1);
}
@media (max-width: 575px) {
  .features__item {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__item-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__thumb {
    padding-left: 0;
    margin-top: 50px;
  }
}
.features__thumb-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-30%, -50%);
  -moz-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  -o-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__thumb-icon {
    -webkit-transform: translate(-15%, -50%);
    -moz-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    -o-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__thumb-icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.features__thumb-icon span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.features__thumb-icon span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: -2;
}
.features__thumb-icon span .features-icon-theme {
  fill: var(--tp-theme-1);
}
.features__thumb-icon span .features-icon-black {
  fill: #00391e;
}
.features__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.features__list-item {
  padding-right: 40px;
}
@media (max-width: 575px) {
  .features__list-item {
    padding-right: 0;
  }
}
.features__list-item:not(:last-child) {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--tp-border-7);
}
@media (max-width: 575px) {
  .features__list-icon {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.features__list-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.features__list-icon span svg {
  width: 40px;
}
.features__list-icon span .features-icon-theme {
  fill: var(--tp-theme-1);
}
.features__list-icon span .features-icon-black {
  fill: #00391e;
}
.features__list-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.features__list-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.features__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__bg {
    display: none;
  }
}
.features__bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-theme-1);
  opacity: 0.9;
}

.features-play-btn {
  display: inline-block;
  font-size: 18px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  color: #00391e;
  background-color: var(--tp-common-white);
  border-radius: 50%;
}
.features-play-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

@-webkit-keyframes videoBtn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@-moz-keyframes videoBtn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@-ms-keyframes videoBtn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes videoBtn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}
/*----------------------------------------*/
/*  09. PROCESS CSS START
/*----------------------------------------*/
.process__item {
  padding: 40px 40px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.process__item-overlay {
  position: relative;
  z-index: 1;
}
.process__item-overlay::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: var(--tp-common-white);
  z-index: -1;
}
.process__item-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: var(--tp-theme-1);
  opacity: 0;
}
.process__item:hover::after {
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  opacity: 0.94;
}
.process__item:hover::before {
  opacity: 1;
  top: 20px;
}
.process__item:hover .process__title {
  color: var(--tp-common-white);
}
.process__item-2 {
  padding: 50px 35px 40px;
  border: 1px solid var(--tp-grey-1);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process__item-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .process__item-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.process__item-2:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.process__icon i {
  font-size: 60px;
  color: var(--tp-theme-1);
}
.process__icon-2 {
  margin-bottom: 15px;
}
.process__icon-2 i {
  font-size: 70px;
  color: var(--tp-text-13);
}
.process__title {
  font-size: 17px;
  line-height: 1.3;
  text-transform: uppercase;
}
.process__title-2 {
  font-size: 24px;
  color: var(--tp-common-dark-3);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process__content-2 p {
  font-size: 16px;
  margin-bottom: 0;
}
.process__step {
  position: absolute;
  top: 20px;
  right: 20px;
}
.process__step span {
  display: inline-block;
  font-weight: 700;
  color: var(--tp-common-dark-3);
  background-color: var(--tp-theme-2);
  padding: 5px 10px 2px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.process__step span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 10px;
  height: 10px;
  border-top: 0px solid transparent;
  border-left: 10px solid var(--tp-theme-2);
  border-bottom: 10px solid transparent;
}

.process-style-2 .process__step span {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.process-style-2 .process__step span::after {
  border-left-color: var(--tp-theme-1);
}
.process-style-2 .process__title-2 {
  color: #00391e;
}

/*----------------------------------------*/
/*  10. VIDEO CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__wrapper {
    padding-left: 0;
  }
}
.video__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .video__thumb {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__thumb {
    display: none;
  }
}
.video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 18px;
  font-weight: 700;
  color: #00391e;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video__play-btn:hover {
  color: var(--tp-common-white);
}
.video__progress-item {
  position: relative;
}
.video__progress-item h4 {
  font-size: 14px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.video__progress-item .progress {
  height: 60px;
  background-color: var(--tp-common-black-4);
  border-radius: 0;
  overflow: visible;
}
.video__progress-item .progress-bar {
  background-color: var(--tp-theme-1);
  overflow: visible;
}
.video__progress-item .progress-count {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  11. TEAM CSS START
/*----------------------------------------*/
.team__item {
  position: relative;
}
.team__item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.team__item:hover::after {
  visibility: visible;
  opacity: 1;
}
.team__item-3 {
  position: relative;
}
.team__item-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
}
.team__item-3:hover .team__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team__social {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -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;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
@media (max-width: 575px) {
  .team__social {
    transform-origin: top;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -o-transform: skewY(30deg);
    transform: skewY(30deg);
  }
}
@media (max-width: 575px) {
  .team__social ul {
    display: inline-block !important;
  }
}
.team__social ul li {
  list-style: none;
}
.team__social ul li > a {
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #00391e;
  background-color: var(--tp-common-white);
  margin-left: 10px;
}
@media (max-width: 575px) {
  .team__social ul li > a {
    margin-bottom: 10px;
  }
}
.team__social ul li > a:hover {
  color: var(--tp-common-white);
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
}
.team__social-wrapper {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.team__social-wrapper .team-plus-btn {
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.team__social-wrapper:hover .team__social {
  visibility: visible;
  opacity: 1;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
}
.team__social-3 {
  position: absolute;
  top: -40px;
  right: 20px;
  background-color: var(--tp-theme-2);
  padding: 10px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  z-index: 11;
  padding-top: 60px;
}
.team__social-3 ul li {
  list-style: none;
}
.team__social-3 ul li a {
  font-size: 14px;
  color: #00391e;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.team__social-3 ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team__social-btn .team-social-btn {
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #00391e;
  background-color: var(--tp-common-white);
}
.team__social-btn .team-social-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team__social-btn .team-social-btn:not(.collapsed) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team__social-btn .team-social-btn-close {
  font-size: 14px;
  color: #00391e;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  visibility: hidden;
  opacity: 0;
}
.team__social-btn .team-social-btn-close:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-dark-3);
}
.team__title {
  font-size: 26px;
  color: var(--tp-common-white);
  text-transform: uppercase;
}
.team__title a:hover {
  color: var(--tp-theme-1);
}
.team__title-3 {
  font-size: 26px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.team__title-3 a:hover {
  color: var(--tp-theme-2);
}
.team__content {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 1;
}
.team__content span {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  opacity: 0.6;
  display: inline-block;
  text-transform: uppercase;
}
.team__content-3 {
  position: absolute;
  bottom: 32px;
  left: 40px;
  z-index: 1;
}
@media (max-width: 575px) {
  .team__content-3 {
    left: 15px;
  }
}
.team__content-3 span {
  font-size: 14px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 5px;
}
.team__slider {
  padding-left: 95px;
  padding-right: 200px;
  margin-left: -85px;
}
.team__slider .swiper-container {
  overflow: visible;
}
@media (max-width: 575px) {
  .team__slider {
    padding: 0;
    margin: 0;
  }
}
.team__box-item:hover .team__box-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.team__box-title {
  font-size: 20px;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team__box-title a:hover {
  color: var(--tp-theme-1);
}
.team__box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  padding-right: 50px;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  -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;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
}
.team__box-content > span {
  font-size: 14px;
  color: var(--tp-theme-1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
}
.team__box-social a {
  display: inline-block;
  color: var(--tp-text-10);
  margin-right: 10px;
}
.team__box-social a:hover {
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__details-wrapper {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__details-wrapper {
    padding-top: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__details-wrapper {
    padding-left: 0;
  }
}
.team__details-designation {
  font-size: 14px;
  font-weight: 500;
}
.team__details-title {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .team__details-title {
    font-size: 30px;
  }
}
.team__details-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
}
.team__details-info-item:hover .team__details-info-icon i {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.team__details-info-icon i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-theme-1);
  background-color: var(--tp-grey-4);
}
.team__details-info-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.team__details-info-content h5 {
  font-size: 20px;
  color: #00391e;
  margin-bottom: 0;
}
.team__details-info-content h5 a:hover {
  color: var(--tp-theme-1);
}
.team__details-inner {
  border-bottom: 1px solid #e8e8e8;
}
.team__skill-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__skill-progress {
    padding-top: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__skill-progress {
    padding-top: 0;
    padding-right: 0;
  }
}
.team__skill-progress-item {
  position: relative;
  margin-bottom: 32px;
}
.team__skill-progress-item h4 {
  font-size: 18px;
  color: #00391e;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding-right: 50px;
}
.team__skill-progress-item .progress {
  height: 10px;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.team__skill-progress-item .progress::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #ececec;
  z-index: -1;
}
.team__skill-progress-item .progress-bar {
  background-color: var(--tp-theme-1);
  overflow: visible;
  border-radius: 0 10px 10px 0;
}
.team__skill-progress-item .progress-count {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__skill-thumb {
    margin-top: 50px;
  }
}
.team__skill-border {
  border-bottom: 1px solid #e8e8e8;
}
.team__skill-inner {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__certificate-content {
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__certificate-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.team__certificate-content h4 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.team__certificate-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.testimonial-style-black .team__social-3 {
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
}
.testimonial-style-black .team__social-3 ul li a {
  color: #00391e;
}
.testimonial-style-black .team__social-3 ul li a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.testimonial-style-black .team__social-btn .team-social-btn:not(.collapsed) {
  background-color: var(--tp-common-white);
}
.testimonial-style-black .team__social-btn .team-social-btn:hover {
  color: var(--tp-common-white);
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
}
.testimonial-style-black .team__title-3 a:hover {
  color: var(--tp-theme-1);
}
.testimonial-style-black .team__social-btn .team-social-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.testimonial-style-black .team__social-btn .team-social-btn:not(.collapsed) {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  12. COUNTER CSS START
/*----------------------------------------*/
.counter__item-3 {
  padding-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__item-3 {
    margin-bottom: 65px;
    padding-right: 0;
  }
}
.counter__title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 10px;
}
.counter__title-4 {
  font-size: 22px;
  color: #00391e;
  text-transform: uppercase;
}
.counter__content p {
  font-size: 16px;
  color: var(--tp-text-4);
}
.counter__content-3 p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  padding-left: 50px;
  margin-left: 20px;
  position: relative;
}
.counter__content-3 p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: var(--tp-theme-1);
}
.counter__content-4 span {
  color: var(--tp-text-12);
}
.counter__content-4 p {
  font-size: 16px;
}
@media (max-width: 575px) {
  .counter__process {
    margin-bottom: 30px;
  }
}
.counter__process .progress-circular {
  position: relative;
  width: 130px;
  height: 130px;
}
.counter__process .progress-circular .knob {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 37px !important;
  -webkit-text-fill-color: transparent;
  background: #00391e;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--tp-common-white);
  color: #00391e !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__process-4 {
    margin-bottom: 25px;
  }
}
.counter__process-4 .progress-circular {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 170px;
}
.counter__process-4 .progress-circular::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  z-index: -1;
}
.counter__process-4 .progress-circular .knob {
  font-size: 28px !important;
  margin-top: 57px !important;
  color: var(--tp-common-white) !important;
}
.counter__list-item:not(:last-child) {
  border-bottom: 1px solid var(--tp-grey-1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.counter__list-process {
  position: relative;
}
@media (max-width: 575px) {
  .counter__list-process {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.counter__list-process .counter-process-icon {
  position: absolute;
  top: 27px;
  left: 49%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.counter__list-process .counter-process-icon i {
  font-size: 40px;
  color: var(--tp-theme-1);
}
.counter__list-process .counter-process-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.counter__list-process .counter-process-icon span .features-icon-theme {
  fill: var(--tp-theme-1);
}
.counter__list-process .counter-process-icon span .features-icon-black {
  fill: #00391e;
}
.counter__list-process .progress-circular {
  position: relative;
  width: 130px;
  height: 130px;
}
.counter__list-process .progress-circular .knob {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100% !important;
  margin: 0 !important;
  font-size: 18px !important;
  color: #00391e !important;
  font-weight: 700;
}
.counter__list-content h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.counter__list-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.counter__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.counter__play::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.counter__play:hover {
  color: var(--tp-theme-1);
}
.counter__play:hover::after {
  top: 0;
}
.counter__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__bg {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__bg {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__bg {
    display: none;
  }
}
.counter__overlay {
  position: relative;
  z-index: 1;
}
.counter__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  opacity: 0.9;
  z-index: -1;
}
.counter__number {
  position: relative;
}
.counter__number .counter-number-stroke {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 160px;
  -webkit-text-fill-color: transparent;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--tp-grey-2);
  opacity: 0.1;
  font-weight: 700;
}
.counter__number h4 {
  font-size: 80px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.counter__inner-4 {
  padding: 60px 0 70px;
  border-top: 1px solid var(--tp-grey-1);
}

.counter-play-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00391e;
  background-color: var(--tp-common-white);
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*----------------------------------------*/
/*  13. BRAND CSS START
/*----------------------------------------*/
.brand__item {
  text-align: center;
}
.brand__item-3 {
  text-align: center;
}
.brand__item-3 img {
  opacity: 0.4;
}
.brand__item-3:hover img {
  opacity: 1;
}
.brand__item-4 .brand__item {
  margin: 0 15px;
}
.brand__item-4 .brand__item img {
  padding: 30px 40px;
  opacity: 0.6;
}
.brand__item-4 .brand__item:hover img {
  background-color: var(--tp-common-white);
  opacity: 1;
}
.brand__inner {
  border-top: 1px solid var(--tp-border-1);
}
.brand__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  14. CONTACT CSS START
/*----------------------------------------*/
.contact__border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.contact__item {
  padding: 30px 40px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  margin: -1px 0 0 -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .contact__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact__icon i {
  font-size: 40px;
  color: var(--tp-theme-1);
}
.contact__content h4 {
  font-size: 14px;
  color: var(--tp-text-5);
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact__content p {
  font-size: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact__content p a:hover {
  color: var(--tp-theme-1);
}
.contact__input {
  position: relative;
  margin-bottom: 20px;
}
.contact__input input, .contact__input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark-3);
  font-size: 14px;
  padding: 0 23px;
  padding-right: 40px;
  border: 1px solid var(--tp-grey-7);
  outline: none;
}
.contact__input input::-webkit-input-placeholder, .contact__input textarea::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.contact__input input:-moz-placeholder, .contact__input textarea:-moz-placeholder {
  color: var(--tp-text-12);
}
.contact__input input::-moz-placeholder, .contact__input textarea::-moz-placeholder {
  color: var(--tp-text-12);
}
.contact__input input:-ms-input-placeholder, .contact__input textarea:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.contact__input input:focus, .contact__input textarea:focus {
  border-color: var(--tp-theme-2);
}
.contact__input i {
  position: absolute;
  top: 17px;
  right: 23px;
  font-size: 14px;
  color: var(--tp-common-dark-3);
}
.contact__input textarea {
  height: 150px;
  line-height: 1.3;
  padding: 20px 23px;
  resize: none;
}
.contact__input .nice-select {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: var(--tp-grey-4);
  color: var(--tp-common-dark-3);
  font-size: 14px;
  border: 0;
  margin-bottom: 20px;
}
.contact__input .nice-select::after {
  color: #00391e;
  right: 23px;
}
.contact__input .nice-select .list {
  width: 100%;
}
.contact__input .nice-select .list .option {
  color: var(--tp-text-12);
}
.contact__input .nice-select .list .option:hover {
  color: var(--tp-theme-1);
}
.contact__input .nice-select .current {
  color: #00391e;
}
.contact__btn .contact-btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.contact__btn .contact-btn-2 {
  text-transform: uppercase;
}
.contact__btn .contact-btn-2 i {
  margin-left: 10px;
}
.contact__btn .contact-btn-2:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__wrapper {
  padding: 40px 50px 50px;
  background-color: var(--tp-common-white);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 575px) {
  .contact__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__wrapper-2 {
    padding-left: 0;
  }
}
.contact__title {
  font-size: 30px;
  margin-bottom: 32px;
  color: var(--tp-common-dark-3);
}
.contact__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.contact__info-wrapper {
  padding: 60px 60px 50px;
}
@media (max-width: 575px) {
  .contact__info-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact__info-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 575px) {
  .contact__info-icon {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.contact__info-icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 77px;
  text-align: center;
  font-size: 30px;
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.contact__info-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact__info-contact p {
  color: var(--tp-text-2);
  line-height: 1.5;
  margin-bottom: 2px;
  font-size: 16px;
}
.contact__info-contact p a:hover {
  color: var(--tp-theme-1);
}
.contact__map-inner {
  height: 560px;
  position: relative;
}
.contact__map-inner iframe {
  width: 100%;
  height: 100%;
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  left: 60%;
  z-index: 1;
}
.contact__map-icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
  font-size: 40px;
  color: var(--tp-common-white);
}
.contact__map-icon span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  border-radius: 50%;
  z-index: -1;
}
.contact__map-icon i {
  font-size: 40px;
  color: var(--tp-common-white);
}

.contact-style-2 .contact__input {
  margin-bottom: 17px;
}
.contact-style-2 .contact__input input, .contact-style-2 .contact__input textarea {
  height: 60px;
  line-height: 60px;
  padding-left: 45px;
  background-color: var(--tp-grey-4);
  border: 2px solid var(--tp-grey-4);
}
.contact-style-2 .contact__input input::-webkit-input-placeholder, .contact-style-2 .contact__input textarea::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.contact-style-2 .contact__input input:-moz-placeholder, .contact-style-2 .contact__input textarea:-moz-placeholder {
  color: var(--tp-text-12);
}
.contact-style-2 .contact__input input::-moz-placeholder, .contact-style-2 .contact__input textarea::-moz-placeholder {
  color: var(--tp-text-12);
}
.contact-style-2 .contact__input input:-ms-input-placeholder, .contact-style-2 .contact__input textarea:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.contact-style-2 .contact__input input:focus, .contact-style-2 .contact__input textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact-style-2 .contact__input textarea {
  padding: 20px 23px;
  padding-left: 45px;
  line-height: 1.3;
  height: 230px;
}
.contact-style-2 .contact__input i {
  top: 23px;
  right: auto;
  left: 20px;
  color: #00391e;
}

/*----------------------------------------*/
/*  15. FAQ CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__wrapper-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__wrapper-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__wrapper-2 {
    padding-left: 0;
    margin-top: 50px;
  }
}
.faq__wrapper-2 p {
  font-size: 16px;
  margin-bottom: 45px;
}
.faq__accordion .accordion-button:not(.collapsed) {
  color: #00391e;
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.faq__accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq__accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #00391e;
  text-align: left;
  background-color: var(--tp-grey-4);
  border: 0;
  border-radius: 0;
}
.faq__accordion .accordion-button::after {
  content: "+";
  font-family: var(--tp-ff-fontawesome);
  font-size: 16px;
  font-weight: 700;
  color: #00391e;
  background-image: none;
}
.faq__accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.faq__accordion .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__accordion .accordion-item {
  background-color: var(--tp-grey-4);
  border: 1px solid var(--tp-grey-4);
  margin-bottom: 10px;
}
.faq__accordion .accordion-body {
  background-color: var(--tp-common-white);
  padding: 0 25px 20px;
}
.faq__accordion .accordion-body p {
  font-size: 16px;
}
.faq__accordion-icon {
  position: absolute;
  top: -17px;
  right: 30px;
  z-index: -1;
}
.faq__accordion-icon i {
  font-size: 100px;
  color: var(--tp-grey-4);
}
.faq__accordion-icon-2 {
  position: absolute;
  top: -10px;
  right: 30px;
  z-index: -1;
}
.faq__accordion-icon-2 i {
  font-size: 100px;
  color: var(--tp-grey-4);
}
.faq__accordion-2 .accordion-button {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark-3);
}
.faq__accordion-2 .accordion-body {
  position: relative;
  z-index: 1;
}
.faq__accordion-3 .accordion-item {
  border: 1px solid #f0f0f0;
}
.faq__accordion-3 .accordion-button {
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark-3);
}
.faq__accordion-3 .accordion-body {
  position: relative;
  z-index: 1;
}
.faq__accordion-3 .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__accordion-3 .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__accordion-3 .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__experience {
  margin-top: 15px;
  padding: 60px 80px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__experience {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.faq__experience .faq__experience-shape {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.faq__experience-icon {
  margin-bottom: 15px;
}
.faq__experience-icon i {
  font-size: 60px;
  color: var(--tp-theme-1);
}
.faq__experience-content h4 {
  font-size: 20px;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 0;
}
.faq__experience-content h4 span {
  font-size: 80px;
}
.faq__experience-content p {
  color: var(--tp-text-9);
  margin-bottom: 0;
}
.faq__shape-2 {
  position: absolute;
  bottom: -6%;
  left: -6%;
  z-index: -1;
}
.faq__shape-3 {
  position: absolute;
  bottom: 20%;
  right: -10%;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__shape-3 {
    right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__shape-3 {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__shape-3 {
    right: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__shape-3 {
    right: -10px;
  }
}

/*----------------------------------------*/
/*  16. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__rating {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-theme-1);
  margin-bottom: 5px;
}
.testimonial__rating-3 {
  margin-bottom: 15px;
}
.testimonial__rating-3 span {
  background-color: var(--tp-theme-2);
  padding: 2px 13px;
  border-radius: 12px;
}
.testimonial__rating-3 a {
  font-size: 12px;
  color: var(--tp-common-dark-3);
}
.testimonial__icon {
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: -1;
}
.testimonial__icon i {
  font-size: 100px;
  color: var(--tp-common-white);
}
.testimonial__icon-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
}
.testimonial__icon-3 i {
  color: var(--tp-common-dark-3);
  font-size: 40px;
  line-height: 105px;
  text-align: center;
}
@media (max-width: 575px) {
  .testimonial__thumb-3 {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .testimonial__thumb-3 img {
    width: 100%;
  }
}
.testimonial__content {
  padding: 35px 40px;
  background-color: var(--tp-grey-5);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.testimonial__content::after {
  position: absolute;
  content: "";
  left: 67px;
  top: 100%;
  width: 30px;
  height: 16px;
  border-top: 0px solid transparent;
  border-left: 30px solid var(--tp-grey-5);
  border-bottom: 16px solid transparent;
}
.testimonial__content p {
  font-size: 18px;
  line-height: 1.3;
  color: #00391e;
  margin-bottom: 0;
  line-height: 28px;
}
@media (max-width: 575px) {
  .testimonial__content-3 {
    margin-top: 50px;
  }
}
.testimonial__content-3 p {
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-text-12);
  margin-bottom: 25px;
  padding-right: 10px;
}
.testimonial__user-thumb img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__user-name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial__user-name-3 {
  font-size: 26px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial__user-designation {
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial__user-designation-3 {
  font-size: 14px;
  color: var(--tp-theme-2);
}
.testimonial__bg-yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--tp-theme-2);
}
.testimonial__bg-yellow img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__bg-yellow {
    display: none;
  }
}
.testimonial__bg-black {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__bg-black {
    width: 100%;
  }
}
.testimonial__bg-black::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-dark-3);
  opacity: 0.9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__wrapper-3 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__wrapper-3 {
    padding-top: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__wrapper-3 {
    margin-top: 50px;
    padding-top: 0;
    padding-right: 0;
  }
}
.testimonial__slider-4 .testimonial__content {
  background-color: var(--tp-common-white);
}
.testimonial__slider-4 .testimonial__content::after {
  border-left-color: var(--tp-common-white);
}
.testimonial__slider-4 .testimonial__icon i {
  color: var(--tp-grey-5);
}

/*----------------------------------------*/
/*  17. HISTORY CSS START
/*----------------------------------------*/
.history__item {
  position: relative;
  padding: 30px 30px 22px;
  border: 1px solid #efefef;
  box-shadow: 0px 16px 32px 0px rgba(27, 27, 27, 0.06);
}
.history__item:hover {
  box-shadow: none;
}
.history__item:hover .history__year span {
  background-color: var(--tp-theme-1);
}
.history__item:hover .history__year span::after {
  border-left-color: var(--tp-theme-1);
}
.history__year {
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history__year span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
}
.history__year span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 8px;
  height: 8px;
  border-top: 0px solid transparent;
  border-left: 8px solid #00391e;
  border-bottom: 8px solid transparent;
}
.history__icon {
  margin-bottom: 15px;
}
.history__title {
  font-size: 20px;
  color: #00391e;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.history__content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.history__icon i {
  font-size: 50px;
  color: var(--tp-theme-1);
}
.history__thumb {
  margin-left: -230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .history__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .history__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .history__section-wrapper {
    padding-right: 0;
  }
}

/*----------------------------------------*/
/*  18. PRODUCT CSS START
/*----------------------------------------*/
.product__item:hover .product__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product__item:hover .product__thumb::before {
  opacity: 0.3;
  visibility: visible;
}
.product__item:hover .product__action {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
.product__item:hover .product__wish {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.product__item-list .product__title {
  font-size: 18px;
  color: #00391e;
  margin-bottom: 20px;
}
.product__item-list .product__title:hover {
  color: var(--tp-theme-1);
}
.product__item-list .product__thumb {
  margin-right: 5px;
  width: 47%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__item-list .product__thumb {
    width: 100%;
    margin-right: 0;
  }
}
.product__item-list .product__content {
  width: 53%;
  padding-top: 0;
  padding-left: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__item-list .product__content {
    padding-top: 25px;
    width: 100%;
    padding-left: 0;
  }
}
.product__item-list .product__content-list {
  margin-bottom: 30px;
}
.product__item-list .product__content-list ul li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
}
.product__item-list .product__content-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 8px;
  height: 2px;
  background-color: var(--tp-text-1);
}
.product__item-list .product__action-2 {
  margin-bottom: 20px;
}
.product__item-list .product__action-btn {
  width: 50px;
  height: 50px;
  line-height: 46px;
  background-color: transparent;
  border: 2px solid var(--tp-border-1);
  color: #00391e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product__item-list .product__action-btn:hover {
  border-color: var(--tp-theme-1);
}
.product__thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.product__title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--tp-text-1);
}
.product__title a:hover {
  color: var(--tp-theme-1);
}
.product__content {
  padding-top: 25px;
}
.product__price .price {
  font-size: 18px;
  font-weight: 700;
  color: #00391e;
}
.product__price .old-price {
  font-size: 15px;
  color: var(--tp-text-2);
  text-decoration: line-through;
  font-weight: 700;
}
.product__price .new-price {
  font-size: 18px;
  color: var(--tp-common-red);
  font-weight: 700;
}
.product__price .discount {
  background-color: #ff4e00;
  margin: 0 4px;
  padding: 1px 5px;
  color: #ffffff;
  font-size: 13px;
}
.product__action {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.product__action-btn-2 {
  display: block;
  padding: 0 30px;
  font-size: 12px;
  margin: 5px 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: var(--tp-common-white);
  position: relative;
  color: #00391e;
  min-width: 150px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.product__action-btn-2 span {
  display: inline-block;
}
.product__action-btn-2 i {
  position: absolute;
  top: 120%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product__action-btn-2:hover {
  /*background-color: var(--tp-common-black)*/
  background-color: #00391e;
}
.product__action-btn-2:hover span {
  color: var(--tp-common-white);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.product__action-btn-2:hover i {
  color: var(--tp-common-white);
  top: 50%;
}
.product__action-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--tp-common-white);
  color: #00391e;
  font-size: 14px;
  margin: 0 4px;
}
.product__action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.product__wish {
  position: absolute;
  top: 20px;
  right: -40px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -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;
}
.product__wish a {
  color: var(--tp-common-white);
  font-size: 20px;
}
.product__wish a:hover {
  color: var(--tp-theme-1);
}
.product__result {
  margin-bottom: 30px;
}
.product__result p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--tp-text-12);
  margin-bottom: 0;
}
.product__result p span {
  color: #00391e;
}
.product__filter-wrapper {
  margin-bottom: 30px;
}
.product__filter-btn {
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
.product__filter-btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #e7e7e7;
}
.product__filter-btn button {
  font-size: 14px;
  color: #00391e;
  text-transform: uppercase;
  font-weight: 400;
}
.product__filter-btn button i {
  margin-right: 3px;
}
.product__filter-count span {
  font-size: 14px;
  color: #00391e;
  text-transform: uppercase;
}
.product__filter-count .nice-select {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  float: none;
  height: 26px;
  line-height: 26px;
  padding-right: 15px;
  padding-left: 4px;
}
.product__filter-count .nice-select::after {
  font-size: 14px;
  color: #00391e;
  margin-top: -1px;
}
.product__filter-count .nice-select .current {
  font-weight: 600;
}
.product__filter-style {
  border: 0;
  margin-left: 13px;
}
.product__filter-style .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  color: #00391e;
  margin-left: 17px;
}
.product__filter-style .nav-link.active {
  border: 0;
  color: var(--tp-theme-1);
}
.product__filter-style .nav-link.active:focus {
  border: 0;
}
.product__flash {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.product__flash ul li {
  list-style: none;
}
.product__flash ul li a {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: var(--tp-common-white);
  height: 17px;
  line-height: 17px;
  padding: 0 8px;
  background: var(--tp-common-dark-3);
  margin-bottom: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.product__flash ul li a.discount {
  background: var(--tp-common-red);
}
.product__flash ul li a.trending {
  background: var(--tp-common-purple);
}
.product__flash ul li a.popular {
  background: var(--tp-common-green);
}
.product__countdown {
  text-align: center;
}
.product__countdown-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .product__countdown-wrapper {
    left: 56%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__countdown-wrapper {
    left: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__countdown-wrapper {
    left: 50%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .product__countdown-wrapper {
    left: 50%;
  }
}
.product__countdown .cdown {
  display: inline-block;
  height: 60px;
  width: 60px;
  background: var(--tp-common-white);
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding-top: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .product__countdown .cdown {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__countdown .cdown {
    margin-bottom: 5px;
  }
}
.product__countdown .cdown .time-count {
  font-size: 18px;
  font-weight: 600;
  color: #00391e;
  line-height: 1;
}
.product__countdown .cdown p {
  color: var(--tp-text-1);
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
}
.product__quantity .product-quantity-wrapper {
  position: relative;
  width: 120px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e2e2e2;
}
.product__quantity .product-quantity-wrapper .cart-plus, .product__quantity .product-quantity-wrapper .cart-minus {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  background: transparent;
  color: #d3d3d3;
  border: 0;
}
.product__quantity .product-quantity-wrapper .cart-plus:hover, .product__quantity .product-quantity-wrapper .cart-minus:hover {
  cursor: pointer;
  color: #00391e;
  background: transparent;
}
.product__quantity .product-quantity-wrapper .cart-plus {
  left: auto;
  right: 0;
}
.product__quantity .product-quantity-wrapper .cart-input {
  height: 60px;
  width: 120px;
  text-align: center;
  font-size: 16px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 4px;
  background: transparent;
}
.product__quantity .product-quantity-wrapper .cart-input:focus {
  outline: none;
}
.product__add-cart a {
  padding: 16px 33px;
  text-transform: uppercase;
}
.product__add-cart a i {
  margin-left: 0;
  margin-right: 5px;
}
.product__add-wish-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  color: #d3d3d3;
  border: 1px solid #e2e2e2;
}
.product__add-wish-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
  background-color: var(--tp-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-content {
    padding-right: 0;
  }
}
.product__details-content > p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-thumb-wrapper {
    margin-right: 0;
  }
}
.product__details-thumb-tab .nav-tabs {
  padding: 0;
  border: 0;
  margin: 0;
}
.product__details-thumb-tab .nav-tabs .nav-link {
  padding: 0;
  border: 0;
  margin: 0;
  margin-bottom: 20px;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .product__details-thumb-tab .nav-tabs .nav-link {
    margin-right: 20px;
  }
}
.product__details-thumb-tab .nav-tabs .nav-link.active, .product__details-thumb-tab .nav-tabs .nav-link:hover {
  opacity: 1;
}
.product__details-thumb-tab .nav-tabs .nav-link img {
  width: 70px;
  height: 80px;
}
.product__details-thumb-big img {
  width: 100%;
}
.product__details-tag a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
  text-align: center;
  background-color: var(--tp-theme-1);
  padding: 0 8px;
  text-transform: uppercase;
}
.product__details-rating a {
  display: inline-block;
  color: var(--tp-theme-1);
  font-size: 14px;
}
.product__details-title {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product__details-title a:hover {
  color: var(--tp-theme-1);
}
.product__details-price {
  margin-bottom: 28px;
}
.product__details-price .price {
  font-size: 26px;
  color: #00391e;
}
.product__details-price .old-price {
  font-size: 20px;
  font-weight: 700;
  color: #cfcfcf;
  text-decoration: line-through;
}
.product__details-price .new-price {
  font-size: 36px;
  color: var(--tp-theme-1);
  font-weight: 700;
  margin-left: 3px;
}
.product__details-meta span {
  font-size: 16px;
  font-weight: 700;
  color: #00391e;
}
.product__details-meta a {
  font-size: 16px;
  color: var(--tp-text-1);
}
.product__details-meta a:hover {
  color: var(--tp-theme-1);
}
.product__details-share span {
  font-size: 16px;
  font-weight: 700;
  color: #00391e;
  margin-right: 10px;
}
.product__details-share a {
  font-size: 16px;
  color: #999999;
  margin-right: 15px;
}
.product__details-share a:hover {
  color: #00391e;
}
.product__details-des p {
  font-size: 16px;
  color: var(--tp-text-2);
}
.product__details-des p:last-child {
  margin-bottom: 0;
}
.product__details-des p span {
  font-weight: 600;
  color: #00391e;
}
.product__details-info ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 30px;
}
.product__details-info ul li:nth-child(2n+1) {
  background: var(--tp-grey-4);
}
.product__details-info ul li h4 {
  font-size: 16px;
  color: #00391e;
  margin-bottom: 0;
  display: inline-block;
  width: 25%;
}
.product__details-info ul li span {
  font-size: 16px;
  color: #00391e;
}
.product__details-review.product-details-review-padding {
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__details-review.product-details-review-padding {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .product__details-review.product-details-review-padding {
    padding: 10px;
  }
}
.product__details-review .comments-title {
  font-size: 24px;
  font-weight: 700;
  color: #00391e;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.product__details-review .comments-box {
  border-top: 1px solid var(--tp-border-1);
  padding: 30px 0;
  padding-bottom: 18px;
}
.product__details-review .latest-comments ul li:last-child .comments-box {
  padding-bottom: 0;
}
.product__details-review .latest-comments ul li {
  list-style: none;
}
.product__details-review .latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.product__details-review .comments-avatar img {
  height: 40px;
  width: 40px;
  border: 5px solid var(--tp-border-8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product__details-review .comments-text {
  overflow: hidden;
  padding-top: 4px;
}
.product__details-review .comments-text p {
  font-size: 16px;
  color: var(--tp-text-1);
}
.product__details-review .avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
.product__details-review .avatar-name h5 {
  font-size: 16px;
  margin-bottom: 0px;
  color: #00391e;
  font-weight: 600;
}
.product__details-review .latest-comments li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .product__details-review .latest-comments li.children {
    margin-left: 15px;
  }
}
.product__details-review .comments-date span {
  font-size: 13px;
  color: var(--tp-text-2);
}
.product__details-review .user-rating ul li {
  display: inline-block;
}
.product__details-review .user-rating ul li a {
  font-size: 14px;
  color: #00391e;
}
.product__details-comment .comment-input input, .product__details-comment .comment-input textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  border: 1px solid var(--tp-border-1);
  font-size: 15px;
  color: #00391e;
  line-height: 48px;
  margin-bottom: 15px;
  padding: 15px;
}
.product__details-comment .comment-input input::placeholder, .product__details-comment .comment-input textarea::placeholder {
  color: #00391e;
  opacity: 0.4;
}
.product__details-comment .comment-input input:focus, .product__details-comment .comment-input textarea:focus {
  outline: none;
  border-color: #00391e;
}
.product__details-comment .comment-input textarea {
  height: 130px;
  resize: none;
  line-height: 1;
}
.product__details-comment .comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid var(--tp-border-1);
  outline: none;
  flex: 0 0 auto;
}
.product__details-comment .comment-agree input:checked {
  position: relative;
  border-color: #00391e;
}
.product__details-comment .comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 11px;
  color: #00391e;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product__details-comment .comment-agree input:checked ~ label {
  color: #00391e;
}
.product__details-comment .comment-agree input:hover {
  cursor: pointer;
}
.product__details-comment .comment-agree label {
  margin-left: 5px;
  font-size: 15px;
}
.product__details-comment .comment-agree label:hover {
  cursor: pointer;
}
.product__details-comment .comment-title h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product__details-comment .comment-title p {
  color: var(--tp-text-1);
}
.product__details-comment .comment-rating span {
  font-size: 15px;
  color: var(--tp-text-2);
  margin-right: 5px;
}
.product__details-comment .comment-rating ul {
  display: inline-block;
}
.product__details-comment .comment-rating ul li {
  display: inline-block;
}
.product__details-comment .comment-rating ul li a {
  font-size: 13px;
  color: #00391e;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-size-table {
    overflow: scroll;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-size-table .table {
    width: 770px;
  }
}
.product__details-size-table .table > :not(:first-child) {
  border-top: 1px solid #00391e;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__details-size-table {
    width: 576px;
  }
}
@media (max-width: 575px) {
  .product__details-size-table {
    width: 576px;
  }
}
.product__details-size-table th {
  font-size: 16px;
  color: #00391e;
  font-weight: 600;
  border: none;
  background: var(--tp-grey-4);
}
.product__details-size-table tr {
  border: none;
}
.product__details-size-table tr:nth-child(2n+2) {
  background: var(--tp-grey-4);
}
.product__details-size-table tr:hover {
  background: #e0e0e0;
}
.product__details-size-table td {
  border: none;
  width: 20%;
}
.product__details-size-table td:hover {
  color: var(--tp-common-white);
  background: #00391e;
}
.product__details-size-table-2 p {
  color: #00391e;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-more-tab-content {
    margin-top: 50px;
  }
}
.product__details-more-tab .nav-tabs {
  margin: 0;
  padding: 0;
  border: 0;
}
.product__details-more-tab .nav-link {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #ebebeb;
  text-align: left;
  color: #00391e;
}
.product__details-more-tab .nav-link.active, .product__details-more-tab .nav-link:hover {
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.product__modal {
  padding: 20px;
  padding-top: 27px;
}
.product__modal .modal-dialog {
  max-width: 900px;
}
.product__modal-close {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
}
.product__modal-close button {
  color: var(--tp-common-white);
  display: block;
  line-height: 36px;
  text-align: center;
  background: var(--tp-theme-1);
  width: 38px;
  height: 38px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  outline: none;
}
.product__modal-close button:hover {
  background: #00391e;
  color: var(--tp-common-white);
}
.product__modal-wrapper {
  padding: 20px;
}
.product__modal-content h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  margin: 0;
  padding-right: 65px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__modal-content h4 {
    font-size: 20px;
  }
}
.product__modal-content h4 a:hover {
  color: var(--tp-theme-1);
}
.product__modal-box .nav-tabs {
  border-bottom: 0;
}
.product__modal-box .nav-link {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
.product__modal-links ul li {
  display: inline-block;
  margin-right: 4px;
}
.product__modal-links ul li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--tp-grey-4);
  border: 1px solid var(--tp-border-8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.product__modal-links ul li a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.product__modal .nav-tabs {
  border: none;
  justify-content: space-between;
  margin-top: 10px;
}
.product__modal .nav-link {
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 20px;
}
.product__modal .nav-link.active {
  border-color: var(--tp-theme-1);
}
.product__modal .nav-link.active::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: transparent;
  border-bottom-color: var(--tp-theme-1);
}
.product__stock span {
  font-size: 14px;
  color: var(--tp-theme-1);
}
.product__stock span:first-child {
  color: #00391e;
  padding-right: 5px;
}
.product__add-review span a {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.product__add-review span a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: var(--tp-border-1);
}
.product__add-review span a:hover {
  color: var(--tp-theme-1);
}
.product__add-review span:last-child a::after {
  display: none;
}

.added-to-cart {
  position: fixed;
  right: 0;
  display: none;
  background-color: var(--tp-common-white);
  z-index: 99;
  top: 20%;
  padding-right: 40px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  border-right: 2px solid var(--tp-theme-1);
}
.added-to-cart i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-green);
  border-radius: 0;
  margin-right: 15px;
}
.added-to-cart p {
  margin-bottom: 0;
}

.cart-area .table > :not(:first-child) {
  border-top: 1px solid #eaedff;
}

/* 16. Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eaedff;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--tp-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #dcdcdc;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  height: 58px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid #00391e;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #00391e;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: #00391e;
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: #00391e;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

.country-select .nice-select {
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
  border-color: #00391e;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: #00391e;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #eaedff;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: #00391e;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid var(--tp-border-1);
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #00391e;
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--tp-ff-fontawesome);
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: #00391e;
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/*----------------------------------------*/
/*  19. LOGIN CSS START
/*----------------------------------------*/
.basic-login {
  padding: 90px;
  border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}
.basic-login h3 {
  font-size: 30px;
}

.basic-login .tp-btn-2 {
  text-transform: uppercase;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
  outline: none;
}

.basic-login input:focus {
  border-color: #00391e;
}

.basic-login input::placeholder,
.basic-login input::-moz-placeholder {
  color: #6f7172;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: red;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}
.forgot-login a {
  color: #00391e;
}

.forgot-login a:hover {
  color: var(--tp-theme-1);
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
/*----------------------------------------*/
/*  00. BLOG CSS START
/*----------------------------------------*/
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__tag {
  position: absolute;
  top: 0;
  right: 20px;
}
.blog__tag a {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 0 18px;
  padding-top: 2px;
  background-color: var(--tp-theme-1);
  text-transform: uppercase;
}
.blog__tag a:hover {
  color: var(--tp-common-white);
  background-color: #00391e;
}
.blog__title {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog__title a:hover {
  color: var(--tp-theme-1);
}
.blog__meta {
  margin-bottom: 5px;
}
.blog__meta span {
  font-size: 14px;
  color: #00391e;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  margin-right: 5px;
}
.blog__meta span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: auto;
  right: 0;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-color: var(--tp-border-5);
}
.blog__meta span:last-child::after {
  display: none;
}
.blog__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
}
.blog__meta span:hover {
  color: var(--tp-theme-1);
}
.blog__content {
  padding: 30px 30px 15px;
  border: 1px solid var(--tp-border-6);
  border-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog__content p {
  color: var(--tp-text-2);
}
.blog__shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}

.blog-style-dark .blog__tag a {
  color: var(--tp-common-dark-3);
  background-color: var(--tp-theme-2);
}
.blog-style-dark .blog__tag a:hover {
  background-color: var(--tp-common-dark-3);
  color: var(--tp-common-white);
}
.blog-style-dark .blog__meta span {
  color: var(--tp-common-dark-3);
}
.blog-style-dark .blog__meta span i {
  color: var(--tp-common-dark-3);
}
.blog-style-dark .blog__meta span:hover {
  color: var(--tp-theme-2);
}
.blog-style-dark .blog__title {
  color: var(--tp-common-dark-3);
}
.blog-style-dark .blog__title a:hover {
  color: var(--tp-theme-2);
}

.postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -moz-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -ms-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  -o-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content {
  border: 1px solid #f3f3f3;
  border-top: none;
  padding: 45px 50px 40px;
}
@media (max-width: 575px) {
  .postbox__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 34px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-1);
}
.postbox__meta {
  margin-bottom: 10px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-1);
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  margin-right: 25px;
  position: relative;
}
.postbox__meta span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #e7e7e7;
}
.postbox__meta span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.postbox__meta span:last-child::after {
  display: none;
}
.postbox__meta span i {
  color: #00391e;
  margin-right: 3px;
}
.postbox__meta span:hover {
  color: var(--tp-theme-1);
}
.postbox__meta span:hover i {
  color: var(--tp-theme-1);
}
.postbox__text img {
  max-width: 100%;
}
.postbox__text p {
  margin-bottom: 28px;
  font-size: 16px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 575px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__comment ul li {
  margin-bottom: 10px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .postbox__comment ul li.children {
    margin-left: 20px;
  }
}
.postbox__comment-form {
  margin-bottom: 20px;
  background: var(--tp-common-white);
}
.postbox__comment-form-title {
  font-size: 26px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.postbox__comment-form-inner {
  padding: 50px 50px;
  border: 2px solid var(--tp-grey-7);
}
@media (max-width: 575px) {
  .postbox__comment-form-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
  position: relative;
}
.postbox__comment-input span {
  font-weight: 600;
  color: #00391e;
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #00391e;
  outline: none;
  border: 1px solid var(--tp-grey-3);
  background: var(--tp-grey-3);
}
.postbox__comment-input input::-webkit-input-placeholder, .postbox__comment-input textarea::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.postbox__comment-input input:-moz-placeholder, .postbox__comment-input textarea:-moz-placeholder {
  color: var(--tp-text-12);
}
.postbox__comment-input input::-moz-placeholder, .postbox__comment-input textarea::-moz-placeholder {
  color: var(--tp-text-12);
}
.postbox__comment-input input:-ms-input-placeholder, .postbox__comment-input textarea:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border-color: var(--tp-theme-1);
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__comment-input i {
  position: absolute;
  top: 23px;
  right: 30px;
  color: #00391e;
}
.postbox__comment-title {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.postbox__comment-box {
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 575px) {
  .postbox__comment-box {
    padding-left: 0px;
  }
}
.postbox__comment-avater img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.postbox__comment-name {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .postbox__comment-name {
    margin-top: 20px;
  }
}
.postbox__comment-name h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.postbox__comment-name .post-meta {
  font-size: 14px;
  color: var(--tp-text-1);
}
.postbox__comment-name .post-meta i {
  color: #00391e;
  margin-right: 3px;
}
@media (max-width: 575px) {
  .postbox__comment-text {
    margin-left: 0;
    margin-top: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  color: var(--tp-text-11);
  margin-bottom: 15px;
}
.postbox__comment-reply {
  margin-top: 10px;
}
.postbox__comment-reply a {
  display: inline-block;
  color: var(--tp-text-1);
  background: transparent;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  font-size: 14px;
  border: 2px solid #f3f3f3;
}
.postbox__comment-reply a i {
  margin-right: 3px;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-1);
  line-height: 1;
}
.postbox__comment-agree label a {
  color: #00391e;
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}
.postbox__comment-btn i {
  margin-left: 0;
  margin-right: 5px;
}
.postbox__tag span {
  font-size: 16px;
  margin-bottom: 17px;
  color: #00391e;
  margin-right: 10px;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb img {
  width: 80px;
  height: 80px;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: uppercase;
}
.rc__post-title a:hover {
  color: var(--tp-theme-1);
}
.rc__meta span {
  font-size: 14px;
}
.rc__meta span i {
  color: #00391e;
  margin-right: 4px;
}

.sidebar__wrapper {
  margin-left: 65px;
  padding-left: 65px;
  border-left: 1px solid var(--tp-border-8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__wrapper {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__wrapper {
    margin-top: 50px;
  }
}
.sidebar__widget {
  background: var(--tp-common-white);
}
.sidebar__widget-title {
  position: relative;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sidebar__widget-title::after {
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  content: "";
}
.sidebar__widget-title::before {
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 80px;
  background: var(--tp-theme-1);
  position: absolute;
  content: "";
  z-index: 1;
}
.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar__widget ul li:first-child {
  padding-top: 0;
}
.sidebar__widget ul li a {
  font-size: 16px;
  color: var(--tp-text-1);
  display: block;
  text-transform: capitalize;
  position: relative;
  padding: 5px 0;
  padding-left: 19px;
}
.sidebar__widget ul li a::after {
  position: absolute;
  content: "\f105";
  font-family: var(--tp-ff-fontawesome);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__widget ul li a:hover {
  color: var(--tp-theme-1);
}
.sidebar__widget ul li a:hover::after {
  left: 5px;
}
.sidebar__widget ul li ul {
  padding-left: 15px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: var(--tp-grey-3);
  padding: 0 20px;
  text-transform: capitalize;
  border: none;
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}
.sidebar__search input::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.sidebar__search input:-moz-placeholder {
  color: var(--tp-text-12);
}
.sidebar__search input::-moz-placeholder {
  color: var(--tp-text-12);
}
.sidebar__search input:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  background: var(--tp-theme-1);
}
.sidebar__search button:hover {
  color: var(--tp-common-white);
  background-color: #00391e;
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--tp-common-white);
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: #00391e;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tagcloud a {
  background: var(--tp-grey-7);
  color: var(--tp-text-1);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 24px;
  padding-bottom: 9px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: capitalize;
  border: 0;
}
.tagcloud a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

blockquote {
  background: var(--tp-grey-1);
  padding: 35px 50px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}
blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}
blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
.footer__widget-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__widget-title {
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 35px;
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
}
.footer__widget-title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  width: 40px;
  height: 1px;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
  background-color: var(--tp-theme-1);
}
.footer__widget ul {
  overflow: hidden;
}
.footer__widget ul li {
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 25px;
  line-height: 1;
}
.footer__widget ul li a {
  font-size: 16px;
  color: var(--tp-text-6);
  position: relative;
  padding-left: 19px;
}
.footer__widget ul li a::after {
  position: absolute;
  content: "\f105";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-text-6);
  font-family: var(--tp-ff-fontawesome);
  font-size: 16px;
}
.footer__widget ul li a:hover {
  color: var(--tp-common-white);
}
.footer__widget ul li a:hover::after {
  color: var(--tp-common-white);
  left: 5px;
}
.footer__logo-3 {
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__logo-3 {
    text-align: left;
  }
}
.footer__blog-meta {
  margin-bottom: 3px;
}
.footer__blog-meta span {
  color: var(--tp-text-6);
}
.footer__blog-meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
}
.footer__blog-meta span:hover {
  color: var(--tp-common-white);
}
.footer__blog-title {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1.4;
}
.footer__blog-title a:hover {
  color: var(--tp-theme-1);
}
.footer__contact p {
  color: var(--tp-text-7);
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__contact iframe {
  width: 100%;
  height: 110px;
  filter: grayscale(100%);
}
.footer__subscribe p {
  color: var(--tp-text-6);
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__subscribe-box {
  position: relative;
}
.footer__subscribe-input input {
  width: 100%;
  height: 60px;
  padding: 0 23px;
  padding-right: 70px;
  background-color: var(--tp-common-black-5);
  font-size: 16px;
  color: var(--tp-common-white);
}
.footer__subscribe-input input::-webkit-input-placeholder {
  color: var(--tp-text-6);
}
.footer__subscribe-input input:-moz-placeholder {
  color: var(--tp-text-6);
}
.footer__subscribe-input input::-moz-placeholder {
  color: var(--tp-text-6);
}
.footer__subscribe-input input:-ms-input-placeholder {
  color: var(--tp-text-6);
}
.footer__subscribe .footer-sub-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}
.footer__subscribe .footer-sub-btn:hover {
  color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__copyright {
    margin-bottom: 20px;
  }
}
.footer__copyright p {
  font-size: 16px;
  color: var(--tp-common-white);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer__copyright p a:hover {
  color: #00391e;
}
.footer__copyright-2 {
  padding: 14px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__copyright-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__copyright-2 {
    margin-left: 20px;
  }
}
.footer__copyright-2 p {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer__copyright-2 p a {
  color: #00391e;
  font-weight: 700;
}
.footer__copyright-2 p a:hover {
  color: var(--tp-theme-1);
}
.footer__social a {
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 16px;
  margin-right: 20px;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  color: #00391e;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__social-2 {
    padding: 25px 20px;
  }
}
.footer__social-2 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: #00391e;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-right: 5px;
}
@media (max-width: 575px) {
  .footer__social-2 a {
    margin-bottom: 10px;
  }
}
.footer__social-2 a:last-child {
  margin-right: 0;
}
.footer__social-2 a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.footer__top {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 1;
}
.footer__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer__shape-1 {
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: -1;
}
.footer__info-inner {
  border-top: 1px solid var(--tp-theme-2);
}
.footer__info-item {
  position: relative;
  padding: 25px 49px;
  z-index: 1;
}
.footer__info-item h4 {
  font-size: 14px;
  color: var(--tp-text-12);
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer__info-item p {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer__info-item p a:hover {
  color: var(--tp-theme-2);
}
.footer__info-item-right {
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__info-item-right {
    text-align: left;
  }
}
.footer__info-item-right .footer__info-icon {
  left: auto;
  right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__info-item-right .footer__info-icon {
    left: 20px;
    right: auto;
  }
}
.footer__info-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.footer__info-icon i {
  font-size: 40px;
  color: #202020;
}

.footer-col-1 {
  padding-right: 35px;
}
.footer-col-2 {
  margin-left: -30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-2 {
    margin-left: 0;
  }
}
.footer-col-3 {
  padding-right: 10px;
}
.footer-col-4 {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-4 {
    padding-left: 0;
  }
}

/* footer style 2 */
.footer__style-2 .footer__top {
  padding-top: 60px;
  padding-bottom: 15px;
}
.footer__style-2 .footer__widget-title {
  color: #00391e;
}
.footer__style-2 .footer__widget ul li a {
  color: var(--tp-text-1);
}
.footer__style-2 .footer__widget ul li a::after {
  color: var(--tp-text-1);
}
.footer__style-2 .footer__widget ul li a:hover {
  color: var(--tp-theme-1);
}
.footer__style-2 .footer__widget ul li a:hover::after {
  color: var(--tp-theme-1);
}
.footer__style-2 .footer__blog-title {
  color: #00391e;
}
.footer__style-2 .footer__blog-meta span {
  color: var(--tp-text-1);
}
.footer__style-2 .footer__blog-meta span:hover {
  color: #00391e;
}
.footer__style-2 .footer__contact p {
  color: var(--tp-text-1);
}
.footer__style-2 .footer__subscribe p {
  color: var(--tp-text-1);
}
.footer__style-2 .footer__subscribe-input input {
  border: 1px solid var(--tp-border-8);
  background-color: var(--tp-common-white);
  color: #00391e;
}
.footer__style-2 .footer__subscribe-input input::-webkit-input-placeholder {
  color: var(--tp-text-11);
}
.footer__style-2 .footer__subscribe-input input:-moz-placeholder {
  color: var(--tp-text-11);
}
.footer__style-2 .footer__subscribe-input input::-moz-placeholder {
  color: var(--tp-text-11);
}
.footer__style-2 .footer__subscribe-input input:-ms-input-placeholder {
  color: var(--tp-text-11);
}
.footer__style-2 .footer-sub-btn:hover {
  background-color: #00391e;
  color: var(--tp-common-white);
}

/* footer style 3 */
.footer__style-3 .footer__top {
  padding-top: 60px;
  padding-bottom: 15px;
  overflow: hidden;
}
.footer__style-3 .footer__widget-title {
  color: var(--tp-common-white);
}
.footer__style-3 .footer__widget-title::after {
  background-color: var(--tp-theme-2);
}
.footer__style-3 .footer__widget ul li a {
  color: var(--tp-text-14);
}
.footer__style-3 .footer__widget ul li a::after {
  color: var(--tp-text-14);
}
.footer__style-3 .footer__widget ul li a:hover {
  color: var(--tp-theme-2);
}
.footer__style-3 .footer__widget ul li a:hover::after {
  color: var(--tp-theme-2);
}
.footer__style-3 .footer__blog-title {
  color: var(--tp-common-white);
}
.footer__style-3 .footer__blog-title a:hover {
  color: var(--tp-theme-2);
}
.footer__style-3 .footer__blog-meta span {
  color: var(--tp-text-14);
}
.footer__style-3 .footer__blog-meta span i {
  color: var(--tp-theme-2);
}
.footer__style-3 .footer__blog-meta span:hover {
  color: var(--tp-theme-2);
}
.footer__style-3 .footer__contact p {
  color: var(--tp-text-14);
}
.footer__style-3 .footer__subscribe p {
  color: var(--tp-text-14);
}
.footer__style-3 .footer__subscribe-input input {
  border: 1px solid var(--tp-border-8);
  background-color: var(--tp-common-white);
  color: var(--tp-common-dark-3);
}
.footer__style-3 .footer__subscribe-input input::-webkit-input-placeholder {
  color: var(--tp-text-12);
}
.footer__style-3 .footer__subscribe-input input:-moz-placeholder {
  color: var(--tp-text-12);
}
.footer__style-3 .footer__subscribe-input input::-moz-placeholder {
  color: var(--tp-text-12);
}
.footer__style-3 .footer__subscribe-input input:-ms-input-placeholder {
  color: var(--tp-text-12);
}
.footer__style-3 .footer-sub-btn {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-dark-3);
}
.footer__style-3 .footer-sub-btn:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.footer__style-3 .footer__bottom {
  background-color: var(--tp-theme-2);
}
.footer__style-3 .footer__copyright p {
  color: var(--tp-common-dark-3);
}
.footer__style-3 .footer__copyright p a:hover {
  color: var(--tp-common-white);
}
.footer__style-3 .footer__social a {
  color: var(--tp-common-dark-3);
}
.footer__style-3 .footer__social a:hover {
  color: var(--tp-common-white);
}

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