@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf);
} 
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
::-webkit-scrollbar-track {
  border: 0px;
  padding: 2px 0;
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #9e5e07;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.text-theme {
  color: #9e5e07 !important;
}

.text-gray {
  color: #1c0a09 !important;
}

.color-6 {
  color: #c28562;
}

.text-dark {
  color: #1c0a09 !important;
}

body {
  font-family: Montserrat;
  line-height: 1.45em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8392156863) !important;
  font-size: 16px !important;
  text-decoration: none;
}

main {
  min-height: 85vh;
}



.fixed-icon {
  position: fixed;
  left: 20px;
  bottom: 50px;
  z-index: 9;
  width: 50px;
}
.fixed-icon .whatsppchat {
  width: 50px;
  height: 50px;
  bottom: 41px;
  left: 42px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fixed-icon .fb {
  margin-bottom: 10px;
}
.fixed-icon .insta {
  margin-bottom: 10px;
}




.btn {
  font-family: Montserrat;
  font-size: 13px;
  line-height: 1.76em;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  position: relative;
  padding: 13px 70px;
}

.btn-animy {
  position: relative;
  color: #fff !important;
  display: block;
}

.btn-animy span::before,
.btn-animy span::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-animy:hover::before,
.btn-animy:hover::after {
  width: 0%;
}

.btn-animy:hover span::before,
.btn-animy:hover span::after {
  height: 0%;
}

.btn-animy span {
  display: block;
  padding: 12px 70px;
}

.btn-animy:after,
.btn-animy:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.btn-animy::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-animy span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-animy::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.btn-animy span::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}

.btn:focus-visible {
  box-shadow: none !important;
  background: #000 0% 0% no-repeat padding-box;
  border-color: #000;
  color: #ffffff;
}

.btn-primary {
  background-color: #c28562;
  border: #c28562;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #c28562;
  color: #ffffff;
}
.btn-primary:focus, .btn-primary:active {
  background: #c28562 0% 0% no-repeat padding-box !important;
  color: #ffffff;
}

.btn-secondary {
  background: #1c0a09;
  border: #1c0a09;
  color: #ffffff;
}
.btn-secondary:hover {
  color: #ffffff;
  border: #9e5e07;
  background: #9e5e07;
}
.btn-secondary:focus, .btn-secondary:active {
  color: #ffffff;
  border: #9e5e07;
  background: #9e5e07;
}

.btn-light {
  background-color: #fff;
  border: #fff;
  color: #000;
}
.btn-light:hover {
  background-color: #000;
  border: #000;
  color: #fff;
}
.btn-light:focus, .btn-light:active {
  background-color: #000;
  border: #000;
  color: #fff;
}

.brochure {
  font-size: 18px;
}

form .form-group label {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
form .form-group .form-control {
  padding: 7px 20px 7px 0;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a5a5a5;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
form .form-group .form-control::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
form .form-group .form-control::placeholder {
  color: #a5a5a5;
  opacity: 1;
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.help-block {
  display: inline-block;
  font-size: 13px;
  background: #ff7171;
  color: white;
  padding: 2px 10px;
  margin-top: 8px;
  position: relative;
  border-radius: 3px;
}
.help-block:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ff7171;
}

.sub-title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #c28562;
  text-transform: uppercase;
}

.main-title {
  font-family: Montserrat;
  font-size: 44px;
  text-transform: uppercase;
  color: #000;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.22em;
  line-height: 52px;
  letter-spacing: 0em;
}

.heading-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #252525;
}

.heading-large {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  color: #252525;
}

.animatated-title span {
  transition: all 0.4s ease;
  display: inline-block;
}
.animatated-title span:hover {
  transform: translateY(-10px);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

/* to remove slide effect  css */
.animated {
  animation-duration: 0 ms !important;
  animation-fill-mode: both !important;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.owl-arrow-middle .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  display: flex;
  height: 30px;
}
.owl-arrow-middle .owl-nav button {
  position: absolute;
}
.owl-arrow-middle .owl-nav button img {
  width: 20px;
}
.owl-arrow-middle .owl-nav .owl-prev {
  left: -50px;
}
.owl-arrow-middle .owl-nav .owl-next {
  right: -50px;
}

.terms {
  padding: 40px 0;
}
.terms .sidebar a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 15px;
  color: #252525;
  font-family: Montserrat;
}
.terms .sidebar .active {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #449452;
}
.terms .date {
  font-size: 16px;
}
.terms p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.terms li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
  margin-bottom: 10px;
}

.pagination {
  margin: 40px 0px;
  position: relative;
  z-index: 0;
}
.pagination .page-item .page-link,
.pagination .page-item a {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #252525;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 7px 13px;
  text-align: center;
}
.pagination .page-item .page-link.disable,
.pagination .page-item a.disable {
  opacity: 0.6;
}
.pagination .page-item .page-link.active,
.pagination .page-item a.active {
  color: #449452;
  font-weight: bold;
  opacity: 1;
}
.pagination .page-item .page-link:hover,
.pagination .page-item a:hover {
  color: #449452;
  font-weight: bold;
  opacity: 1;
}
.pagination .page-item .prev {
  margin-right: 15px;
}
.pagination .page-item .next {
  margin-left: 15px;
}
.responsive-about-img {
    width: 75%; 
}


