/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Oyoxo - Heating Air-conditioning Services HTML Template   
 * Template URI: https://thememarch.com/demo/html/oyoxo/
 * Description: Oyoxo is a professional heating air conditioning services HTML template which comes with the unique and clean design. It helps you to create a beautiful heating air conditioning services HTML website. It's a fully responsive website template. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 1.2
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/*
===========================================================
    INDEX
===========================================================

    01) Reset
    02) Animations
    03) Typography
    04) Utilities

    05) Button
    06) Title
    07) Slider Elements
    08) Form
    09) Accordion
    10) Videobox
    11) Selectbox
    12) Pagination
    13) Tab

    14) Header
    15) Heroslider
    16) Features & Services
    17) Funfact
    18) About
    19) Appointment
    20) Product
    21) Promotion
    22) Testimonial
    23) Newsletter
    24) Financing
    25) Pricebox
    26) Tiny Sections
    27) Team Member
    28) Call To Action
    29) Blog
    30) Brand Logo
    31) Contact
    32) Breadcrumb
    33) Widgets
    34) Comment
    35) Shop
    36) Footer

    37) Product Details
    38) Shopping Cart
    39) My Account
    40) Checkout

===========================================================
    END INDEX
===========================================================
*/
.nav-link::after,
.nav-link::before {
    display: none !important;
}

.w-image.meta_modern {
  position: relative;
  overflow: hidden;
}

.w-image.meta_modern .w-image-meta {
  font-size: 22px;
  padding: 20px;
}

.w-image.meta_modern:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.w-image.meta_modern img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  width: 100%;
}

/**
 * Reset
 */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  /* background: #b3d4fc; */
  background: #c49b63; 
  color: #fff;         


  text-shadow: none;
}

