body {
  font-family: "Poppins", serif;
  margin: 0;
  padding: 0;
}

.heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 38px;
}

.heading h4 {
  font-size: 15px;
  color: #b69d74;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.header-nav {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  box-shadow: 0px 20px 50px -46px #000;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeeeee;
  padding: 7px 0;
}

.navigations-menu ul li {
  list-style: none;
}

.navigations-menu ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  margin-left: 32px;
  font-weight: 500;
}

.sub-nav {
  background: #b69d74;
  padding: 6px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-nav li {
  list-style: none;
  margin-right: 25px;
  font-size: 14px;
}

.sub-nav li i {
  margin-right: 7px;
}

.sub-nav .social-links i {
  margin-left: 10px;
}

.sub-nav button.btn.btn-dark {
  border-radius: 0;
  margin-left: 24px;
  font-size: 14px;
  padding: 11px 20px;
  background: #000;
}

.banner-sections .hero-slider {
  width: 100%;
  /* height: 420px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.banner-sections .swiper-button-prev {
  left: 20px !important;
  margin-left: 0 !important;
  background: #b69d74 !important;
}

.banner-sections .swiper-button-next {
  right: 20px !important;
  margin-right: 0 !important;
  background: #b69d74 !important;
}

.banner-sections .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.banner-sections .hero-slider .swiper-container {
  width: 100%;
}

.banner-sections .hero-slider .slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 17%;
}

.banner-sections .hero-slider .swiper-button-prev,
.banner-sections .hero-slider .swiper-button-next {
  background: transparent;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-sections .hero-slider:hover .swiper-button-prev,
.banner-sections .hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.banner-sections .hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.banner-sections .hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.banner-sections .hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.banner-sections .hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.banner-sections .hero-style {
  transition: all 0.4s ease;
}

.banner-sections .hero-style .slide-title h2 {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.4s ease;
  font-family: "Playfair Display", serif;
}

.banner-sections .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.banner-sections .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

.banner-sections .hero-style .slide-title h2 span {
  font-size: 24px;
  color: #b69d74;
}

.banner-sections .hero-style .slide-text p {
  opacity: 0.8;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: normal;
  color: #ffffff;
  transition: all 0.4s ease;
  margin: 20px 0;
}

.banner-sections .one {
  background: url(../images/banner.png) no-repeat;
  height: 900px;
  background-size: cover;
}

.banner-sections .two {
  background: url(../images/banner3.png) no-repeat;
  height: 900px;
  background-size: cover;
}

.a-btn .button {
  border-radius: 74px;
  background-color: #b69d74;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 18px 35px;
  transition: all 0.5s;
  cursor: pointer;
}

.a-btn .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.a-btn .button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.a-btn .button:hover span {
  padding-right: 25px;
}

.a-btn .button:hover span:after {
  opacity: 1;
  right: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b69d74;
}

.main-banner {
  position: relative;
}

.main-banner .about-section .about-inner {
  background-color: #ededed;
  height: 100%;
  border-radius: 5px 0 0 5px;
  padding: 60px 64px;
}

.main-banner .about-section {
  position: absolute;
  width: 100%;
  bottom: -31%;
  padding-bottom: 30px;
}

.main-banner .about-section .about-inner h3 {
  font-size: 26px;
  color: #91764a;
  margin-top: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.main-banner .about-section .about-inner p {
  font-size: 13px;
  line-height: 22px;
}

.main-banner .about-section img {
  border-radius: 0 5px 5px 0;
}

.Practice-sections {
  margin-top: 17%;
  padding: 90px 0;
}

.Practice-sections .Practice-inner {
  height: 450px;
  /* box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
  -moz-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
  -webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1); */
  padding: 100px 30px 100px 30px;
  border-radius: 5px 5px 5px 5px;
  /* -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; */
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.Practice-sections .Practice-inner:hover {
  cursor: pointer;
}

.Practice-sections .Practice-inner:hover {
  transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0);
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  transition: 0.5s;
}

.Practice-sections .Practice-inner i {
  color: #b69d74;
  font-size: 48px;
}

.Practice-sections .Practice-inner h4 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
}

.Practice-sections .Practice-inner p {
  font-size: 14px;
  line-height: 24px;
  color: #848484;
  margin: 20px 0;
}

.Practice-sections .Practice-inner a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #b69d74;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Practice-sections .Practice-inner a i {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 0;
}

