@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  scroll-behavior: smooth;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  color: #2b3031;
  line-height: 22px;
  font-weight: normal;
  font-family: "Lato", serif;
  font-style: normal;
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3c8c16;
  outline: none;
  text-decoration: none;
}

.navbar__items li a:hover,
.navbar__items li a:focus,
.navbar__items li.active a {
  color: #dfdfdf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Lato", serif;
  font-weight: 500;
  margin-bottom: 15px;
  color: #2b3031;
}

.h3,
h3 {
  font-size: 1.6rem;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

select.form {
  width: 100%;
  font-family: "Lato", serif;
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.25ch;
  color: #555 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.mar-top {
  margin-top: 80px !important;
}

textarea {
  height: 200px;
}

.form-control {
  height: 55px;
  padding: 10px;
}

/*p{
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    font-family: "Lato", serif;
    font-weight: normal;
    font-style: normal;
}*/
p {
  float: none;
  font-size: 15px;
  color: #555;
  font-weight: 400;
  letter-spacing: 0.25ch;
  /*white-space: pre-wrap;*/
  font-family: "Lato", serif;
}

.font-style1 {
  font-size: clamp(2.4rem, 4vw, 2.4rem);
  letter-spacing: 0.35ch;
  line-height: 1.2;
  text-transform: uppercase;
}

.font-style2 {
  font-weight: 300;
  margin: 0 0 1.6rem;
  font-size: 32px;
  letter-spacing: 0.25ch;
  line-height: 1.2;
  text-transform: uppercase;
}

.discover p {
  font-size: 14px;
  color: #000;
}

.bg-color1 {
  background: linear-gradient(to bottom, #0a3b00, #3c8c16, #5eb84e);
}

.text-color2 {
  color: #8d8d8d;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1b1b1b !important;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.header-right {
  text-align: right;
}

.header {
  background: linear-gradient(to top, #0f5905, #2d7813, #408d1c);
}

.home-page .header {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  z-index: 999;
  background: transparent;
}

.inner-page .header .home-logo {
  display: none;
}

.home-page .scroll-logo {
  display: none;
}

.home-page .isStuck .header .scroll-logo {
  display: block;
}

.home-page .isStuck .header .home-logo {
  display: none;
}

.home-page .isStuck .header {
  position: relative;
  background: linear-gradient(to top, #0f5905, #2d7813, #408d1c);
}

.logo,
.brand-logo {
  display: table;
  margin: 5px auto;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.brand-logo img {
  /* border-radius: 10px; */
  /* max-width: 80%; */
  border: 1px solid #fff;
}

.isStuck .brand-logo img {
  border-radius: 0 !important;
}

.isStuck .logo {
  display: none;
  opacity: 0;
}

.isStuck .brand-logo img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.brand-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*.isStuck .brand-logo{
    display: block;
}*/
.social-icons,
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}

.social-icons li {
  margin-right: 15px;
}

.social-icons li a {
  font-size: 20px;
  color: #fff;
}

.social-icons li:last-child {
  margin-right: 4px;
}

.social-icons.footer-icons {
  margin-top: 0;
}

.footer-icons li a {
  font-size: 18px;
}

.footer-icons li {
  margin-right: 15px;
}

li.footer-icons1 a:hover {
  color: #c53297;
}

li.footer-icons2 a:hover {
  color: #4267b2;
}

li.footer-icons3 a:hover {
  color: #3c8c16;
}

.mobile-menu {
  font-size: 3em;
  color: #fff;
  cursor: pointer;
  display: none;
}

.navbar__items {
  padding: 15px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar__items>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /* padding-right: 12px; */
}

.navbar__items li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #ffffff;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}

.navbar__items li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  text-align: left;
}

.navbar__items li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar__items li.dropdown>.dropdown-menu li a {
  padding: 10px 18px;
  color: #000;
  white-space: normal;
  border-radius: 0;
  border: 0;
}

.navbar__items>li:first-child {
  display: block;
}

.navbar__items a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  padding: 0px 10px;
  transition: all 500ms ease 0s;
}

.navbar__items li.dropdown {
  padding-right: 20px;
}

.navbar__items li.dropdown a {
  padding-right: 24px;
}

.navbar__items>li.dropdown>a:after {
  font-family: bootstrap-icons;
  content: "\F282";
  position: absolute;
  top: 50%;
  right: 0;
  /*font-size: 14px;*/
  transition: all 500ms ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar__items li:hover>a,
.navbar__items li:focus>a,
.navbar__items li.active>a {
  /*border-color: #00bdd5;*/
  color: #dfdfdf;
}

.navbar__items li.dropdown>.dropdown-menu li a:hover,
.navbar__items li.dropdown>.dropdown-menu li a:focus,
.navbar__items li.dropdown>.dropdown-menu li.active a {
  color: #dfdfdf;
  background-color: #000;
  border: 0;
  border-radius: 0;
}

.navbar__items li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/*.social-icons,
.contact-list{
    margin-top:26px;
}*/
.contact-list li {
  padding: 0 5px;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  font-family: "Lato", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2ch;
}

.contact-list li:first-child {
  /* padding-left: 0; */
}

.contact-list li:last-child {
  padding-right: 0;
}

.contact-list li i {
  margin-right: 5px;
  vertical-align: middle;
}

.contact-list li:last-child {
  padding-right: 0;
}

.contact-list li a:hover,
.contact-list li a:focus {
  color: #fff;
}

.contact li a {
  color: #000;
}

.btn-1 {
  position: relative;
  border: 2px solid #fff;
  padding: 0.6rem 1.2rem;
  background-color: #fff;
  color: #000;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  font-family: "Lato", serif;
  margin-top: 15px;
}

.btn-2 {
  display: inline-block;
  height: auto;
  padding: 12px 27px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #0a3b00, #3c8c16, #5eb84e);
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}

.btn-2:hover {
  background: #003b00;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}


.btn-1:before {
  position: absolute;
}

.btn-1:before,
.btn-1:after {
  border-color: transparent;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.btn-1:before {
  border-color: #fff;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -8px;
  top: -8px;
}

.btn-1:after {
  border-bottom-width: 2px;
  border-color: #fff;
  border-right-width: 2px;
  bottom: -8px;
  right: -8px;
}

.btn-1:hover:before,
.btn-1:hover:after {
  height: 100%;
  width: 100%;
}

.btn1 {
  border: 1px solid #fff;
  padding: 0.6rem 1.2rem;
  background-color: transparent;
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  font-family: "Lato", serif;
}

.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible {
  background: linear-gradient(to bottom, #0a3b00, #3c8c16, #5eb84e);
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.h3-sec {
  font-size: 35px;
}

.btn2 {
  background-color: #000;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.4px;
  padding: 8px 9px;
  text-transform: uppercase;
  width: 100%;
}

.h3-sec a {
  display: inline-block;
}

.btn2:hover,
.btn2:focus {
  color: #7e7e7e;
}

input::placeholder {
  font-size: 14px;
  color: #282828;
  font-family: "Lato", serif;
  letter-spacing: 0.2ch;
}

#metro-touch-slider .carousel-caption {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 120px;
}

.sub-title1 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.35ch;
  line-height: 1.2;
  text-transform: uppercase;
}

#metro-touch-slider .carousel-caption h5 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.35ch;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-img-box {
  position: relative;
}

.home-img-style1:before,
.home-img-style2:before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: -27px;
  background: linear-gradient(to bottom, #0a3b00, #3c8c16, #5eb84e);
  width: 300px;
  height: 332px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.home-img-style2:before {
  left: auto;
  right: -27px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.style-box1 {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin: 15px 0;
  display: block;
}

.style-box1 span {
  display: inline;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #30373e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.style-box1:hover {
  background-color: #1b1b1b;
  color: #fff;
}

.style-box1:hover span {
  color: #fff;
  -webkit-text-stroke-width: unset;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl {
  position: relative;
  z-index: 1;
}

.overlap:before,
.overlap2:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap2:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.latest-service {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
}

.overlay {
  background: rgb(0 0 0 / 70%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.overlay-invisible {
  opacity: 0.7;
}

.latest-service:hover .overlay {
  opacity: 1;
}

.overlay-p-15 {
  padding: 15px;
}

/*.overlay-border {
    height: 100%;
    width: 100%;
}*/
.latest-service-content {
  position: absolute;
  top: 52%;
  width: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.latest-service-inner {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.latest-service:hover .latest-service-inner {
  opacity: 1;
}

.latest-service img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

/*.latest-service:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}*/
.latest-service-inner h3 {
  font-weight: 300;
  margin: 0 0 1.6rem;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.25ch;
  line-height: 1.2;
  text-transform: uppercase;
}

.latest-service-inner h3 a:hover {
  color: #fff;
}

.latest-service-inner h6 {
  color: #f4b11d;
}

.latest-service-inner p {
  color: #fff;
}

#project-carousel .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 100%;
  margin: 5px;
}

#project-carousel .owl-dots .owl-dot.active span,
#project-carousel .owl-dots .owl-dot:hover span {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.project-overlap {
  position: relative;
  overflow: hidden;
}

.project-box .project-overlap {
  padding: 30px 15px;
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.1) 2%,
      rgba(0, 0, 0, 0.85) 90%);
  background: -webkit-linear-gradient(top,
      transparent 0,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.85) 90%);
  background: linear-gradient(to bottom,
      transparent 0,
      rgba(0, 0, 0, 0.01) 2%,
      rgba(0, 0, 0, 0.85) 90%);
}

#project-carousel .item .project-box .project-overlap .img-fluid {
  width: 100px;
  display: inline-block;
}

.sub-title {
  color: #555;
}

.project-box:hover .project-overlap {
  bottom: 0;
}

.project-box .project-overlap .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0 auto 30px;
}

.project-box:hover .project-overlap .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.project-box .project-overlap a {
  font-size: 22px;
  color: #fff;
}

.footer-widget {
  padding: 20px 0 20px 0;
}

.widget-title {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e !important;
  margin-bottom: 20px;
  letter-spacing: 0.2ch;
  font-family: "Lato", serif;
}

.footer-menu li a {
  position: relative;
  padding: 2px 0 2px 0px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

/*.footer-menu li a:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family:'bootstrap-icons';
}*/
.footer-links {
  display: block;
  color: #dfdfdf;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 14px;
  /*letter-spacing: .2ch;*/
  font-family: "Lato", serif;
}

.footer-links a {
  padding: 0 10px;
}

.footer-links a:first-child {
  padding-left: 0;
}

.footer-menu li a:hover,
.footer-links a:hover {
  color: #3c8c16;
}

.address-box {
  margin-bottom: 15px;
}

.address-box .address-icon-holder {
  float: left;
  margin-right: 15px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

/*.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #ff1a27 transparent transparent transparent;
    content: '';
    left: 10px;
}*/
.address-box .address-content {
  position: relative;
  overflow: hidden;
}

.address-box .address-content strong {
  color: #ffffff;
}

.address-box .address-content {
  color: #ffffff;
}

.address-box .address-content p {
  color: #fff;
}

.address-box .address-content p a:hover {
  color: #ddd;
}

.w-80 {
  width: 80%;
}

/*.address-box{
    border-right: 2px solid #fff;
    padding:50px 20px;
    text-align: center;
}
.address-box.last-child{
    border-right: 0;
}
.address-box .address-icon-holder{
    font-size: 16px;
    display: table;
    margin:auto;
    margin-bottom: 15px;
    color:#000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
    left: 10px;
}
.address-box a:hover,
.address-box a:focus{
    color: #ccc;
}
.footer-links a{
    margin:4px 5px;
}*/
/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 185px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap:after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\F286";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: normal;
  color: #4e4e4e;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #4e4e4e;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.progress-wrap:after {
  color: #4e4e4e;
}

.progress-wrap svg.progress-circle path {
  stroke: #4e4e4e;
}

.card-img {
  position: relative;
  cursor: pointer;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #000000a1;
  border-radius: 5px;
}

.card-img:hover .overlay1 {
  opacity: 1;
}

.card-img:hover .overlay1 i.bi.bi-search {
  display: block;
}

.icon {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

i.bi.bi-search {
  display: none;
}

.card-img:hover i.bi.bi-search {
  display: block;
}

.mid-overlay .icon:hover {
  color: #fff;
}

.mid-overlay .icon:focus {
  color: #fff;
}

.project-wrap h5.card-title a {
  border: 1px solid #dfdfdf;
  padding: 10px;
  color: #ffffff;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", serif;
  padding: 15px;
  /*background: #91919133;*/
  font-size: 17px;
}

.project-wrap h5.card-title a:hover {
  background: #00000061;
}

.project-wrap .card-body {
  padding: 127px 0;
}

.project-wrap h5.card-title {
  margin-bottom: 0;
}

.card.project-wrap {
  padding: 150px 0;
  border-radius: 0px;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 20px;
}

.card.project-wrap:before {
  background-color: rgb(0 0 0 / 31%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  content: "";
}

.padding-rooms {
  padding: 10% 10%;
}

.border_bottom {
  border-bottom: 4px solid #2b3031;
  width: 20%;
}

.who_we_areimg1 {
  background-image: url(../../assets/images/who-we-are-img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.who_we_areimg2 {
  background-image: url(../../assets/images/who-we-are-img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.utilityroom_img1 {
  border-bottom-left-radius: 100px;
}

.bootroom_img {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.wardrobes_img {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.pantries_img {
  border-top-right-radius: 100px;
}

.home-img-box {
  position: relative;
}

.border_right {
  border-bottom-right-radius: 100px;
}

.border_left {
  border-top-left-radius: 100px;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.list1 li,
.areas-list li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #555;
  letter-spacing: 0.25ch;
}

.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\F285";
  font-family: "bootstrap-icons";
}

.areas-list li:before {
  content: "\F3E7";
}

.list2 li {
  position: relative;
  padding: 5px 0px 5px 0px !important;
  color: #555;
  letter-spacing: 0.25ch;
  list-style-type: decimal !important;
  margin-left: 20px !important;
}

.list2 li:before {
  content: "";
}

.areas-list li:hover a,
.areas-list li:hover:before {
  color: #000;
}

#project-slider .slick-arrow {
  z-index: 9;
}

#project-slider .slick-prev {
  left: 0;
}

#project-slider .slick-next {
  right: 12px;
}

#project-slider .image-box {
  margin: 0 3px;
  position: relative;
  overflow: hidden;
  height: 90vh;
}

#project-slider .image-box:before {
  content: "";
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f4f4f4bd;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#project-slider .slick-current.slick-active .image-box:before {
  display: none;
}

#project-slider .slick-prev,
#project-slider .slick-next {
  font-size: 50px;
  color: #000435;
}

#project-slider .slick-prev:before,
#project-slider .slick-next:before {
  display: none;
}

.title2.button {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #000;
  padding: 13px 14px;
}

.title2.button h4 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: "Lato", serif;
  font-weight: 400;
}

.title.button {
  z-index: 11;
  position: absolute;
  top: 20px;
  left: 65px;
  background: #000000;
  padding: 13px 30px;
}

.title.button h4 {
  color: #fff !important;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: "Lato", serif;
  font-weight: 400;
}

#project-slider .slick-arrow i.bi-arrow-left-circle {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 3%;
  background: #000;
  padding: 15px 25px;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}

#project-slider .slick-arrow i.bi-arrow-right-circle {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 8%;
  background: #000;
  padding: 15px 25px;
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;

}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: rgb(255 255 255 / 61%);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  padding: 10px;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

textarea.form-control {
  height: 200px;
}

.modal-content-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}

.atdmodel-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #ffffff !important;
  opacity: 1;
  border-radius: 50%;
}

