/*!
Theme Name: Ross Charles
Theme URI: http://underscores.me/
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: Award-Winning Web Design & Development Company - Webskitters
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ross-charles
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ross Charles is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  font-family: var(--inter);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--body-color);
  font-size: 17px;
  line-height: 1.5;
  background-color: var(--white);
}

:root {
  scroll-behavior: inherit;
  --inter: "Inter", sans-serif;
  --Playfair: "Playfair Display", serif;
  --Comic: "Comic Neue", cursive;
  --body-color: #757880;
  --white: #fff;
  --black: #000;
  --green: #4f7a28;
  --orange: #eb5424;
  --blue: #02183f;
  --charcoal: #2e2e2e;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--blue);
  font-weight: 700;
  font-family: var(--Playfair);
  text-transform: capitalize;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 700;
  font-size: 85px;
  line-height: 1;
  color: var(--white);
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 24px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--body-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--green);
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
}

.form-one input[type="text"]:hover,
.form-one input[type="tel"]:hover,
.form-one input[type="password"]:hover,
.form-one input[type="email"]:hover,
.form-one select:hover,
.form-one textarea:hover {
  border-color: var(--orange);
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--body-color);
  border: 1px solid #e5e5e5;
  height: 61px;
  padding: 12px;
  outline: none !important;
  /* max-width: 100%; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
  font-size: 17px;
  color: #757880;
}

::-moz-placeholder {
  font-size: 17px;
  color: #757880;
}

:-ms-input-placeholder {
  font-size: 17px;
  color: #757880;
}

::-ms-input-placeholder {
  font-size: 17px;
  color: #757880;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
::placeholder {
  font-size: 17px;
  color: #757880;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
  width: 100%;
  color: var(--body-color);
  height: 138px;
  outline: none !important;
  resize: none;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

input[type="submit"] {
  background: var(--green);
  color: var(--white);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  width: 154px;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--orange);
  color: var(--white);
}

::-webkit-input-placeholder {
  color: #a3a3a3;
}

:-ms-input-placeholder {
  color: #a3a3a3;
}

::-moz-placeholder {
  color: #a3a3a3;
}

:-moz-placeholder {
  color: #a3a3a3;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  /* width: 170px; */
  display: inline-block;
  font-family: var(--Playfair);
  font-weight: 700;
  font-size: 38px;
  color: var(--white);
  line-height: 1;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 22px;
  padding: 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--white);
  font-size: 17px;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--green); 
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--green);
}

/* .navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
} */

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

/* for push-menu end*/
.cmn-gap {
  padding: 100px 0;
}

.cmn-btn {
  display: inline-block;
  padding: 17px 43px;
  color: var(--white);
  letter-spacing: 0.03em;
  font-size: 18px;
  background-color: var(--green);
  text-transform: capitalize;
}

.cmn-btn:hover {
  background-color: var(--orange);
  color: var(--white);
}

.white-btn {
  display: inline-block;
  padding: 15px 44px;
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 0.03em;
  font-size: 18px;
  background-color: transparent;
  text-transform: capitalize;
}

.white-btn:hover {
  color: var(--green);
  background: var(--white);
  border-color: var(--white);
}

.main-head {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding: 34px 0;
}

.hdr-btn {
  margin-left: 44px;
}

.banner-content {
  max-width: 588px;
  position: relative;
  color: var(--white);
  z-index: 1;
}

.banner-content h1 span {
  font-size: 75px;
  font-style: italic;
  font-weight: 400;
}

.banner-section {
  background-color: #12241e;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 130px;
}

.banner-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  pointer-events: none;
  background: #12241e;
  background: -o-linear-gradient(
    bottom,
    rgba(18, 36, 30, 1) 0%,
    rgba(87, 199, 133, 0) 50%,
    rgba(237, 221, 83, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(18, 36, 30, 1)),
    color-stop(50%, rgba(87, 199, 133, 0)),
    to(rgba(237, 221, 83, 0))
  );
  background: linear-gradient(
    0deg,
    rgba(18, 36, 30, 1) 0%,
    rgba(87, 199, 133, 0) 50%,
    rgba(237, 221, 83, 0) 100%
  );
}

.banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.man-img-wrap {
  max-width: 611px;
  margin: 0 auto;
  position: relative;
}

.blur-man {
  position: absolute;
  bottom: 14%;
  right: 17px;
  height: 546px;
  width: 546px;
  border-radius: 100%;
  background: #638c80;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  margin: 0 auto;
  z-index: -1;
}

/* .row-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

.man-img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.blur-img-1 {
  position: absolute;
  top: -110px;
  right: -100px;
  height: 271px;
  width: 271px;
  border-radius: 100%;
  background: #638c80;
  -webkit-filter: blur(75px);
  filter: blur(75px);
}

.blur-img-2 {
  position: absolute;
  top: -110px;
  left: -100px;
  height: 271px;
  width: 271px;
  border-radius: 100%;
  background: #638c80;
  -webkit-filter: blur(75px);
  filter: blur(75px);
}

.scrool-down-wrap {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--white);
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrool-down-wrap > span {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scrool-down-wrap img {
  margin-bottom: 8px;
  max-height: 120px;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}

.scrool-down-wrap:hover {
  opacity: 0.5;
  color: var(--white);
}

.big-text {
  position: absolute;
  pointer-events: none;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 258px;
  font-family: var(--Playfair);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-stroke: 1px black;
  white-space: nowrap;
  overflow: hidden;
}

.italic-text {
  font-weight: 600;
  font-style: italic;
}

.orange-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--orange);
  margin-bottom: 10px;
}

.cmn-hdr {
  margin-bottom: 20px;
}

h2 span {
  font-weight: 400;
}

.man-two {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pin-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 134px;
}

.img-what {
  position: relative;
  z-index: 1;
  padding: 10px;
  background-color: var(--white);
  -webkit-filter: drop-shadow(0px 4px 134px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 134px rgba(0, 0, 0, 0.15));
  -webkit-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  transform: rotate(355deg);
  max-width: 600px;
  margin: 0 auto;
}

.arw-man-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 470px;
  margin-left: auto;
  padding-right: 20px;
  font-size: 40px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.03em;
  font-family: var(--Comic);
  margin-top: 20px;
}

.arw-man-wrap img {
  max-width: 84px;
  margin-right: 16px;
}

.inr-full {
  position: relative;
  z-index: 1;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: flex-end; */
  height: 835px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.inr-full:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  z-index: -1;
  background: -o-linear-gradient(bottom, #12241e 0%, rgba(18, 36, 30, 0) 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#12241e),
    to(rgba(18, 36, 30, 0))
  );
  background: linear-gradient(360deg, #12241e 0%, rgba(18, 36, 30, 0) 100%);
}

