@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #131212b2;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "blender";
  src: url("../fonts/Blender_Pro_Medium-2.ttf");
}

@font-face {
  font-family: "blender";
  src: url("../fonts/BlenderPro-md1.ttf");
  font-weight: 400;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1817;
  font-family: "blender";
}

h1 {
  font-size: 79px;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

.green {
  color: #80b296;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.bt .pbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  height: 58px;
  background: transparent;
  color: #000000;
  padding: 4px 5px 4px 20px;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 50px;
  box-shadow: 2px 3px 9px 1px #4444446b;
  font-family: "blender";
  border: 2px solid #6f9f84;
}

.bt .pbtn .arrow {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-radius: 45px;
}

.maxWidth {
  max-width: 1480px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 18px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  display: inline-block;
  text-decoration: none;
  color: #0c0c0c;
  padding: 0px 47px;
  font-size: 16px;
  font-family: "blender";
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  border-right: 1px solid #00000026;
  line-height: 14px;
}

.menuSec ul li:last-child a {
  padding-right: 0;
  border: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #6f9f84;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Custom Header  */

.bt .pbtn:hover {
  background: #6f9f84;
  color: #fff;
}

/* Custom Header  */

/* ============================================ Banner  ====================================== */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}

section.main_slider .flatyLinks {
  position: absolute;
  z-index: 9999;
  top: 0px;
  display: flex;
  flex-direction: column;
  left: 0;
  box-sizing: border-box;
  width: 220px;
  height: 100%;
  justify-content: center;
}

.followUs p {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
  line-height: 12px;
  color: #ffff;
  letter-spacing: 4px;
  writing-mode: sideways-rl;
}

.links-ss {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 80%;
  background: transparent;
  position: relative;
}

ul.social.d-flex {
  flex-direction: column;
  gap: 16px;
  margin: 0px;
}

ul.social.d-flex li a {
  width: 45px;
  height: 45px;
  color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.2s;
  background: transparent;
  z-index: 12;
  position: relative;
  border: 1px solid #cccccc;
  font-size: 16px;
}

ul.social.d-flex li a:hover {
  background: #6f9f84 !important;
  color: #fff;
}

img.banner-bg-img {
  height: 810px;
  width: 100%;
  object-fit: fill;
}

.banner_text {
  padding: 20px 0px 30px 0;
  margin-bottom: 140px;
  width: 80%;
}

.header-logo {
  float: right;
}

.links-ss:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 39%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #dbdbdb69;
  top: 260px;
}

section.main_slider {
  position: relative;
  padding-left: 220px;
  background: #6f9f84;
}

section.main_slider .flatyLinks:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  background: #fff;
  top: 0;
}

img.banner-bg {
  width: 100%;
  height: 840px;
  object-fit: cover;
}

.banner_text:before {
  position: absolute;
  content: "";
  width: 106%;
  bottom: 0;
  height: 71%;
  background: #fff;
  left: -40px;
}

.banner_text h1 {
  color: #fff;
}

.banner_text p {
  color: #1a1a1a;
  padding-bottom: 0px;
  line-height: 27px;
}
/*banner css end*/

/* About Us Start */

.about-us-sec .row.back {
  background-image: url(../images/about-img1.png);
  width: 100%;
  height: 580px;
  background-size: 75% 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

.about-us-text-box {
  background: #ffffff;
  padding: 30px 28px 45px;
  margin-left: 100px;
  position: relative;
  z-index: 1;
}

.about-us-sec .row.back:before {
  content: "";
  position: absolute;
  background: #6f9f84;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
}

.about-us-sec {
  margin: 100px 0;
}

/* About Us Ends */

/* ==================== Services =================== */

.tour-card {
  position: relative;
}

img.servcs-img {
  height: 450px;
  object-fit: cover;
  transition: 0.2s;
}

.tour-card .card-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: -90px;
}

.tour-card .card-txt .svs-num {
  flex-shrink: 0;
  padding: 0px 30px 20px 30px;
  position: relative;
}

.svs-name {
  background: #fff;
  position: relative;
  padding: 24px 10px 24px 0px;
}

.tour-card .svs-btn {
  background: #6f9f84;
  padding: 26px;
  position: relative;
}

.tour-card .svs-btn a {
  font-family: "blender";
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.tour-card .svs-btn a img {
  width: 16px;
  transition: 0.2s;
}

.tour-card .svs-btn a:hover img {
  width: 30px;
}

.tour-card .card-txt:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #6f9f84;
}

.tour-card .card-txt .svs-num h4.m-0 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.tour-card .card-txt h3 {
  position: relative;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.tour-card .card-txt h3:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #6f9f84;
  bottom: 0;
}

/* ==================== Services =================== */

/* Ready start  */

section.ready {
  background: url("../images/ready-img1.png") no-repeat center center / cover;
}

.ready_box {
  background: #ffffff;
  padding: 30px 28px 45px;
  margin-left: 100px;
  position: relative;
  z-index: 1;
  width: 87%;
}

/* Ready End */

/* =========================================== Why Chose ========== */

.choseWp {
  width: 90%;
  margin: 0px auto;
}

img.growth-img1 {
  height: 380px;
  object-fit: cover;
  width: 100%;
}