.atd-point-modal .modal-content,
.atddetail-form .modal-content {
  background: #ffffff;
}

.atd-point-modal .modal-footer button,
.atddetail-form .submit-btn,
.trade-account .submit-btn {
  background: #a0a095;
}

.atd-point-modal .modal-footer button:before,
.atd-point-modal .modal-footer button:after,
.atddetail-form .submit-btn:before,
.atddetail-form .submit-btn:after,
.trade-account .submit-btn:before,
.trade-account .submit-btn:after {
  border-color: #a0a095;
}

.atd-point-modal .modal-footer {
  border-top: 0px;
}

.atd-steps ul li {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.atddetail-form input,
.atddetail-form textarea {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.modal .btn-close:focus {
  box-shadow: none;
  border-color: none;
}

.imgtop-abslt img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  padding: 10px;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  border-color: #a1a1a1;
}

.atd-steps ul li span {
  font-size: 18px;
  color: #2b3031;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.atd-point-modal .modal-header {
  padding-bottom: 30px;
}

.atd-point-modal .modal-footer button {
  margin-top: 20px;
}

.atd-steps ul li {
  padding-bottom: 30px;
}

.trade-account .form-control {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.innerbox {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  background-color: #fff;
}

.minheight-box {
  min-height: 540px;
}

.borderthree-side {
  border: 1px solid #000;
}

.leftborder-0 {
  border-left: 0 !important;
}

.rightborder-0 {
  border-right: 0 !important;
}

.brochure-btn1 {
  padding: 20px 15px;
  background-color: #a0a095;
  color: #fff;
  display: inline-block;
  width: 30%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin: 4px;
}

.brochure-btn1:focus,
.brochure-btn1:hover {
  background-color: #fff;
  color: #000;
}

.single-service-item {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

.testimonial_box_content {
  box-shadow: 0 18px 17px 0 rgba(0, 0, 0, .1);
  padding: 30px;
  position: relative;
  background: #fff;
}

.testimonial_box_content p {
  margin-bottom: 0;
}

.testimonial_box_content:before {
  content: '';
  bottom: -20px;
  top: auto;
  border-color: #fff transparent transparent #fff;
  display: block;
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
}

.testimonial_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 25px;
}

.middlebox .testimonial_box_content {
  min-height: auto;
}

.testimonial_box_content {
  /*min-height: 320px;*/
  display: flex;
  align-items: center;
}

.testimonial_box i {
  position: absolute;
  top: -23px;
  font-size: 50px;
  left: -5px;
  color: #a0a095;
}

.testimonial_box .testimonials-author-title {
  color: #000000;
}

.single-services-box {
  background-color: #fff;
  text-align: center;
  height: 248px;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.single-services-box .icon1 {
  margin-bottom: 18px;
  background-color: #a0a095;
  width: 75px;
  height: 75px;
  line-height: 85px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.single-services-box .icon1 span {
  font-size: 25px;
}

.single-services-box .icon1 i::before {
  -webkit-transition: 0.5s;
  transition: 0.2s;
  font-size: 35px;
}

.single-services-box h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
  color: #000;
}

.single-services-box::before {
  border-radius: 5px;
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #a0a095;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-services-box:hover .icon1 {
  background-color: #ffffff;
  color: #000;

}

.single-services-box a:hover {
  color: #000;
}

.single-services-box:hover::before {
  width: 100%;
}

.single-services-box:hover p {
  color: #ffffff;
}

.single-services-box:hover h3 {
  color: #ffffff;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

#myModal .modal-header {
  display: flex;
  flex-direction: column-reverse;
  flex-shrink: none;
  align-items: center;
  justify-content: unset;
  padding: var(--bs-modal-header-padding);
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#myModal .model-btn {
  text-align: right;
}

#myModal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: rgb(255 255 255 / 88%);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  padding: 10px;
}

#myModal .call-model {
  background-color: #a0a095;
  margin-top: 10px;
  display: inline-block;
}

#myModal .call-model:hover {
  color: #fff;
}