.atc-success {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 650px;
  padding: 20px 15px;
  display: none;
  font-family: Montserrat;
}
.atc-success h1 {
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.atc-success h5 {
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 1;
}
.atc-success h4 {
  color: #7ca330;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.atc-success img {
  border-radius: 8px;
}

.page-title {
  padding: 120px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/colourbar-1.svg);
  width: 100%;
  height: 5px;
}
.page-title .main-title {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.page-title ul li {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  margin: 0 1px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  display: inline;
}
.page-title ul li a {
  color: #ffffff;
  font-weight: 300 !important;
}


.map-wrapper {
  width: 90%;          
  margin: 0 auto; 
 margin-bottom: 50px;     
}

.embed-map-frame {
  width: 100%;         /* responsive width */
  height: 450px;       /* desktop height */
  border: 0;
  display: block;
  border-radius: 0px; /* optional rounded */
}

.page-title-two {
  padding: 80px 0px;
  position: relative;
}
.page-title-two .main-title {
  font-family: Montserrat;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0px;
  color: #252525;
  text-align: center;
}
.page-title-two ul li {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  margin: 0 1px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #252525;
  display: inline;
}
.page-title-two ul li a {
  color: #252525;
  font-weight: 300 !important;
}

.page-title-three {
  padding: 40px 0px;
}

header {
  z-index: 2;
  position: absolute;
  width: 100%;
  z-index: 9;
}
header .sticky .collapse {
  opacity: 0;
}
header .fixed .collapse {
  opacity: 1;
}
header .navbar {
  padding: 7px 0 !important;
}
header .logo {
  width: 157px;
}
header nav {
  border-bottom: 1px solid rgba(7, 7, 7, 0.031372549);
  background: transparent 0% 0% no-repeat padding-box;
  transition: all 0.4s ease;
  padding: 15px 0 !important;
}
header nav .navbar-toggler {
  border: 0;
  box-shadow: none;
}
header nav .navbar-toggler:focus {
  box-shadow: none;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.09em;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 18px;
  color: #1c0a09;
  opacity: 1;
}
header nav .navbar-nav .nav-item .nav-link .fa {
  color: #9e5e07;
  transition: all 0.4s ease;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: #9e5e07;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #9e5e07;
}
header nav .navbar-nav .nav-item .nav-link:hover .fa {
  rotate: 180deg;
}
header nav .navbar-nav .nav-item .bag-img {
  filter: brightness(0);
}
header nav .navbar-nav .nav-item .bag-img:hover {
  filter: none;
}
header nav .navbar-nav .has-dropdown {
  position: relative;
  z-index: 0;
}
header nav .navbar-nav .has-dropdown .sub-menu {
  z-index: 1;
  position: absolute;
  background: #fff 0% 0% no-repeat padding-box;
  padding: 15px 15px;
  width: 220px;
  left: 0px;
  top: 75px;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
  transition: all ease 0.4s;
}
header nav .navbar-nav .has-dropdown .sub-menu .nav-item .nav-link {
  text-align: left;
  color: #1c0a09;
  font: normal normal normal 13px/18px Montserrat;
  letter-spacing: 0px;
  padding: 7px 0;
  opacity: 1;
}
header nav .navbar-nav .has-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header nav .right-nav .nav-item {
  padding: 6px 18px;
}

.fixed {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.0901960784);
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.navbar-expand-lg .navbar-toggler {
  display: none;
}

.sidebarmenu {
  background-color: #9e5e07;
  padding: 8px 10px 8px 10px;
  border-radius: 20px;
  border: 0;
  position: relative;
  width: 50px;
  min-width: 50px;
}

.sidebarmenu span {
  position: relative;
  display: block;
  height: 1px;
  width: 30px;
  margin: 3px 0;
  overflow: hidden;
}

.sidebarmenu span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.sidebarmenu:hover span::before {
  animation: animbar 0.4s ease-in-out;
}

@keyframes animbar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.offcanvas {
  background-color: #ece2d4 !important;
  --bs-offcanvas-width: 500px;
}

.offcanvas-header {
  position: absolute;
  right: 30px;
  top: 20px;
}

.offcanvas-body {
  padding: 85px 80px 80px;
}

.offcanvas-header .btn-close {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(32%) sepia(44%) saturate(3615%) hue-rotate(31deg) brightness(89%) contrast(94%);
}

.canvas-logo img {
  width: 160px;
}

.canvas-logo {
  margin-bottom: 40px;
}

.qodef-side-navigation ul.menu {
  list-style: none;
  padding-left: 0;
}

.qodef-side-navigation ul.menu > li {
  margin: 10px 0;
}

.qodef-side-navigation ul.menu > li > a {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.09em;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.qodef-side-navigation .submenu-toggle {
  font-size: 12px;
  margin-left: 6px;
  cursor: pointer;
}

.qodef-side-navigation ul.submenu {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

.qodef-side-navigation .has-submenu.open > ul.submenu {
  display: block;
  list-style: none;
}

.qodef-side-navigation .submenu li {
  position: relative;
  padding-left: 20px;
}

.qodef-side-navigation .submenu li::before {
  content: "→";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #c28562;
}

.qodef-side-navigation ul.submenu li a {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.09em;
  letter-spacing: 0.3em;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.sidebar-footer {
  border-top: 1px solid #9e5e07;
  padding-top: 20px;
  margin-top: 0px;
}
.sidebar-footer .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 400 !important;
}
.sidebar-footer p {
  color: #000;
}

footer {
  padding: 54px 0 54px;
  background-color: #ece2d4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid rgba(12, 7, 5, 0.1);
  position: relative;
}
footer .footer-top img {
  position: absolute;
  top: 0;
}
footer p {
  text-align: left;
  font: normal normal normal 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
}
footer .footer-content {
  font: normal normal normal 14px/28px Montserrat;
  margin-bottom: 20px;
}
footer .footer-content .footer-heading h6 {
  color: #9e5e07;
  color: #000;
  font: normal normal 500 22px/32px Montserrat;
  letter-spacing: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .footer-content .footer-list {
  -moz-column-count: 2;
       column-count: 2;
}
footer .footer-content .footer-list li {
  margin-bottom: 5px;
}
footer .footer-content .footer-list li a {
  color: #ffffff;
  font: normal normal 300 13px/23px Montserrat;
  letter-spacing: 0px;
}
footer .footer-content .footer-list1 li a {
  text-align: right;
  letter-spacing: 0px;
  opacity: 1;
  margin: 10px 0;
  line-height: 1.45em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8392156863) !important;
  font-size: 16px !important;
}
footer .disclaimer h5 {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 12px !important;
  color: rgba(33, 31, 29, 0.631372549) !important;
  font-family: "Montserrat" !important;
}
footer .disclaimer p {
  padding-bottom: 0px;
  font-size: 12px !important;
  color: rgba(33, 31, 29, 0.631372549) !important;
  font-family: "Montserrat" !important;
  margin: 0;
  line-height: 16px;
}
footer .hr-line {
  color: #848484;
  padding: 0;
  margin: 0;
}
footer .footer-test {
  padding-bottom: 12px;
  padding-top: 3px;
}
footer .footer-test .test-start {
  text-align: start;
  font: normal normal normal 10px/20px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}
footer .test-end {
  text-align: end;
  font: normal normal normal 10px/20px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}

.social-icon {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding-bottom: 20px;
  text-align: center;
}

.social-connect {
  text-align: center;
  color: #c28562 !important;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  position: relative;
}
.social-connect:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c28562;
  opacity: 1;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.copyright-area {
  background-color: #000;
  padding-top: 20px;
}

.copyright-area p {
  font-family: Montserrat;
  font-weight: 300;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 20px 0 !important;
  margin: 0;
}

.copyright-area p a {
  color: #fff;
}

.comman-contact {
  background-image: url(../img/common-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 70px 0;
}
.comman-contact .contact-list .list-data {
  text-align: left;
  font: normal normal normal 13px/24px Montserrat;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
  margin-bottom: 30px;
}
.comman-contact .contact-list .list-data .icon-wrap {
  margin-right: 15px;
}
.comman-contact .contact-list .list-data .num-wrap .text2 {
  font: normal normal 600 12px/24px Montserrat;
  opacity: 1;
  margin-bottom: 0;
}
.comman-contact .contact-list .list-data .num-wrap ul {
  padding-left: 0;
}
.comman-contact .contact-list .list-data .num-wrap ul .num-wrap {
  text-align: left;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
  padding-right: 15px;
}

.comman-contact-us {
  padding: 120px 0;
}

.contact {
  background-color: #c28562;
  padding: 70px 0;
}
.contact .message .contact-form .form-group {
  margin: 10px;
  width: 250px;
}
.contact .message .contact-form .form-group input {
  border-radius: 0;
  border: none;
}

.map-wrap .map iframe {
  margin-bottom: -6px;
}

.banner {
  position: relative;
  text-align: center;
  z-index: 0;
}
.banner .btn-wrap {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 10%);
}
.banner .home-top img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner .carousel-indicators button {
  background: whitesmoke;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 7px;
}
.banner .carousel-indicators .active {
  background: #9e5e07;
}
.banner .carousel-inner .carousel-item img {
  position: relative;
  text-align: center;
  z-index: -1;
}
.banner .carousel-inner .carousel-item .carousel-caption {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: 100%;
  padding: 0;
}
.banner .carousel-inner .carousel-item .carousel-caption h5 {
  font: normal normal 700 45px/60px Montserrat;
  letter-spacing: 0px;
  padding-bottom: 7px;
  color: #ffffff;
  opacity: 1;
}

.counter-section .row {
    display: flex;   
    flex-wrap: wrap; 
    gap: 80px;       
}

.about {
  padding: 50px 0;
}
.about .about-content .found {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  color: #c28562 !important;
  font-size: 16px;
}
.about .img-2 {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.about-two {
  background-color: #ece2d4;
  padding: 70px 0;
}
.about-two .owner-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  line-height: 1.35em;
  font-weight: 400;
}
.about-two .owner-img {
  border-radius: 50% 5% 50% 5% !important;
}

.bg-breks-img {
  background-image: linear-gradient(rgba(255, 255, 255, 0.3137254902), rgba(255, 255, 255, 0.3137254902)), url(../img/pattern.svg);
}

.counter-section {
  padding: 78px 0px 84px 0px;
  background: #fff;
}
.counter-section .number-wrap {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 100px;
  line-height: 1em;
  color: #f7e3d8;
  text-align: center;
}
.counter-section .couter-title {
  margin-top: -40px;
}


.counter-section .countbox h6 {
  margin: 0;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}

.anymated-img-wrap {
  overflow: hidden;
  position: relative;
}

.zoom-in-out-element {
  animation: zoom-in-zoom-out 25s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 150%;
  }
  100% {
    scale: 100%;
  }
}
.vision-section {
  padding: 50px 0;
  background: #1c0a09;
}
.vision-section h2 {
  font-family: "Montserrat";
  color: #fff;
  font-size: 30px;
  line-height: 1.35em;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.section-wrap {
  padding: 60px 0;
}

.box-one-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #c28562;
  transition: all 0.3s ease;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}
.box-one-wrap .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: 400;
  margin: 25px 0;
  min-height: 50px;
}

.box-one-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c28562;
  opacity: 0.8;
  z-index: -1;
  transition: all 0.3s ease;
}