.img-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inr-full h3 {
  font-weight: 700;
  color: var(--white);
}

.col-full {
  width: 33.33%;
}

.fill-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.great-text {
  font-size: 110px;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-family: var(--Playfair);
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.great-text span {
  letter-spacing: -0.01em;
  font-size: 50px;
  display: block;
}

.inr-great {
  max-width: 646px;
  color: var(--white);
}

.row-great {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.storice-text {
  font-size: 27px;
  margin-bottom: 0;
}

.inr-img-great {
  /* max-width: 925px; */
  margin-right: -200px;
  position: relative;
}

.inr-img-great img {
  width: 100%;
}

.discount-text {
  position: absolute;
  bottom: 17%;
  z-index: 1;
  right: 31%;
  height: 133px;
  width: 133px;
  letter-spacing: 0.27em;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--Playfair);
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.discount-text p span {
  font-size: 48px;
  font-weight: 700;
  display: block;
}

.discount-text img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.flowers-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 193px;
}

.great-sec {
  position: relative;
  z-index: 1;
  background-color: #12241e;
  padding: 50px 0;
}

.graet-bg {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.blog-img {
  position: relative;
  z-index: 1;
  padding-top: 66.7%;
  overflow: hidden;
}

.blog-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wrapper-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.inr-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.green-text {
  padding: 3px 30px;
  background-color: var(--green);
  color: var(--white);
  font-size: 16px;
  margin-right: 12px;
}

.down-blog {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.date-wrap img {
  max-width: 16px;
  margin-right: 8px;
}

.date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  font-size: 16px;
  color: #757880;
  font-weight: 500;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  border: 1px solid var(--green);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider-btn:hover {
  background: var(--green);
  -webkit-box-shadow: 0px 3px 4px rgba(80, 77, 122, 0.5);
  box-shadow: 0px 3px 4px rgba(80, 77, 122, 0.5);
}

.slider-btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(7498%) hue-rotate(131deg) brightness(112%) contrast(95%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7498%)
    hue-rotate(131deg) brightness(112%) contrast(95%);
}

.slider-blog-btn {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
}

.slider-blog-btn .prev {
  margin-left: -70px;
}

.slider-blog-btn .next {
  margin-right: -70px;
}

.line-blog {
  width: calc(100% - 274px);
  height: 2px;
  background-color: #e8e8e8;
}

.down-blog .h4-title {
  color: #2e2e2e;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: none;
}

.blog-link:hover .h4-title {
  opacity: 0.5;
}

.blog-slider .slick-slide {
  padding: 0px 15px;
}

.blog-slider .slick-list {
  margin: 0px -15px;
}

.wrap-blog-slider {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.blog-sec.cmn-gap {
  padding-bottom: 250px;
}

.social-link li {
  padding: 0px 15px;
}

.social-link li a {
  max-width: 20px;
}

.social-link li a img {
  width: 100%;
}

.social-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -15px;
  list-style: none;
}

.ftr-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--Playfair);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ftr-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: var(--white);
}

.row-ftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -12px;
}

.col-ftr {
  padding: 0px 12px;
}

.ftr-one {
  width: 42%;
}

.ftr-two {
  width: 24%;
}

.ftr-three {
  width: 22%;
}

.ftr-four {
  width: 12%;
}

.ftr-upftr {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 58px 240px;
  margin-bottom: 70px;
  margin-top: -360px;
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
}

.ftr-upftr p {
  font-size: 42px;
  font-weight: 700;
  color: #02183f;
  line-height: 1.2;
  font-family: var(--Playfair);
}

.ftr-upftr p span {
  font-weight: 400;
}

.book-1 {
  position: absolute;
  bottom: 0;
  left: 45px;
  max-width: 220px;
}

.book-2 {
  position: absolute;
  bottom: 0;
  right: 45px;
  max-width: 220px;
}

.ftr-sky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.list-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-links li {
  margin-bottom: 20px;
}

.list-links li a {
  color: var(--white);
}
/* changed current menu class */
.list-links li a:hover,
li.current-menu-item a {
  color: var(--green);
}

.list-links li:last-child {
  margin-bottom: 0;
}

.inr-ftr {
  max-width: 439px;
  color: var(--white);
  text-transform: capitalize;
}

.up-ftr {
  position: relative;
  z-index: 1;
  padding-bottom: 13.33vw;
}

.footer {
  position: relative;
  z-index: 1;
  padding-top: 214px;
}

.ftr-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-ftr input[type="email"] {
  padding: 0px 23px;
  color: var(--black);
  background-color: var(--white);
  margin-bottom: 15px;
}

.ftrbig-text {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 255px;
  font-family: var(--Playfair);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-stroke: 1px black;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-30%, transparent),
    color-stop(7%, transparent),
    to(#000)
  );
  -webkit-mask-image: linear-gradient(
    to top,
    transparent -30%,
    transparent 7%,
    #000 100%
  );
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
}

.cmn-text {
  font-weight: 900;
  margin-bottom: -48px;
  line-height: 1;
  font-size: 132px;
  font-family: var(--Playfair);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #65aba7;
  text-stroke: 1px #65aba7;
  color: var(--white);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-30%, transparent),
    color-stop(3%, transparent),
    to(#65aba7)
  );
  -webkit-mask-image: linear-gradient(
    to top,
    transparent -30%,
    transparent 3%,
    #65aba7 100%
  );
}

.down-ftr {
  text-align: center;
  padding: 27px 0;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-head.fixed {
  background: var(--blue);
  padding: 16px 0;
  -webkit-box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
  box-shadow: 0 5px 15px rgba(2, 24, 63, 0.4);
}

.main-head.fixed .navbar-brand {
  font-size: 30px;
}

.inr-great p {
  line-height: 1.64;
}

.blog-link {
  max-width: 402px;
  display: block;
}

.social-link li a:hover {
  opacity: 0.6;
}

.content-what .cmn-text {
  margin-right: -20px;
  white-space: nowrap;
}

.hdr-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ===================== Amit(13.11.2025)============================== */

/* ------------------about page----------------------------------------- */
.cmn_banner_sec {
  background-color: #12241e;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 130px;
}

.cmn-banner-cntnt {
  position: relative;
  color: var(--white);
  padding: 30px 0;
}

.banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.cmn-banner-cntnt h1 span {
  font-size: 75px;
  font-style: italic;
  font-weight: 400;
}

.cmn_banner_sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  pointer-events: none;
  background: #12241e;
  background: -o-linear-gradient(
    bottom,
    rgba(18, 36, 30, 1) 0%,
    rgba(87, 199, 133, 0) 50%,
    rgba(237, 221, 83, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(18, 36, 30, 1)),
    color-stop(50%, rgba(87, 199, 133, 0)),
    to(rgba(237, 221, 83, 0))
  );
  background: linear-gradient(
    0deg,
    rgba(18, 36, 30, 1) 0%,
    rgba(87, 199, 133, 0) 50%,
    rgba(237, 221, 83, 0) 100%
  );
}