#myModal .call-model:before,
#myModal .call-model:after {
  border-color: #a0a095;
}

.contact-wrap {
  text-align: center;
  width: 100%
}

.contact-wrap .address-icon-holder {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #003b00;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;
  border-radius: 100%;
}

.contact-wrap .address-icon-holder:before {
  display: none;
}

.contact-wrap .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 200px;

}

.contact-wrap .address-content strong,
.contact-wrap .address-content p {
  font-size: 18px;
  color: #000
}

.contact-wrap .address-content p a:hover {
  color: #5a5a5a !important
}

.address-box .address-icon-holder:before {
  position: absolute;
  bottom: -17px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
  left: 10px;
}

.inner-box {
  padding: 30px;
  border: 2px solid #0f5905;
}

.white-sec {
  background: #fff;
  padding: 30px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.bIqMnq {
  z-index: 9 !important;
}

@media (min-width: 1501px) and (max-width: 1700px) {
  .contact-list li {
    font-size: 19px;
  }

  .navbar__items li.last-child a {
    padding: 10px 6px;
  }

  .navbar__items li a {
    font-size: 16px;
    padding: 0 8px
  }
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .navbar__items li a {
    font-size: 15px;
    padding: 0 4px
  }

  .navbar__items li.last-child a {
    padding: 10px 5px;
  }

  .contact-list li {
    font-size: 17px;
  }

  .contact-list li {
    padding: 0 3px;
  }


}

@media (min-width: 1300px) and (max-width: 1600px) {
  .footer-icons li a {
    font-size: 16px;
  }
}

@media (min-width: 220px) and (max-width: 420px) {
  #myModal .call-model {
    font-size: 12px;
    padding: 10px 9px;
  }

  .bdaHgL {
    bottom: 145px !important;
    left: 0 !important;
    right: auto !important;
  }
}

