@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

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;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Hudson-NY';
  src: url(../fonts/Hudson-NY-Serif.otf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Urban';
  src: url(../fonts/UrbanshadowSansserif-LVvwy.otf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Blender_Pro';
  src: url(../fonts/fonnts.com-Blender_Pro_Medium.ttf);
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Hudson-NY';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Hudson-NY';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Hudson-NY';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Hudson-NY';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;

}

::-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: 20px 3%;
}

.menuSec .row {
  align-items: center;
}

.menuSec a.btn-1 {
  justify-content: end;
  margin: 0 0 0 auto;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  /* padding: 10px 23px; */
  font-size: 14px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.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: #28b16d;
}

@keyframes fadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade + Slide Up */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade + Slide Left */
@keyframes fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade + Slide Right */
@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply Animations */
.header-anim {
  animation: fadeSlideDown 0.8s ease forwards;
}

.logo-anim {
  animation: fadeSlideLeft 0.8s ease forwards 0.20s;
}

.menu-anim {
  animation: fadeSlideUp 0.8s ease forwards 0.35s;
}

.btn-anim {
  animation: fadeSlideRight 0.8s ease forwards 0.50s;
}

/* Modern underline */
.menuSec ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #28b16d;
  transition: width 0.35s ease;
}

.menuSec ul li a:hover::before {
  width: 100%;
}

.menuSec ul li a:hover {
  color: #28b16d;
}

/* Dropdown Smooth Fade Animation */
.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
  animation: fadeDown 0.3s ease forwards;
}

/* Dropdown hover effect */
.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 20px;
  transition: background 0.3s, color 0.3s;
}

.menuSec li>ul>li>a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.btn-1 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.btn-1 i {
  transition: transform 0.3s ease;
}

.btn-1:hover i {
  transform: translateX(5px);
}

.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>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.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;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

/*footer start*/
.footer-top h4 {
  font-size: 65px;
  color: #fff;
  line-height: 100px;
  font-family: 'Urban';
  margin: unset;
  font-weight: 400;
}

.info.num {
  text-align: center;
}

.info.num:after {
  display: none;
}

a.btn-1:hover {
  /* background-color: #191938; */
  /* color: #fff; */
  /* border: 1px solid #f11e1d; */
}

section.contact button.btn-1:hover {
  background-color: #191938;
  color: #fff;
}

.menuSec ul li a.btn-1:hover {
  background-color: #191938;
  color: #fff;
}

footer {
  padding: 30px 0px 0px 0px;
  background-color: #1b1b1b;
  position: relative;
}

.footer-top button:hover {
  background-color: #161514;
  color: #fff;
}

.footer-top input {
  width: 60%;
  background-color: #18191b;
  padding: 14px 14px;
  border: 1px solid #ffffff78;
  color: #fff;
  border-radius: 100px;
}

.footer-top button {
  padding: 15px 15px;
  font-size: 15px;
  font-family: 'Montserrat';
  border-radius: 100px;
  background-color: #75a930;
  color: #fff;
  border: unset;
  margin-right: 20px;
  position: absolute;
  width: 11%;
  right: 129px;
}

.footer-top .row {
  align-items: center;
}

.info h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Urban';
}

.info ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info ul li p {
  font-size: 15px;
  color: #ffffffb3;
  margin: 0;
}

.info ul li i {
  font-size: 25px;
  color: #fff;
}

.info ul li a {
  font-size: 15px;
  color: #ffffffbd;
  font-family: 'Montserrat';
}

.info ul li a span {
  display: block;
}

.footer-top input::placeholder {
  color: #fff;
}

.footer-center {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding: 40px 30px;
  border-top: 1px solid;
}

.footer-top {
  padding: 0 30px;
}

.info.num h6 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

.info:after {
  position: absolute;
  width: 1px;
  content: '';
  height: 231px;
  right: 0;
  top: -88px;
  background-color: #ffffff30;
}

.info {
  padding-right: 30px;
  position: relative;
}

.info.num a {
  padding: 10px 35px;
  font-family: 'Montserrat';
  font-size: 15px;
  color: #ffffff8c;
  border: 1px solid;
  display: inline-block;
}

