@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');




:root {
  /* Colors: */
  --color-f57921: #ff9257;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-family-Playfair: "Playfair Display", serif;
  --font-family-alata: "Alata", sans-serif;;

  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-21: 21px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-35: 35px;

  --font-size-42: 42px;
  --font-size-50: 50px;

  --font-size-60: 60px;

  --character-spacing-0: 0px;

  --line-height-36: 36px;
  --line-height-60: 60px;

  --line-height-72: 72px;

  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}



* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-Playfair);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-21);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
}


.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-ffffff);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-d12032);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

section {
  overflow: hidden;
}


p {
  font-size: var(--font-size-21);
  font-family:var(--font-family-alata);
}

.main-title {
  font-size: var(--font-size-60);
  text-transform: capitalize;
  line-height: var(--line-height-72);

}
.banner-content h2 {
  font-family: var(--font-family-alata);
  font-size: 20px;
  margin-bottom: 60px;
}
.section-title {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-Bold);
  text-transform: capitalize;
  line-height: var(--line-height-60);

}

.sub-title {
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-36);
  text-transform: capitalize;


}

.small-title {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Medium);
  text-transform: capitalize;
  color: var(--color-f57921);
  font-style: italic;
}

.explore-btn {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: var(--color-f57921);
  border: transparent;
}

.explore-btn:hover {
  background-color: var(--color-000000);
  color: var(--color-ffffff);
}

.mobile {
  display: none;
}

.offcanvas-header {
  display: none;
}


.swiper-slide-active .slider-title1 {
  animation: fadeInLeft 2s;
}

.swiper-slide-active .slider-title2 {
  animation: fadeInRight 2s;
}

.swiper-slide-active .slider-title3 {
  animation: bounceInLeft 2s;
}

.banner-pagi span {
  right: 0;
}

.header-btn {
  margin-right: 4%;

}

.sidenav,
.mobile-toggle {
  display: none;
}

.banner{
  padding-bottom: 200px;
}
.banner img{
  width: 519px;
}
/* @import url(../css/root.css); */
/* main-header */

.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  position: fixed;
  background: #000000c9;
  box-shadow: #63636333 0px 2px 8px 0px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .navbar-brand img,
.main-header.g_shrink .navbar-brand .svg {
  width: 115px !important;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}


.enquiry {
  background: var(--color-d12032) !important;
  padding: 10px 30px;
  color: var(--color-ffffff);
  text-transform: capitalize;
  font-weight: var(--font-weight-Bold);
  font-size: var(--font-size-16);
}

a.enquiry:hover {
  background: var(--color-ffffff) !important;
  color: var(--color-d12032) !important;
}

.main-nav {
  padding: 50px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.navbar-brand {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.navbar-brand img,
.navbar-brand .svg {
  width: 60%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 0;
  margin-right: 40px;
  font-size: var(--font-size-21);
  color: var(--color-ffffff);
  line-height: var(--line-height-inherit);
  text-transform: capitalize;
  margin-left: 50px;
  font-family: var(--font-family-alata);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-f57921);
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-f57921);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

.header-menu {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  margin-left: 150px;
}

.navbar-expand-lg .email a {
  color: var(--color-f57921);
  font-weight: var(--font-weight-Bold);
}
.navbar-expand-lg .email a:hover{
  color: var(--color-ffffff);
  border-bottom: 1px solid #fff;
}
.logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 36%;
  height: 30vh;
  background-color: var(--color-ffffff);
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.section-space {
  padding: 100px 0;
}


/* main-banner */
.banner-content {
  position: absolute;
  top: 30%;
  left: 10%;
  color: var(--color-ffffff);
  width: 45%;
}
.banner-img img{
  width: 100%;
    }
.banner-content p {
  margin: 30px 0;
}

.bhuj-bldg {
  position: relative;
  right: 0;
  z-index: 9;
  height: 100%;
  top: 150px;
}

.bhuj-bldg img {
  position: absolute;
  right: 0;
  z-index: 9;
}



/* about */
.feature-box {
  padding: 50px 0;
  background-color: transparent;

}
.feature-wrap {
  display: flex;
  flex-direction: row;
}
.feature-box .feature-content {
  width: 21%;
  /* border-right: 1px saddlebrown; */
  padding-right: 50px;
  margin-right: 50px;
}
.feature-box .sub-title {
  margin: 30px 0;
}

.feature-box .sub-title a i {
  color: var(--color-f57921);
}

.feature-box i {
  font-size: var(--font-size-35);
  color: var(--color-000000);
}

.feature-content {
  border-right: 1px solid #ccc;
  width: 77%;
}



/* about */

.about-us {
  background-image: url(../images/about-bg.jpg);
  background-position: bottom;
  background-size: cover;
}

.about-us .content {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}



/* counter */
.counter-box {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px;
}

.counter-box h4 {
  font-size: var(--font-size-42);
  font-weight: var(--font-weight-SemiBold);
  position: absolute;
  z-index: 9;

}

.counter-box .number {
  font-size: 195px;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-f57921);
  opacity: 0.2;
  position: absolute;

  z-index: 1;
}

