@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: "urbanShadow";
  src: url("../fonts/urban.otf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1914;
  font-family: "urbanShadow";
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}

h2 {
  font-size: 60px;
  line-height: 60px;
}

h3 {
  font-size: 31px;
  line-height: 40px;
}

h4 {
  font-size: 23px;
  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: #926f55;
}

/***** 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;
}

.bt {
  display: inline-block;
}

.bt .pbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  text-transform: uppercase;
  height: 53px;
  background: transparent;
  color: #fff;
  padding: 4px 3px 4px 20px;
  font-weight: 500;
  transition: 0.2s;
  border-radius: 9px;
  border: 1px solid #fff;
}

.bt .pbtn .arrow {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border-radius: 7px;
  background: #fff;
}

.maxWidth {
  max-width: 1480px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #1f1914;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #926f55;
}

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;
  position: relative;
  background: #926f55;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 73%;
  margin: 0px auto;
}

.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: #ffff;
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  line-height: 24px;
}

.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: #926f55;
}

.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: #000;
  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: 180px;
  height: 100%;
  justify-content: center;
}

.followUs p {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
  font-size: 17px;
  line-height: 12px;
  color: #000;
  writing-mode: sideways-rl;
  font-family: "urbanShadow";
}

.links-ss {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  background: transparent;
  position: relative;
  gap: 60px;
}

ul.social.d-flex {
  flex-direction: column;
  gap: 10px;
  margin: 0px;
  position: relative;
}

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 li a:hover {
  background: #926f55;
  color: #fff;
}

img.banner-bg-img {
  height: 810px;
  width: 100%;
  object-fit: fill;
}

.banner_text {
  padding: 20px 0px 30px 0;
  margin-bottom: 150px;
  width: 100%;
}

.links-ss:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 36%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #dbdbdb69;
  top: 110px;
}

section.main_slider {
  position: relative;
  padding-left: 180px;
  background: transparent;
}

section.main_slider .flatyLinks:before {
  height: 55%;
  background: #fff;
  top: 0;
}

.carousel-inner {
  background: #926f55;
  position: relative;
}

.carousel-inner .carousel-item {
  position: relative;
}

img.banner-bg {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 20px 0px 0px 0px;
  border: 1px solid #fff;
}

.banner_text h1 {
  color: #fff;
  padding-bottom: 6px;
  border-bottom: 1px solid #ffffff3d;
  display: inline-block;
}

.banner_text p {
  color: #ffffff80;
  padding-bottom: 0px;
  line-height: 27px;
  padding-top: 10px;
}

section.main_slider .flatyLinks:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110px;
  background: #926f55;
}

ul.social.d-flex:before {
  position: absolute;
  width: 1px;
  background: #9999994a;
  height: 24%;
  right: 0;
  top: 100%;
  content: "";
  left: 2px;
  margin: 0px auto;
}

.banner_text h1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  right: 100%;
  background: #ffffff3d;
  bottom: -1px;
}

/*banner css end*/

.custom-slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.custom-slider-controls button {
  border: 1px solid #66666673;
  color: #666666;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  background: #ffff;
  font-size: 20px;
}

.custom-slider-controls button:hover {
  background: #926f55;
  color: #fff;
  border: 1px solid #926f55;
}

.current-slide {
  font-size: 45px;
  font-family: "urbanShadow";
  color: #926f55;
  line-height: 40px;
  position: relative;
  top: 2px;
}

.divider {
  width: 53%;
  height: 1px;
  background-color: #6666;
}

.total-slide {
  font-size: 14px;
  color: #926f55;
  letter-spacing: 3px;
}

.lightbg {
  background: #ffff;
  border-radius: 20px 0px 0px 0px;
  padding: 40px 60px 24px;
}

.banner-listing {
  position: absolute;
  right: 0;
  width: 68%;
  bottom: 0;
  z-index: 1;
}

.total-slide span.slide-count {
  color: #000;
}

.bt.drkbtn .pbtn {
  background-color: #926f55;
}

.bt.drkbtn .pbtn:hover {
  background-color: #000;
}

/* ============================ About =========================== */

.abtWrap {
  width: 90%;
  margin: 0px auto;
  position: relative;
  padding-left: 50px;
  padding-bottom: 30px;
}