.footer-bottom ul li i {
  font-size: 20px;
  color: #a3a3af;
  border: 1px solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom ul li {
  padding: 0px 3px;
}

.footer-bottom ul {
  display: flex;
  margin-bottom: 0px;
}

.footer-bottom p {
  font-size: 14px;
  color: #ffffff7a;
  text-align: center;
  margin: unset;
}

.get-in h2 {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  font-size: 52px;
  color: #fff;
  letter-spacing: 8px;
  padding: 50px;
  height: 104%;
}

.get-in {
  position: absolute;
  right: 0px;
  background-color: #f40000;
  padding: 50px;
  width: 12%;
  margin: 0;
  bottom: 0;
  height: 110%;
  display: none;
}

.footer-bottom {
  padding-bottom: 20px;
}

.info.tw:after {
  right: 30px;
}

.info ul li i.fas.fa-phone-alt {
  transform: rotate(90deg);
}

/*footer end*/




.our-gallery-sec {
  padding: 0px 5% 100px;
}

.our-work-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.our-work-project-img {
  height: 400px;
}

.our-work-project-img img {
  width: 100%;
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  object-fit: cover;
}

.our-work-slider-box {
  background: #75a930;
  padding: 80px 40px;
  border-radius: 10px 10px 0px 0px;
  min-height: 650px;
}

.our-work-slider-box h3 {
  color: #fff;
  margin-bottom: 10px;
}

.our-work-slider-box h5 {
  gap: 20px;
  padding-bottom: 10px;
  display: flex;
  margin-bottom: 25px;
  color: #fff;
  width: fit-content;
  align-items: center;
  justify-content: center;
  line-gap-override: 15px;
  border-bottom: 1px solid #fff;
}

.our-work-slider-box h4 {
  color: #fff;
  font-weight: 300;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 15px;
}

.our-work-slider-box p {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 30px;
}

.our-work-box .custom-left-p {
  padding-right: 0;
}

.our-work-box .custom-right-p {
  padding-left: 0;
  padding-right: 0;
}

.our-work-heading {
  text-align: end;
  display: flex;
  z-index: 1;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -100px;
  position: relative;
  top: 80px;
}

.our-work-heading p {
  width: 100%;
  max-width: 710px;
  font-size: 14px;
}

.our-fornav-slider-box {
  height: 170px;
  width: 100%;
}

.our-fornav-slider-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.our-fornav-slider {
  width: 70%;
  float: right;
  margin-top: 15px;
  margin-right: 5px;
  max-width: 1100px;
}

.our-fornav-slider .slick-slide {
  opacity: 1;
  margin: 0px 5px 0px 0px;
}

.our-workslider .slick-slide {
  margin: 0px 0px 0px 0px;
  opacity: 1;
}

.our-workslider .slick-dots {
  bottom: unset;
  display: flex;
  padding: 0;
  margin: 0;
  right: 0;
  top: 150px;
  left: -60px;
  z-index: 1;
  margin: auto;
  width: fit-content;
  right: 25%;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.our-workslider .slick-dots li button:before {
  font-size: 7px;
  left: 0;
  right: 0;
  top: 12.5px;
  bottom: 0;
  margin: auto;
  color: #75a930;
}

.our-workslider {
  margin: 0 !important;
}

.our-workslider .slick-dots li.slick-active button {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  margin: 5px 0px;
  justify-content: center;
  border: 1px solid #75a930;
}

.our-work-slider-box .theme-1 {
  /* border: 1px solid #fff; */
  /* padding: 0px 0px 0px 30px !important; */
  font-size: 14px;
  padding: 12px 34px;
  border-radius: 100px;
  background-color: #fff;
  color: #75a930;
  text-transform: uppercase;
}

.our-work-slider-btn button {
  width: 70px;
  height: 75px;
  display: flex;
  font-size: 20px;
  flex-shrink: 0;
  color: #ababab;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #cdcbc7;
  border-radius: 10px;
}

.our-work-heading h2 {
  color: #202020;
  font-size: 65px;
}

.our-work-heading h2 span {
  display: block;
}

/* our-work-sec */
/* Testimonial Section Start */

.our-client-sec .head-effect::after {
  width: 50%;
}

.client-sli .slick-slide {
  opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
  top: 2%;
}

.client-sli .slick-prev {
  left: -50px;
}

.client-box {
  margin: 10px 0;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8%;
  border: 1px dashed #000000e3;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: '\f053';
  font-weight: 600;
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'FontAwesome';
}

.client-sli .slick-next:before {
  content: '\f054';
  font-weight: 600;
  font-family: '';
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'FontAwesome';
}

.client-box h6 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #161514;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  z-index: 16;
  opacity: 1;
}

.client-box .quotess::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  font-size: 30px;
  z-index: -1;
  background-color: #eeebe880;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 30px;
  transform: rotate(180deg);
}