/* .service */


.service {
  background-image: url(../images/service-bg.jpg);
  color: var(--color-ffffff);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-box {
  margin-bottom: 80px;
  padding-right: 40px;
}

.service-box img {
  margin-bottom: 30px;
}


/* testimonial */

.testimonial-box {
  padding: 50px;
  padding-bottom: 80px;

  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-box h4 {
  font-size: 28px;
  color: var(--color-f57921);
  margin-bottom: 5px;
}

.testimonial-box h5 {
  font-size: 18px;


}

.testimonial-section .explore-btn {
  margin-top: 50px;
}

.testimonial-box p {
  font-weight: var(--font-weight-Medium);
  text-align: justify;
  height: 300px;
line-height: normal;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.quote {
  text-align: center;
  margin-top: 80px;
}

.quote img{
  width: 100px !important;

}

.person-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.person-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 30px;
  background-color: antiquewhite;
}

.person-img img{
  width: 100px;
  height: 100px;
}

.contact-us {
  background-image: url(../images/contact-bg.jpg);
}

.contact-us .contact li {
  display: flex;
  margin-bottom: 30px;
}

.contact-us .contact li a {
  margin-left: 30px;
  color: var(--color-000000);
  font-family: var(--font-family-alata);
}
.contact-us .contact li a:hover{
  color: var(--color-f57921);
}
.contact-us .contact li i {

  color: var(--color-f57921);
}

.contact-form {
  padding-right: 100px;
}

.top-footer img {
  width: 150px !important;
}

.top-footer p {
  color: var(--color-ffffff);
  font-size: var(--font-size-16);
  width: 80%;
  font-weight: 400;
}

footer {
  padding: 150px 0;
  font-size: var(--font-size-16);
  background-color: var(--color-f57921);
  clip-path: polygon(0% 16%, 100% 0%, 100% 80%, 0% 100%);
  position: relative;
  margin-top: -103px;
}

input.form-control {
  padding: 20px;
  border: transparent;
  border-radius: 0;
}

textarea.form-control {
  padding: 20px;
  border: transparent;
  border-radius: 0;
}

h3.footer-heading {
  font-size: var(--font-size-21);
  font-weight: bold;
  color: var(--color-ffffff);
  margin-bottom: 30px;
}

.footer-box p {
  color: var(--color-ffffff);
  font-size: 17px;
  padding-right: 100px;
  font-weight: var(--font-weight-normal);
}

.social-footer {
  margin-top: 30px;
}

.social-footer ul li {
  float: left;
  margin-right: 30px;
}

.social-footer ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-000000);
  display: flex;
  transition: 0.5s;
}

.social-footer ul li i:hover {
  color: var(--color-f57921);
}

.top-footer .links li a {
  margin-bottom: 20px;
  display: block;
  font-family: var(--font-family-alata);
}

.copyright {
  text-align: right;
  font-size: var(--font-size-16);
  position: relative;
  margin-top: -43px;
  z-index: 1;
  width: 100%;
  /* color: aquamarine; */
  display: block;
  bottom: 0;
  padding: 40px;
}
.copyright a {
  color: var(--color-f57921);
}