img.ab1-img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 12px solid #ffff;
}

.abtWrap:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 370px;
  background: #926f55;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  z-index: -1;
}

.ab-right {
  position: relative;
  height: 100%;
  margin-top: 30px;
}

.ab-content {
  position: absolute;
  width: 700px;
  background: #fff;
  right: 0;
  top: 120px;
  padding: 30px 20px 0px 40px;
  border-radius: 5px;
}

.ab-content h3.sub-title {
  font-size: 24px;
  line-height: 20px;
  padding-top: 10px;
}

/* ============================ About =========================== */

/* ============================ Complete solution ================*/

.servicesSlider {
  position: relative;
}

.servicesSlider .slick-slide {
  opacity: 1;
}

section.private-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 508px;
  background: #926f55;
  top: 0;
}

.pri-heading {
  margin: 0px auto 40px;
  width: 95%;
}

.pri-heading .private-nav {
  width: 70%;
  float: right;
}

.pri-heading .private-nav span.total-slide.text-light {
  flex-shrink: 0;
}

.pri-heading .private-nav .current-slide {
  flex-shrink: 0;
}

.pri-heading .private-nav span.divider {
  background-color: #ffffff30;
  width: 33%;
}

.private-nav .custom-slider-controls button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #ffffff5e;
  color: #ffffff5e;
}

.private-nav .custom-slider-controls button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.svs-txt {
  padding: 40px 24px 40px;
  background: #1f1914;
  color: #ffffff8a;
  font-weight: 400;
  border-radius: 5px 5px 0px 0px;
}

span.svs-label {
  color: #ffff;
  text-transform: uppercase;
}

.svs-txt h3 {
  color: #fff;
  position: relative;
  padding: 10px 0;
}

.svs-txt h3:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background: #ffffff59;
  bottom: 8px;
}

img.svs-cd-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 0px 5px 5px;
}

section.private-sec .svs-card {
  margin: 0px 14px;
}

/* ============================ Complete solution ================*/
/* ============================ Chose Wp ================*/

.chos-right .ch-content {
  position: absolute;
  width: 700px;
  background: #fff;
  left: 0;
  top: 160px;
  padding: 30px 34px 0px 20px;
  border-radius: 5px;
}

.choseWp {
  width: 90%;
  margin: 0px auto;
  position: relative;
  padding-right: 50px;
  padding-bottom: 30px;
}

.chos-right {
  margin-top: 40px;
}

.chos-list li {
  margin: 10px 0px;
}

.chos-list li span {
  font-size: 23px;
  color: #1f1915;
  font-family: "urbanShadow";
  line-height: 25px;
}

.choseWp:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 370px;
  background: #926f55;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  z-index: -1;
}
/* ============================ Chose Wp ================*/

/* ========================== Quality ======================= */

img.quality-sec-bg {
  border-radius: 10px;
  object-fit: fill;
}

.qualit-box {
  background: #fff;
  width: 950px;
  margin: 20px auto;
  padding: 40px 0px;
  border-radius: 10px;
}

.qualit-box h2 span {
  display: block;
}

/* ========================== Quality ======================= */

/* Say Slider Start  */

section.say {
  position: relative;
  overflow: hidden;
  padding: 80px 0 90px;
}

section.say h2 {
  color: #000;
  font-weight: 100;
}

.sayWrap {
  width: 75%;
  margin: 0px auto;
  position: relative;
  padding: 30px 30px 40px;
}

.left-images img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  filter: drop-shadow(2px 4px 55px #999);
  transition: 0.3s;
  outline: 4px solid #fff;
  outline-offset: -4px;
}

.right-images img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  filter: drop-shadow(2px 4px 55px #999);
  transition: 0.3s;
  outline: 4px solid #fff;
  outline-offset: -4px;
}

.sayBox {
  position: relative;
  text-align: center;
  padding: 20px 10px;
}

.sayBox .say-auth-img {
  margin: 0px auto;
  display: table;
}

.sayBox .say-auth-img img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  transition: 0.3s;
  filter: drop-shadow(1px 4px 11px #999);
  outline: 4px solid #fff;
  outline-offset: -4px;
}

.say-auth-text {
  margin-top: 40px;
  background: #926f55;
  position: relative;
  padding: 48px 33px 24px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px #44444424;
  color: #fff;
  border-radius: 10px;
}