.client-ineer-box::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  z-index: 2;
  background-color: #fff;
  padding: 60px 28px;
  position: relative;
  box-shadow: 0 0 10px 0 #00000022;
  background: #fff;
  border-radius: 10px;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
}

.client-ineer-box ul li h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
  font-family: 'Blender_Pro';
}

.client-ineer-box ul li h4 span {
  font-size: 15px;
  display: block;
  color: #7c7c7c;
  text-transform: capitalize;
  margin-top: 0px;
}

.client-ineer-box ul li i {
  color: #ffb503;
  margin-right: 5px;
}

section.our-client-sec.themes-padd {
  padding: 80px 0;
  background-image: url(../images/client-back.jpg);
  width: 100%;
  height: 740px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.client-ineer-box:hover {
  background-color: #75a930;
  transition: 1s;
}

.client-ineer-box:hover h4 {
  color: #fff;
}

.client-ineer-box:hover p {
  color: #fff;
}

.client-ineer-box:hover h4 span {
  color: #fff;
}

.client-box .quotess:hover {
  background-color: #75a930;
}

section.our-client-sec.themes-padd .slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 70px;
  color: #1f1f1f;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #000;
}

.client-sli .slick-next {
  right: -20px;
}

.client-ineer-box p {
  font-size: 15px;
  color: #7c7c7c;
  margin: 0;
  /* font-family: 'Roboto'; */
  font-weight: 400;
  height: 110px;
  display: flex;
  align-items: center;
}

section.our-client-sec h6 {
  font-size: 30px;
  color: #1f1f1f;
}

section.our-client-sec h6 span {
  color: #ff0004;
}

.theme_heading h2 {
  color: #000;
  font-size: 82px;
}

.client-sli .slick-next {
  color: #fff;
}

/* Testimonial Section End */
/*mission start*/
.mission-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 20px;
  border-bottom-right-radius: unset;
}

section.mission .row {
  align-items: center;
}

.mission-tw-img img {
  width: 100%;
  height: 262px;
  object-fit: cover;
  border-radius: 20px;
  border-top-left-radius: unset;
}

.mission-tw-img {
  position: relative;
  right: 24px;
  top: -2px;
}

.mission-txt h3 {
  font-size: 56px;
  color: #202020;
  line-height: 1;
}

.mission-txt h3 span {
  display: block;
}

.miss-tw-txt {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.miss-tw-txt h3 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  color: #75a930;
}

.miss-tw-txt p {
  font-size: 14px;
  color: #7c7c7c;
}

.mission-txt p {
  font-size: 14px;
  color: #7c7c7c;
}

/*mission end*/
/*discover start*/
section.discover {
  padding: 100px 0px;
}

.dis-txt {
  text-align: center;
  margin-bottom: 20px;
}

.dis-txt h4 {
  font-size: 65px;
  line-height: 1;
  font-weight: 400;
  color: #202020;
}

.main-bx-dis {
  background-color: #ebebeb;
  width: 90%;
  margin: 0 auto;
  height: 591px;
  border-radius: 20px;
  position: relative;
}

.main-bx-dis-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
}

.main-bx-dis-img {
  padding: 15px;
}

.dis-txt p {
  font-size: 14px;
  color: #7c7c7c;
  width: 74%;
  margin: 0 auto;
}

.main-bx-dis-txt {
  padding: 15px;
  margin-top: 10px;
  padding-top: unset;
}