@media (min-width: 993px) and (max-width: 1600px) {
  #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
    right: 120px;
  }

  .brand-logo img {
    /* border-radius: 50%; */
    /* max-width: 70%; */
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  #project-slider .image-box {
    height: auto;
  }

  .single-services-box p {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {

  .single-services-box p {
    font-size: 10px;
  }
}

@media (min-width: 220px) and (max-width: 991px) {

  .social-icons,
  .contact-list {
    margin-top: 9px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .style-box1 {
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin: 15px 0;
    display: none;
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    background: transparent;
    padding: 8px 14px;
    color: #fff;
    cursor: pointer;
    margin: 10px auto;
    border: 1px solid #fff;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -575px;
    width: 450px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #000;
    height: 100%;
    z-index: 999 !important;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px;
  }

  .lahvSr {
    z-index: 9 !important;
  }

  .navigation {
    text-align: left;
    display: block;
  }

  .nav-wrapper.open {
    left: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
    padding-right: 0;
  }

  .navigation>li:first-child {
    display: block;
    text-align: left;
  }

  .navigation li a {
    padding: 10px 20px !important;
    color: #fff;
    display: block;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #3c8c16;
    color: #fff;
  }

  .navbar__items>li.dropdown>a:after {
    right: 20px;
  }

  .navbar__items li.dropdown>.dropdown-menu,
  .navbar__items li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navbar__items li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .navbar__items li.dropdown>.dropdown-menu li a:hover,
  .navbar__items li.dropdown>.dropdown-menu li a:focus,
  .navbar__items li.dropdown>.dropdown-menu li.active a {
    background-color: #3c8c16;
  }


  .home-page .header {
    position: static;
    background: linear-gradient(to top, #0f5905, #2d7813, #408d1c);
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
    right: 10%;
    left: 10%;
  }

  .flexbox {
    display: block;
  }

  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70,
  .width-20,
  .width-25,
  .width-33 {
    width: 100%;
  }

  .address-box {
    /* padding: 20px;
    border-right: 0; */
    /* border-bottom: 1px solid #272727; */
  }

  .address-box.last-child {
    border-bottom: 0;
  }

  .project-box:hover .project-overlap,
  .project-box .project-overlap {
    bottom: 0;
  }

  #project-slider .image-box {
    height: auto;
  }

  .adtpoint-model-img {
    height: 300px !important;
  }

  .atd-point-modal .modal-content-body {
    padding: 40px 0;
  }

  .atd-point-modal .modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-services-box {
    margin-top: 20px;
  }

  .borderthree-side {
    border: 0;
  }

  .minheight-box {
    min-height: auto;
  }

  .m-parallax-bg {
    background-image: none !important;
    height: auto !important;
  }

  .contact-wrap .address-content {
    height: auto;

  }

  .home-page .header .home-logo {
    display: none;
  }

  .home-page .header .scroll-logo {
    display: block;
  }

  #project-slider .slick-arrow i.bi-arrow-right-circle {
    left: 15% !important
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .brochure-btn1 {
    padding: 20px 25px;
    background-color: #a0a095;
    color: #fff;
    display: inline-block;
    width: 45%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    background: transparent;
    padding: 8px 14px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    border: 1px solid #fff;
    /* float: right; */
  }

  .logo,
  .brand-logo {
    width: 100%;

  }

  .home-page .header {
    padding: 1rem !important;
  }

  .contact-list {
    text-align: left;
  }

  .header-right {
    text-align: center;
  }



  .social-icons,
  .contact-list {
    margin-top: 0;
  }

  .h3-sec {
    font-size: 28px !important;
  }

  .font-style1 {
    font-size: 30px;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  .brochure-btn1 {
    padding: 17px 17px;
    background-color: #a0a095;
    color: #fff;
    display: inline-block;
    width: 61%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    font-size: 15px;
  }

  .title.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 14px !important;
  }

  .title2.button {
    z-index: 11;
    position: absolute;
    top: -2px !important;
    right: 0px !important;
    background: #000000;
    padding: 10px 23px !important;
  }

  .title.button {
    z-index: 11;
    position: absolute;
    top: 0px !important;
    left: -1px !important;
    background: #000000;
    padding: 12px 13px !important;
  }

  /* .slide-btn {
    z-index: 11;
    position: absolute;
    bottom: 10px !important;
    right: -9px !important;
    background: #ffffff94;
    padding: 0px 0px;
  } */

  /* .next,
  .prev {
    background: #000;
    color: #fff;
    padding: 5px 10px !important;
    border: none;
  } */

  .logo,
  .brand-logo {
    margin: 10px auto;
    width: 30%;
  }

  .contact-list,
  .header-right {
    text-align: center;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  #metro-touch-slider .carousel-caption h5 {
    font-size: 30px;
  }

  .sub-title1 {
    font-size: 22px;
  }

  .h3-sec {
    font-size: 24px !important;
  }

}

@media (min-width: 220px) and (max-width: 575px) {
  #metro-touch-slider .carousel-caption h5 {
    font-size: 18px;
  }

  .sub-title1 {
    font-size: 14px;
  }

  .btn1 {
    padding: 0.4rem 1.4rem;
  }

  .font-style1 {
    font-size: 20px;
  }

  .p-5 {
    padding: 1.3rem !important;
  }

  .nav-wrapper {
    width: 100%;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .home-img-style2:before {
    bottom: -15px;
    /* left: -15px; */
    width: 150px;
    height: 150px;
  }

  .home-img-style1:before {
    bottom: -15px;
    left: -15px;
    width: 150px;
    height: 150px;
  }

  .home-img-style2:before {
    right: -15px;
  }

  /* .padding-rooms{
        padding: 20% 10%;
    } */

  .other_roomsec {
    flex-direction: column-reverse;
  }

  .h3-sec {
    font-size: 20px !important;
  }

  .carousel-indicators {
    bottom: -10px;
  }

  .carousel-caption .btn-1 {
    margin-top: 5px;
  }

  .pdf-model-content {
    background-color: #ffffffbe;
  }

  .inner-box,
  .white-sec {
    padding: 15px
  }

  #project-slider .slick-arrow i.bi-arrow-left-circle,
  #project-slider .slick-arrow i.bi-arrow-right-circle {
    padding: 8px 12px !important;
    font-size: 18px !important;
    bottom: 0
  }

  .title.button {
    padding: 8px 12px !important;
  }
      .title2.button {
        padding: 8px 5px !important;
    }
    .title2.button h4{
        font-size: 12px !important;
    }
}

@media (min-width: 220px) and (max-width: 420px) {
  .latest-service-inner h3 {
    font-weight: 300;
    margin: 0 0 10px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.25ch;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .latest-service-inner p {
    color: #fff;
    font-size: 13px;
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #ffffff2d;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    padding: 10px;
  }

  .social-icons li {
    margin-right: 3px;
  }

  .slider-wrapper .carousel-fade .carousel-inner,
  .slider-wrapper .carousel-fade .carousel-item {
    height: 250px;
  }

  .slider-wrapper .carousel-fade .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .btn-1 {
    font-size: 12px;
    padding: 10px 0px;
  }

  .atd-point-modal .modal-header {
    padding-bottom: 15px;
  }

  .atd-point-modal .modal-footer button {
    margin-top: 0;
    padding: 10px;
  }

  .atd-steps ul li {
    padding-bottom: 15px;
  }

  .trade-submit {
    padding: 10px !important;
  }

  .single-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 0;
    color: #000;
    font-size: 11px;
  }

  .brochure-btn1 {
    padding: 11px 7px;
    background-color: #a0a095;
    color: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    font-size: 11px;
  }

  .contact-list li a {
    font-size: 14px;
  }

}