.box-one-wrap .img-wrap {
  position: relative;
}
.box-one-wrap .img-wrap img {
  padding-top: 45px;
  transition: transform 0.6s ease-in-out;
}
.box-one-wrap .img-wrap:after {
  content: "";
  position: relative;
  height: 68px;
  width: 1px;
  background: #fff;
  display: block;
  margin: 20px auto 0;
}
.box-one-wrap:hover .img-wrap img {
  transform: rotateY(180deg);
}
.box-one-wrap:hover:before {
  transition: all 0.3s ease;
  content: "";
  opacity: 0;
}

.amenities .img-wrap img {
  filter: invert(1);
}

.project-logo-fix {
  width: 100px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 9;
}

.request-a-quate {
  background-image: url(../img/visit-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100% !important;
  padding: 80px 0;
}
.request-a-quate .about-content {
  background: white;
  padding: 30px;
  border-radius: 5px;
}

.gallery-slider {
  padding: 0 100px;
}
.gallery-slider button.carousel-control-prev.carousel-btn {
  transform: rotate(180deg);
}
.gallery-slider .carousel-btn {
  padding: 0;
  width: auto;
  margin: 0;
  opacity: 1;
}

.amenities-one {
  background-image: url(../img/home-club-house-jhaveri-a1.webp);
}

.amenities-two {
  background-image: url(../img/home-kids-play-area-jhaveri-a2.webp);
}

.amenities-three {
  background-image: url(../img/home-landscap-garden-jhaveri-a3.webp);
}

.amenities-four {
  background-image: url(../img/home-open-gym-jhaveri-a4.webp);
}

.amenities-five {
  background-image: url(../img/home-temple-jhaveri-a5.webp);
}

.amenities-six {
  background-image: url(../img/home-terrace-infinity-jhaveri-a6.webp);
}

.section-dark {
  padding: 50px 0;
  background-color: rgb(158, 94, 7);
}

.blog-box .img-wrap {
  overflow: hidden;
}
.blog-box .img-wrap img {
  transition: all 0.4s ease;
  transform: scale(1.02) translateX(-4px);
}
.blog-box .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 400;
  margin: 8px 0;
}
.blog-box p {
  margin: 0 0 13px;
  color: #b2b2b2 !important;
}
.blog-box:hover .img-wrap {
  overflow: hidden;
}
.blog-box:hover .img-wrap img {
  transform: scale(1.02) translateX(4px);
}
.blog-box:hover .title {
  color: #c28562 !important;
}