/* Menu */

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.menu-btn {
  /* position: absolute; */
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 0px;
  background: var(--color-gradient);
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}






/* .whats-app */
.whatsapp-btn {
  position: fixed;
  bottom: 95px;
  right: 53px;
  z-index: 9999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* 


/* back to top */

#button {
  display: inline-block;
  background: var(--color-f57921);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 50px;
  border-radius: 50%;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
}

#button::after {
  content: "\F145";
  font-family:bootstrap-icons;
    font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-d12032);
  background: var(--color-ffffff);

}

#button:hover:after {
  color: var(--color-0570b8);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1560px;
}

/* responsive */
@media only screen and (min-width: 1921px) {
  .container {
    max-width: 100%;
    padding: 0 150px;
}
.testimonial-box {
  padding-bottom: 130px;
 
}
.feature-box .feature-content {
  width: 25%;
  padding-right: 100px;
  margin-right: 100px;
}
.navbar-brand img, .navbar-brand .svg {
  width: 200px !important;

}
.banner-content {
 
  left: 8%;
 
}
.feature-box .icon img{
  width: 100px !important;
  
}
.container img{
  width: 100%;
}
}

@media (max-width: 1600px) {
  .banner .bhuj-bldg img {
    width: 465px;
}
.banner {
  padding-bottom: 200px;
}
}

@media (max-width: 1560px) {

}

@media (max-width: 1480px) {
  :root {    
    --font-size-21: 18px;
    --font-size-28: 23px;
    --font-size-42: 32px;
    --font-size-50: 40px;
    --font-size-60: 45px;
    --line-height-60: 50px;
    --line-height-72: 52px;

  }

.section-space {
    padding: 80px 0;
}
  
  .banner .bhuj-bldg img {
    width: 449px;
}
  .banner-content {
    top: 25%;
    left: 2%;
}
.counter-box .number {
    font-size: 160px;
}
.quote {
  margin-top: 40px;
}

}

@media (max-width: 1366px) {
  :root {
    --font-size-21: 16px;
    --font-size-28: 21px;
    --font-size-42: 32px;
    --font-size-50: 40px;
    --font-size-60: 45px;
    --line-height-36: 31px;
    --line-height-60: 50px;
    --line-height-72: 52px;
}
.navbar-brand img, .navbar-brand .svg{
  width: 40%;
}
.main-header.g_shrink .navbar-brand img, .main-header.g_shrink .navbar-brand .svg {
  width: 70px !important;
}
.main-nav {
  padding: 35px 0px;
}
.person-img,.person-img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 15px;
}
.quote img {
  width: 80px !important;
}
.testimonial-box p {
  height: 280px;
} 
.person-info {
  margin-bottom: 20px;
  margin-top: 20px;
}
footer{
  padding: 90px 0;
  clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}
.copyright{
  padding-bottom: 15px;
}
.main-nav .navbar-nav .nav-item .nav-link {
    margin-right: 30px;
    margin-left: 30px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding:0 30px;
}
.banner .bhuj-bldg img {
  width: 310px;
}
.banner-content {
  top: 30%;
  left: 2%;
}
.service-box {
  margin-bottom: 50px;
  padding-right: 0;
}
input.form-control,textarea.form-control{
  padding: 15px;
}
}


@media (max-width: 1200px) {
.banner {
  padding-bottom: 100px;
}

}

@media (max-width: 1199.98px) {
  :root {  
    --font-size-28: 22px;

    --font-size-60: 45px;
    --line-height-60: 50px;

    --line-height-72: 52px;

  }

}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 16px;
    --font-size-22: 20px;
    --font-size-24: 21px;
    --font-size-25: 16px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 22px;
    --font-size-30: 26px;
    --font-size-33: 30px;
    --font-size-40: 40px;
    --font-size-50: 32px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-84: 37px;
  }

  .title {
    margin-bottom: 10px;
  }

  img.img-item {
    width: 120px;
  }
  
  .explore-btn {
    margin-top: 29px;
  }
  .banner-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.banner {
  padding-bottom: 150px;
}
.main-nav .navbar-nav .nav-item .nav-link {
 color: #000;
 font-size: 18px;
 margin-bottom: 20px;
 margin-left: 0;
}