.team-sections {
  background: url(../images/testimonial-bg.png) no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.team-sections .team-content {
  background: #fff;
  padding: 33px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.team-sections .team-img img {
  border-radius: 10px 10px 0 0;
}

.team-sections .team-content h3 {
  font-size: 20px;
}

.team-sections .slide-container {
  width: 100%;
  padding: 40px 0;
}

.team-sections .slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.team-sections .card {
  border-radius: 25px;
  background-color: #fff;
}

.team-sections .image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 14px;
}

.team-sections .image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.team-sections .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #b69d74;
  border-radius: 25px 25px 0 25px;
}

.team-sections .overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #b69d74;
}

.team-sections .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}

.team-sections .card-image {
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}

.team-sections .profile-s-link i {
  margin: 0 20px;
}

.team-sections .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #b69d74;
}

.team-sections .name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.team-details {
  padding: 70px 0;
  text-align: center;
}

.team-details h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.team-details h3 {
  font-size: 20px;
  color: #91713e;
  margin: 16px 0;
}

.team-details p {
  font-size: 14px;
  line-height: 23px;
}

.team-sections a {
  text-decoration: none;
}

.team-sections h3 {
  font-size: 14px;
  color: #8f754b;
}

.team-sections .description {
  font-size: 13px;
  color: #707070;
  text-align: center;
}

.team-sections .button:hover {
  background: #b69d74;
}

.team-sections .swiper-navBtn {
  color: #b69d74;
  transition: color 0.3s ease;
}

.team-sections .swiper-navBtn:hover {
  color: #b69d74;
}

.team-sections .swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 48px;
}

.team-sections .swiper-button-next {
  right: 0;
}

.team-sections .swiper-button-prev {
  left: 0;
}

.team-sections .swiper-pagination-bullet {
  background-color: #b69d74;
  opacity: 1;
}

.team-sections .swiper-pagination-bullet-active {
  background-color: #b69d74;
}

@media screen and (max-width: 768px) {
  .team-sections .slide-content {
    margin: 0 10px;
  }

  .team-sections .swiper-navBtn {
    display: none;
  }
}

.testimonial-section {
  background: url(../images/testimonial-bg2.png) no-repeat;
  background-size: cover;
  /* height: 900px; */
  padding: 50px;
}

.testimonial-section .t-inner-layer {
  border: 1px solid #c6c6c6;
  height: 100%;
  text-align: center;
  padding: 90px 0;
}

.testimonial-section .t-inner-layer i {
  font-size: 75px;
  color: #dedede;
}

.testimonial-section .t-inner-layer p {
  font-size: 15px;
  padding: 19px 88px;
  line-height: 25px;
}

.testimonial-section .t-inner-layer img {
  border-radius: 50%;
  max-width: 7%;
}

.testimonial-section .t-inner-layer h3 {
  font-size: 23px;
  margin: 12px 0;
  color: #000000;
}

.testimonial-section .t-inner-layer h6 {
  font-size: 13px;
  color: #937a53;
}

.testimonial-section .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -81px !important;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #b69d74;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.contact-sections .contact-right {
  /* background: url(../images/contact.png) no-repeat; */
  /* background-size: cover; */
  height: 100%;
  padding: 100px;
  background: #fdf5e8 !important;
}

.contact-sections .contact-left {
  padding: 100px;
}

.contact-sections .contact-left h3 {
  font-size: 18px;
  color: #9f8458;
  font-weight: 400;
  margin: 30px 0;
}

.contact-sections .contact-left a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  margin: -5px 0;
  font-size: 14px;
}

.contact-sections .contact-left a i {
  margin-right: 10px;
  color: #a4885b;
}

.contact-sections .contact-left p {
  line-height: 21px;
  font-size: 13px;
  color: #595959;
  margin: 28px 0;
}

.contact-sections .contact-left .s-input {
  position: relative;
}

.contact-sections .contact-left .s-input .form-control {
  font-size: 13px;
  padding: 15px 10px;
}

.contact-sections .contact-left .s-input button.btn.btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background: #b69d74;
  border: 0;
  font-size: 14px;
  padding: 10px 34px;
}

.contact-sections .contact-left .s-input button.btn.btn-primary:hover {
  background-color: #000;
  transition: 0.5s;
}

.contact-right .form-control {
  font-size: 13px;
  padding: 11px 10px;
  background: transparent;
  border: 1px solid #3a3a3a;
  color: #000000;
}

.contact-right textarea {
  font-size: 13px;
  padding: 11px 10px;
  background: transparent;
  border: 1px solid #3a3a3a;
  width: 100%;
  height: 105px;
  border-radius: 5px;
  color: #000000;
}

.footer-section {
  background-color: #1d1d1d;
  padding: 90px 0;
}

.footer-section h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}

.footer-section ul {
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  list-style: none;
  margin: 12px 0px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #969696;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.footer-section p {
  color: #b69d74;
  font-size: 14px;
}