.btn-effect .btn-arrow:hover svg circle:nth-child(2) {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
  transition: 1.2s cubic-bezier(0.38, 0.67, 0.76, 0.66);
}

.btn-effect .btn-arrow svg circle:nth-child(2) {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: all 1.5s cubic-bezier(0.45, 0, 0.14, 1.03);
  transform: rotate(-200deg);
  transform-origin: 71% 50%;
}

.blog-section {
  padding: 70px 0;
}
.blog-section .blog-box .img-wrap {
  overflow: hidden;
}
.blog-section .blog-box .img-wrap img {
  transition: all 0.4s ease;
  transform: scale(1) translateX(0px);
}
.blog-section .blog-box .content-wrap {
  border: 1px solid rgba(128, 128, 128, 0.2196078431);
  margin-bottom: 26px;
  padding: 10px 22px 10px 22px;
  border-radius: 0px 0px 5px 5px;
  border-top: unset;
}
.blog-section .blog-box .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 400;
  margin: 8px 0;
}
.blog-section .blog-box p {
  margin: 0 0 13px;
  color: rgba(0, 0, 0, 0.8392156863) !important;
}
.blog-section .blog-box:hover .img-wrap {
  overflow: hidden;
}
.blog-section .blog-box:hover .img-wrap img {
  transform: scale(1) translateX(0px);
}
.blog-section .blog-box:hover .title {
  color: #c28562 !important;
}

.blog-detail {
  padding: 70px 0;
}
.blog-detail .blog-box-info .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.22em;
  padding: 15px 0;
}
.blog-detail .blog-box-info .title:hover {
  color: #c28562;
}
.blog-detail .blog-box-info .content-wrap {
  line-height: 1.45em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8392156863) !important;
  font-size: 16px !important;
}