.header-menu{
  margin-left: 20px;
  flex-direction: column;
}
.banner-content h2 {
  font-size: 16px;
  margin-bottom: 30px;
}
.service-box img {
  width: 100%;
  margin-bottom: 15px;
}
.testimonial-box {
  padding: 65px;
}
.service-box{
  text-align: center;
}
.service-box {
  margin-bottom: 60px;
  padding-right: 0;
}
.explore-btn {
  padding: 10px 20px;
}
.counter-box .number {
  font-size: 100px;
}
.contact-form {
  padding-right: 0px;
}
.contact-us .contact li {
  margin-bottom: 20px;
}
.contact-us .contact li a {
  margin-left: 10px;
}
br{
  display: none;
}


  .explore-btn button {
    padding: 10px 20px;
  }

  .main-header.g_shrink .main-nav .logo-bg {
    width: 280px;
    height: 110px;
  }

  .compo-text {
    margin-top: -14.5%;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .main-nav {
    padding: 15px 0;
  }

  .main-header.g_shrink .main-nav {
    padding: 16px 0;
  }

  .logo-bg {
    width: 300px;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header {
    display: block;
  }

  .main-nav .navbar {
    padding: 0;
    width: 80%;
    float: left;
  }


  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
  h3.footer-heading {
    font-size: 23px;
    margin-bottom: 10px;
  }
  


}

@media (max-width: 800px) {}

@media (max-width: 767.98px) {
  :root{
    --font-size-60: 35px;
    --font-size-50: 28px;
    --line-height-60:38px;
    --line-height-72:normal;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 20px;
}
.banner {
  padding-bottom: 75px;
}
.testimonial-box {
  padding: 40px;
  background: url(../images/testimonial-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.testimonial-box p {
  height: auto;
}
.quote img {
  width: 50px !important;
}
h4.get{
  margin-bottom: 20px!important;
  margin-top: 20px;
}
input.form-control, textarea.form-control {
  padding: 10px;
}
.section-space {
  padding: 40px 0;
}
footer {
  clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  padding-bottom: 30px;
  margin-top: -60px;
}
.copyright {
  margin: 0;
  padding: 10px 0;
}
.service-box {
  margin-bottom: 36px;
  padding-right: 0;
}
.whatsapp-btn,#button {
  right: 30px;
  width: 50px;
  height: 50px;
}
}

@media (max-width: 480px) {
  :root {
    --font-size-60: 30px;
    --font-size-50: 28px;
    --line-height-60: 38px;
    --line-height-72: normal;
}
.main-nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 17px;
  margin-bottom: 12px;
  margin-left: 0;
}
  .banner .bhuj-bldg img {
    width: 200px;
    top: 80px;
}
.banner {
  padding-bottom: 40px;
}
.banner-content {
  width: 100%;
}
.banner-content h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.explore-btn {
  padding: 8px 12px;
}
.banner-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.banner .bhuj-bldg img {
  width: 180px;
  top: 80px;
}
.navbar-brand img, .navbar-brand .svg {
  width: 30%;
}
p{
  text-align: justify;
}
.top-footer .links li a {
  margin-bottom: 12px;
}
.service-box img {
  width: 95%;
  margin-bottom: 15px;
}
.testimonial-box {
  padding: 15px;
  background: none;
  background-size: 100% 100%;
  box-shadow: #00000025 0px 3px 8px;
  margin: 10px;
}
.quote img {
  width: 40px !important;
}
.quote{
  margin-top: 20px;
}
.testimonial-box h4 {
  font-size: 22px;
}
.counter-box .number {
  font-size: 80px;
}
.about-us {
  margin-top: -35px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: normal;
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 2rem !important;
}
.top-footer img {
  width: 100% !important;
}
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}

.offcanvas-active {
  overflow: hidden;
}