.row_cmn_banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col_abt_bann > .man-img-wrap > .blur-man {
  bottom: -40%;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bld_txt {
  color: var(--charcoal);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--Playfair);
}

.because-sec {
  background-color: #12241e;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 30px;
}

.because-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.row-because {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.because-text span {
  font-size: 50px;
  color: var(--white);
  line-height: 1;
  font-family: var(--Playfair);
  font-weight: 700;
  text-transform: capitalize;
}

.because-image {
  margin-right: -200px;
}

.because-image img {
  width: 100%;
}

.quote-icon {
  width: 100%;
  max-width: 42px;
  margin-bottom: 20px;
  display: block;
}

.cmn-hdr-lgt h2 {
  font-weight: 600;
}

.work-with-bann-cntnt {
  max-width: 650px;
}

.work-card-section {
  padding: 147px 0 100px 0;
}

.work-card-wrapper {
  margin-bottom: 70px;
}

.work-card-image > a > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-card-one {
  padding: 14px 12px 30px 12px;
  border: 1px solid #e5e5e5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-card-one:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.work-card-text {
  padding: 0 12px 0 15px;
  height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.col_work_bann > .man-img-wrap > .blur-man {
  bottom: -47%;
  right: 130px;
}

.card-link h2 {
  margin-bottom: 20px;
}

.work-card-text p {
  color: #757880;
}

.work-card-btm-image {
  margin-top: auto;
}

.work-card-image {
  position: relative;
  margin-bottom: 60px;
}

.work-card-image-one {
  background-color: #4f7a28;
  position: absolute;
  bottom: -40px;
  left: 15px;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #fff;
}

.work-card-image-one img {
  max-width: 56px;
}

.work-card-btm-image {
  padding: 0 12px 0 15px;
  margin-top: auto;
}

.work-card-btm-image {
  max-width: 158px;
  margin-left: auto;
}

.work-card-btn {
  text-align: center;
}

/* ======================speak section========================= */
.speak-abt-sec {
  padding: 121px 0 70px 0;
}

.speak-abt-wrap {
  text-align: center;
  padding: 22px 0 43px 0;
  background-color: #f4ffff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
}

.speak-left-man-image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 442px;
}

.speak-right-man-image {
  position: absolute;
  right: 40px;
  bottom: 0;
  max-width: 335px;
}

.content-speak h2 br {
  display: none;
}

.white-wrapper {
  background-color: #fff;
  padding: 17px 0;
}

.white-wrapper-box {
  max-width: 464px;
  margin: 0 auto;
}

.speak-abt-para {
  max-width: 559px;
  margin: 20px auto 34px auto;
}

.speak-abt-para p {
  margin-bottom: 15px;
}

.speak-abt-para p:last-child {
  margin-bottom: 0;
}

.full-sec-hdr {
  text-align: center;
  margin-bottom: 80px;
}

.full-sec-hdr h2 {
  text-transform: capitalize;
}

.because-text-one span {
  margin-bottom: 40px;
  display: inline-block;
}

/* ====================Amit(14.11.24)==================== */

/* ---------------insight page-------------------- */
.insight_bann_cntnt {
  max-width: 749px;
}

.col_insight_bann > .man-img-wrap > .blur-man {
  bottom: -35%;
}

.col_insight_bann > .man-img-wrap > img {
  max-width: 574px;
}

.blog-sec-one {
  padding-top: 100px;
}

.blog-sec-hdr {
  margin-bottom: 40px;
}

.blog-card {
  --bs-gutter-y: 60px;
}

.pagination {
  margin-top: 40px;
}

.pagination .page-link-arw:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(7444%) hue-rotate(206deg) brightness(120%) contrast(114%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7444%)
    hue-rotate(206deg) brightness(120%) contrast(114%);
}

.pagination .prev-arw:hover {
  background-color: var(--green);
  border-radius: 100%;
}

.page-item:first-child .page-link {
  border-radius: 100%;
}

.page-item:last-child .page-link {
  border-radius: 100%;
}

.pagination .next-arw:hover {
  background-color: var(--green);
  border-radius: 100%;
}