.customer-review p {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.customer-review .review-title {
  font-size: 24px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 15px;
}
.customer-review h5.review-e-author-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.customer-review span.review-e-author-job {
  font-size: 13px;
  font-family: Montserrat;
  color: #c28562;
  font-weight: 400;
}

.about-content .para {
  line-height: 25px;
}

.sustainable {
  background-image: linear-gradient(rgb(170 170 170 / 31%), rgb(170 170 170 / 31%)), url(../img/pattern.svg);
  padding: 60px 0;
}

.service-section {
  padding: 0px 0;
  position: relative;
  line-height: 0;
}
.service-section .service-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.service-section .box-service {
  padding: 30px;
  border-radius: 0px 85px 0px 85px;
  border: 1px solid #9e5e07;  
  text-align: center;
  background: #fff;
  height: 100%;
}


.service-section .box-service .img-wrap {
  padding-bottom: 15px;
}
.service-section .box-service .img-wrap img {
  width: 75px;
}
.service-section .box-service h6 {
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 15px 0px;
}
.service-section .box-service p {
  line-height: 24px;
}

.service-box-one .service-img {
  position: relative;
  overflow: hidden;
}
.service-box-one .service-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  display: block;
  width: 130%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.service-box-one .service-img img {
  border-radius: 10px !important;
}
.service-box-one:hover .service-img::before {
  animation: shine-effect 1s ease-in-out forwards;
}
.service-box-one .title-wrap p {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
}

.service-box-one .title-wrap p:hover {
    color: #c28562 !important;
}

.bg-wrap{
  background-color: #ece2d485 !important;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-img img {
  border-radius: 10px;
}
.gallery-box .gallery-img video {
  border-radius: 10px;
}
.gallery-box .gallery-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  display: block;
  width: 130%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.gallery-box .gallery-img img {
  border-radius: 10px !important;
}
.gallery-box:hover .gallery-img::before {
  animation: shine-effect 1s ease-in-out forwards;
}

figcaption {
  display: none;
}

.project-page-logo img {
  width: 22%;
}

.about-project .info {
  color: #c28562 !important;
}

@keyframes shine-effect {
  0% {
    left: -150%;
  }
  100% {
    left: 120%;
  }
}
.why-choose {
  background: #1c0a09;
  padding: 50px 0 70px 0;
  margin-top: 70px;
}
.why-choose .choose-box {
  background: #ffffff;
  text-align: center;
  padding: 30px 30px 15px 30px;
  position: relative;
  transition: all 0.4s ease;
  height: 100%;
}
.why-choose .choose-box .choose-footer img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.why-choose .choose-box .choose-img {
  padding: 10px 0px 30px 0px;
}
.why-choose .choose-box h6 {
  font: normal normal bold 17px/28px Montserrat;
  letter-spacing: 0px;
  color: #1c0a09;
  opacity: 1;
}
.why-choose .choose-box p {
  text-align: center;
  font: normal normal normal 14px/22px Montserrat;
  letter-spacing: 0px;
  color: #848484;
  opacity: 1;
}
.why-choose .choose-box:hover {
  translate: 0 -15px;
}

.service {
  padding: 80px 0;
}
.service .service-slider .item {
  padding-top: 15px;
}
.service .service-slider .service-box {
  transition: all 0.4s ease;
}
.service .service-slider .service-box a {
  text-decoration: none;
}
.service .service-slider .service-box h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: normal normal bold 16px/20px Montserrat;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
  background-color: #9e5e07;
  height: 70px;
}
.service .service-slider .service-box:hover {
  translate: 0 -15px;
}

.project {
  background: #c28562;
  padding: 40px 0 60px 0;
}
.project .heading {
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.sub-banner { 
   height: 380px; 
   text-align: center;
   justify-content: center;
   display: flex; align-items: center;
   background-image: url(../../assets/img/back-img.webp); 
   background-size: cover; 
   background-position: center;
   background-repeat: no-repeat; 
    }
.csr-banner{
   height: 380px; 
   text-align: center;
   justify-content: center;
   display: flex; align-items: center;
   background-image: url(../../assets/img/csr-image.jpg); 
   background-size: cover; 
   background-position: center;
   background-repeat: no-repeat; 
}
.articles-banner{
  height: 380px; 
   text-align: center;
   justify-content: center;
   display: flex; align-items: center;
   background-image: url(../../assets/img/art-img.jpg); 
   background-size: cover; 
   background-position: center;
   background-repeat: no-repeat; 
}
}
.sub-banner h1.title {
  color: #1c0a09 !important;
  padding-top: 70px;
  font-weight: 500;
  font-size: 54px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.about-one {
  padding: 80px 0;
}

.our-accreditations {
  background: #c28562;
}

.about-two {
  padding: 10px 0;
}

.static-content .img-wrap-main {
  position: relative;
}
.static-content .img-wrap-main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/colour-bar.webp);
  width: 100%;
  height: 5px;
  background-size: cover;
  background-position: center;
}
.static-content .list-check li {
  margin-bottom: 10px;
  font: normal normal normal 14px/23px Montserrat;
  letter-spacing: 0px;
  color: #6f6f6f;
}
.static-content .list-check li:last-child {
  margin-bottom: 0;
}
.static-content .list-check li img {
  margin-right: 10px;
  width: 20px;
}
.static-content .desription .wrap {
  position: relative;
  padding-left: 30px;
}
.static-content .desription .wrap .left-img {
  position: absolute;
  left: 0;
  top: 0px;
  padding-top: 10px;
  width: 8px;
  height: 100%;
}

.section-one {
  padding: 70px 0;
}
.section-one .des p {
  font: normal normal normal 14px/23px Montserrat;
  letter-spacing: 0px;
  color: #6f6f6f;
}

.pd-50 {
  padding: 50px 0;
}

.pd-60 {
  padding: 60px 0;
}

.pd-70 {
  padding: 70px 0;
}

.pd-80 {
  padding: 80px 0;
}