::selection {
  /* background: #b3d4fc; */
  text-shadow: none;
  background: #c49b63; 
  color: #fff;  
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (-o-min-device-pixel-ratio: 5/4),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * Animations
 */
@-webkit-keyframes tmGrowShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
    opacity: 0;
  }
}
@keyframes tmGrowShrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes tmAnimatedBg {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes tmAnimatedBg {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes tmDashAnim {
  0% {
    stroke-dashoffset: 2000;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}

@keyframes tmDashAnim {
  0% {
    stroke-dashoffset: 2000;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}

@-webkit-keyframes tmRightIndicator {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

@keyframes tmRightIndicator {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

@-webkit-keyframes bganimatedshape {
  0% {
    width: 1px;
    height: 1px;
    opacity: 1;
  }
  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}

@keyframes bganimatedshape {
  0% {
    width: 1px;
    height: 1px;
    opacity: 1;
  }
  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes tmFillFull {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tmFillFull {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes shapeRunning {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 800% 100%;
  }
}

@keyframes shapeRunning {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 800% 100%;
  }
}

@-webkit-keyframes shapeRunning2 {
  0% {
    background-position: 800% 100%;
  }
  100% {
    background-position: 0 100%;
  }
}

@keyframes shapeRunning2 {
  0% {
    background-position: 800% 100%;
  }
  100% {
    background-position: 0 100%;
  }
}

/**
 * Typography
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  overflow: hidden !important;
  font-size: 20px ;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  color: black;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

::-webkit-input-placeholder {
  color: #1a5c38;
}

:-moz-placeholder {
  color: #1a5c38;
}

::-moz-placeholder {
  color: #1a5c38;
}

:-ms-input-placeholder {
  color: #1a5c38;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "PT Serif", serif;
  color: #3c424f;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 44px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 26px;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

::-moz-selection {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

::-ms-selection {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

::-o-selection {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

::selection {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

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

a:visited {
  color: inherit;
}

button {
  cursor: pointer;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #1a5c38;
  font-family: "Open Sans", sans-serif;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1a5c38;
}

input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #1a5c38;
}

input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #1a5c38;
}

input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1a5c38;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
}

input,
select,
button {
  height: 50px;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  input,
  select,
  button {
    height: 44px;
  }
}

textarea {
  padding: 10px 15px;
}

blockquote {
  border-left: 5px solid   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  font-size: 18px;
  line-height: 27px;
  padding: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

blockquote::after {
  content: "\f347";
  font-family: "Ionicons";
  font-weight: 700;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
  font-size: 120px;
  line-height: 0.4;
  color: #f2f2f2;
}

blockquote p {
  margin-bottom: 10px;
  font-style: italic;
}

blockquote footer {
  font-size: 14px;
}

blockquote footer a {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  /* text-align: justify; */

}

blockquote footer a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 16px;
    line-height: 25px;
    padding: 20px;
  }
}

[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
  line-height: 1;
}

[class^="flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::before,
[class*=" flaticon-"]::after,
[class^="flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::before,
[class*=" flaticon-"]::after {
  margin-left: 0;
  font-size: inherit;
  vertical-align: middle;
}

.stylish-list,
.stylish-list-color {
  padding-left: 0;
  display: block;
}

.stylish-list li,
.stylish-list-color li {
  list-style: none;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}

.stylish-list li i,
.stylish-list-color li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 30px;
  color: #1a5c38;
}

.stylish-list-color li i {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/* Checkbox & Radio Styles */
input[type="checkbox"],
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

input[type="checkbox"] ~ label a,
input[type="radio"] ~ label a {
  font-weight: 600;
}

input[type="checkbox"] ~ label:before,
input[type="radio"] ~ label:before {
  content: "";
  font-family: "Ionicons";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #cccccc;
  height: 15px;
  width: 15px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}

input[type="checkbox"]:checked ~ label,
input[type="radio"]:checked ~ label {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

input[type="checkbox"]:checked ~ label a,
input[type="radio"]:checked ~ label a {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

input[type="checkbox"]:checked ~ label:before,
input[type="radio"]:checked ~ label:before {
  content: "\f122";
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

input[type="radio"] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 15px;
  width: 15px;
  margin-top: -8px;
  line-height: 0.5;
  font-size: 28px;
}

input[type="radio"]:checked ~ label::before {
  content: "";
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/****************************************************** Utilities ************************************/
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Define Colors */
.color-theme {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.color-secondary {
  color: #3498db;
}

.color-dark {
  color: #191e39;
}

.colog-grey {
  color: #f3f5ff;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/* Background Color */
.bg-theme {
  background:  #e5D7C0;
}

.bg-secondary {
  background: #3498db !important;
}

.bg-grey {
  background: #fadeb1;
}
.bg-brown {
  background: #F1F0EB;
}

.bg-dark {
  background: #191e39 !important;
}

.bg-black {
  background: #000000;
}
/* 
.bg-white {
  background: #ffffff !important;
} */
.bg-white {
  background: #f9fafb !important;
}

/* Background Image */
[class*="bg-image-"],
[data-bgimage] {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* 
.bg-image-1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg-image-2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg-image-3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}

.bg-image-4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg-image-5 {
  background-image: url(../images/bg/bg-image-5.jpg);
}

.bg-image-6 {
  background-image: url(../images/bg/bg-image-6.jpg);
}

.bg-image-7 {
  background-image: url(../images/bg/bg-image-7.jpg);
}

.bg-image-8 {
  background-image: url(../images/bg/bg-image-8.jpg);
}

.bg-image-9 {
  background-image: url(../images/bg/bg-image-9.jpg);
}

.bg-image-10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}

.bg-image-11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}

.bg-image-12 {
  background-image: url(../images/bg/bg-image-12.jpg);
}

.bg-image-13 {
  background-image: url(../images/bg/bg-image-13.jpg);
}

.bg-image-14 {
  background-image: url(../images/bg/bg-image-14.jpg);
}

.bg-image-15 {
  background-image: url(../images/bg/bg-image-15.jpg);
}

.bg-image-16 {
  background-image: url(../images/bg/bg-image-16.jpg);
}

.bg-image-17 {
  background-image: url(../images/bg/bg-image-17.jpg);
}

.bg-image-18 {
  background-image: url(../images/bg/bg-image-18.jpg);
}

.bg-image-19 {
  background-image: url(../images/bg/bg-image-19.jpg);
}

.bg-image-20 {
  background-image: url(../images/bg/bg-image-20.jpg);
} */

/*********************************************** Text specialized *******************************/
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Open Sans", sans-serif;
}

.heading-font {
  font-family: "PT Serif", serif;
}

/* Height and width */
.tm-fullscreen {
  min-height: 100vh;
  width: 100%;
}

/* Overlay styles */
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

[data-secondary-overlay]:before {
  background-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="0.5"]:before,
[data-secondary-overlay="0.5"]:before,
[data-black-overlay="0.5"]:before,
[data-white-overlay="0.5"]:before {
  opacity: 0.05;
}

[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="1.5"]:before,
[data-secondary-overlay="1.5"]:before,
[data-black-overlay="1.5"]:before,
[data-white-overlay="1.5"]:before {
  opacity: 0.15;
}

[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="2.5"]:before,
[data-secondary-overlay="2.5"]:before,
[data-black-overlay="2.5"]:before,
[data-white-overlay="2.5"]:before {
  opacity: 0.25;
}

[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="3.5"]:before,
[data-secondary-overlay="3.5"]:before,
[data-black-overlay="3.5"]:before,
[data-white-overlay="3.5"]:before {
  opacity: 0.35;
}

[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="4.5"]:before,
[data-secondary-overlay="4.5"]:before,
[data-black-overlay="4.5"]:before,
[data-white-overlay="4.5"]:before {
  opacity: 0.45;
}

[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="5.5"]:before,
[data-secondary-overlay="5.5"]:before,
[data-black-overlay="5.5"]:before,
[data-white-overlay="5.5"]:before {
  opacity: 0.55;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="6.5"]:before,
[data-secondary-overlay="6.5"]:before,
[data-black-overlay="6.5"]:before,
[data-white-overlay="6.5"]:before {
  opacity: 0.65;
}

[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="7.5"]:before,
[data-secondary-overlay="7.5"]:before,
[data-black-overlay="7.5"]:before,
[data-white-overlay="7.5"]:before {
  opacity: 0.75;
}

[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="8.5"]:before,
[data-secondary-overlay="8.5"]:before,
[data-black-overlay="8.5"]:before,
[data-white-overlay="8.5"]:before {
  opacity: 0.85;
}

[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="9.5"]:before,
[data-secondary-overlay="9.5"]:before,
[data-black-overlay="9.5"]:before,
[data-white-overlay="9.5"]:before {
  opacity: 0.95;
}

[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/* Slick Preset */
.slick-slide:active,
.slick-slide:focus {
  outline: none;
}

.slick-slide.slick-current:active,
.slick-slide.slick-current:focus,
.slick-slide.slick-active:active,
.slick-slide.slick-active:focus {
  outline: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/************************************************************** Section Padding ***********************************/
.tm-padding-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tm-padding-section-top {
  padding-top: 100px;
}

.tm-padding-section-bottom {
  padding-bottom: 100px;
}

.tm-padding-section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tm-padding-section-sm-top {
  padding-top: 60px;
}

.tm-padding-section-sm-bottom {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tm-padding-section-top {
    padding-top: 80px;
  }
  .tm-padding-section-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-padding-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tm-padding-section-top {
    padding-top: 70px;
  }
  .tm-padding-section-bottom {
    padding-bottom: 70px;
  }
}

.mt-30-reverse {
  margin-top: -30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt-40-reverse {
  margin-top: -40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mt-50-reverse {
  margin-top: -50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#back-top-top {
  position: fixed;
  left: auto;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 43px;
  text-align: center;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
  font-size: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  -webkit-animation: slideInRight 0.4s ease-in-out 1 both;
  animation: slideInRight 0.4s ease-in-out 1 both;
  z-index: 1000 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #back-top-top {
    display: none;
  }
}

.form-messages,
.appointment-messages {
  margin-bottom: 0;
  text-align: center;
}

.form-messages.error,
.appointment-messages.error {
  margin-top: 20px;
  color: #f80707;
}

.form-messages.success,
.appointment-messages.success {
  margin-top: 20px;
  color: #0d8d2d;
}

.tm-parallax {
  position: relative;
  z-index: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.tm-parallax > .tm-parallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/************************************************** Youtube Video Background *****************************/
.tm-videobgholder {
  position: relative;
}

.tm-videobgwarpper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

.tm-videobg {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.tm-video-controls {
  position: absolute;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
  z-index: 1;
}

.tm-video-controls button {
  height: 45px;
  width: 45px;
  color: #777777;
  border: 2px solid #777777;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  font-size: 22px;
}

.tm-video-controls button:hover {
  color: #ffffff;
  border-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-video-controls {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .tm-video-controls {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 440px;
  }
}

.lg-backdrop {
  background-color: rgba(25, 25, 25, 0.92);
}

.tm-rating span {
  color: #b7b9c1;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.tm-rating span.active {
  color: #fdc716;
}

/*********************************************** Preloader Styels **************************/
.tm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #272635;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.tm-preloader-logo {
  text-align: center;
}

.tm-preloader-progress {
  display: block;
  height: 3px;
  width: 100%;
  background: #77768e;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.tm-preloader-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: tmFillFull 4s linear 0s 1 both;
  animation: tmFillFull 4s linear 0s 1 both;
}

.tm-preloader .tm-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 15px;
}

.tm-section {
  position: relative;
  z-index: 1;
}

.bg-shape-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-shape-left {
    display: none;
  }
}

.bg-shape-right {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-shape-right {
    display: none;
  }
}

.bg-shape-2 {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.bg-animated-shape {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1px;
  width: 1px;
  z-index: -1;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.bg-animated-shape span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  border: 1px solid #c5d1da;
  -webkit-animation: bganimatedshape 8s ease-in-out 0s infinite both;
  animation: bganimatedshape 8s ease-in-out 0s infinite both;
}

.bg-animated-shape span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.bg-animated-shape span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bg-animated-shape span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bg-animated-shape span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-animated-shape span:nth-child(5) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-animated-shape span:nth-child(6) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.bg-animated-shape span:nth-child(7) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.bg-animated-shape span:nth-child(8) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-animated-shape span:nth-child(9) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.tm-autoflex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tm-autoflex .col {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  width: auto;
}

.tm-revealblock {
  position: relative;
  z-index: 1;
}

.tm-revealblock::before,
.tm-revealblock::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 1;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  z-index: 5;
}

.tm-revealblock::before {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}

.tm-revealblock::after {
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-revealblock.reveal-close::before,
.tm-revealblock.reveal-close::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

/**************************************************** Button **************************************/
.tm-button,
a.tm-button,
button.tm-button {
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  background: #0c2a24ec;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  border: 1px solid  #1a5c38;
  z-index: 1;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
}

.tm-button::before,
.tm-button::after,
a.tm-button::before,
a.tm-button::after,
button.tm-button::before,
button.tm-button::after {
  content: "";
  position: absolute;
  left: -120%;
  right: 120%;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.tm-button::after,
a.tm-button::after,
button.tm-button::after {
  -webkit-transition: all 0.3s ease-in-out 0.15s;
  -o-transition: all 0.3s ease-in-out 0.15s;
  transition: all 0.3s ease-in-out 0.15s;
}

.tm-button:hover::before,
a.tm-button:hover::before,
button.tm-button:hover::before {
  left: -70%;
}

.tm-button:hover::after,
a.tm-button:hover::after,
button.tm-button:hover::after {
  left: -85%;
}

.tm-button.tm-button-block,
a.tm-button.tm-button-block,
button.tm-button.tm-button-block {
  display: block;
  width: 100%;
}

.tm-button.tm-button-dark,
a.tm-button.tm-button-dark,
button.tm-button.tm-button-dark {
  background: #292828;
  border-color: #292828;
}

.tm-button.tm-button-dark::before,
a.tm-button.tm-button-dark::before,
button.tm-button.tm-button-dark::before {
  background: rgba(255, 255, 255, 0.07);
}

.tm-button.tm-button-dark::after,
a.tm-button.tm-button-dark::after,
button.tm-button.tm-button-dark::after {
  background: rgba(255, 255, 255, 0.07);
}

.tm-button.tm-button-white,
a.tm-button.tm-button-white,
button.tm-button.tm-button-white {
  /*SWITCH COLOR SERVICE BUTTONS */
  background:#0c2a24e6; 
  border-color: #ffffff;
  color: #ffffff;
}

.tm-button.tm-button-white::before,
a.tm-button.tm-button-white::before,
button.tm-button.tm-button-white::before {
  background: rgba(0, 0, 0, 0.07);
}

.tm-button.tm-button-white::after,
a.tm-button.tm-button-white::after,
button.tm-button.tm-button-white::after {
  background: rgba(0, 0, 0, 0.07);
}

.tm-button.tm-button-sm,
a.tm-button.tm-button-sm,
button.tm-button.tm-button-sm {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  height: 44px;
  line-height: 42px;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .tm-button,
  a.tm-button,
  button.tm-button {
    letter-spacing: 0;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    padding: 0 25px;
  }
}

/*************************************************************** Read More Button ******************************/
.tm-readmore,
a.tm-readmore,
button.tm-readmore {
  display: inline-block;
  color: #3c424f;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-readmore i,
a.tm-readmore i,
button.tm-readmore i {
  margin-left: -5px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-readmore:hover,
a.tm-readmore:hover,
button.tm-readmore:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-readmore:hover i,
a.tm-readmore:hover i,
button.tm-readmore:hover i {
  margin-left: 5px;
  visibility: visible;
  opacity: 1;
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/* Video Button */
.tm-videobutton,
a.tm-videobutton,
button.tm-videobutton {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.tm-videobutton a,
a.tm-videobutton a,
button.tm-videobutton a {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.tm-videobutton::before,
.tm-videobutton::after,
a.tm-videobutton::before,
a.tm-videobutton::after,
button.tm-videobutton::before,
button.tm-videobutton::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  margin-left: -35px;
  margin-top: -35px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.tm-videobutton::before,
a.tm-videobutton::before,
button.tm-videobutton::before {
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-animation: tmGrowShrink 1.2s ease-in-out 0s infinite both;
  animation: tmGrowShrink 1.2s ease-in-out 0s infinite both;
}

.tm-videobutton::after,
a.tm-videobutton::after,
button.tm-videobutton::after {
  background: rgba(52, 100, 224, 0.5);
  z-index: -2;
  -webkit-animation: tmGrowShrink 1.2s ease-in-out 0.3s infinite both;
  animation: tmGrowShrink 1.2s ease-in-out 0.3s infinite both;
}

.tm-videobutton span,
a.tm-videobutton span,
button.tm-videobutton span {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 1;
  text-align: center;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  -webkit-border-radius: 999px;
  border-radius: 999px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-videobutton span i,
a.tm-videobutton span i,
button.tm-videobutton span i {
  font-size: 58px;
  line-height: 56px;
}

.tm-videobutton:hover span,
a.tm-videobutton:hover span,
button.tm-videobutton:hover span {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

/************************************************ Callbutton *******************************/
.tm-callbutton {
  position: relative;
  display: inline-block;
  height: 50px;
  padding-left: 50px;
  vertical-align: middle;
}

.tm-callbutton img {
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tm-callbutton h4 {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  display: block;
  line-height: 1;
  margin-bottom: 0;
}

.tm-callbutton h5 {
  display: block;
  font-family: "PT Serif", serif;
  color: #3c424f;
  line-height: 1;
  margin-bottom: 5px;
}

.tm-buttongroup {
  margin-left: -15px;
  margin-top: -10px;
}

.tm-buttongroup .tm-button,
.tm-buttongroup .tm-callbutton {
  margin-left: 15px;
  margin-top: 10px;
}

/*********************************************** Title **********************************/
.tm-sectiontitle {
  margin-bottom: 50px;
}

.tm-sectiontitle h2 {
  /* titles size */
  font-size: 50px;
  margin-top: -7px;
}

.tm-sectiontitle-divider {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-top: 5px;
  position: relative;
}

.tm-sectiontitle-divider img {
  -webkit-animation: tmSpin 1s linear 0s infinite both;
  animation: tmSpin 1s linear 0s infinite both;
}

.tm-sectiontitle-divider::before,
.tm-sectiontitle-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 70px;
  margin-top: -1px;
  background: #1a5c38;
}

.tm-sectiontitle-divider::before {
  left: auto;
  right: 100%;
}

.tm-sectiontitle-divider::after {
  left: 100%;
  right: auto;
}

.tm-sectiontitle p {
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-sectiontitle h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-sectiontitle h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-sectiontitle h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .tm-sectiontitle p {
    margin-top: 8px;
  }
}

.small-title {
  margin-bottom: 25px;
}

/********************************************* Slider Elements **************************************/
.tm-slider-dots.slick-dotted,
.slick-dotted.tm-slider-dots-2 {
  position: relative;
  padding-bottom: 0;
}

.tm-slider-dots .slick-dots,
.tm-slider-dots-2 .slick-dots {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
}

.tm-slider-dots .slick-dots li,
.tm-slider-dots-2 .slick-dots li {
  display: inline-block;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #1a5c38;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-slider-dots .slick-dots li:hover,
.tm-slider-dots-2 .slick-dots li:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-slider-dots .slick-dots li.slick-active,
.tm-slider-dots-2 .slick-dots li.slick-active {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.tm-slider-dots .slick-dots li:first-child,
.tm-slider-dots-2 .slick-dots li:first-child {
  margin-left: 0;
}

.tm-slider-dots .slick-dots li:last-child,
.tm-slider-dots-2 .slick-dots li:last-child {
  margin-right: 0;
}

.tm-slider-dots .slick-dots li button,
.tm-slider-dots-2 .slick-dots li button {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-slider-dots .slick-dots,
  .tm-slider-dots-2 .slick-dots {
    padding: 7px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-slider-dots .slick-dots,
  .tm-slider-dots-2 .slick-dots {
    padding: 7px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tm-slider-dots .slick-dots,
  .tm-slider-dots-2 .slick-dots {
    padding: 7px 0;
  }
}

.tm-slider-dots-2.slick-dotted {
  padding-bottom: 77px;
}

.tm-slider-dots-2 .slick-dots {
  padding: 0;
  background: transparent;
}

.tm-slider-dots-2 .slick-dots li {
  background: transparent;
  position: relative;
  height: 16px;
  width: 16px;
  border: 2px solid #1a5c38;
  vertical-align: middle;
}

.tm-slider-dots-2 .slick-dots li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background: #1a5c38;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-slider-dots-2 .slick-dots li:hover {
  background: transparent;
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-slider-dots-2 .slick-dots li:hover::before {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-slider-dots-2 .slick-dots li.slick-active {
  background: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-slider-dots-2 .slick-dots li.slick-active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-slider-arrows {
  position: relative;
}

.tm-slider-arrows-prev,
.tm-slider-arrows-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  padding: 0;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 1;
  border: 1px solid #1a5c38;
  color: #1a5c38;
  font-size: 22px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-slider-arrows-prev i,
.tm-slider-arrows-next i {
  line-height: 38px;
}

.tm-slider-arrows-prev:hover,
.tm-slider-arrows-next:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-slider-arrows-prev {
  left: -40px;
  right: auto;
}

.tm-slider-arrows-next {
  left: auto;
  right: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-slider-arrows {
    margin-bottom: 70px;
  }
  .tm-slider-arrows-prev,
  .tm-slider-arrows-next {
    margin-top: 0;
    top: calc(100% + 30px);
  }
  .tm-slider-arrows-prev {
    left: auto;
    right: calc(50% + 10px);
  }
  .tm-slider-arrows-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-slider-arrows {
    margin-bottom: 70px;
  }
  .tm-slider-arrows-prev,
  .tm-slider-arrows-next {
    margin-top: 0;
    top: calc(100% + 30px);
  }
  .tm-slider-arrows-prev {
    left: auto;
    right: calc(50% + 10px);
  }
  .tm-slider-arrows-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

@media only screen and (max-width: 767px) {
  .tm-slider-arrows {
    margin-bottom: 65px;
  }
  .tm-slider-arrows-prev,
  .tm-slider-arrows-next {
    margin-top: 0;
    top: calc(100% + 30px);
    height: 35px;
    width: 35px;
  }
  .tm-slider-arrows-prev i,
  .tm-slider-arrows-next i {
    line-height: 33px;
  }
  .tm-slider-arrows-prev {
    left: auto;
    right: calc(50% + 10px);
  }
  .tm-slider-arrows-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

/******************************************** Form ******************************/
.tm-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}

.tm-form-field {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.tm-form-field a {
  color: #1a5c38;
}

.tm-form-field a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-form-fieldhalf {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 15px);
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.tm-form input,
.tm-form textarea,
.tm-form select {
  border: 1px solid #f3f5ff;
  background: #E5D7C0;
  color: #1a5c38;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tm-form input::-webkit-input-placeholder,
.tm-form textarea::-webkit-input-placeholder,
.tm-form select::-webkit-input-placeholder {
  color: black;
}

.tm-form input:-moz-placeholder,
.tm-form textarea:-moz-placeholder,
.tm-form select:-moz-placeholder {
  color: #1a5c38;
}

.tm-form input::-moz-placeholder,
.tm-form textarea::-moz-placeholder,
.tm-form select::-moz-placeholder {
  color: #1a5c38;
}

.tm-form input:-ms-input-placeholder,
.tm-form textarea:-ms-input-placeholder,
.tm-form select:-ms-input-placeholder {
  color: #1a5c38;
}

.tm-form input:focus,
.tm-form textarea:focus,
.tm-form select:focus {
  border-color: rgba(52, 100, 224, 0.3);
}

.tm-form textarea {
  min-height: 162px;
}

.tm-form .nice-select {
  border: 1px solid #f3f5ff;
  background: #f3f5ff;
  /* color: #1a5c38; */
  color: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tm-form .nice-select.open {
  border-color: rgba(52, 100, 224, 0.3);
}

.tm-form.tm-form-whitebox input,
.tm-form.tm-form-whitebox textarea,
.tm-form.tm-form-whitebox select {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.tm-form.tm-form-whitebox input:focus,
.tm-form.tm-form-whitebox textarea:focus,
.tm-form.tm-form-whitebox select:focus {
  border-color: rgba(52, 100, 224, 0.3);
}

.tm-form.tm-form-whitebox .nice-select {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.tm-form.tm-form-whitebox .nice-select.open {
  border-color: rgba(52, 100, 224, 0.3);
}

@media only screen and (max-width: 575px) {
  .tm-form-fieldhalf {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/************************************************* Accordion ***********************************/
.tm-accordion .card {
  border: none;
  background: #ffffff;
}

.tm-accordion .card:not(:last-child) {
  margin-bottom: 10px;
}

.tm-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}

.tm-accordion .card-header button {
  height: auto;
  display: block;
  width: 100%;
  text-align: left;
  padding: 11px 20px;
  padding-right: 35px;
  line-height: 28px;
  text-decoration: none !important;
  border: 0;
  position: relative;
  white-space: inherit;
  background: #ffffff;
  color: #3c424f;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.tm-accordion .card-header button::after {
  content: "\f48a";
  font-family: "Ionicons";
  position: absolute;
  left: auto;
  right: 15px;
  top: 10px;
  height: 17px;
  width: 17px;
  font-size: 18px;
}

.tm-accordion .card-header button.collapsed::after {
  content: "\f48a";
}

.tm-accordion .card-header button:not(.collapsed) {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.tm-accordion .card-header button:not(.collapsed):after {
  content: "\f463";
}

.tm-accordion .card-body {
  padding: 27px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tm-accordion .card-body p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .tm-accordion .card-header button {
    padding-left: 20px;
  }
  .tm-accordion .card-body {
    padding-left: 20px;
  }
}

.bg-white .tm-accordion .card {
  background: #f3f5ff;
}

.bg-white .tm-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}

.bg-white .tm-accordion .card-header button {
  background: #f3f5ff;
}

.bg-white .tm-accordion .card-header button:not(.collapsed) {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/************************************************ Videobox ***************************************/
.tm-videobox {
  position: relative;
}

.tm-videobox a {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-videobox a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media only screen and (max-width: 767px) {
  .tm-videobox a {
    height: 80px;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
}

.bg-white .tm-videobox {
  border-color: #f3f5ff;
}

/********************************************* Selectbox ************************************/
.nice-select {
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 48px;
  padding: 0 15px;
  padding-right: 35px;
  width: 100%;
  border-color: #cccccc;
}

.nice-select::after {
  content: "\f123";
  font-family: "Ionicons";
  font-size: 10px;
  position: absolute;
  border: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  height: 9px;
  width: 9px;
  line-height: 1;
  text-align: center;
}

.nice-select .current {
  display: block;
  padding: 0;
}

.nice-select .list {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-width: 180px;
  width: 100%;
  margin-top: 1px;

}

.nice-select .list .option {
  padding: 0 15px;
  min-height: auto;
  line-height: 30px;
}

.nice-select .list .option:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.nice-select:focus {
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.nice-select.open {
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .nice-select {
    height: 44px;
    line-height: 42px;
  }
}

/************************************ Pagination ***********************************/
 
/**
 * Pagination
 */
.tm-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.tm-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 3px;
}

.tm-pagination ul li:first-child {
  margin-left: 0;
  margin-right: 50px;
}

.tm-pagination ul li:last-child {
  margin-right: 0;
  margin-left: 50px;
}

.tm-pagination ul li a {
  display: inline-block;
  color: #3c424f;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  min-width: 30px;
}

.tm-pagination ul li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-pagination ul li.is-active a {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-bottom: 1px solid   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

@media only screen and (max-width: 767px) {
  .tm-pagination ul li:first-child {
    margin-right: 20px;
  }
  .tm-pagination ul li:last-child {
    margin-left: 20px;
  }
}

/************************************ Tab ***********************************/

.tm-tabgroup {
  margin-bottom: 45px;
}

.tm-tabgroup li {
  margin-top: 1px;
  margin-right: 1px;
}

.tm-tabgroup li a {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  min-width: 170px;
  text-align: center;
  padding: 0 35px;
  background: #ebebeb;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}

.tm-tabgroup li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-tabgroup li a.active {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .tm-tabgroup li a {
    min-width: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .tm-tabgroup li a {
    padding: 0 20px;
  }
}

.tm-tabgroup2 {
  padding-left: 0;
  margin-bottom: 40px;
  background: #f3f5ff;
  padding: 15px 0;
  text-align: center;
  display: block;
}

.tm-tabgroup2 li {
  list-style: none;
  display: inline-block;
}

.tm-tabgroup2 li:not(:last-child) a {
  border-right: 1px solid #cccccc;
}

.tm-tabgroup2 li a {
  color: black;
  color: #1a5c38;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 20px;
}

.tm-tabgroup2 li a.active {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

@media only screen and (max-width: 575px) {
  .tm-tabgroup2 li a {
    padding: 3px 15px;
  }
}

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/******************************************************* Header**********************************/
.tm-header {
  background: #f8f9ff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.tm-header-topside {
  background: #1a5c38;
  color: #ffffff;
  padding: 10px 0;
}

.tm-header-topside i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.tm-header-topside a {
  color: #ffffff;
}

.tm-header-topside a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.tm-header-topside ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}

.tm-header-topside ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.tm-header-topside ul li b {
  font-weight: 700;
}

.tm-header-topside ul li button {
  display: inline-block;
  padding: 0;
  height: auto;
  border: 0;
  color: #fff;
}

.tm-header-topside-infoleft li:not(:last-child) {
  margin-right: 30px;
}

.tm-header-topside-inforight {
  text-align: right;
}

.tm-header-topside-inforight li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}

.tm-header-topside-inforight li button i {
  margin-right: 0;
}

.tm-header-bottomside {
  background: #f3f5ff;
}

.tm-header-bottominner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tm-header-nav {
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  text-align: right;
  padding: 0 20px;
  position: relative;
}

.tm-header-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}

.tm-header-nav ul li {
  /* menu item size */
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.tm-header-nav ul li a {
  display: inline-block;
  color: #3c424f;
  font-family: "PT Serif", serif;
  padding: 27px 20px;
}

.tm-header-nav ul li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-header-nav ul li.current a {
  color: #  linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}
.tm-header-nav ul li:last-child a {
    position: relative;
    padding-left: 20px;
}

/* Add the "|" */
.tm-header-nav ul li:last-child a::before {
    content: "|";
    position: absolute;
    left: 0;
    color: black;
    font-weight: 300;
}




.tm-header-nav .tm-header-nav-dropdown > a::after {
  content: "\f35f";
  font-family: "Ionicons";
  font-size: 18px;
  padding-left: 3px;
  vertical-align: middle;
}

.tm-header-nav .tm-header-nav-dropdown ul {
  position: absolute;
  text-align: left;
  padding: 10px 0;
  left: 100%;
  top: 0;
  width: 230px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  border-top: 4px solid #  linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-transition:
    visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s,
    z-index 0s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s;
  transition:
    visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s,
    z-index 0s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s;
  -o-transition:
    transform 0.2s ease-in-out 0s,
    visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s,
    z-index 0s ease-in-out 0s;
  transition:
    transform 0.2s ease-in-out 0s,
    visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s,
    z-index 0s ease-in-out 0s;
  transition:
    transform 0.2s ease-in-out 0s,
    visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s,
    z-index 0s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s;
}

.tm-header-nav .tm-header-nav-dropdown ul li {
  display: block;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-header-nav .tm-header-nav-dropdown ul li a {
  padding: 6px 0;
  line-height: 1.3;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color:#3c424f ;


    display: flex;
    align-items: center;
    gap: 8px; /* clean spacing */
}
.tm-header-nav .tm-header-nav-dropdown ul li.has-child::after {
  content: "";
  clear: both;
  display: table;
}

.tm-header-nav .tm-header-nav-dropdown ul li.has-child > a::after {
  content: "\f363";
  font-family: "Ionicons";
  font-size: 18px;
  float: right;
}

.tm-header-nav .tm-header-nav-dropdown ul li:hover > a {
  color: #  linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-header-nav .tm-header-nav-dropdown ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 1;
}

.tm-header-nav .tm-header-nav-dropdown > ul {
  left: 0;
  top: 100%;
}

.tm-header-nav .tm-header-nav-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.tm-header-nav .tm-header-nav-dropdown.overflow-element ul {
  left: auto;
  right: 100%;
}

.tm-header-nav .tm-header-nav-dropdown.overflow-element > ul {
  left: auto;
  right: 0;
}

.tm-header-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tm-header-icons li {
  display: inline-block;
  margin: 0 7px;
}

.tm-header-icons li:first-child {
  margin-left: 0;
}

.tm-header-icons li:last-child {
  margin-right: 0;
}

.tm-header-icons li a,
.tm-header-icons li button {
  color: #3c424f;
  font-size: 20px;
}

.tm-header-icons li a:hover,
.tm-header-icons li button:hover {
  color: #  linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-header-topside-infoleft li:not(:last-child) {
    margin-right: 17px;
  }
  .tm-header-nav ul li a {
    padding: 27px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-header-topside-infoleft {
    text-align: center;
  }
  .tm-header-topside-infoleft li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tm-header-topside-infoleft li:not(:last-child) {
    margin-right: 10px;
  }
  .tm-header-topside-inforight {
    text-align: center;
  }
  .tm-header-logo {
    height: 40px;
    padding: 1px 0;
    
  }
  .tm-header-logo img {
    /* max-height: 100%; */
     max-height: 50%;

  }
  .tm-header-icons {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-header-topside-infoleft {
    text-align: center;
  }
  .tm-header-topside-infoleft li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tm-header-topside-infoleft li:not(:last-child) {
    margin-right: 10px;
  }
  .tm-header-topside-inforight {
    text-align: center;
  }
  .tm-header-logo {
    height: 65px;
    padding: 10px 0;
  }
  .tm-header-logo img {
    max-height: 100%;
  }
  .tm-header-icons {
    padding-right: 35px;
  }
}

/********************************************************** Search Form **************************************/
.tm-searchform {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}

.tm-searchform-close {
  position: absolute;
  left: auto;
  right: 30px;
  top: 20px;
  border: 0;
  color: #3c424f;
  font-size: 40px;
}

.tm-searchform-close:hover {
  color: #  linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-searchform form {
  padding: 30px;
  width: 600px;
  max-width: 100%;
  height: auto;
  background: rgba(52, 100, 224, 0.9);
  position: relative;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.tm-searchform form input {
  border: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
}

.tm-searchform form input::-webkit-input-placeholder {
  color: #ffffff;
}

.tm-searchform form input:-moz-placeholder {
  color: #ffffff;
}

.tm-searchform form input::-moz-placeholder {
  color: #ffffff;
}

.tm-searchform form input:-ms-input-placeholder {
  color: #ffffff;
}

.tm-searchform form button,
.tm-searchform form input[type="submit"] {
  position: absolute;
  left: auto;
  right: 30px;
  height: 100%;
  top: 0;
  border: 0;
  color: #ffffff;
  font-size: 24px;
}

.tm-searchform form button::before,
.tm-searchform form input[type="submit"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 26px;
  margin-top: -13px;
  background: #ffffff;
}

.tm-searchform.is-opened {
  visibility: visible;
  opacity: 1;
}

.tm-searchform.is-opened form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-searchform-close {
    font-size: 28px;
    right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-searchform-close {
    font-size: 28px;
    right: 5px;
    top: 8px;
  }
  .tm-searchform form {
    max-width: 90%;
  }
  .tm-searchform form input {
    font-size: 16px;
  }
  .tm-searchform form button,
  .tm-searchform form input[type="submit"] {
    right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-searchform form {
    padding: 15px;
  }
  .tm-searchform form button,
  .tm-searchform form input[type="submit"] {
    right: 15px;
  }
}

/* Sticky Header */
.tm-header.is-sticky .tm-header-bottomside {
  position: fixed;
  z-index: 90;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-animation: slideInDown 0.5s ease-in-out 0s 1 both;
  animation: slideInDown 0.5s ease-in-out 0s 1 both;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/************************************************************ Mobilemenu *******************************/
.tm-mobilenav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.tm-mobilenav .mean-bar {
  background: #0c1923;
  padding: 0;
  min-height: 0;
  z-index: 99;
}

.tm-mobilenav a.meanmenu-reveal {
  margin-top: -45px;
  text-indent: 0;
  padding: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #3c424f;
  font-size: 24px !important;
}

.tm-mobilenav .mean-nav {
  margin-top: 0;
  background: #c9a646;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  width: 100%;
}

.tm-mobilenav .mean-nav > ul {
  max-height: 80vh;
  overflow-y: auto;
}

.tm-mobilenav .mean-nav > ul li a {
  padding: 7px 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.tm-mobilenav .mean-nav > ul li a:hover {
  background: #ffffff;
  color: #c9a646;
}

.tm-mobilenav .mean-nav > ul li a.mean-expand {
  padding: 0 6px !important;
  height: 39px;
  line-height: 39px;
  background: rgba(52, 100, 224, 0.7);
  color: #ffffff;
  margin-top: 0;
}

.tm-mobilenav .mean-nav > ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tm-mobilenav .mean-nav > ul li li a {
  opacity: 1;
}

.tm-mobilenav .mean-nav > ul li ul li a {
  padding: 7px 10%;
}

.tm-mobilenav .mean-nav > ul li ul ul li a {
  padding: 7px 15%;
}

.tm-mobilenav .mean-nav > ul li ul ul ul li a {
  padding: 7px 20%;
}
/**************************************************** Heroslider *******************************/
.tm-heroslider {
  position: relative;
}

.tm-heroslider-images {
  position: relative;
}

.tm-heroslider-images::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.tm-heroslider-images.slick-dotted {
  padding-bottom: 0;
}

.tm-heroslider-images.slick-dotted .slick-dots {
  max-width: 1170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  z-index: 1;
  bottom: 60px;
}

.tm-heroslider-image {
  height: 100%;
  width: 100%;
}

.tm-heroslider-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tm-heroslider-content::before {
  content: "";
  background: url(../images/heroslider/heroslider-shape.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.tm-heroslider-content h1 {
  font-size: 70px;
  line-height: 60px;
}

.tm-heroslider-content p {
  margin-top: 25px;
  font-size: 30px;
  line-height: 30px;
  padding-right: 150px;
}

.tm-heroslider-content .tm-button {
  margin-top: 25px;
}

.tm-heroslider-content-2::before {
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-heroslider-content h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .tm-heroslider-content p {
    margin-top: 15px;
    font-size: 18px;
    padding-right: 100px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 15px;
  }
  .tm-heroslider-images.slick-dotted .slick-dots {
    max-width: 930px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-heroslider-images.slick-dotted .slick-dots {
    max-width: 690px;
    bottom: 30px;
  }
  .tm-heroslider-content::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .tm-heroslider-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .tm-heroslider-content p {
    margin-top: 15px;
    font-size: 18px;
    padding-right: 100px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-heroslider-images.slick-dotted .slick-dots {
    width: calc(100% - 30px);
    max-width: 510px;
    bottom: 20px;
  }
  .tm-heroslider-image {
    min-height: 450px !important;
  }
  .tm-heroslider-content::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .tm-heroslider-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .tm-heroslider-content p {
    padding-right: 0;
    font-size: 16px;
    margin-top: 10px;
  }
  .tm-heroslider-content .tm-button {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-heroslider-images.slick-dotted .slick-dots {
    width: calc(100% - 30px);
    max-width: 410px;
    bottom: 10px;
  }
}

/******************************************** Features & Services ********************************/
.tm-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-feature-area {
  padding: 50px 0;
}

.tm-feature-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}

.tm-feature-content h5 {
  margin-top: -5px;
}

.tm-feature-content p {
  margin-bottom: 0;
}

.tm-service {
  padding: 50px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #e5d7c0;
}

.tm-service-icon {
  display: inline-block;
  height: 170px;
  width: 170px;
  line-height: 150px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-service-content p {
  margin-bottom: 0;
    text-align: justify !important;
  line-height: 1.6;
}

.tm-service-content .tm-button {
  margin-top: 25px;
}

.tm-service:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.tm-service:hover .tm-service-icon {
  background: #E5D7C0
  ;
}

.tm-service:hover
 .tm-service-content .tm-button {
  background: #e5d7c0;
  border-color:  #e5D7C0;
  color: bleu;
}

.tm-button.hash-scroll-link::after {
    content: " →";
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}


.tm-button.contact {
    background: transparent;
    border: 2px solid #000; /* or any color you want */
    color: #000;
}

.tm-button.contact:hover {
    background: #000;
    color: #fff;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-service {
    padding: 30px 15px;
  }
  .tm-service-icon {
    height: 120px;
    width: 120px;
    line-height: 80px;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-service {
    padding: 30px 15px;
  }
  .tm-service-icon {
    height: 120px;
    width: 120px;
    line-height: 80px;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-service {
    padding: 30px 30px;
  }
  .tm-service-icon {
    height: 120px;
    width: 120px;
    line-height: 80px;
    padding: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-service {
    padding: 30px 15px;
  }
}

.bg-grey .tm-service {
  background: #e5d7c0;
}

.bg-grey .tm-service-icon {
  background: #f3f5ff;
}

/*************************************************Funfact starts***************************************/
.tm-funfact-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

.tm-funfact-heading small {
  font-size: 24px;
  display: block;
  font-weight: 700;
  line-height: 1;
}

.tm-funfact-heading span {
  color: #c9a646;
}

.tm-funfact-icon {
  margin-bottom: 20px;
}

.tm-funfact-icon img {
  max-height: 100%;
}

.tm-funfact-number {
  font-size: 36px;
  font-weight: 700;
  color: #3c424f;
  font-family: "PT Serif", serif;
}

.tm-funfact-content .odometer {
  font-size: 36px;
  font-weight: 700;
  color: #3c424f;
  font-family: "PT Serif", serif;
}

.tm-funfact-content .odometer .odometer-formatting-mark {
  display: none;
}

.tm-funfact-content h6 {
  font-family: "Open Sans", sans-serif;
  color: #1a5c38;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
/* badget size */
#tm-funfact-area.tm-padding-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-funfact-heading {
    font-size: 34px;
  }
  .tm-funfact-icon {
    height: 60px;
  }
  .tm-funfact-content h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-funfact {
    text-align: center;
  }
  .tm-funfact-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
  }
  .tm-funfact-icon {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-funfact {
    text-align: center;
  }
  .tm-funfact-heading {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
  }
  .tm-funfact-icon {
    height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-funfact {
    text-align: center;
  }
  .tm-funfact-heading {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
  }
  .tm-funfact-heading small {
    font-size: 20px;
  }
  .tm-funfact-content .odometer {
    font-size: 30px;
    line-height: 34px;
  }
  
  .tm-funfact-icon {
    height: 50px;
  }
}
/*************************************************Funfact ends***************************************/

/**************************************************About starts********************************************/
.tm-about-content h2 {
  font-size: 32px;
  margin-top: -10px;
  text-align: justify;

}

.tm-about-content h6 {
  font-family: "Open Sans", sans-serif;
  color: #3c424f;
  font-weight: 600;
  text-align: justify;
}
.tm-about-content p {
  text-align: justify;
  line-height: 1.7;
}

.tm-about-buttons {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-about-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .tm-about-buttons {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-about-content {
    padding-top: 40px;
  }
  .tm-about-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .tm-about-buttons {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-about-content {
    padding-top: 40px;
  }
  .tm-about-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .tm-about-buttons {
    margin-top: 20px;
  }
}

.tm-whyus-content h2 {
  font-size: 32px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.tm-whyus-blocks {
  margin-bottom: -15px;
}

.tm-whyus-block:not(:last-of-type) {
  margin-bottom: 30px;
}

.tm-whyus-block h5 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 25px;
}

.tm-whyus-block h5 span {
  display: inline-block;
  height: 50px;
  width: 50px;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-whyus-image {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-whyus-image {
    margin-top: 40px;
  }
}

/**
 * Appointment
 */
.tm-appointment-bgimage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.tm-appointment-bgimage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(#f3f5ff)
  );
  background-image: -webkit-linear-gradient(left, transparent 0%, #f3f5ff 100%);
  background-image: -o-linear-gradient(left, transparent 0%, #f3f5ff 100%);
  background-image: linear-gradient(90deg, transparent 0%, #f3f5ff 100%);
  z-index: -1;
}

.tm-appointment-box > h2 {
  margin-top: -5px;
  font-size: 22px;
  font-family: Montserat,sans-serif;
}
.tm-appointment-box p {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #212529;
}

.tm-appointment-form {
  margin-top: 30px;
}

.tm-appointment-image {
  margin-bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-appointment-bgimage {
    height: 50%;
    width: 100%;
  }
  .tm-appointment-bgimage::before {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(#f3f5ff)
    );
    background-image: -webkit-linear-gradient(
      top,
      transparent 0%,
      #f3f5ff 100%
    );
    background-image: -o-linear-gradient(top, transparent 0%, #f3f5ff 100%);
    background-image: linear-gradient(180deg, transparent 0%, #f3f5ff 100%);
  }
  .tm-appointment-image {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-appointment-bgimage {
    height: 50%;
    width: 100%;
  }
  .tm-appointment-bgimage::before {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(#f3f5ff)
    );
    background-image: -webkit-linear-gradient(
      top,
      transparent 0%,
      #f3f5ff 100%
    );
    background-image: -o-linear-gradient(top, transparent 0%, #f3f5ff 100%);
    background-image: linear-gradient(180deg, transparent 0%, #f3f5ff 100%);
  }
  .tm-appointment-image {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-appointment-box > h2 {
    font-size: 28px;
  }
}
/**************************************************About ends********************************************/

/************************************************** Product starts**********************************************/
.tm-product-top {
  overflow: hidden;
  position: relative;
}

.tm-product-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(52, 100, 224, 0.4); */
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-product-actions {
  position: absolute;
  left: 20px;
  top: auto;
  bottom: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}

.tm-product-actions li {
  display: inline-block;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-product-actions li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.tm-product-actions li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tm-product-actions li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.tm-product-actions li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.tm-product-actions li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.tm-product-actions li:not(:last-child) {
  margin-right: 10px;
}

.tm-product-actions li a,
.tm-product-actions li button {
  font-size: 20px;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 1;
  text-align: center;
  background: #ffffff;
  color: #3c424f;
  border: 0;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0;
}

.tm-product-actions li a i,
.tm-product-actions li button i {
  line-height: 35px;
}

.tm-product-actions li a:hover,
.tm-product-actions li button:hover {
  background: #3c424f;
  color: #ffffff;
}

.tm-product-bottom {
  background: #f3f5ff;
  padding: 20px;
}

.tm-product-bottom h6 {
  margin-bottom: 10px;
}

.tm-product-bottom h6 a {
  color: #3c424f;
}

.tm-product-bottom h6 a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-product-bottom .tm-ratingbox {
  margin-top: 5px;
}

.tm-product-price {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.tm-product-price del {
  font-size: 14px;
  opacity: 0.8;
  display: inline-block;
  margin-right: 5px;
}

.tm-product-price ins {
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}

.tm-product:hover .tm-product-top::before {
  opacity: 1;
}

.tm-product:hover .tm-product-actions li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.bg-grey .tm-product-bottom {
  background: #E4C97F;
}

.tm-ratingbox {
  font-size: 0;
}

.tm-ratingbox span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.tm-ratingbox span:not(:last-child) {
  margin-right: 6px;
}

.tm-ratingbox span.is-active {
  color: #f2da39;
}

/* Similliar Products */
.tm-similliar-products-slider .tm-slider-arrows-prev,
.tm-similliar-products-slider .tm-slider-arrows-next {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.tm-similliar-products-slider .tm-slider-arrows-prev {
  left: 0;
  right: auto;
}

.tm-similliar-products-slider .tm-slider-arrows-next {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1199px) {
  .tm-similliar-products-slider .tm-slider-arrows-prev,
  .tm-similliar-products-slider .tm-slider-arrows-next {
    top: 50%;
    margin-top: -20px;
  }
}
/************************************************** Product ends**********************************************/

/************************************************** Promotion starts*************************************************/
.tm-promotion-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tm-promotion-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-top: -10px;
}

.tm-promotion-content h2 span {
  font-size: 60px;
  line-height: 70px;
}

.tm-promotion-content p {
  font-size: 20px;
  margin-bottom: 25px;
}

.tm-promotion-content .tm-button {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-promotion-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tm-promotion-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .tm-promotion-content h2 span {
    font-size: 54px;
    line-height: 64px;
  }
  .tm-promotion-content p {
    font-size: 18px;
  }
  .tm-promotion-image {
    margin-top: 80px;
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-promotion-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tm-promotion-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .tm-promotion-content h2 span {
    font-size: 42px;
    line-height: 52px;
  }
  .tm-promotion-content p {
    font-size: 18px;
  }
  .tm-promotion-image {
    margin-top: 70px;
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-promotion-content p {
    font-size: 16px;
  }
}

.tm-countdown {
  margin-top: -30px;
}

.tm-countdown-pack {
  min-width: 100px;
  min-height: 100px;
  text-align: center;
  background: #f3f5ff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.tm-countdown-pack:not(:last-child) {
  margin-right: 30px;
}

.tm-countdown-pack h2 {
  margin-bottom: 0;
  margin-top: -5px;
  line-height: 1;
}

.tm-countdown-pack h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #1a5c38;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-countdown-pack {
    min-width: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-countdown-pack {
    min-width: 90px;
  }
  .tm-countdown-pack h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-countdown-pack {
    min-width: 90px;
    min-height: 90px;
  }
  .tm-countdown-pack h2 {
    font-size: 30px;
  }
}

.bg-grey .tm-countdown-pack {
  background: #E4C97F;
}
/************************************************** Promotion ends*************************************************/

/**************************************************Testimonial starts*****************************************************/
.tm-testimonial {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 45px 75px;
}

.tm-testimonial-slider {
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.tm-testimonial-slider .slick-list {
  margin: -15px;
}

.tm-testimonial-slider .tm-testimonial {
  margin: 15px;
}

.tm-testimonial-quoteicon {
  display: inline-block;
  background: #f3f5ff;
  height: 100px;
  width: 100px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 15px;
  margin-bottom: 22px;
}

.tm-testimonial-quoteicon img {
  display: inline-block;
}

.tm-testimonial p {
  font-size: 18px;
  line-height: 27px;
}

.tm-testimonial-author h6 {
  margin-bottom: 5px;
}

.tm-testimonial-author p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-testimonial {
    padding: 45px;
  }
  .tm-testimonial-slider.tm-slider-arrows .tm-slider-arrows-prev,
  .tm-testimonial-slider.tm-slider-arrows .tm-slider-arrows-next {
    top: calc(100% + 15px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-testimonial {
    padding: 45px 40px;
  }
  .tm-testimonial-slider.tm-slider-arrows .tm-slider-arrows-prev,
  .tm-testimonial-slider.tm-slider-arrows .tm-slider-arrows-next {
    top: calc(100% + 15px);
  }
}

@media only screen and (max-width: 767px) {
  .tm-testimonial {
    padding: 45px 30px;
  }
  .tm-testimonial p {
    font-size: 16px;
    line-height: 25px;
  }
  .tm-testimonial-slider.tm-slider-arrows .tm-slider-arrows-prev,
  .tm-testimonial-slider.tm-slider-arrows .tm-slider-arrows-next {
    top: calc(100% + 15px);
  }
}

@media only screen and (max-width: 575px) {
  .tm-testimonial {
    padding: 30px 15px;
  }
}
/**************************************************Testimonial ends*****************************************************/

/*************************************************** Newsletter starts********************************************************/

/*************************************************** Newsletter ends********************************************************/

/****************************************************** Financing ***************************************/
.tm-financing-left h2,
.tm-financing-right h2 {
  margin-top: -8px;
  font-size: 32px;
}

.tm-financing-left h6 {
  font-family: "Open Sans", sans-serif;
  color: #1a5c38;
}

.tm-financing-left .tm-button {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-financing-left h2,
  .tm-financing-right h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .tm-financing-right {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-financing-left h2,
  .tm-financing-right h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .tm-financing-right {
    margin-top: 50px;
  }
}

/********************************************* Pricebox **************************************/


/******************************************* Tiny Sections*************************************/
.tm-question-right h2 {
  margin-top: -8px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-question-right h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-question-right {
    margin-top: 40px;
  }
  .tm-question-right h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-question-right {
    margin-top: 40px;
  }
  .tm-question-right h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

/**
 * Team Member
 */
.tm-member {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-member img {
  width: 100%;
}

.tm-member-content {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(243, 245, 255, 0.9);
  padding: 27px 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-member-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-member-content p {
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-member-social {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 25px;
  width: 100%;
  font-size: 0;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-member-social li {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  vertical-align: middle;
}

.tm-member-social li:not(:last-child) {
  margin-right: 10px;
}

.tm-member-social li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-size: 16px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-member-social li a:hover {
  background: transparent;
  color: #ffffff;
}

.tm-member:hover .tm-member-content {
  padding-bottom: 77px;
  background: rgba(52, 100, 224, 0.9);
}

.tm-member:hover .tm-member-content h5,
.tm-member:hover .tm-member-content p {
  color: #ffffff;
}

.tm-member:hover .tm-member-social {
  visibility: visible;
  opacity: 1;
}

.tm-member:hover .tm-member-social li a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/**
 * Call To Action
 */
.tm-cta h1,
.tm-cta h2,
.tm-cta h3,
.tm-cta h4,
.tm-cta h5,
.tm-cta h6,
.tm-cta p {
  color: #ffffff;
}

.tm-cta h2 {
  margin-top: -5px;
  font-size: 32px;
  line-height: 42px;
}

.tm-cta a {
  color: #ffffff;
}

.tm-cta a:hover {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.tm-cta .tm-button {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-cta h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .tm-cta h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-cta h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .tm-cta h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.tm-cta-2 {
  padding: 0 30px;
}

.tm-cta-2-area {
  position: relative;
}

.tm-cta-2-area::before,
.tm-cta-2-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
}

.tm-cta-2-area::before {
  background-image: url(../images/others/cta-bg-shape.png);
  -webkit-animation: shapeRunning 60s linear 0s infinite both;
  animation: shapeRunning 60s linear 0s infinite both;
}

.tm-cta-2-area:after {
  background-image: url(../images/others/cta-bg-shape-2.png);
  -webkit-animation: shapeRunning2 60s linear 0s infinite both;
  animation: shapeRunning2 60s linear 0s infinite both;
}

.tm-cta-2 h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.tm-cta-2 .mail-btn {
  margin-top: 15px;
  font-style: italic;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .tm-cta-2 {
    padding: 0;
  }
}

/**
 * Blog
 */
.tm-blog-topside {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 25px;
}

.tm-blog-topside::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-blog-topside img {
  width: 100%;
}

.tm-blog-topside a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 24px;
  line-height: 50px;
  background: #ffffff;
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  text-align: center;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.tm-blog-topside a:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.tm-blog-imageslider .tm-slider-arrows-prev,
.tm-blog-imageslider .tm-slider-arrows-next {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 3;
}

.tm-blog-imageslider .tm-slider-arrows-prev {
  left: 0;
}

.tm-blog-imageslider .tm-slider-arrows-next {
  right: 0;
}

.tm-blog-bottomside h6 a {
  color: #3c424f;
}

.tm-blog-bottomside h6 a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-blog-bottomside blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tm-blog-tags {
  margin-bottom: 8px;
  font-size: 0;
}

.tm-blog-tags span {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.tm-blog-tags span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}

.tm-blog-tags span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: auto;
  right: 0;
  width: 1px;
  height: 20px;
  background: #cccccc;
}

.tm-blog-tags span a {
  color: #1a5c38;
}

.tm-blog-tags span a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-blog:hover .tm-blog-topside::before {
  opacity: 1;
  visibility: visible;
}

.tm-blog:hover .tm-blog-topside a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.tm-blog-media .tm-blog-topside:hover::before {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-blog-imageslider .tm-slider-arrows-prev,
  .tm-blog-imageslider .tm-slider-arrows-next {
    top: 50%;
    margin-top: -20px;
  }
  .tm-blog-imageslider .tm-slider-arrows-prev {
    left: 0;
    right: auto;
  }
  .tm-blog-imageslider .tm-slider-arrows-next {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-blog-imageslider .tm-slider-arrows-prev,
  .tm-blog-imageslider .tm-slider-arrows-next {
    top: 50%;
    margin-top: -20px;
  }
  .tm-blog-imageslider .tm-slider-arrows-prev {
    left: 0;
    right: auto;
  }
  .tm-blog-imageslider .tm-slider-arrows-next {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tm-blog-imageslider .tm-slider-arrows-prev,
  .tm-blog-imageslider .tm-slider-arrows-next {
    top: 50%;
    margin-top: -17.5px;
  }
  .tm-blog-imageslider .tm-slider-arrows-prev {
    left: 0;
    right: auto;
  }
  .tm-blog-imageslider .tm-slider-arrows-next {
    left: auto;
    right: 0;
  }
}

/* Blog Details */
.blogitem .tm-blog-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blogitem .tm-blog-topside::before {
  display: none;
}

.blogitem-tags,
.blogitem-share {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blogitem-tags-title,
.blogitem-share-title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  line-height: 40px;
}

.blogitem-tags ul,
.blogitem-share ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 0;
}

.blogitem-tags ul li,
.blogitem-share ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.blogitem-tags ul li a,
.blogitem-share ul li a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  padding: 6px 22px;
  color: #1a5c38;
}

.blogitem-tags ul li a:hover,
.blogitem-share ul li a:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.blogitem-tags {
  margin-bottom: 0;
}

.blogitem-share {
  border-top: 0;
  margin-top: 0;
}

.blogitem-share ul li a i {
  font-size: 18px;
  margin-right: 5px;
}

.blogitem-share ul li.facebook a {
  color: #3b5999;
  border-color: #3b5999;
}

.blogitem-share ul li.facebook a:hover {
  background: #3b5999;
}

.blogitem-share ul li.twitter a {
  color: #55acee;
  border-color: #55acee;
}

.blogitem-share ul li.twitter a:hover {
  background: #55acee;
}

.blogitem-share ul li.linkedin a {
  color: #0077b5;
  border-color: #0077b5;
}

.blogitem-share ul li.linkedin a:hover {
  background: #0077b5;
}

.blogitem-share ul li.pinterest a {
  color: #bd081c;
  border-color: #bd081c;
}

.blogitem-share ul li.pinterest a:hover {
  background: #bd081c;
}

.blogitem-share ul li a:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .blogitem-tags ul li a {
    padding: 5px 15px;
  }
}


/********************************** Contact ******************************/
.google-map {
  height: 500px;
}

.google-map-bubble {
  display: inline-block;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-contact-top {
  margin-top: -180px;
}

.tm-contact-block {
  padding: 50px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #e5D7C0;
}

.tm-contact-block-icon {
  display: inline-block;
  height: 170px;
  width: 170px;
  line-height: 150px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 10px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tm-contact-block-content a {
  color: #1a5c38;
}

.tm-contact-block-content a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-contact-block-content p {
  margin-bottom: 0;
}

.tm-contact-block:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

/* hover */
.tm-contact-block:hover .tm-contact-block-icon {
  background: #E5D7C0; 
}

.tm-contact-block:hover .tm-contact-block-content .tm-button {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.tm-contact-form h2 {
  margin-bottom: 20px;
  margin-top: -7px;
}

.tm-contact-forminner .tm-form-inner {
  margin-top: 0;
}

.tm-contact-forminner .tm-form-field textarea {
  min-height: 210px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tm-contact-block-icon {
    height: 125px;
    width: 125px;
    line-height: 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-contact-top {
    margin-top: -120px;
  }
  .tm-contact-block-icon {
    height: 125px;
    width: 125px;
    line-height: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-contact-top {
    margin-top: -120px;
  }
  .tm-contact-block {
    padding: 30px 20px;
  }
  .tm-contact-block-icon {
    height: 125px;
    width: 125px;
    line-height: 105px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-contact-form h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.bg-grey .tm-contact-block {
  background: #E4C97F;
}

.bg-grey .tm-contact-block-icon {
  background: #E4C97F;
}

/**
 * Breadcrumb
 */
.tm-breadcrumb h2 {
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.tm-breadcrumb ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: -10px;
}

.tm-breadcrumb ul li {
  font-family: "PT Serif", serif;
  font-size: 18px;
  display: inline-block;
  color: #3c424f;
}

.tm-breadcrumb ul li::after {
  content: "/";
  padding: 0 5px;
}

.tm-breadcrumb ul li:last-child::after {
  display: none;
}

.tm-breadcrumb ul li a {
  color: #3c424f;
}

.tm-breadcrumb ul li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-breadcrumb h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-breadcrumb h2 {
    font-size: 30px;
  }
  .tm-breadcrumb ul li {
    font-size: 16px;
  }
}

/**
 * Widgets
 */
.single-widget {
  padding-top: 50px;
}

.single-widget .widget-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
  margin-top: -5px;
  margin-bottom: 30px;
}

.single-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
  width: 65px;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Widget Form */
.widget-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-search-form input[type="text"],
.widget-search-form input[type="search"] {
  border: 0;
  background: #E5D7C0;
  font-size: 16px;
}

.widget-search-form input[type="text"]:focus,
.widget-search-form input[type="search"]:focus {
  border-color: #cccccc;
}

.widget-search-form button,
.widget-search-form input[type="submit"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 0;
  color: #ffffff;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.widget-search-form button i,
.widget-search-form input[type="submit"] i {
  line-height: 48px;
  vertical-align: text-top;
}

.widget-search-form button:hover,
.widget-search-form input[type="submit"]:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .widget-search-form button i,
  .widget-search-form input[type="submit"] i {
    line-height: 43px;
  }
}

/* Widget Categories */
.widget-categories ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}

.widget-categories ul li:first-child {
  padding-top: 0;
}

.widget-categories ul li a {
  display: block;
  font-weight: 400;
  color: #1a5c38;
}

.widget-categories ul li a::after {
  content: "";
  clear: both;
  display: table;
}

.widget-categories ul li a:before {
  content: "\f125 \f125";
  font-family: "Ionicons";
  padding-right: 25px;
  font-size: 9px;
}

.widget-categories ul li a span {
  float: right;
}

.widget-categories ul li a span::before {
  content: "(";
}

.widget-categories ul li a span::after {
  content: ")";
}

.widget-categories ul li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/* Widget Recentpost */
.widget-recentpost ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.widget-recentpost ul li:first-child {
  padding-top: 0;
}

.widget-recentpost-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 20px;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-recentpost-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-recentpost-image::after {
  content: "\f1fe";
  font-family: "Ionicons";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 15px;
}

.widget-recentpost-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.widget-recentpost-image:hover::after {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.widget-recentpost-content {
  margin-top: -4px;
}

.widget-recentpost-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.widget-recentpost-content h6 a {
  color: #3c424f;
}

.widget-recentpost-content h6 a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.widget-recentpost-content span {
  font-size: 14px;
  color: #1a5c38;
}

/* Widget Categories */
.widget-archives ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}

.widget-archives ul li:first-child {
  padding-top: 0;
}

.widget-archives ul li a {
  display: block;
  font-weight: 400;
  color: #1a5c38;
}

.widget-archives ul li a::after {
  content: "";
  clear: both;
  display: table;
}

.widget-archives ul li a span {
  float: right;
}

.widget-archives ul li a span::before {
  content: "(";
}

.widget-archives ul li a span::after {
  content: ")";
}

.widget-archives ul li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/* Widget Tags */
.widget-tags ul {
  margin-left: -10px;
  margin-top: -10px;
  font-size: 0;
}

.widget-tags ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 16px;
}

.widget-tags ul li a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  padding: 6px 22px;
  color: #1a5c38;
}

.widget-tags ul li a:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

/* Widget Info */
.widget-info-logo {
  display: inline-block;
  margin-bottom: 20px;
}

.widget-info p {
  font-size: 14px;
  line-height: 24px;
}

.widget-info ul {
  margin-top: 20px;
  font-size: 0;
}

.widget-info ul li {
  display: inline-block;
  font-size: 18px;
}

.widget-info ul li:not(:last-child) {
  margin-right: 10px;
}

.widget-info ul li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #3c424f;
}

.widget-info ul li a i {
  line-height: 33px;
}

.widget-info ul li a:hover {
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

/*********************************************** Widget Quicklinks ***********************************/
.widget-quicklinks ul li {
  padding-top: 5px;
}

.widget-quicklinks ul li:first-child {
  padding-top: 0;
}

.widget-quicklinks ul li a {
  display: block;
  font-weight: 400;
  color: #1a5c38;
}

.widget-quicklinks ul li a::after {
  content: "";
  clear: both;
  display: table;
}

.widget-quicklinks ul li a:before {
  content: "\f125 \f125";
  font-family: "Ionicons";
  padding-right: 15px;
  font-size: 9px;
}

.widget-quicklinks ul li a span {
  float: right;
}

.widget-quicklinks ul li a span::before {
  content: "(";
}

.widget-quicklinks ul li a span::after {
  content: ")";
}

.widget-quicklinks ul li a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

/* Widget Recentpost 2 */
.widget-recentpost-2 ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget-recentpost-2 ul li h6 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.widget-recentpost-2 ul li h6 a {
  color: #3c424f;
}

.widget-recentpost-2 ul li h6 a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.widget-recentpost-2 ul li span {
  font-size: 14px;
}

.widget-recentpost-2 ul li span i {
  margin-right: 5px;
}

/* Widget Hours */
.widget-hours p {
  font-size: 14px;
  line-height: 24px;
}

.widget-hours ul {
  font-size: 14px;
  line-height: 24px;
}

.widget-hours ul li:not(:last-child) {
  margin-bottom: 6px;
}

.widget-hours ul li span {
  display: inline-block;
  min-width: 110px;
  font-weight: 600;
  margin-right: 5px;
}

/* Widget Price Filter */
.widget-pricefilter-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.widget-pricefilter-price {
  font-weight: 500;
  font-family: "PT Serif", serif;
  line-height: 30px;
  margin-bottom: 0;
}

.widget-pricefilter-price span {
  font-family: "Open Sans", sans-serif;
}

.widget-pricefilter-button {
  display: inline-block;
  color: #3c424f;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  border: 1px solid   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
}

.widget-pricefilter-button:focus {
  outline: none;
}

.widget-pricefilter .tm-rangeslider {
  background: #ebebeb;
  height: 6px;
  width: 100%;
  position: relative;
  margin: 5px 0;
}

.widget-pricefilter .tm-rangeslider-bar {
  background: #656565;
  height: 7px;
  position: absolute;
}

.widget-pricefilter .tm-rangeslider-leftgrip,
.widget-pricefilter .tm-rangeslider-rightgrip {
  height: 15px;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  width: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
}

/* Widget Popular Product */
.widget-popularproduct ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.widget-popularproduct ul li:first-child {
  padding-top: 0;
}

.widget-popularproduct-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 20px;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-popularproduct-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-popularproduct-image::after {
  content: "\f1fe";
  font-family: "Ionicons";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 15px;
}

.widget-popularproduct-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.widget-popularproduct-image:hover::after {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.widget-popularproduct-content {
  margin-top: -4px;
}

.widget-popularproduct-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.widget-popularproduct-content h6 a {
  color: #3c424f;
}

.widget-popularproduct-content h6 a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.widget-popularproduct-content span {
  font-size: 14px;
  color: #1a5c38;
}

.widgets {
  margin-top: -50px;
}

.widgets-sidebar {
  margin-left: 70px;
}

.widgets-sidebar-left {
  margin-left: 0;
  margin-right: 70px;
}

.widgets-sidebar-shop {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets-sidebar {
    margin-left: 30px;
  }
  .widgets-sidebar-left {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets-sidebar {
    margin-left: 0;
    margin-top: 10px;
  }
  .widgets-sidebar-left {
    margin-right: 0;
  }
  .widgets-sidebar-shop {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .widgets-sidebar {
    margin-left: 0;
    margin-top: 10px;
  }
  .widgets-sidebar-left {
    margin-right: 0;
  }
  .widgets-sidebar-shop {
    margin-top: 10px;
  }
}


/*********************************************** Footer ***********************************************/
.tm-footer {
  color: #d2d9fc;
}

.tm-footer-topside {
  background-color: #6A512A;
  -webkit-background-size: inherit inherit;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}

.tm-footer-bottomside {
  background: #6A512A;
  padding-bottom: 30px;
  padding-top: 10px;
}

.tm-footer-bottomside img {
  margin-top: 15px;
}

.tm-footer-copyright {
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

.tm-footer-copyright a {
  color: #ffffff;
  font-weight: 600;
}

.tm-footer-copyright a:hover {
  color: #d2d9fc;
}

.tm-footer-paymentmethod {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .tm-footer-copyright {
    text-align: center;
  }
  .tm-footer-paymentmethod {
    text-align: center;
  }
}

.widgets-footer .single-widget .widget-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 13px;
  margin-top: -5px;
  margin-bottom: 30px;
  color: #ffffff;
}

.widgets-footer .single-widget .widget-title::after {
  width: 100%;
  background: #1a5c38;
}

.widgets-footer .widget-info ul li a {
  border-color: #d2d9fc;
  color: #d2d9fc;
}

.widgets-footer .widget-info ul li a:hover {
  border-color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.widgets-footer .widget-quicklinks ul li a {
  font-size: 14px;
  color: #d2d9fc;
}

.widgets-footer .widget-quicklinks ul li a:hover {
  color: #ffffff;
}

.widgets-footer .widget-recentpost-2 ul li h6 a {
  color: #d2d9fc;
}

.widgets-footer .widget-recentpost-2 ul li h6 a:hover {
  color: #ffffff;
}

.widgets-footer .widget-recentpost-2 ul li span {
  color: #ffffff;
}

.widgets-footer .widget-hours {
  color: #d2d9fc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets-footer .widget-recentpost-2 ul li h6 {
    font-size: 14px;
  }
  .widgets-footer .widget-hours ul li span {
    min-width: 70px;
  }
}

/*************************************************** Product Details ***************************************************/


/**
 * My Account
 */
.tm-myaccount-dashboard,
.tm-myaccount-address {
  border: 1px solid #cccccc;
  padding: 30px;
}

.tm-myaccount-dashboard p a {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-myaccount-dashboard p a:hover {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-myaccount-orders table {
  text-align: center;
}

.tm-myaccount-orders table th,
.tm-myaccount-orders table td {
  vertical-align: middle;
}

.tm-myaccount-orders-col-id {
  min-width: 100px;
}

.tm-myaccount-orders-col-date {
  min-width: 170px;
}

.tm-myaccount-orders-col-status {
  min-width: 100px;
}

.tm-myaccount-orders-col-total {
  min-width: 180px;
}

.tm-myaccount-orders-col-view {
  min-width: 120px;
}

.tm-myaccount-address > p {
  margin-bottom: 25px;
}

.tm-myaccount-address-billing,
.tm-myaccount-address-shipping {
  border: 1px solid #cccccc;
  padding: 30px;
}

.tm-myaccount-address-billing::after,
.tm-myaccount-address-shipping::after {
  content: "";
  clear: both;
  display: table;
}

.tm-myaccount-address-billing h3,
.tm-myaccount-address-shipping h3 {
  font-weight: 700;
}

.tm-myaccount-address-billing address,
.tm-myaccount-address-shipping address {
  margin-bottom: 0;
}

.tm-myaccount-address-billing a.edit-button,
.tm-myaccount-address-shipping a.edit-button {
  float: right;
  padding: 0 8px;
  background:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .tm-myaccount-dashboard,
  .tm-myaccount-address {
    padding: 20px;
  }
  .tm-myaccount-address-billing,
  .tm-myaccount-address-shipping {
    padding: 20px;
  }
}

.tm-login-form h4,
.tm-register-form h4 {
  margin-top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-register-form {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-register-form {
    margin-top: 50px;
  }
}

/**
 * Checkout
 */
.tm-checkout-coupon {
  margin-bottom: 50px;
}

.tm-checkout-coupon > a {
  display: block;
  background: transparent;
  padding: 13px 20px;
  font-size: 14px;
  color: #3c424f;
  border: 5px solid transparent;
  border-left: 5px solid   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
}

.tm-checkout-coupon > a span {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
  font-weight: 600;
}

.tm-checkout-couponform {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-checkout-couponform input:not([type="submit"]) {
  max-width: 300px;
  border-right-color: transparent;
  -webkit-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}

.tm-checkout-form .small-title {
  font-weight: 700;
  text-transform: uppercase;
}

.tm-checkout-differentform {
  display: none;
}

.tm-checkout-differentform .tm-form-inner {
  margin-top: 0;
}

.tm-checkout-orderinfo {
  background: #f3f5ff;
  padding: 30px;
}

.tm-checkout-ordertable td,
.tm-checkout-ordertable th {
  padding: 0;
}

.tm-checkout-ordertable thead th {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 10px;
}

.tm-checkout-ordertable thead th + th {
  text-align: right;
}

.tm-checkout-ordertable tbody {
  border-top: 2px solid #cccccc;
}

.tm-checkout-ordertable tbody tr {
  border-bottom: 1px solid #cccccc;
}

.tm-checkout-ordertable tbody td {
  padding: 10px 0;
}

.tm-checkout-ordertable tbody td + td {
  text-align: right;
}

.tm-checkout-ordertable tfoot tr:first-child td {
  padding-top: 25px;
}

.tm-checkout-ordertable tfoot tr td + td {
  text-align: right;
}

.tm-checkout-subtotal td,
.tm-checkout-shipping td {
  font-size: 16px;
  padding: 5px 0;
}

.tm-checkout-subtotal td + td,
.tm-checkout-shipping td + td {
  color: #3c424f;
  font-weight: 700;
}

.tm-checkout-total td {
  padding-top: 15px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.tm-checkout-total td + td {
  color:   linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018);
}

.tm-checkout-payment {
  margin-top: 20px;
}

.tm-checkout-payment label {
  margin-bottom: 0;
  display: block;
  color: #3c424f;
  font-weight: 700;
}

.tm-checkout-payment-content {
  display: none;
  padding-left: 25px;
  padding-top: 10px;
}

.tm-checkout-payment-content p {
  margin-bottom: 0;
}

.tm-checkout-submit {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-checkout-orderinfo {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-checkout-orderinfo {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .tm-checkout-orderinfo {
    padding: 20px;
  }
}

/* linear-gradient(to right, #A78247, #7F6033, #544121, #3F3018) */

/**************************************** FLOATING CONTACT *****************************/

@media (max-width: 600px) {

  /* buttons visible */
  .floating-contact {
    bottom: 15px;
    gap: 6px;
  }

  /* make buttons smaller */
  .contact-item {
    transform: translateX(110px); 
    padding: 8px 12px;
    font-size: 11px;
    border-radius: 6px 0 0 6px;
  }

  /* SMALL ICONS */
  .contact-item i {
    font-size: 16px !important;
  }

  /* SMALL TEXT */
  .contact-item span {
    font-size: 10px;
  }
}



.tm-product-top {
    width: 100%;
    height: 200px;          /* choose height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.tm-product-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* keeps proportions + fills box */
}
/* CARD CONTAINER  */
.tm-product {
    background: #ffffff;             
    border-radius: 16px;              
    padding: 15px 10px; 
    border: 1px solid #eee;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px; 
    /* width: 150px;                    */
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
    

}


/* IMAGE WRAPPER */
.tm-product-top {
   /*  width: 100%;
    height: 100px;  */             
    display: flex;
    align-items: center;
    justify-content: center;
}

/* IMAGE */
.tm-product-top img {
    max-width: 130px;             
    max-height: 60px;
    object-fit: contain;
    opacity: 0.85;                  
}
/* HOVER EFFECT */
/* .tm-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
 */


/* HOVER EFFECT */
.tm-product:hover {
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.tm-product:hover img {
    opacity: 1;
}



 .tm-products-slider > [class*="col"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
 



.map-container {
    width: 100%;
    height: 100%;
    min-height: 600px; /* match form height */
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.split-screen {
    display: flex;
    width: 100%;
    height: 100vh; /* full screen like your image */
}




.tm-header-topside {
    color: #fff;
    padding: 8px 0;
    font-size: 25px !important;
}

@media (max-width: 991px) {
  .map-container {
    margin-top: 40px; /* more space on mobile */
  }
}

/* ===== HEADER GLASS STYLE ===== */
.modern-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* ===== INNER FLEX ===== */
.modern-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ===== LOGO ===== */
.modern-logo img {
    height: 42px;
    transition: 0.3s;
}

/* ===== MENU ===== */
.modern-menu {
    display: flex;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.modern-menu li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    position: relative;
    transition: 0.25s;
}

/* subtle underline like Apple */
.modern-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: #000;
    transition: 0.3s;
}

.modern-menu li a:hover::after {
    width: 100%;
}

/* ===== DROPDOWN (clean floating) ===== */
.dropdown-modern-menu {
    border: none;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 15px 40px #1A5c38;
}

/* ===== LANGUAGE GLOBE ===== */
.lang-globe {
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.lang-globe:hover {
    background: whitesmoke ;
}

/* dropdown modern */
.lang-menu-modern {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 30px black ;
}

.lang-menu-modern .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
}

.lang-menu-modern .dropdown-item:hover {
    background: black;
}

/* dropdown container */
li.lang-switch .lang-menu-modern {
    border: none !important;
    border-radius: 12px;
    box-shadow: 0 12px 30px black ;
    padding: 6px;
}

/* items */
li.lang-switch .lang-menu-modern .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    transition: 0.2s;
}

/* FORCE GREEN HOVER */
li.lang-switch .lang-menu-modern .dropdown-item:hover {
    background-color:  whitesmoke !important;
    color: black !important;
}

/* ACTIVE LANGUAGE */
li.lang-switch .lang-menu-modern .dropdown-item.active {
    background-color: #1A5c38 !important;
    color: #fff !important;
}


/* DEFAULT ICONS = BLACK */
.tm-header-social a {
    color: #000;
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.2s ease;
}

/* HOVER = WHITE */
.tm-header-social a:hover {
    color: #ffffff;
}

/* UNDERLINE (hidden by default) */
.tm-header-social a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}





/* service */
/* CLICKED ICON */
.tm-header-social a.active {
    color: #ffffff;
}

/* SHOW UNDERLINE WHEN ACTIVE */
.tm-header-social a.active::after {
    width: 100%;
    color: #000;
}

/* SPACE BETWEEN ICONS */
.tm-header-social {
    display: flex;
    align-items: center;
    gap: 25px; /* adjust: 10px, 15px, 20px */
}

.tm-header-social a {
    margin: 0 !important;
    padding: 0 0 3px 0 !important;
}
/* Remove ALL hover effects from service cards */
.tm-service,
.tm-revealblock {
    transition: none !important;
}

/* Remove background / color change on hover */
.tm-service:hover,
.tm-revealblock:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Remove overlay pseudo-elements (very common in templates) */
.tm-service::before,
.tm-service::after,
.tm-revealblock::before,
.tm-revealblock::after {
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}

/* Ensure text/icons don’t change color on hover */
.tm-service:hover h5,
.tm-service:hover p,
.tm-service:hover a {
    color: inherit !important;
}

[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* Flip menu direction */
[dir="rtl"] .tm-header-nav ul {
    display: flex;
    flex-direction: row-reverse;
}

/* Fix dropdown position */
[dir="rtl"] .tm-header-nav ul li ul {
    right: 0;
    left: auto;
    text-align: right;
}

/* Fix dropdown items */
[dir="rtl"] .tm-header-nav ul li ul li {
    text-align: right;
}

/* Fix icons spacing */
[dir="rtl"] .tm-header-nav i {
    margin-left: 8px;
    margin-right: 0;
}

[dir="rtl"] .tm-header-bottominner {
    display: flex;
    flex-direction: row-reverse;
}

[dir="rtl"] .tm-button {
    margin-left: 0;
    margin-right: 10px;
}
[dir="rtl"] body {
    font-family: 'Cairo', sans-serif;
}



.widget-hours a {
    color: #ffffff;          /* white text */
    text-decoration: none;  /* remove underline (optional) */
    transition: color 0.3s ease;
}

.widget-hours a:hover,
.widget-hours a:active {
    color: #1A5c38;         /* green on hover/click */
}
/* paragraph */
.justify-text {
    text-align: justify;
    line-height: 1.6;
    
    display: -webkit-box;
    -webkit-line-clamp: 3;     /* limit to 3 lines */
    -webkit-box-orient: vertical;
    
    overflow: hidden;

}
.sec-lead {
    max-width: 800px;  /* adjust until it becomes ~3 lines */
    text-align: justify;
}



.coffee-bag-design {
    height: 800px; /* fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/************************************************Mobile **********************************************/
@media (max-width: 768px) {
  .tm-accordion .card-header button {
    font-size: 14px;
    padding: 10px 15px;
    padding-right: 35px;
  }

  .tm-accordion .card-header button::after {
    font-size: 16px;
    right: 10px;
  }

  .tm-accordion .card-body {
    padding: 18px 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .tm-accordion .card-header button {
    font-size: 13px;
    line-height: 1.4;
  }

  .tm-accordion .card-body {
    padding: 15px;
  }
}
/****************************header*********************/
/* Tablet */
@media (max-width: 992px) { }

/* Mobile */
@media (max-width: 768px) { }

/* Small phones */
@media (max-width: 480px) { }

/* desktop */
.card { width: 300px; }

/* mobile */
.card { width: 100%; }

/* tablet */
.card { width: 50%; }



.card {
  width: 100%;
}

@media (min-width: 768px) {
  .card {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .card {
    width: 300px;
  }
}

/*switch*/
/* =========================
   SWITCH SECTION MOBILE FIX
========================= */
@media (max-width: 768px) {

  /* STACK MAIN LAYOUT */
  .switch-kiosque-layout {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  /* FIX HEADER TEXT */
  .sec-h {
    font-size: 20px !important;
    line-height: 1.3;
  }

  .sec-lead {
    font-size: 14px;
    line-height: 1.6;
  }

  /* FIX TOP INFO BLOCK (inline flex) */
  div[style*="display:flex"][style*="align-items:center"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  /* TABS */
  .switch-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sw-tab {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }

  /* IMAGES */
  .kiosque-photos {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kiosque-photos img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  /* SPECS BLOCK */
  .kiosque-specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .k-spec {
    font-size: 13px;
    line-height: 1.5;
  }

  /* MENU GRID FIX (VERY IMPORTANT) */
  .menu-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* MENU CARDS */
  .menu-cat-sw {
    padding: 10px;
    border-radius: 8px;
    background: rgba(0,0,0,0.03);
  }

  .menu-cat-sw h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .menu-cat-sw ul li {
    font-size: 13px;
    line-height: 1.5;
  }

  /* FIX ALL INLINE FLEX ROWS */
  div[style*="display:flex"] {
    flex-wrap: wrap;
  }

  /* SAFETY */
  * {
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* =========================
   TABLET IMPROVEMENT
========================= */
@media (max-width: 992px) {
  .menu-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {
  p {
    text-align: left;
  }
}


.lang-switch {
  display: flex;
  gap: 5px;
}

.lang-switch button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}

.lang-switch .active {
  background: #333;
  color: white;
}

/* Change text selection color */
::selection {
    background: #c49b63; /* your color (example: coffee/beige tone) */
    color: #fff;         /* text color when selected */
}

/* For better browser support (Safari, older browsers) */
::-moz-selection {
    background: #c49b63;
    color: #fff;
}
/* floating contact */
.floating-contact::before {
    display: none;
}

/* Buttons */
.contact-btn {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 15px 0;
    border-radius: 20px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 22px;
    text-decoration: none;

    /* Glass effect */
    background: linear-gradient(145deg, #5f6d6d, #3e4a4a);
    backdrop-filter: blur(10px);

    box-shadow: 
        0 8px 20px rgba(0,0,0,0.25),
        inset 0 1px 1px rgba(255,255,255,0.2);

    z-index: 1;
    transition: 0.3s ease;
}

/* Hover effect */
.contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.35),
        inset 0 1px 2px rgba(255,255,255,0.3);
}

/* Optional: soft glow */
.contact-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(
        rgba(255,255,255,0.15),
        transparent
    );
    pointer-events: none;
}

.contact-btn i {
    font-size: 22px;
}

/* Keep your custom colors */
.contact-btn:nth-child(1) i {
    color: #4CAF50; /* phone */
}

.contact-btn:nth-child(2) i {
    color: #2196F3; /* edit/email */
}

.contact-btn:nth-child(3) i {
    color: #FF9800; /* calendar */
}



.floating-contact {
    position: fixed;
    right: -15px;
    top: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}

.floating-contact::before {
    content: "";
    position: absolute;
    right: 4px;
    width: 5px;
    height: 100%;
    border-radius: 10px;

    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 15px rgba(255,255,255,0.8);
}

.contact-btn {
    width: 56px;
    height: 56px;
    margin: 12px 0;
    border-radius: 14px; 

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: #ffffff;
    text-decoration: none;

    /* darker, flatter color */
    /* background: rgba(55, 75, 75, 0.75); */
     background: #0c2a24e6;


    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    box-shadow:
        0 6px 12px rgba(0,0,0,0.3),
        inset 0 1px 1px rgba(255,255,255,0.15);

    /* closer to the line */
    transform: translateX(-10px);

    transition: 0.2s ease;
}


.contact-btn:hover {
    transform: translateX(-12px);
}

.contact-btn.active {
    background: #f2d15c;
    color: #333;

    box-shadow:
        0 6px 12px rgba(0,0,0,0.25),
        inset 0 1px 1px rgba(255,255,255,0.3);
}


.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 20px;
    width: 300px;
    margin: 100px auto;
    border-radius: 10px;
}



/* alert */

.toast-success {
    position: fixed;
    top: 20px;
    right: 20px;
    /* background: #10b981; */
    background: #1A5c38;
    color: white;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;

    opacity: 0;
    transform: translateY(-20px);

    animation: slideDown 0.5s forwards;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@keyframes slideDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* hide state */
.toast-hide {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
}

/************************* Phone Icon *************************/

/* Wrapper to control position */
.phone-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Label (hidden) */
.phone-label {
    position: absolute;
    right: 65px;

    background: #f2d15c;
    color: #333;

    padding: 12px 18px;
    border-radius: 10px;

    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;

    display: flex;
    align-items: center;
    gap: 8px;

    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW animation */
.phone-label.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}



/* ACTIVE PHONE BUTTON (yellow when clicked) */
.contact-btn.active {
    background: #f2d15c;
    color: #333;

    box-shadow:
        0 6px 12px rgba(0,0,0,0.25),
        inset 0 1px 1px rgba(255,255,255,0.3);
}

/* ICON color when active */
.contact-btn.active i {
    color: #333;
}


.phone-label {
    position: absolute;
    right: 65px;
/* 
    background: #f2d15c;
    color: #333; */
    background: #0c2a24e6; 
    color: #ffffff; 

    padding: 12px 18px;
    border-radius: 10px;

    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;

    display: flex;
    align-items: center;
    gap: 8px;

    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW */
.phone-label.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* HOVER EFFECT (stronger yellow like your image) */
/* .phone-label:hover {
    background: #ffd84d;
}
 */
.phone-label:hover {
    color: #f2d15c;
}

.phone-wrapper .contact-btn i {
    color: #ffffff !important;
}

/* Show label when hovering the whole phone area */
.phone-wrapper:hover .phone-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.contact-btn {
    cursor: pointer; 
}
.phone-label .fa-phone {
    color: #f2d15c;
}

/********************* email whatsapp icons ************************/
/* ONE LABEL  */
.multi-label {
    position: absolute;
    right: 65px;

    top: 40%;                 
    transform: translate(20px, -50%);  


    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    flex-direction: row; 
    align-items: center;
    gap: 10px;

    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW */
.multi-label.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.option {
    color: white;
    text-decoration: none;
    font-size: 13px;

    padding: 6px 10px;
    /* border-radius: 6px; */

    display: flex;
    align-items: center;
    gap: 6px;

    transition: 0.2s;
    color: #ffffff; 

}

.option.whatsapp {
    color: white;
    text-decoration: none;
    font-size: 13px;

    padding: 6px 10px;
    /* border-radius: 6px; */

    display: flex;
    align-items: center;
    gap: 6px;

    transition: 0.2s;
    color: #ffffff; 

}

/* Hover */
.option:hover {
    /* background: #f2d15c; */
    color: #f2d15c;
}
.option.whatsapp:hover {
    color: #25D366; 

}

.option:first-child {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 12px;
}

.option.whatsapp i {
    color: #25D366;
}

.option .fa-envelope {
    color: #f2d15c;
}


.contact-btn i {
    color: white !important;
}
/* container */
.multi-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* hidden by default */
.multi-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW ON HOVER ICON AREA */
.multi-wrapper:hover .multi-label {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}
/*********************************** calendar ***********************/

.calendar-wrapper {
    position: relative;
}

/* hidden label */
.calendar-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;

    display: flex;
    align-items: center;
}

/* show */
.calendar-label.show {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/* option style reuse */

.calendar-label .option {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;   
    white-space: nowrap; 
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 13px;

}

.calendar-label .fa-calendar-check {
    color: #f2d15c;
}

.contact-btn  .fa-calendar {
  background: #0c2a24ec;
  color: #ffffff;
  
}
.calendar-wrapper .contact-btn {
    background: #0c2a24e6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* make icon white */
.calendar-wrapper .contact-btn i {
    color: white;
}


.calendar-wrapper {
    position: relative;
}

/* hidden by default */
.calendar-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    align-items: center;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW ON HOVER */
.calendar-wrapper:hover .calendar-label {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/* label content */
.calendar-label .option {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.option:hover {
    color: #f2d15c; 

}
/* .option a{
    color: #ffffff; 

} */
.contact-btn {
    background: #0c2a24e6; 
    transition: 0.3s ease;
}

/* icons hover */

.contact-btn:hover {
    background: #f2d15c;
}


.contact-btn:hover i {
    color: #222;
}


@media (max-width: 768px) {

    .floating-contact {
        right: 8px;
        top: 30%;
        gap: 10px;
    }

    .contact-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
        border-radius: 12px;
    }

    /* Hide labels by default on mobile */
    .phone-label,
    .multi-label,
    .calendar-label {
        display: none;
    }

    /* Show labels ONLY on click (if you use JS .show) */
    .phone-label.show,
    .multi-label.show,
    .calendar-label.show {
        display: flex;
        right: 55px;
        font-size: 12px;
    }
}


@media (max-width: 992px) {

    .floating-contact {
        right: 10px;
        top: 35%;
    }

    .contact-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .phone-label,
    .multi-label,
    .calendar-label {
        right: 60px;
        font-size: 13px;
        padding: 8px 12px;
    }
}



/* space between icon and text */
.tm-header-nav-dropdown ul li a i {
    margin-right: 8px; /* space between icon and text */
}

@media (max-width: 992px) {
    .tm-header-nav-dropdown ul li a i {
        margin-right: 6px;
    }
}

@media (max-width: 768px) {
    .tm-header-nav-dropdown ul li a i {
        margin-right: 5px;
    }
}

/* footer space icons*/
.widget-recentpost-2 span i {
  margin-right: 10px; 
  width: 20px;       
  text-align: center; 
}
.widget-recentpost-2 span {
  display: flex;
  align-items: center;
  gap: 10px; 
}

/* Tablet */
@media (max-width: 991px) {
  .widget-recentpost-2 span {
    gap: 8px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .widget-recentpost-2 span {
    gap: 6px;
  }
}
/* header */

.tm-header-nav-dropdown ul li a i {
  margin-right: 10px !important;
  width: 20px;
  display: inline-block;
  text-align: center;
}

/* header responsive */

@media (max-width: 991px) {
  .tm-header-nav ul {
    gap: 15px;
  }

  .tm-header-logo img {
    max-height: 50px;
  }
}


@media (max-width: 768px) {

  /* Hide desktop menu */
  .tm-header-nav {
    display: none;
  }

  /* Show mobile menu icon */
  .tm-mobilenav {
    display: block;
    cursor: pointer;
    font-size: 24px;
  }

  /* Header spacing */
  .tm-header-bottominner {
    padding: 10px 0;
  }

  .tm-header-logo img {
    max-height: 45px;
  }
}

.tm-mobilenav.active + .tm-header-nav {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
}

.tm-header-nav ul {
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 768px) {
  .tm-header-nav-dropdown ul {
    position: static;
    display: none;
  }

  .tm-header-nav-dropdown.active ul {
    display: block;
  }
}


   transform: translate(0, -50%);
    pointer-events: auto;
}

/*********************************** calendar ***********************/

.calendar-wrapper {
    position: relative;
}

/* hidden label */
.calendar-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;

    display: flex;
    align-items: center;
}

/* show */
.calendar-label.show {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/* option style reuse */

.calendar-label .option {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;   
    white-space: nowrap; 
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 13px;

}

.calendar-label .fa-calendar-check {
    color: #f2d15c;
}

.contact-btn  .fa-calendar {
  background: #0c2a24ec;
  color: #ffffff;
  
}
.calendar-wrapper .contact-btn {
    background: #0c2a24e6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* make icon white */
.calendar-wrapper .contact-btn i {
    color: white;
}


.calendar-wrapper {
    position: relative;
}

/* hidden by default */
.calendar-label {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translate(20px, -50%);

    background: #0c2a24e6;
    border-radius: 10px;
    padding: 8px 10px;

    display: flex;
    align-items: center;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;

    transition: 0.3s ease;
}

/* SHOW ON HOVER */
.calendar-wrapper:hover .calendar-label {
    opacity: 1;
    transform: translate(0, -50%);
    pointer-events: auto;
}

/* label content */
.calendar-label .option {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.option:hover {
    color: #f2d15c; 

}

.contact-btn {
    background: #0c2a24e6; 
    transition: 0.3s ease;
}

/* icons hover */

.contact-btn:hover {
    background: #f2d15c;
}


.contact-btn:hover i {
    color: #222;
}


@media (max-width: 768px) {

    .floating-contact {
        right: 8px;
        top: 30%;
        gap: 10px;
    }

    .contact-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
        border-radius: 12px;
    }

    /* Hide labels by default on mobile */
    .phone-label,
    .multi-label,
    .calendar-label {
        display: none;
    }

    /* Show labels ONLY on click (if you use JS .show) */
    .phone-label.show,
    .multi-label.show,
    .calendar-label.show {
        display: flex;
        right: 55px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {

    .floating-contact {
        right: 10px;
        top: 35%;
    }

    .contact-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .phone-label,
    .multi-label,
    .calendar-label {
        right: 60px;
        font-size: 13px;
        padding: 8px 12px;
    }
}
.contact-btn {
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.contact-btn i {
  font-size: 18px !important;
}
@media (max-width: 768px) {

  .floating-contact {
    right: 10px !important;
    bottom: 10px !important;
    gap: 10px !important;
  }

  .contact-btn {
    width: 42px !important;
    height: 42px !important;
  }

  .contact-btn i {
    font-size: 16px !important;
  }

  /* FORCE labels to shrink */
  .phone-label,
  .multi-label .option,
  .calendar-label .option {
    font-size: 12px !important;
    padding: 6px 10px !important;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {

  .contact-btn {
    width: 38px !important;
    height: 38px !important;
  }

  .contact-btn i {
    font-size: 14px !important;
  }

  .phone-label,
  .multi-label .option,
  .calendar-label .option {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .phone-label {
    right: 50px;
    font-size: 11px;
    padding: 8px 12px;
  }
}


@media (max-width: 768px) {
  .phone-label {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }
}
@media (min-width: 769px) {
  .phone-wrapper:hover .phone-label {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}



@media (max-width: 768px) {

  /* PHONE LABEL */
  .phone-label {
    right: 60px;
    font-size: 13px;
    padding: 10px 14px;
  }

  /* FORCE SHOW WHEN ACTIVE */
  .phone-label.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  /* MULTI LABEL */
  .multi-label {
    right: 60px;
  }

  /* CALENDAR LABEL */
  .calendar-label {
    right: 60px;
  }

}



/************************************ cards switch ****************************/
@media (max-width: 992px) {
  .menu-columns {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .menu-columns {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .menu-cat-sw {
    text-align: center; /* centers text on mobile */
  }

  .menu-cat-sw ul {
    padding-left: 0;
    list-style-position: inside;
  }
}


.tm-service-content p {
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
}