.say-auth-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  opacity: 80%;
}

.say-auth-text h5 {
  margin: 30px 0 0;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Montserrat";
  color: #fff;
}

.say-auth-text h5 ~ span {
  font-size: 9px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 14px;
  font-weight: 300;
}

.say-auth-text:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #926f55;
  border-bottom: 0;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
  right: 0;
  margin: 0px auto;
}

.left-images {
  position: relative;
  height: 100%;
}

.left-images .left-img1 {
  position: absolute;
  right: -51%;
  top: -30px;
}

.right-images .right-img1 {
  position: absolute;
  left: -62%;
  top: 0px;
}

.right-images {
  position: relative;
  height: 100%;
}

.right-images .right-img2 {
  position: absolute;
  top: 47%;
  right: -20%;
}

.left-images .left-img2 {
  position: absolute;
  top: 46%;
  left: -70%;
}

.map-shape-img img {
  width: 1200px;
  height: 530px;
  object-fit: fill;
  margin: 0px auto;
  display: inline-block;
  position: absolute;
  top: 31%;
  left: 7%;
}

/* Say Slider End */

/* ======================= Galler start ======================= */

section.gallery .maxWidth {
  max-width: 1350px;
}

.gropImgs {
  gap: 24px;
  margin-bottom: 20px;
  width: 100%;
}

.gropImgs img {
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
}

img.gal-lefg-sm {
  height: 330px;
}

.itemImg1 {
  flex-shrink: 0;
  width: 25%;
}

.galbig {
  width: 100%;
}

img.gal-big-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.itemImg2 {
  width: 75%;
}

img.gal-slider-img {
  height: 600px;
  object-fit: cover;
  border-radius: 9px;
}

.gal-txt {
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 12;
  background: #926f55eb;
  padding: 50px 20px 40px 30px;
  left: 9px;
}

.gal-txt li img {
  width: 17px;
}

.gal-txt .custom-slider-controls {
  justify-content: flex-start;
}

.gal-txt .custom-slider-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
}

.gal-txt .custom-slider-controls button:hover {
  background: #fff;
  color: #926f55;
}

.galsernav span.total-slide {
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "urbanShadow";
  margin-left: -6px;
  position: relative;
  bottom: -8px;
}

.galsernav span.current-slide.slide-count {
  top: 5px;
}

.homeGallerySLider .slick-slide {
  margin-left: 10px;
}
/* ======================= Galler start ======================= */

/* =================== Footer start  ============================== */

.footerSec {
  border-top: 1px solid #40394d;
  background-color: #1f1914;
}

.footer-links ul li a {
  margin: 5px 0px;
  color: #ffffff87;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

footer p {
  color: #ffffff80;
}

.footer-links.d-flex {
  gap: 40px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-txt {
  padding: 80px 10px 60px 30px;
  position: relative;
  border-right: 1px solid #36302c;
}

.footer-btm {
  padding: 20px 0;
  border-top: 1px solid #36302c;
}

.footer_links-main {
  padding-left: 20px;
}

.footer_links-sec {
  padding-left: 20px;
}

ul.ftsocial i {
  width: 40px;
  height: 40px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  background: transparent;
  border: 1px solid #fff;
}

h2.footer-title {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 14px;
}

.footer_links-sec ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

ul.ftsocial i:hover {
  background: #926f55;
  border: transparent;
}

.footerSec .maxWidth {
  max-width: 1340px;
}

.footer-txt.footer-info {
  border-left: 1px solid #36302c;
  height: 100%;
}

.footer-txt.footer-info p {
  color: #a1a5a9db;
}

.footer_links-sec ul li a {
  text-transform: unset;
}

.footer_links-sec ul li a img {
  margin-top: 6px;
}

.footer-txt.h-100.footer-social {
  padding-left: 20px;
  padding-right: 30px;
}

span.footerlabels {
  color: #ffffff36;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  writing-mode: sideways-rl;
  letter-spacing: 4px;
  position: absolute;
  top: 33%;
}

span.contact-ft-label {
  left: 50px;
}

span.social-ft-label {
  right: 50px;
}

.footer-btm p {
  color: #ffffff78;
  font-size: 13px;
}

/* =================== Footer end  ============================== */