.contact-wrap {
  text-align: center;
}
.contact-wrap i {
  color: #c28562;
  font-size: 50px;
  margin-bottom: 25px;
}
.contact-wrap .title {
  color: black;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-wrap .para {
  font-family: "Montserrat" !important;
  font-size: 16px;
  color: #615e5e;
}
.contact-wrap .para a {
  font-size: 16px;
  color: #615e5e;
}
.contact-wrap .para:hover {
  color: #c28562;
}
.contact-wrap .para:hover a {
  color: #c28562;
}

.contact-section {
  padding: 70px 0;
}

.contact-form-wrap .title {
  font-family: Montserrat;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.09em;
  text-align: center;
  margin-bottom: 30px;
}

.map-secrtion {
  margin-bottom: -7px;
}

.csr-section .wrap-csr {
  border: 2px solid #c28562;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.studio-box-one {
  background: white;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
}

.studio-box-one .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.22em;
}
.studio-box-one .para {
  font-weight: 400;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8392156863) !important;
  font-size: 14px !important;
}

.gallery-section {
  padding: 70px 0;
}

.service-box {
  position: relative;
}
.service-box .text-wrap {
  text-align: center;
  background: #f7e94e 0% 0% no-repeat padding-box;
  padding: 20px 10px;
}
.service-box .text-wrap h6 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  list-style: 24px;
  letter-spacing: 0px;
  color: #252525;
  margin-bottom: 0;
}

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