.main-bx-dis-txt h4 {
  margin-bottom: 20px;
  border-bottom: 3px dashed #bcbcbc;
  padding-bottom: 30px;
  font-size: 30px;
  color: #202020;
}

.main-bx-dis-txt p {
  font-size: 14px;
  color: #7c7c7c;
}

.main-bx-dis:before {
  position: absolute;
  top: 60px;
  left: -382px;
  right: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  content: '';
  background-color: #fff;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
}

.main-bx-dis:after {
  position: absolute;
  top: 58px;
  left: 0px;
  right: -381px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  content: '';
  background-color: #fff;
  z-index: 1;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.anim-dis-title {
  animation: fadeDown 1s ease forwards;
}

.anim-card {
  animation: fadeUp 1.3s ease forwards;
}

.anim-content {
  animation: fadeUp 1.5s ease forwards;
}

.anim-img-zoom img {
  animation: zoomIn 1.3s ease forwards;
}



.anim-card {
  transition: 0.4s ease;
  cursor: pointer;
}

.anim-card:hover {
  transform: translateY(-15px);
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.15);
}


.anim-card:hover .anim-img-zoom img {
  transform: scale(1.08);
  transition: 0.6s ease;
}


.anim-card:hover .main-bx-dis-txt h4 {
  color: #75a930;
  transition: 0.4s;
}


.anim-card:hover .btn-1 {
  transform: translateX(5px);
  opacity: 1;
}

a.btn-1 {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 4px 23px 4px 4px;
  color: #2c2b2b;
  border-radius: 100px;
  border: 1px solid #75a930;
}

a.btn-1 span {
  background-color: #75a930;
  padding: 12px 25px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat';
}

/*discover end*/
/*about start*/
section.about {
  padding: 100px 0px 0px;
}

.abt-txt h3 {
  font-size: 65px;
  line-height: 1;
  color: #202020;
}

.abt-txt h3 span {
  display: block;
}

.abt-txt p {
  font-size: 14px;
  color: #7c7c7c;
}

.abt-img {
  position: relative;
  z-index: 1;
}

.abt-img:before {
  position: absolute;
  top: -22px;
  left: -29px;
  content: '';
  background-size: cover;
  background-image: url(../images/abt-bef.png);
  width: 90%;
  height: 60%;
  z-index: -1;
}

.abt-3 {
  position: absolute;
  top: 0;
  right: 50px;
}

.abt-3 img {
  border: 15px solid #fff;
}

.abt-2 {
  position: absolute;
  bottom: 12px;
  left: 32px;
}

.abt-2 img {
  border: 15px solid #fff;
}

/*about end*/
/*chose start*/
section.chose {
  padding: 100px 3%;
}

.chose-img img {
  height: 688px;
  object-fit: cover;
  border-radius: 15px;
}

.chose-img-2 img {
  height: 530px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.chose-txt h3 {
  font-size: 65px;
  line-height: 1;
  font-weight: 300;
}

.chose-txt h3 span {
  display: block;
}

.chose-txt ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 14px;
}

.chose-txt ul li h5 {
  font-size: 21px;
  font-family: 'Hudson-NY';
  color: #171716;
  margin: unset;
}

.chose-txt p {
  font-size: 14px;
  color: #7c7c7c;
}

.chose-txt-2 h3 {
  font-size: 65px;
  line-height: 1;
  font-weight: 400;
}

.chose-txt-2 h3 span {
  display: block;
}

.chose-txt-2 p {
  font-size: 14px;
  color: #7c7c7c;
}

.chose-txt-2 {
  padding: 50px 60px;
  background-color: #fff;
  position: relative;
  top: -120px;
  right: -130px;
}

/*chose end*/
/*explore start*/
img.main-explore-img {
  width: 100%;
  height: 760px;
}

section.explore {
  padding: 100px 3% 60px;
  position: relative;
  z-index: 4;
}

section.explore::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #00000061;
  z-index: 0;
}

.expo-slider .slick-slide {
  margin: 0 0;
}

section.explore .slick-active {
  opacity: 1;
}

.expo-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.exp-txt h3 {
  font-size: 65px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.exp-txt h3 span {
  display: block;
}

.exp-txt p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  width: 56%;
}