.footer-section ul li a i {
  margin-right: 12px;
  color: #b69d74;
}

.footer-section .footer-input {
  position: relative;
}

.footer-section .footer-input .form-control {
  padding: 18px 41px 18px 13px;
  font-size: 13px;
  position: relative;
  border-radius: 15px;
}

.footer-section .footer-input i {
  position: absolute;
  right: 17px;
  top: 18px;
  font-size: 21px;
  color: #b69d74;
}

.copyright-section {
  display: flex;
  padding: 36px 115px;
  background-color: #111;
  justify-content: space-between;
  align-items: center;
}

.copyright-section p {
  margin: 0;
  padding: 0;
  color: #c7c2c2;
  font-size: 14px;
  font-weight: 300;
}

.copyright-section a i {
  color: #b69d74;
  margin-right: 13px;
}

.copyright-section p a {
  color: #b69d74;
  text-decoration: none;
  font-weight: 700;
}

.disclamer-modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11%;
}

.disclamer-modal .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgb(0 0 0 / 55%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.disclamer-modal .modal-dialog {
  max-width: 1300px;
}

.disclamer-modal .modal .modal-body p {
  font-size: 13px;
  line-height: 23px;
}

.disclamer-modal .modal .modal-body {
  padding: 45px 45px;
}

.disclamer-modal .modal .modal-body h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 38px;
}

.inner-banner {
  background: url(../images/banners/about-banner.jpg) no-repeat;
  background-size: cover;
  padding: 13% 10% 6% 10%;
}

.inner-banner h2 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 53px;
  margin-bottom: 18px;
}

.inner-banner .banner-link a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}

.inner-banner .banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-icon {
  width: 12px;
  height: 12px;
  background: #b69d74;
  border-radius: 4px 0px 4px 0px;
  margin: 0 9px;
}

ul.inner-lists {
  padding-left: 17px;
}

a.new-boxx {
  display: block !important;
}

a.new-boxx i {
  font-size: 48px !important;
}

ul.inner-lists li {
  font-size: 15px;
  margin-bottom: 16px;
}

ol.inner-lists li span {
  font-weight: 500;
  color: #a4824b;
}

ol.inner-lists {
  padding-left: 17px;
}

ol.inner-lists li {
  font-size: 15px;
  margin-bottom: 16px;
}

ul.inner-lists li::marker {
  color: #b69d74;
  font-size: 21px;
}

.faq-section {
  border: 1px solid #ababab;
  height: 100%;
  padding: 20px 20px;
}

.heading p {
  font-size: 15px;
}

.inner-about-section {
  margin: 90px 0;
}

.sidenav-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
}

.sidenav-header img {
  max-width: 155px;
}

.sidenav-header a.btn.btn-primary {
  width: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: transparent !important;
  color: #000;
  border: 0;
  font-size: 18px;
  padding: 0;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 88% !important;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px;
  border-bottom: 1px solid #dbdbdb;
}

.offcanvas-body {
  padding: 0 !important;
  position: relative;
}

.offcanvas-body .side-nav-social-links {
  width: 100%;
  background: #b69d74;
  position: absolute;
  bottom: 0;
  padding: 14px 25px;
  display: flex;
}

.offcanvas-body .side-nav-social-links a {
  color: #ffffff;
  padding-right: 18px;
}

.offcanvas-body ul {
  padding: 0;
}

.offcanvas-body ul li {
  list-style: none;
}

.offcanvas-body ul li a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 24px 29px;
  color: #000;
  border-bottom: 1px solid #eaeaea;
}

.side-nav {
  display: none;
}

.property-slide button.slick-arrow {
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-40px);
  border: none;
  outline: none;
}

.property-slide button:before {
  font-family: inherit !important;
  color: #000 !important;
  font-size: 30px;
}

.property-slide button.slick-prev {
  left: -50px;
}

.property-slide button.slick-next {
  right: -50px;
}

.property-item .property-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(153, 126, 67, 0.3);
  opacity: 0;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.property-item .property-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.Practice-sections .property-item .Practice-inner {
  /* width: 95%; */
  height: 450px;
  /* box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
  -moz-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
  -webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1); */
  padding: 100px 30px 100px 30px;
  border-radius: 5px 5px 5px 5px;
  /* -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; */
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  margin: auto;
  margin: 21px;
}

.carousel-container {
  /* max-width: 1200px;
  margin: 50px auto; */
  padding: 0 40px;
  position: relative;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  scroll-snap-type: x mandatory;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  flex: 0 0 90%;
  scroll-snap-align: start;
}

@media (min-width: 600px) {
  .carousel-slide {
    flex: 0 0 45%;
  }
}