.pagination .page-link {
  color: var(--green);
  font-size: 14px;
  border: none;
  border-radius: 50%;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .pagination .page-link-arw {} */

.page-item {
  margin: 0 2px;
}

.pagination .page-link:hover,
.page-item.current .page-link {
  background-color: var(--green);
  color: var(--white);
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_sec {
  position: relative;
}

.form_sec input[type="submit"] {
  background: url(images/search\ inputcion.webp) no-repeat center center;
  height: 56px;
  width: 56px !important;
  background-color: #4f7a28;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0px;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 33px;
  right: 36px;
}

.form_sec input[type="submit"]:hover {
  background-color: var(--orange);
}

.form_sec input[type="text"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #000;
  border: 1px solid #e5e5e5;
  height: 71px;
  padding: 12px 80px 12px 23px;
  outline: none !important;
  max-width: 409px;
}

.form_sec {
  padding: 26px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
}

.form_sec input[type="text"]::-webkit-input-placeholder {
  font-size: 17px;
  color: #757880;
}

.form_sec input[type="text"]::-moz-placeholder {
  font-size: 17px;
  color: #757880;
}

.form_sec input[type="text"]:-ms-input-placeholder {
  font-size: 17px;
  color: #757880;
}

.form_sec input[type="text"]::-ms-input-placeholder {
  font-size: 17px;
  color: #757880;
}

.form_sec input[type="text"]::placeholder {
  font-size: 17px;
  color: #757880;
}

.catagory-sec {
  margin-bottom: 52px;
}

.catagory-wrapper {
  padding: 31px 36px 30px 38px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
}

.catagory-wrapper .cata-hdr span {
  font-size: 24px;
  font-family: var(--Playfair);
  color: var(--charcoal);
  font-weight: 700;
}

.catagory-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}

.catagory-wrapper ul li:last-child {
  margin-bottom: 0;
}

.catagory-wrapper li {
  list-style: none;
  margin-bottom: 20px;
}

.catagory-wrapper li a {
  color: #b7b7b7;
  font-size: 20px;
  font-weight: 600;
}

.wrappr-active a {
  color: var(--orange) !important;
}

.wrappr-active a img {
  -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(74%)
    saturate(4464%) hue-rotate(346deg) brightness(94%) contrast(97%) !important;
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(4464%)
    hue-rotate(346deg) brightness(94%) contrast(97%) !important;
}

.catagory-wrapper li a:hover {
  color: var(--orange);
}

.catagory-wrapper li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(74%)
    saturate(4464%) hue-rotate(346deg) brightness(94%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(4464%)
    hue-rotate(346deg) brightness(94%) contrast(97%);
}

.catagory-wrapper li img {
  max-width: 15px;
  margin-right: 10px;
}

.cata-hdr {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 22px;
  margin-bottom: 35px;
}

.heal-wrapper {
  background-image: url(images/healbgimage.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  min-height: 582px;
  padding: 56px 25px 56px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heal-quote {
  width: 100%;
  max-width: 92px;
  margin-bottom: 28px;
  display: block;
}

.heal-text h4 {
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  letter-spacing: 0.23em;
  font-family: var(--inter);
}

.heal-text p {
  font-size: 32px;
  color: var(--white);
  text-transform: capitalize;
  font-family: var(--Playfair);
  font-weight: 700;
  line-height: 1;
}

.blog-cntnt {
  margin-bottom: 100px;
}

.line {
  height: 2px;
  width: 100%;
  background-color: #e0e0e0;
  position: relative;
  margin-bottom: 10px;
}

.line::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 5px solid var(--green);
  border-radius: 100%;
  top: -7px;
  left: -15px;
}

.line::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 5px solid var(--green);
  border-radius: 100%;
  top: -7px;
  right: -15px;
}

.new {
  padding: 100px 0;
}

.heal-sec-one {
  display: none;
}

/* -----------------------contact page--------------- */
.contact-detail {
  padding: 136px 0 100px 0;
}

.contact-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.contact-details-info {
  max-width: 950px;
  margin: 0 auto;
}

.contact-details-box {
  width: 50%;
  padding: 0 15px;
}

.contact-details-call {
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 257px;
  /* align-items: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-details-call:hover {
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  border-color: transparent;
}

.contact-icon {
  border-radius: 50%;
  height: 76px;
  width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--green);
  margin-bottom: 30px;
}

.contact-icon img {
  max-width: 34px;
}

.contact-details-call h2 {
  margin-bottom: 10px;
}

.call-number {
  color: #757880;
  font-size: 17px;
  font-family: var(--inter);
  font-weight: 400;
}

.form-one {
  margin-bottom: 20px;
}

.form-sec {
  padding-bottom: 100px;
}

.form-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-text {
  padding: 37px 26px 33px 31px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  margin-top: 0;
}

.form-text-row .form-one:last-child {
  margin-bottom: 0;
  margin-top: 4px;
}

.form-image {
  height: 100%;
}

/* ======================outsource section===================== */
.outsource_bann_cntnt {
  padding-bottom: 50px;
}

.col_outsource_bann .man-img-wrap .blur-man {
  bottom: -62%;
}

.overview-sec {
  padding: 100px 0 0 0;
}

.overview-image {
  position: relative;
  margin-top: 60px;
}

.overview-one {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 518px;
  -webkit-transform: rotate(-6.38deg);
  -ms-transform: rotate(-6.38deg);
  transform: rotate(-6.38deg);
}

.overview-arrow {
  position: absolute;
  right: 50px;
  top: 66px;
  -webkit-transform: rotate(-11.41deg);
  -ms-transform: rotate(-11.41deg);
  transform: rotate(-11.41deg);
}

.overview-pin {
  position: absolute;
  left: -20px;
  max-width: 74px;
  top: -14px;
}

.overview-image-one {
  -webkit-transform: rotate(10.82deg);
  -ms-transform: rotate(10.82deg);
  transform: rotate(10.82deg);
  position: absolute;
  right: 56px;
  top: 53%;
  padding: 7px;
  background: #fff;
}

.overview-two {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 338px;
}

.overview-box {
  margin-bottom: 130px;
}

.overview-right > p {
  margin-bottom: 20px;
}

.over-bld-txt {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--Playfair);
  margin-bottom: 20px;
  color: #2e2e2e;
}

.overview-para {
  max-width: 677px;
}

.inside-hdr {
  text-align: center;
  margin-bottom: 50px;
}

.inside-sec {
  padding: 60px 0 100px 0;
}

.inside-col {
  margin-bottom: 30px;
}

.inside-card {
  border: 1px solid #e5e5e5;
  padding: 37px 60px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inside-card-image {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 76px;
  width: 76px;
  border: 1px solid #4f7a28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.inside-card-image img {
  width: 100%;
  max-width: 38px;
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(9%)
    saturate(2977%) hue-rotate(49deg) brightness(103%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(39%) sepia(9%) saturate(2977%)
    hue-rotate(49deg) brightness(103%) contrast(88%);
}

.inside-card-text {
  margin-top: auto;
}

.inside-card-text h3 {
  color: var(--charcoal);
}

.inside-card:hover {
  -webkit-box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 134px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  border-color: transparent;
}

.inside-card:hover .inside-card-image {
  background-color: var(--green);
}

.inside-card:hover .inside-card-image img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(7475%) hue-rotate(22deg) brightness(98%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%)
    hue-rotate(22deg) brightness(98%) contrast(105%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.matter-box {
  margin-bottom: 130px;
}

.matter-sec {
  padding: 100px 0 0 0;
}

.mater-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.matter-image-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.matter-image {
  position: relative;
}

.matter-pin {
  position: absolute;
  right: 7%;
  top: -4%;
  width: 100%;
  max-width: 90px;
}

.matter-one {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 498px;
  -webkit-transform: rotate(-6.38deg);
  -ms-transform: rotate(-6.38deg);
  transform: rotate(-6.38deg);
}

.matter-two {
  width: 100%;
  max-width: 300px;
  -webkit-transform: rotate(11.18deg);
  -ms-transform: rotate(11.18deg);
  transform: rotate(11.18deg);
  border: 10px solid var(--white);
}

.matter-para {
  margin-bottom: 30px;
}

.matter-para p {
  margin-bottom: 15px;
  color: var(--body-color);
}

.matter-image-one {
  position: relative;
  margin-left: -20px;
  margin-top: 25px;
}

.matter-arrow {
  position: absolute;
  right: 0;
  top: 67%;
  max-width: 85px;
  width: 100%;
  -webkit-transform: rotate(-46.82deg);
  -ms-transform: rotate(-46.82deg);
  transform: rotate(-46.82deg);
}

/* sayan start */

.col_cmn_banner:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.arr-mb {
  display: none;
}

.work-card-img-lnk {
  display: block;
  position: relative;
  padding-top: 79.8%;
  overflow: hidden;
}

.work-card-image > a:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-link:hover h2 {
  color: var(--green);
}

.card-link h2 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-brand:hover {
  color: var(--orange);
}

.work-row-card {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-card-btm-image img {
  min-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.because-text {
  padding: 30px 0;
}

.col-banner.col-banner-img {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col-banner.col-banner-cont .banner-content {
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-link.page-link-arw img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.speak-abt-wrap .content-what .cmn-text {
  color: #f4ffff;
}
.form-ftr input[type="email"]::placeholder {
  text-transform: capitalize;
}
.discount-text p span {
  font-size: 40px;
}
.matter-sec {
  overflow: hidden;
}
.form-col .gform_validation_errors,
.form-ftr .gform_validation_errors {
  display: none!important;
}

.form-col textarea {
    resize: vertical !important;
    height: 138px !important;
}

.form-ftr [type="email"] {
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.form-ftr .gform-footer.gform_footer.top_label {
    padding: 0 0 0;
    margin: 15px 0 0;
}
.form-col .ginput_container_phone .gfield_description.instruction.validation_message {
  display: none;
}

.form-ftr [type="submit"] {
  margin-bottom: 0!important;
}
/* ========== responsive css =========== */

@media (min-width: 1530px) {
  .container {
    max-width: 1470px;
    padding: 0px 15px;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 1899px) {
  .big-text {
    font-size: 200px;
  }

  .ftrbig-text {
    font-size: 200px;
  }
  .inr-img-great {
    margin-right: -20px;
  }
  .wrap-blog-slider {
    padding: 0px 30px;
  }
  .slider-blog-btn .prev {
    margin-left: -30px;
  }
  .slider-blog-btn .next {
    margin-right: -30px;
  }
}

@media (max-width: 1799px) {
  .inr-full {
    height: 700px;
  }
}

@media (max-width: 1599px) {
  h1,
  .h1-title {
    font-size: 70px;
  }

  h2,
  .h2-title {
    font-size: 60px;
  }

  .navbar-nav > li > a {
    font-size: 15px;
  }

  .banner-content h1 span {
    font-size: 65px;
  }

  .great-text {
    font-size: 90px;
  }

  .great-text span {
    font-size: 40px;
  }

  .storice-text {
    font-size: 20px;
  }

  .man-img-wrap {
    max-width: 480px;
  }

  .blur-man {
    height: 456px;
    width: 456px;
  }

  .img-what {
    max-width: 500px;
  }

  .slider-blog-btn .next {
    /* margin-right: -50px; */
  }

  .slider-blog-btn .prev {
    /* margin-left: -50px; */
  }

  .cmn-text {
    margin-bottom: -28px;
    font-size: 90px;
  }

  .big-text {
    font-size: 160px;
  }

  .ftrbig-text {
    font-size: 160px;
  }

  .ftr-title {
    font-size: 22px;
  }

  .ftr-three {
    width: 18%;
  }

  .ftr-four {
    width: 16%;
  }

  .cmn-banner-cntnt h1 span {
    font-size: 62px;
  }

  .bld_txt {
    font-size: 22px;
  }

  .speak-left-man-image {
    max-width: 332px;
  }

  .speak-right-man-image {
    max-width: 285px;
  }

  .speak-abt-para {
    max-width: 580px;
  }
}

@media (max-width: 1439px) {
  h3,
  .h3-title {
    font-size: 28px;
  }

  h4,
  .h4-title {
    font-size: 22px;
  }

  .great-text {
    font-size: 70px;
  }

  body {
    font-size: 16px;
  }

  .pin-img {
    max-width: 100px;
  }

  .main-head {
    padding: 20px 0;
  }

  .arw-man-wrap {
    font-size: 28px;
  }

  .arw-man-wrap img {
    max-width: 66px;
    margin-right: 12px;
  }

  .inr-full {
    height: 490px;
    padding: 30px;
  }

  .cmn-btn {
    padding: 17px 33px;
    font-size: 16px;
  }

  .img-what {
    max-width: 460px;
  }

  .white-btn {
    padding: 15px 28px;
    font-size: 16px;
  }

  .scrool-down-wrap {
    right: 20px;
  }

  .man-img-wrap {
    max-width: 370px;
  }

  .blur-man {
    height: 356px;
    width: 356px;
    right: 0;
  }

  .arw-man-wrap {
    max-width: 400px;
    font-size: 35px;
  }

  .inr-full {
    height: 630px;
  }

  .navbar-brand {
    font-size: 28px;
  }

  .navbar-nav > li {
    margin: 0 15px;
  }

  .hdr-btn {
    margin-left: 24px;
  }

  .row-what {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ftr-upftr p {
    font-size: 32px;
  }

  .book-1 {
    max-width: 200px;
  }

  .book-2 {
    max-width: 200px;
  }

  .main-head.fixed .navbar-brand {
    font-size: 24px;
  }

  .main-head.fixed {
    padding: 12px 0;
  }

  .cmn_banner_sec {
    padding-top: 120px;
  }

  .work-card-section {
    padding: 100px 0;
  }

  .work-card-btm-image img {
    min-height: 30px;
  }

  .work-card-text {
    padding: 0 5px;
  }

  .work-row-card {
    --bs-gutter-x: 20px;
  }

  .work-card-wrapper {
    margin-bottom: 50px;
  }

  .work-card-wrapper {
    margin-bottom: 50px;
  }

  .speak-abt-sec {
    padding: 100px 0 70px 0;
  }

  .speak-left-man-image {
    max-width: 262px;
  }

  .speak-right-man-image {
    max-width: 215px;
  }
}

@media (max-width: 1399px) {
  .overview-one {
    max-width: 380px;
  }

  .overview-two {
    max-width: 290px;
  }

  .overview-arrow {
    right: 30px;
    -webkit-transform: rotate(-0.41deg);
    -ms-transform: rotate(-0.41deg);
    transform: rotate(-0.41deg);
    max-width: 79px;
  }
}

@media (max-width: 1279px) {
  h1,
  .h1-title {
    font-size: 60px;
  }

  h2,
  .h2-title {
    font-size: 50px;
  }

  .banner-content h1 span {
    font-size: 55px;
  }

  .inr-full {
    height: 510px;
  }

  .slider-blog-btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
  }

  .cmn-banner-cntnt h1 span {
    font-size: 55px;
  }
  .wrap-blog-slider {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
  .navbar-brand {
    font-size: 24px;
  }

  .white-btn {
    padding: 14px 22px;
    font-size: 15px;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  .navbar-nav > li {
    margin: 0 12px;
  }

  .main-head.fixed .navbar-brand {
    font-size: 21px;
  }

  .man-img-wrap {
    max-width: 330px;
  }

  .cmn-btn {
    padding: 15px 23px;
    font-size: 15px;
  }

  .big-text {
    font-size: 130px;
  }

  .scrool-down-wrap {
    font-size: 14px;
  }

  .cmn-text {
    margin-bottom: -20px;
    font-size: 80px;
  }

  .orange-text {
    font-size: 18px;
  }

  .arw-man-wrap {
    font-size: 26px;
  }

  .arw-man-wrap img {
    max-width: 52px;
  }

  .banner-content h1 span {
    font-size: 48px;
  }

  h1,
  .h1-title {
    font-size: 52px;
  }

  h2,
  .h2-title {
    font-size: 46px;
  }

  h3,
  .h3-title {
    font-size: 24px;
  }

  h4,
  .h4-title {
    font-size: 20px;
  }

  .inr-full {
    height: 440px;
    padding: 20px;
  }

  .great-text {
    font-size: 60px;
  }

  .discount-text p span {
    font-size: 38px;
  }

  .discount-text {
    font-size: 16px;
  }

  .green-text {
    padding: 3px 16px;
    font-size: 15px;
    margin-right: 10px;
  }

  .date-wrap {
    margin-left: 10px;
    font-size: 14px;
  }

  .date-wrap img {
    max-width: 14px;
    margin-right: 6px;
  }

  .line-blog {
    width: calc(100% - 224px);
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .img-what {
    max-width: 400px;
  }

  .pin-img {
    max-width: 80px;
  }

  .flowers-img {
    max-width: 150px;
    opacity: 0.6;
  }

  .blog-sec.cmn-gap {
    padding-bottom: 210px;
  }

  .blog-slider .slick-slide {
    padding: 0px 10px;
  }

  .blog-slider .slick-list {
    margin: 0px -10px;
  }

  .ftrbig-text {
    font-size: 130px;
  }

  .ftr-title {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .list-links li {
    margin-bottom: 13px;
    font-size: 15px;
  }

  input[type="submit"] {
    height: 50px;
    font-size: 16px;
  }

  .down-ftr {
    padding: 15px 0;
    font-size: 15px;
  }

  .scrool-down-wrap img {
    max-height: 110px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 50px;
  }

  .cmn-banner-cntnt h1 span {
    font-size: 48px;
  }

  .bld_txt {
    font-size: 20px;
  }

  .work-card-section {
    padding: 80px 0;
  }

  .work-card-btm-image img {
    min-height: 24px;
  }

  .work-card-wrapper {
    margin-bottom: 40px;
  }

  .speak-abt-para {
    max-width: 480px;
  }

  .speak-left-man-image {
    max-width: 242px;
  }

  .speak-right-man-image {
    max-width: 190px;
  }

  .speak-abt-sec {
    padding: 80px 0 70px 0;
  }

  .overview-arrow {
    right: -5px;
    -webkit-transform: rotate(-22.41deg);
    -ms-transform: rotate(-22.41deg);
    transform: rotate(-22.41deg);
    max-width: 72px;
  }

  .overview-box {
    margin-bottom: 92px;
  }

  .inside-card {
    padding: 37px 17px;
  }

  .matter-right .cmn-text {
    font-size: 75px;
  }

  .form_sec {
    padding: 15px;
  }

  .form_sec input[type="text"],
  select {
    height: 53px;
  }

  .form_sec input[type="submit"] {
    height: 44px;
    top: 20px;
    right: 21px;
  }

  .catagory-wrapper {
    padding: 28px 20px 30px 17px;
  }

  .heal-text p {
    font-size: 28px;
  }

  .heal-wrapper {
    padding: 56px 20px 56px 20px;
  }

  .catagory-wrapper li {
    margin-bottom: 16px;
  }

  .catagory-wrapper li a {
    font-size: 18px;
  }

  .contact-detail {
    padding: 100px 0 80px 0;
  }

  .cmn-text {
    font-size: 70px;
  }

  .matter-right .cmn-text {
    font-size: 65px;
  }

  .inside-sec {
    padding: 60px 0;
  }

  .blog-card {
    --bs-gutter-y: 40px;
  }

  .blog-sec-one {
    padding-top: 80px;
  }

  .blog-cntnt {
    margin-bottom: 80px;
  }

  .col-banner.col-banner-cont .banner-content {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .inr-img-great {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 20px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--white);
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: var(--blue);
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    /* display: block; */
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */
  .white-btn {
    padding: 14px 20px;
    font-size: 15px;
  }

  .hdr-btn {
    margin-left: auto;
  }

  .white-btn {
    padding: 10px 17px;
  }

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .navbar-nav > li > a {
    font-size: 15px;
  }

  .navbar-nav > li {
    margin-bottom: 4px;
  }

  .big-text {
    font-size: 100px;
  }

  .row-what {
    --bs-gutter-y: 30px;
  }

  .cmn-text {
    font-size: 67px;
  }

  .content-what .cmn-text {
    margin-right: 0;
  }

  .arw-man-wrap {
    font-size: 22px;
  }

  .cmn-btn {
    padding: 13px 18px;
  }

  .col-full {
    width: 50%;
    padding: 12px;
  }

  .fill-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row-great {
    --bs-gutter-y: 30px;
  }

  .ftr-upftr {
    padding: 48px 50px 150px;
  }

  .ftr-upftr p {
    font-size: 28px;
  }

  .ftrbig-text {
    font-size: 100px;
    bottom: -8px;
  }

  .ftr-one {
    width: 50%;
  }

  .ftr-two {
    width: 28%;
  }

  .ftr-three {
    width: 22%;
  }

  .ftr-four {
    width: 50%;
  }

  .col-ftr {
    margin-bottom: 30px;
  }

  .row-ftr {
    margin-bottom: -30px;
  }

  .inr-full {
    height: inherit;
    padding-top: 110%;
    position: relative;
  }

  .cmn_banner_sec {
    padding-top: 120px;
  }

  .cmn-banner-cntnt {
    padding: 0;
    max-width: 580px;
  }

  .row_cmn_banner {
    --bs-gutter-y: 30px;
  }

  .scrool-down-wrap {
    letter-spacing: 0.2em;
  }

  .speak-left-man-image {
    position: relative;
    max-height: 300px;
  }

  .speak-right-man-image {
    position: relative;
    max-height: 300px;
  }

  .speak-abt-wrap {
    padding: 22px 0 0 0;
  }

  .speak-man-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }

  .white-wrapper-box,
  .speak-abt-para {
    max-width: 100%;
  }

  .content-what.content-speak {
    padding: 0 20px;
  }

  .because-image {
    margin-right: 0;
  }

  .quote-icon {
    max-width: 34px;
    margin-bottom: 10px;
  }

  .because-text span {
    font-size: 30px;
  }

  .overview-col {
    width: 100%;
  }

  .overview-image {
    margin-top: 0;
  }

  .overview-one {
    max-width: 400px;
  }

  .overview-two {
    max-width: 320px;
  }

  .overview-right {
    margin-top: 170px;
  }

  .overview-arrow {
    position: absolute;
    right: 50%;
    top: 124%;
    -webkit-transform: rotate(-228.41deg);
    -ms-transform: rotate(-228.41deg);
    transform: rotate(-228.41deg);
  }

  .inside-col {
    width: 50%;
  }

  .matter-col {
    width: 100%;
  }

  .matter-image-part {
    margin-bottom: 100px;
  }

  .matter-arrow {
    left: -63%;
    top: 100%;
    max-width: 90px;
    -webkit-transform: rotate(104.18deg);
    -ms-transform: rotate(104.18deg);
    transform: rotate(104.18deg);
  }

  .matter-right .cmn-text {
    font-size: 60px;
  }

  .blog-sec-one .blog-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-sec-one .blog-col {
    width: 100%;
  }

  .form_sec input[type="text"],
  select {
    max-width: 100%;
  }

  .form_sec {
    margin-bottom: 19px;
  }

  .catagory-sec {
    margin-bottom: 25px;
  }

  .blog-sec-one {
    padding-top: 75px;
  }

  .catagory-wrapper li {
    margin-bottom: 13px;
  }

  .catagory-wrapper li a {
    font-size: 16px;
  }

  .heal-sec-one {
    display: block;
    margin-top: 50px;
  }

  .heal-sec-two {
    display: none;
  }

  .form-col {
    width: 100%;
  }

  .contact-detail {
    padding: 70px 0 60px 0;
  }

  .form-sec {
    padding-bottom: 60px;
  }

  .cmn-text {
    font-size: 60px;
  }

  .matter-box {
    margin-bottom: 90px;
  }

  .catagory-wrapper {
    padding: 28px 20px;
  }

  .cata-hdr {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .full-sec {
    padding-bottom: 50px;
  }

  .row-because {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .col_cmn_banner {
    width: 100%;
  }

  .cmn-banner-cntnt {
    max-width: 100%;
    text-align: center;
  }

  .col-banner.col-banner-cont .banner-content {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  h1,
  .h1-title {
    font-size: 48px;
  }

  h2,
  .h2-title {
    font-size: 42px;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }

  h4,
  .h4-title {
    font-size: 18px;
  }

  .great-text {
    font-size: 50px;
  }

  .ftr-two {
    width: 50%;
  }

  .ftr-three {
    width: 50%;
  }

  .ftrbig-text {
    font-size: 75px;
    bottom: -6px;
  }

  .wrapper-date {
    margin-bottom: 16px;
  }

  .cmn-text {
    font-size: 60px;
  }

  .green-text {
    padding: 3px 12px;
    font-size: 14px;
  }

  .line-blog {
    width: calc(100% - 210px);
  }

  .ftr-upftr {
    padding: 30px 30px 220px;
  }

  .form-ftr input[type="email"] {
    padding: 0px 16px;
  }

  .cmn-banner-cntnt {
    max-width: 490px;
  }

  .banner-content {
    max-width: 448px;
  }

  .work-card-section {
    padding: 60px 0;
  }

  .speak-abt-sec {
    padding: 60px 0;
  }

  .overview-one {
    max-width: 350px;
  }

  .overview-two {
    max-width: 250px;
  }

  .matter-box {
    margin-bottom: 90px;
  }

  .blog-sec .cmn-text {
    font-size: 45px;
  }

  .contact-icon {
    height: 65px;
    width: 65px;
  }

  .contact-detail {
    padding: 40px 0;
  }

  .col-banner.col-banner-cont .banner-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row-banner {
    --bs-gutter-y: 30px;
  }
  .form-ftr [type="email"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 575px) {
  .big-text {
    font-size: 75px;
    bottom: -4px;
  }

  .cmn-text {
    font-size: 60px;
  }

  .row-banner {
    --bs-gutter-y: 30px;
  }

  .big-text {
    font-size: 63px;
  }

  .col-full {
    width: 100%;
    padding: 0;
  }

  .cmn-text {
    font-size: 52px;
  }

  .ftrbig-text {
    font-size: 63px;
  }

  .inr-img-great {
    margin-right: 0;
  }

  .flowers-img {
    max-width: 110px;
    opacity: 0.4;
  }

  .blur-img-1 {
    top: 0;
    right: 0;
    height: 181px;
    width: 181px;
  }

  .blur-img-2 {
    top: 0;
    left: 0;
    height: 161px;
    width: 161px;
  }

  .blur-man {
    height: 306px;
    width: 306px;
  }

  .social-link li {
    padding: 0px 10px;
  }

  .social-link {
    margin: 0 -10px;
  }

  .cmn-banner-cntnt h1 span {
    font-size: 42px;
  }

  .banner-content {
    max-width: 410px;
  }

  .cmn-banner-cntnt {
    max-width: 420px;
  }

  .overview-one {
    max-width: 300px;
  }

  .overview-image {
    margin-left: 24px;
  }

  .overview-arrow {
    top: 131%;
    max-width: 63px;
  }

  .inside-col {
    width: 100%;
  }

  .inside-sec {
    padding: 60px 0 50px 0;
  }

  .inside-card-image {
    height: 66px;
    width: 66px;
  }

  .inside-card-image img {
    max-width: 33px;
  }

  .pagination .page-link {
    min-width: 44px;
    min-height: 44px;
  }

  .form_sec input[type="text"]::-webkit-input-placeholder {
    font-size: 15px;
  }

  .form_sec input[type="text"]::-moz-placeholder {
    font-size: 15px;
  }

  .form_sec input[type="text"]:-ms-input-placeholder {
    font-size: 15px;
  }

  .form_sec input[type="text"]::-ms-input-placeholder {
    font-size: 15px;
  }

  .form_sec input[type="text"]::placeholder {
    font-size: 15px;
  }

  .cata-hdr {
    margin-bottom: 28px;
  }

  .heal-text p {
    font-size: 24px;
  }

  .heal-wrapper {
    min-height: 480px;
  }

  .contact-detail {
    padding: 50px 0 50px 0;
  }

  ::-webkit-input-placeholder {
    font-size: 14px;
  }

  ::-moz-placeholder {
    font-size: 14px;
  }

  :-ms-input-placeholder {
    font-size: 14px;
  }

  ::-ms-input-placeholder {
    font-size: 14px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  ::placeholder {
    font-size: 14px;
  }

  .col_insight_bann > .man-img-wrap > .blur-man {
    bottom: 0%;
  }

  .contact-detail {
    padding: 40px 0;
  }

  .contact-details-box {
    width: 50%;
    padding: 0px 10px;
  }

  .contact-details-wrapper {
    margin: 0 -10px;
  }

  .catagory-wrapper {
    padding: 20px;
  }

  .cata-hdr {
    margin-bottom: 20px;
  }

  .line {
    width: 95%;
    margin: 0 auto 10px;
  }

  .matter-image-part {
    max-width: 400px;
    margin: 0 auto 100px auto;
  }

  input[type="submit"] {
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
  }

  .full-sec {
    padding-bottom: 0;
  }

  .heal-quote {
    max-width: 67px;
    margin-bottom: 14px;
  }

  .heal-text h4 {
    margin-bottom: 10px;
  }

  .book-1 {
    max-width: 180px;
    left: 25px;
  }

  .book-2 {
    max-width: 180px;
    right: 25px;
  }

  .ftr-upftr {
    padding: 30px 30px 170px;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 15px;
  }

  .navbar-brand {
    font-size: 18px;
  }

  .white-btn {
    padding: 8px 12px;
    font-size: 14px;
  }

  .navbar-toggler {
    margin-left: 12px;
  }

  .main-head.fixed .navbar-brand {
    font-size: 16px;
  }

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

  .banner-content h1 span {
    font-size: 36px;
  }

  h1,
  .h1-title {
    font-size: 40px;
  }

  h2,
  .h2-title {
    font-size: 36px;
  }

  .cmn-btn {
    padding: 11px 14px;
  }

  .img-what-wrapper {
    padding: 0 12px;
  }

  .cmn-text {
    font-size: 35px;
    margin-bottom: -10px;
  }

  .pin-img {
    max-width: 70px;
  }

  .great-text {
    font-size: 40px;
  }

  .great-text span {
    font-size: 36px;
  }

  .storice-text {
    font-size: 18px;
  }

  .discount-text {
    bottom: -12%;
    right: 11%;
    height: 120px;
    width: 120px;
    letter-spacing: 0.01em;
    font-size: 15px;
  }

  .discount-text p span {
    font-size: 34px;
  }

  .flowers-img {
    max-width: 80px;
  }

  .blog-sec.cmn-gap {
    padding-bottom: 190px;
  }

  .ftr-upftr p {
    font-size: 20px;
  }

  .col-ftr {
    width: 100%;
  }

  .list-links li {
    margin-bottom: 9px;
  }

  .ftrbig-text {
    font-size: 42px;
  }

  .ftr-upftr {
    padding: 20px 20px 140px;
  }

  .book-2 {
    max-width: 120px;
    right: 16px;
  }

  .book-1 {
    max-width: 120px;
    left: 16px;
  }

  .main-head {
    padding: 12px 0;
  }

  .main-head.fixed {
    padding: 9px 0;
  }

  .man-img-wrap {
    max-width: 280px;
  }

  .cmn-banner-cntnt h1 span {
    font-size: 36px;
  }

  .scrool-down-wrap {
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    -webkit-animation: none;
    animation: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: var(--orange);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    left: 50%;
    margin-bottom: -20px;
  }

  .scrool-down-wrap:hover {
    opacity: 0.8;
  }

  .arr-bg {
    display: none;
  }

  .scrool-down-wrap .arr-mb {
    display: block;
    width: 100%;
    max-height: 16px;
    margin: 0;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
  }

  @-webkit-keyframes mover {
    0% {
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
    }

    100% {
      -webkit-transform: translateY(25%);
      transform: translateY(25%);
    }
  }

  @keyframes mover {
    0% {
      -webkit-transform: translateY(-10%);
      transform: translateY(-10%);
    }

    100% {
      -webkit-transform: translateY(25%);
      transform: translateY(25%);
    }
  }

  .cmn_banner_sec {
    padding-top: 90px;
  }

  .cmn_banner_sec,
  .banner-section {
    overflow: visible;
  }

  .work-card-image-one img {
    max-width: 40px;
  }

  .work-card-image-one {
    bottom: -35px;
    left: 15px;
    width: 70px;
    height: 70px;
  }

  .work-card-wrapper {
    margin-bottom: 30px;
  }

  .speak-left-man-image {
    max-height: 190px;
  }

  .speak-right-man-image {
    max-height: 190px;
  }

  .overview-two {
    max-width: 220px;
  }

  .overview-box {
    margin-bottom: 62px;
  }

  .matter-arrow {
    left: -63%;
    top: 105%;
    max-width: 75px;
  }

  .matter-right .cmn-text {
    font-size: 35px;
  }

  .blog-sec .cmn-text {
    font-size: 35px;
  }

  .form-text {
    padding: 37px 15px 33px 15px;
  }

  .col_insight_bann > .man-img-wrap > .blur-man {
    bottom: 7%;
  }

  .contact-icon img {
    max-width: 24px;
  }

  .contact-icon {
    height: 60px;
    width: 60px;
  }

  .contact-details-call {
    min-height: 203px;
  }

  .inside-sec {
    padding: 60px 0 30px 0;
  }

  .contact-details-box {
    width: 100%;
    padding: 10px 10px;
  }

  .catagory-wrapper {
    padding: 20px;
  }

  .cata-hdr {
    margin-bottom: 20px;
  }

  .matter-image-part {
    max-width: 300px;
    margin: 0 auto 100px auto;
  }
}

@media (max-width: 400px) {
  .overview-one {
    max-width: 246px;
  }

  .overview-two {
    max-width: 167px;
  }

  .overview-right {
    margin-top: 126px;
  }

  .overview-arrow {
    top: 126%;
    max-width: 53px;
  }

  .inside-card-image {
    height: 60px;
    width: 60px;
  }

  .blog-sec .cmn-text {
    font-size: 26px;
  }

  .form_sec input[type="submit"] {
    height: 38px;
  }

  .form_sec input[type="text"],
  select {
    height: 48px;
  }

  .heal-quote {
    max-width: 70px;
    margin-bottom: 20px;
  }

  .heal-text p {
    font-size: 20px;
  }

  .pagination .page-link {
    min-width: 40px;
    min-height: 40px;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col_outsource_bann .man-img-wrap .blur-man {
    bottom: -24%;
  }

  .matter-image-part {
    max-width: 250px;
    margin: 0 auto 100px auto;
  }

  .blur-man {
    height: 286px;
    width: 286px;
  }
}