img.growth-img2.w-100 {
  height: 380px;
  object-fit: cover;
}

.choseWp h3 {
  text-transform: uppercase;
  margin-bottom: 18px;
}

.choseWp ul li span {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "blender";
  color: #000;
}

.chose-top {
  background: #6f9d81;
}

.chose-content {
  background: #ffffff;
  padding: 20px 24px 14px;
  position: absolute;
  z-index: 1;
  right: 80px;
  width: 510px;
  text-align: right;
  top: -120px;
  box-shadow: 0px 0px 14px 2px #44444463;
}

/* =========================================== Why Chose ========== */

/* reviews */

.avatar ul li h3 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
}

.avatar ul li p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color: #6f9f84;
  font-family: "blender";
  text-transform: uppercase;
}

.stars i {
  color: #fe8900;
  transition: color 0.3s ease-in;
}

.avatar ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 0 10px;
}

.avatar {
  margin-top: 30px;
}

.stars {
  margin-top: 20px;
  margin-bottom: 20px;
}

.review_txt {
  padding: 30px 40px 50px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  transition: background-color 0.3s ease-in;
}

.review_txt::before {
  content: "";
  position: absolute;
  top: -10%;
  width: 65px;
  height: 45px;
  left: 9%;
  background-image: url(../images/shape-img.png);
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.3s;
}

.review_slider .slick-track {
  margin-top: 50px;
}

.review_txt p {
  transition: color 0.3s ease-in;
}

.box {
  transition: all ease-in 0.3s;
}

.reviews .slick-current .review_txt::before,
.box:hover .review_txt::before {
  opacity: 1;
}

.reviews .slick-current .review_txt,
.box:hover .review_txt {
  background-color: #6f9f84;
}

.reviews .slick-current .review_txt .stars i,
.review_txt:hover .stars i {
  color: #fff;
}

.reviews .slick-current .review_txt p,
.box:hover .review_txt p {
  color: #fcfcfc;
}

.review_slider .slick-slide {
  opacity: 1;
}

.avatar ul li img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: none;
  transition: border 0.3s ease-in;
}

/* reviews */

/* ========================== Blogs =============================== */

section.blogs {
  background-color: #6f9f84;
}

.blogWp {
  width: 90%;
  margin: 0px auto;
}

img.blog-img {
  height: 280px;
  object-fit: cover;
  border-radius: 5px;
}

.blog-card .blog-txt {
  background: #07172645;
  border-radius: 6px;
  padding: 60px 18px 40px;
}

h3.blog-title {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff2b;
}

.blog-info {
  margin-top: 32px;
}

.blog-info h4 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}

.blog-info span.date-ad {
  font-size: 12px;
  line-height: 14px;
  font-family: "blender";
}

section.blogs .blogWp .text-light {
  color: #f8f9fabf !important;
}

/* ========================== Blogs =============================== */

/*------------------------------------------------- Footer ------------------------------------------- */

.footer {
  padding: 40px 0 0px;
  background: #0f0f10;
}

ul.adrs-links li a {
  color: #ffffff87;
  padding-bottom: 15px;
  transition: 0.3s;
}

ul.adrs-links li a i {
  width: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  font-family: "FontAwesome";
}

ul.adrs-links li {
  line-height: 1.1;
  margin-bottom: 15px;
}

ul.social-links {
  gap: 15px;
  display: flex;
  justify-content: center;
}

.footer h2 {
  font-size: 22px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  line-height: 30px;
}

ul.linkList li a {
  transition: 0.3s;
  color: #ffffff87;
  text-transform: capitalize;
  font-weight: 400;
}

.foot1 {
  margin-top: 37px;
}

.foot1 h3 {
  margin-top: 40px;
  font-size: 20px;
  text-transform: uppercase;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

.copyrite-txt {
  z-index: 1;
  padding: 32px 0;
  margin-top: 65px;
  border-top: 1px solid #bababa36;
}

.foot2 {
  padding-right: 0px;
  margin-top: 32px;
  padding-left: 17px;
}

ul.footer-social li a {
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6f9f84;
}

.quick-links-ft ul {
  column-count: 1;
  line-height: 30px;
}

.footer-copyright-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

.footer-copyright-button a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 90px;
  background: #6f9f84;
  transition: 0.2s;
}

.footer h2:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #ffffff2e;
  bottom: 0;
  left: 0;
}

ul.linkList li a:hover {
  color: #6f9f84;
  text-decoration: underline;
}

.footer-copyright-button i {
  font-size: 22px;
}

.menuSec ul li.active a {
  border-top: 2px solid #6f9f84;
}

ul.footer-social li a:hover {
  background: #ffff;
  color: #6f9f84;
}

ul.adrs-links li a:hover {
  color: #6f9f84;
}

.footer-copyright-button a:hover {
  background: #fff;
  color: #6f9f84;
}

footer p.text-light {
  color: #ffffff87 !important;
  font-weight: 400;
}

footer .maxWidth {
  max-width: 1420px;
}

.bt .pbtn:hover .arrow {
  filter: brightness(0) invert(1);
}

/*------------------------------------------------- Footer ------------------------------------------- */