.also-services {
  background: #c28562;
  padding: 40px 0 60px 0;
}
.also-services .heading {
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.our-portfolio {
  padding: 60px 0;
}
.our-portfolio .filter-wrap ul li {
  display: inline-block;
  margin: 5px 30px;
}
.our-portfolio .filter-wrap ul li a {
  font: normal normal bold 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #252525;
  transition: all 0.4s ease;
}
.our-portfolio .filter-wrap ul li a:hover {
  color: #449452;
}
.our-portfolio .filter-wrap ul li a.active {
  color: #449452;
}

.portfolio-detail {
  padding: 70px 0;
  position: relative;
}
.portfolio-detail .content-wrap .text h5 {
  font: normal normal bold 13px/18px Montserrat;
  letter-spacing: 0px;
  color: #252525;
  margin-bottom: 5px;
}
.portfolio-detail .top-sticky {
  position: sticky;
  top: 100px;
}

.prev-next li a {
  font: normal normal bold 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #252525;
  text-transform: uppercase;
}
.prev-next li a:hover {
  color: #449452;
}
.prev-next li a:hover img {
  filter: invert(49%) sepia(10%) saturate(2182%) hue-rotate(79deg) brightness(99%) contrast(85%);
}

.portfolio-wrap {
  text-align: center;
}
.portfolio-wrap .img-wrap {
  overflow: hidden;
  display: block;
}
.portfolio-wrap .img-wrap img {
  transition: all 0.4s ease;
}
.portfolio-wrap .img-wrap img:hover {
  transform: scale(1.06);
}
.portfolio-wrap h6 {
  font: normal normal 600 16px/24px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 0;
}
.portfolio-wrap p {
  font: normal normal 300 12px/20px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 1;
  margin: 0;
}

.shop {
  padding: 65px 0;
}
.shop .shop-sidebar {
  position: relative;
}
.shop .sidebox .side-title {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 18px;
  font-weight: 700;
}
.shop .sidebox .accordion {
  --bs-accordion-bg: transparent;
}
.shop .sidebox .accordion .accordion-item {
  border: none;
}
.shop .sidebox .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 5px 0px;
  border-bottom: 0px solid #000000;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name {
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name.active {
  color: #449452;
}
.shop .sidebox .accordion .accordion-item .accordion-header .category-name:hover {
  color: #449452;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button {
  color: #6f6f6f;
  width: 20px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px 0px 5px 0px;
  background: transparent;
  box-shadow: none;
}
.shop .sidebox .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f106";
  position: absolute;
  transform: rotate(0);
  background: none;
  right: 0;
  top: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #449452;
  font: normal normal normal 22px/1 FontAwesome;
}
.shop .sidebox .accordion .accordion-item .accordion-header .collapsed::after {
  content: "\f107";
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body {
  padding: 0;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul {
  padding: 0px 0px 20px 15px;
  margin-bottom: 0;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li {
  padding: 5px 0px;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #6f6f6f;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li a:hover {
  color: #449452;
  opacity: 1;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label .form-check-input {
  display: none;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked + span.checkbox:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  color: #449452;
}
.shop .sidebox .accordion .accordion-item .accordion-body ul li label input:checked ~ p {
  color: #449452;
}

.product {
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 15px;
  transition: all ease 0.4s;
}
.product .product-img {
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-img .pro-img {
  border-radius: 0px;
  transition: all ease 0.4s;
}
.product .product-inner .product-title {
  color: #252525;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 8px;
}
.product .product-inner .price {
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
}
.product:hover .product-img .pro-img {
  transform: scale(1.1);
}
.product:hover .product-inner .product-title {
  color: #449452;
}
.product:hover .product-inner .price {
  color: #449452;
}

.shop-detail {
  padding: 50px 0px;
}
.shop-detail .product-img {
  text-align: center;
}
.shop-detail .product-img img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #888888;
  border-radius: 18px;
}
.shop-detail .shop-inner .shop-inner-content {
  padding-bottom: 15px;
}
.shop-detail .shop-inner .shop-inner-content .heading-title {
  font-family: Montserrat;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.shop-detail .shop-inner .shop-inner-content .price {
  color: #c4322a;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
.shop-detail .shop-inner .shop-inner-content .price span {
  font-style: italic;
}
.shop-detail .shop-inner .shop-inner-content .des P {
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.shop-detail .shop-inner .count-list {
  align-items: center;
  margin-top: 0px;
  margin-bottom: 45px;
}
.shop-detail .shop-inner .count-list .qty {
  color: #252525;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 5px;
}
.shop-detail .shop-inner .count-list .counter {
  border-radius: 30px;
  background: #f4f4f4;
  padding: 6px 20px;
  margin-right: 28px;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
}
.shop-detail .shop-inner .count-list .counter li a {
  font-family: Montserrat;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #449452;
}
.shop-detail .shop-inner .count-list .counter li .count-number {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #252525;
  background-color: transparent;
}
.shop-detail .shop-inner .count-list .counter li .count-number:focus-visible {
  outline: none;
}
.shop-detail .carousel {
  margin-right: 0rem;
}
.shop-detail .carousel .carousel-indicators {
  position: absolute;
  display: block;
  left: 0%;
  top: 0;
  right: inherit;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 100%;
  overflow-y: scroll;
  z-index: 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.shop-detail .carousel .carousel-indicators::-webkit-scrollbar {
  width: 0px;
}
.shop-detail .carousel .carousel-indicators::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.shop-detail .carousel .carousel-indicators::-webkit-scrollbar-thumb {
  background: #888;
}
.shop-detail .carousel .carousel-indicators::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.shop-detail .carousel .carousel-indicators button {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  opacity: 0.6;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 10px;
  padding: 0;
  margin-right: 6px;
  margin-left: 6px;
}
.shop-detail .carousel .carousel-indicators button img {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
}
.shop-detail .carousel .carousel-indicators .active {
  opacity: 1;
}
.shop-detail .carousel .carousel-inner {
  width: calc(100% - 97px) !important;
  margin-left: 97px !important;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(226, 226, 226, 0.1490196078);
  width: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0px;
}
.shop-detail .carousel .carousel-inner .carousel-item {
  text-align: center;
}
.shop-detail .carousel .carousel-inner .carousel-item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  border-radius: 0px;
}

.related-product {
  background: #c4322a;
  position: relative;
  z-index: 0;
  padding: 80px 0px;
}
.related-product .product {
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 15px;
  transition: all ease 0.4s;
}
.related-product .product .product-inner .product-title {
  color: #fff;
}
.related-product .product .product-inner .price {
  color: #fff;
}
.related-product .product:hover .product-img .pro-img {
  transform: scale(1.1);
}
.related-product .product:hover .product-inner .product-title {
  color: #f7e94e;
}
.related-product .product:hover .product-inner .price {
  color: #f7e94e;
}
.related-product .related-product-inner .owl-carousel .item {
  padding: 3px 0px;
}
.related-product .related-product-inner .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.related-product .related-product-inner .owl-theme .owl-nav button {
  background-color: transparent;
}
.related-product .related-product-inner .owl-theme .owl-nav button img {
  filter: brightness(5);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 94%;
    width: 100%;
  }
}
@media (max-width: 1099px) {
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    width: 200px;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100vh;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
  }

  .responsive-about-img {
        width: 100%;
    }
  header nav .navbar-nav .nav-item .nav-link {
    padding: 7px 18px;
  }
  .btn {
    padding: 7px 30px;
  }
  .sub-title {
    font-size: 12px;
    line-height: 16px;
  }
  .main-title {
    font-size: 32px;
    line-height: 42px;
  }
  .heading-title {
    font-size: 28px;
    line-height: 36px;
  }
  .heading-large {
    font-size: 36px;
    line-height: 45px;
  }
  .page-title {
    padding: 80px 0px;
  }
  .page-title .main-title {
    font-size: 32px;
    line-height: 38px;
  }
  .page-title ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .page-title-two {
    padding: 50px 0px;
    position: relative;
  }
  .page-title-two .main-title {
    font-size: 32px;
    line-height: 38px;
  }
  .page-title-two ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .owl-arrow-middle .owl-nav button img {
    width: 18px;
  }
  .owl-arrow-middle .owl-nav .owl-prev {
    left: -30px;
  }
  .owl-arrow-middle .owl-nav .owl-next {
    right: -30px;
  }
  .home .banner .carousel-inner .carousel-item .carousel-caption h5 {
    font: normal normal 700 32px/40px Montserrat;
  }
  header nav .navbar-nav .has-dropdown .sub-menu {
    width: 100%;
    left: 0px;
    top: 40px;
  }
  .pd-section {
    padding: 40px 0;
  }
  .shop-detail .shop-inner .shop-inner-content .heading-title {
    font-size: 32px;
    line-height: 42px;
  }
  .shop-detail .shop-inner .shop-inner-content .price {
    font-size: 20px;
    line-height: 28px;
  }
  .shop-detail .carousel .carousel-indicators button {
    width: 60px;
    height: 60px;
  }
  .shop-detail .carousel .carousel-inner {
    width: calc(100% - 77px) !important;
    margin-left: 77px !important;
  }
  .comman-contact {
    background-size: 38%;
    background-position: 100% 15%;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  header nav {
    padding: 5px 0 !important;
  }
  .fixed-icon {
    right: 5px;
    bottom: 20px;
    width: 35px;
  }

.gallery-slider {
    padding: 0;
}
 h1.title {
    font-size: 28px !important; 
    }
  .service-section .box-service {
  padding: 30px;
  border-radius: 0px 85px 0px 85px;
  border: 1px solid #9e5e07;  
  text-align: center;
  background: #fff;
  height: 95%;
}

.service-section .service-center {
    position: relative;
    left: 0;
    top: 15px;
    transform: translate(0%, 0%);
    width: 100%;
}
.map-wrapper {
  width: 95%;          
  margin: 0 auto; 
 margin-bottom: 50px;     
}

.embed-map-frame {
    height: 250px;  
  }
  .about-two .owner-title {
    font-size: 24px;
}
 .responsive-about-img {
        width: 100%;
    }
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-title {
    font-size: 20px;
    line-height: 28px;
  }
  .heading-large {
    font-size: 28px;
    line-height: 36px;
  }
  .page-title {
    padding: 60px 0px;
  }
  .project-logo-fix {
  width: 90px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 9;
}
  .page-title .main-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .page-title ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .page-title-two {
    padding: 50px 0px;
    position: relative;
  }
  .page-title-two .main-title {
    font-size: 24px;
    line-height: 32px;
  }
  .page-title-two ul li {
    font-size: 12px;
    line-height: 20px;
  }
  header .logo {
    width: 130px;
  }
  .sub-banner {
    height: 250px;
  }
  .sub-banner h1.title {
    font-size: 24px;
  }
  .pd-50 {
    padding: 20px 0;
  }
  .pd-60 {
    padding: 25px 0;
  }
  .pd-70 {
    padding: 30px 0;
  }
  .pd-80 {
    padding: 40px 0;
  }
  .owl-arrow-middle .owl-nav {
    position: relative;
    width: auto;
    display: block;
    margin-top: 30px !important;
  }
  .owl-arrow-middle .owl-nav button {
    position: relative;
  }
  .owl-arrow-middle .owl-nav button img {
    width: 18px;
  }
  .owl-arrow-middle .owl-nav .owl-prev {
    left: auto;
  }
  .owl-arrow-middle .owl-nav .owl-next {
    right: auto;
  }
  .request-a-quate {
    padding: 40px 0;
  }
  .section-one {
    padding: 40px 0;
  }
  .home .banner .carousel-inner .carousel-item .carousel-caption h5 {
    font: normal normal 700 20px/24px Montserrat;
  }
  .home .about {
    margin: 30px 0;
  }
  .pd-section {
    padding: 30px 0;
  }
  .shop-detail {
    padding: 0px 0px 30px 0;
  }
  .shop-detail .shop-inner .shop-inner-content .heading-title {
    font-size: 24px;
    line-height: 32px;
  }
  .shop-detail .shop-inner .shop-inner-content .price {
    font-size: 16px;
    line-height: 24px;
  }
  .our-portfolio .filter-wrap ul li {
    margin: 5px 15px;
  }
  .about-one {
    padding: 30px 0;
  }
  .blog-detail .blog-box-info .title {
      font-size: 20px;

}
}
@media (max-width: 576px) {
  .sub-banner {
    height: 150px;
  }
  .sub-banner h1.title {
    padding-top: 45px;
  }
  .btn-primary.p-1 {
    padding: 0; 
  }
  .page-title {
    padding: 40px 0px;
  }
  .page-title .main-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
 .service-box-one .title-wrap p {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 1.45em;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
  .vision-section h2 {
        font-size: 18px;   
        line-height: 1.3em;
    }
   .vision-section {
    padding: 18px 0;
    background: #1c0a09;
}
  .page-title ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .page-title-two {
    padding: 50px 0px;
    position: relative;
  }
  .page-title-two .main-title {
    font-size: 20px;
    line-height: 24px;
  }
  .page-title-two ul li {
    font-size: 10px;
    line-height: 16px;
  }
  .page-title-three {
    padding: 30px 0px;
  }
  .home .banner .carousel-inner .carousel-item img {
    min-height: 275px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .section-one {
    padding: 30px 0;
  }
  .pd-50 {
    padding: 20px 0;
  }
  .pd-60 {
    padding: 25px 0;
  }
  .pd-70 {
    padding: 30px 0;
  }
  .pd-80 {
    padding: 30px 0;
  }
  .about {
    padding: 40px 0;
  }
  .brochure {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .shop-detail .carousel .carousel-indicators button {
    width: 45px;
    height: 45px;
  }
 h1.title {
    font-size: 28px !important; 
    }
  .shop-detail .carousel .carousel-inner {
    width: calc(100% - 60px) !important;
    margin-left: 60px !important;
  }
 
.contact-form-wrap .title {
  font-size: 25px;
}
.contact-section {
    padding: 20px 0;
}
}/*# sourceMappingURL=style.css.map */




@media (max-width: 767px) {
    .box-service {
        text-align: center;
        margin-bottom: 20px;
    }
   .btn-animy span {
    display: block;
    padding: 0px 12px;
    font-size: 13px;
    }
    .contact-form-wrap .title {
    font-size: 25px;
   }
    .box-service img {
        max-width: 120px; 
        margin: 0 auto 10px;
    }

    .box-service h6 {
        font-size: 16px;
    }

    .box-service p {
        font-size: 14px;
    }
    .section-wrap{
      padding: 20px 0;
    }
}