.exp-txt {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.exp-sm-slider .slick-slide {
  margin: 0 10px;
}

.exp-sm-slider img {
  border-radius: 15px;
}

.exp-sm-slider.slick-initialized.slick-slider {
  position: relative;
  z-index: 1;
}

/* explore end */
/* banner start */
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.inp-main {
  display: flex;
  gap: 10px;
  align-items: center;
}


section.banner form {
  margin: 0 auto;
  width: 95%;
  background-color: #fff;
  padding: 12px 10px;
  border-radius: 100px;
  margin-top: 168px;
  position: relative;
}

section.banner {
  padding-bottom: 30px;
  padding-top: 80px;
  position: relative;
  min-height: 700px;
}

.inp {
  position: relative;
  width: 28%;
}

.inp input {
  width: 100%;
  padding: 14px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  outline: none;
}

.inp select {
  width: 100%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 100px;
}

.inp i {
  top: 20px;
  right: 20px;
  color: #b6b3b3;
  position: absolute;
  pointer-events: none;
}

section.banner form button {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 4px 23px 4px 4px;
  color: #2c2b2b;
  border-radius: 100px;
  border: 1px solid #75a930;
}

section.banner form button span {
  background-color: #75a930;
  padding: 12px 25px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat';
}

.bann-txt {
  padding: 0 4%;
  position: relative;
  z-index: 999999;
}

.banner-img {
  /* margin-top: -23%; */
  position: absolute;
  bottom: 0;
  right: 0;
  height: 660px;
  width: 100%;
}

.bann-txt h1 {
  color: #20201f;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 50px;
}

.bann-txt h1 span {
  display: block;
  font-weight: 500;
  color: #75a930;
  font-size: 71px;
}

.bann-txt p {
  font-size: 14px;
  color: #fff;
  width: 65%;
}

.head-bann {
  position: relative;
}

.head-bann::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  background-size: cover;
  background-image: url(../images/head-bann-bef.png);
  height: 44%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: 100% 100%;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade + Slide from Left */
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade + Slide from Right */
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Soft Zoom effect */
@keyframes zoomSlow {
  0% {
    opacity: 0;
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Floating hover effect */
@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ===================== */
/* APPLY ANIMATIONS */
/* ===================== */

/* Heading Animation */
.anim-h1 {
  animation: fadeLeft 1s ease forwards;
}

/* Highlighted span */
.anim-span {
  animation: fadeRight 1.2s ease forwards;
}

/* Paragraph animation */
.anim-p {
  animation: fadeUp 1.3s ease forwards;
}

/* Button animation */
.anim-btn {
  animation: fadeUp 1.5s ease forwards;
}

/* Banner Image slow zoom */
.anim-img img {
  animation: zoomSlow 1.6s ease forwards;
}

/* Booking Form fade-up */
.anim-form {
  animation: fadeUp 2s ease forwards;
}

/* Extra smooth hover float on section text */
.anim-text:hover {
  animation: float 3s linear infinite;
}

/*banner end*/
section.mission {
    padding-top: 100px;
}
/*INNER BANNER START*/
section.banner.inn .banner-img {
    height: 500px;
    width: 100%;
}
section.banner.inn {
    min-height: 470px;
    padding-top: 16%;
}
section.banner.inn .bann-txt h1 {
    font-size: 58px;
    line-height: 1;
    margin: unset;
    color: #fff;
}
.mission-txt h4 {
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    color: #202020;
}
section.about.inn {
    padding-bottom: 70px;
}
/* contact-sec inner */

.contact2-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.contact-box {
    background: #fff;
    padding: 50px 45px 25px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.contact-detail h5 {
    color: #6e6e6e;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-detail p {
    color: #5f6367;
    font-weight: 500;
    width: 81%;
    font-size: 14px;
}

.contact-detail h3 {
    color: #141212;
    font-size: 41px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-detail h4 {
    color: #000;
    margin-top: 50px;
    font-size: 35px;
}

.contact-input2 {
    position: relative;
}

.contact-input2 input {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #111010;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #dadada;
}

.contact-input2 input::placeholder,
.contact-input2 textarea::placeholder {
    font-size: 14px;
    color: #111010 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}


.contact-input2 textarea {
    width: 100%;
    height: 80px;
    color: #111010;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 14px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #dadada;
}

.text-center2 {
    position: absolute;
    right: 25px;
    bottom: -15px;
}

.phone-box {
    display: flex;
    gap: 25px;
    border-right: 2px solid #959595;
    padding: 55px 0px 30px;
    align-items: center;
}

.phone-box p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 600;
    margin: unset;
}

.flex-line {
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.phone-box2 p {
    color: #5f6367;
    font-size: 13px;
    font-weight: 500;
}

.phone-box2 {
    display: flex;
    gap: 25px;
    height: 100%;
    align-items: center;
    border-right: 2px solid #959595;
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 15px;
}

.phone-box3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 25px;
}

.phone-box3 p {
    color: #5f6367;
    font-size: 14px;
    font-weight: 600;
    margin: unset;
}

.map-sec {
    position: relative;
    top: -250px;
}

.map-sec iframe {
    width: 100%;
    border-radius: 10px;
    filter: grayscale(1) invert(1) brightness(0.3);
}

.contact-input2 {
    margin-bottom: 50px;
}

.text-center2 button {
    border: none;
    padding: 0px;
    padding-left: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 4px 23px 4px 4px;
    color: #2c2b2b;
    border-radius: 100px;
    border: 1px solid #75a930;
}

.map-sec {
    height: 400px;
}
button.btn-1 span {
    background-color: #75a930;
    padding: 12px 25px;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}
/* contact-sec inner */
section.policies {
    padding: 100px 0px;
}
.policies-txt h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #202020;
    line-height: 33px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px  dashed;
}

.policies-txt h5 {
    text-transform: uppercase;
    color: #202020;
    font-size: 25px;
    font-family: 'Hudson-NY';
}
.policies-txt p {
    font-size: 14px;
    color: #242424;
}
/*gallery start*/
section.gallery {
    padding: 100px 0px;
}
.gall-img img {
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.gal-img-3 img {
    height: 777px;
    object-fit: cover;
    border-radius: 20px;
}
.gal-img-4 img {
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

/* get a free */

/* Form Start */

.form-control:disabled,
.form-control:read-only {
    background-color: #ffffff;
}

.input-group-text {
    background-color: #ffffff;
    border-left: 0;
}

.order-form .input-group {
    position: relative;
}

.order-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-color: #bdbdbd;
    color: #909091;
    font-family: 'Montserrat';
    border-radius: 5px;
    font-weight: 500;
    padding: 17px;
    margin-bottom: 0;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);
    background-size: unset;
}

.input-group-text.plane {
    align-items: start;
}

.order-form textarea.form-control {
    resize: none;
}

.submit-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


form.order-form :is(input,
    select,
    textarea) {
    border: 1px solid #000;
    border-radius: 5px;
}

form.order-form ::placeholder {
    color: #909091;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 1px solid #b3b3b3;
    border-radius: 0px 10px 10px 0px;
    padding: 14px;
}

.contact1 input::placeholder {
    color: #909091;
}

section.work-together.bg-effect:before {
    background-position: bottom;
}

.work-together {
    margin-bottom: 100px;
    margin-top: 100px;
}

.order-form .input-group i {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    display: flex;
    border: none !important;
    align-items: center;
    justify-content: center;
}

.order-form .input-group i::after {
    width: 10px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
    content: '';
    height: 58px;
    width: 26px;
    position: absolute;
    right: 50px;
    rotate: 180deg;
    top: -2px !important;
    background-size: 10px 54px;
}

.text-center2.tw {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.contact-pag-form .form-group1::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 55px;
  border: 1px solid #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  /* margin-top: 26px; */
  display: flex;
  border-radius: 5px;
  margin-bottom: 20px;
}
.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
}
.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}
.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}
.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #7aa923;
  left: 10px;
  font-size: 20px;
}
.contact-pag-form .form-group {
    position: relative;
}
.input-group select {
    height: 60px;
}
.section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 58px;
    color: #0c0b0b;
    line-height: 1;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 14px;
    color: #7c7c7c;
    width: 50%;
    margin: 0 auto;
}
/* get a free */