@media (min-width: 900px) {
  .carousel-slide {
    flex: 0 0 30%;
  }
}

.Practice-inner {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  min-height: 250px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  transition: 0.3s;
  border: 1px solid #ddd;
}

.Practice-inner:hover {
  transform: translateY(-5px);
}

.Practice-inner i {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.Practice-inner h4 {
  margin: 10px 0;
  font-size: 20px;
}

.Practice-inner p {
  font-size: 15px;
  line-height: 1.5;
}

.Practice-inner a {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

.dark {
  background: #444;
  color: #fff;
}

.dark a {
  color: #fff !important;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #b59c73;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-left {
  left: 10px;
}
.arrow-right {
  right: 10px;
}

@media (max-width: 500px) {
  .arrow-btn {
    display: none;
  }
}

@media screen and (min-device-width: 360px) and (max-device-width: 500px) {
  .header-nav {
    display: none;
  }

  .disclamer-modal .modal .modal-body {
    padding: 15px 15px;
  }

  .disclamer-modal .modal .modal-body h1 {
    font-size: 21px;
  }

  .disclamer-modal .modal .modal-body p {
    font-size: 12px;
    line-height: 18px;
  }

  .a-btn .button {
    width: 100% !important;
    font-size: 15px;
    padding: 13px 35px;
  }

  .jst {
    justify-content: center;
  }

  .side-nav {
    display: block !important;
  }

  .banner-sections .hero-slider .slide-inner {
    padding-top: 0 !important;
  }

  .banner-sections .hero-style .slide-title h2 {
    font-size: 40px;
  }

  .banner-sections .one {
    background: url(../images/banner.png) no-repeat;
    height: 250px;
    background-size: cover;
    padding: 20px 0;
  }

  .banner-sections .two {
    background: url(../images/banner3.png) no-repeat;
    height: 250px;
    background-size: cover;
    padding: 20px 0;
  }

  .banner-sections .hero-style .slide-text p {
    line-height: 20px;
  }

  .main-banner .about-section img {
    display: none;
  }

  .main-banner .about-section .about-inner {
    background-color: #ededed;
    border-radius: 5px 0 0 5px;
    padding: 35px 18px;
    text-align: center;
  }

  .main-banner .about-section .about-inner h3 {
    margin-top: 0;
  }

  .Practice-sections .Practice-inner {
    height: auto !important;
    padding: 30px 30px 30px 30px !important;
    width: auto !important;
  }

  .Practice-sections .mt-5 {
    margin-top: 10px !important;
  }

  .heading h2 {
    font-size: 27px;
  }

  .team-sections {
    padding: 35px 0;
  }

  .team-sections .mt-5 {
    margin-top: 0px !important;
  }

  .property-slide button.slick-arrow {
    display: none !important;
  }

  .team-sections .slide-container {
    width: 100%;
    padding: 16px 0;
  }

  .contact-sections .contact-left {
    padding: 25px 10px;
  }

  .contact-sections .contact-right {
    padding: 25px 20px;
  }

  .Practice-sections {
    margin-top: 0;
    padding: 40px 0;
  }

  .main-banner .about-section {
    position: relative;
  }

  .main-banner .about-section {
    padding-bottom: 0 !important;
  }

  .footer-inner {
    padding: 0 !important;
  }

  .footer-section {
    background-color: #1d1d1d;
    padding: 40px 10px;
  }

  .footer-inner img {
    max-width: 20% !important;
  }

  .footer-section h3 {
    margin-bottom: 12px;
    margin-top: 25px;
  }

  .footer-section ul li a {
    font-size: 13px;
  }

  .copyright-section {
    display: block;
    padding: 36px 21px;
    text-align: center;
  }

  .copyright-section p {
    margin-top: 15px;
  }

  .copyright-section p a {
    display: block;
  }

  .copyright-section a i {
    margin: 0 10px;
  }

  .inner-banner {
    padding: 6% 6% 6% 6%;
  }

  .inner-about-section {
    margin: 40px 10px;
  }

  .inner-about-section img {
    margin-bottom: 30px;
  }

  .inner-about-section .mt-5 {
    margin-top: 30px !important;
  }

  .inner-banner h2 {
    font-size: 38px;
  }

  .heading p {
    font-size: 13px;
  }

  .inner-about-section .mt-4 {
    margin-top: 10px !important;
  }

  .team-details {
    padding: 40px 0;
    text-align: center;
  }

  .team-details p {
    font-size: 13px;
  }

  .Practice-sections .Practice-inner p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }

  .Practice-sections .Practice-inner a i {
    margin-left: 0 !important;
  }

  .banner-sections .hero-slider .swiper-button-prev,
  .banner-sections .hero-slider .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: -20px;
  }
}
