* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 1px solid #ddd;
}

/* header */
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #252525;
}

header .header-top {
  background-color: #fff;
  padding: 5px 0px;
}

header .header-top ul li {
  color: #000;
  font-size: 16px;
  background: #eab715;
  padding: 5px 13px;
  border-radius: 5px;
  transition: all 1s;
}

header .header-top ul li:hover {
  background: #fff;
  color: #000;
}

header .header-top ul li a {
  color: #000;
  font-size: 16px;
}

header .navbar {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.228);
  padding: 10px 0px;
}

header .navbar .navbar-brand img {
  width: 60px;
}

header .navbar .navbar-brand span {
  color: #fff;
  font-size: 30px;
  color: #ffc343;
}

header .navbar .navbar-brand p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

header .navbar .nav-link {
  font-size: 18px;
  color: #fff !important;
  font-weight: 500;
  position: relative;
}

header .navbar .nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #edb915;
  position: absolute;
  bottom: 0px;
  right: 0;
  transition: 0.5s;
}

header .navbar .nav-link:hover:after {
  width: 100%;
}

header .navbar .nav-link:hover {
  color: #edb915;
}

header .navbar-toggler {
  padding: 8px 10px;
  color: #edb915;
  border-color: #edb915;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

.disc {
  margin-left: 20px;
}

.sliderarea {
  position: relative;
}

@media (max-width:768px) {
	header .navbar .navbar-brand span {
    color: #fff;
    font-size: 15px;
    color: #ffc343;
}
}
/* ================================================== */
/* slider */



.slider-heading {
    position: absolute;
    right: 30%;
    top: 40%;
    z-index: 999;
    color: #fff;
    width: 450px;
    text-align: center;
}



.carousel-control-prev-icon {
  background-color: black;
  border-radius: 50%;
}

.carousel-control-prev span i {
  color: #fff;
  background-color: black;
  font-size: 20px;
  padding: 8px 10px;
  border-radius: 50%;
}

.carousel-control-next span i {
  color: #fff;
  background-color: black;
  font-size: 20px;
  padding: 8px 10px;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 50px;
}


@media (max-width:768px) {
    .slider-heading {
    position: absolute;
    right: 5%;
    top: 6%;
    z-index: 999;
    color: #fff;
    width: 200px;
    text-align: center;
    }
    
    .slider-heading h2{
        font-size:14px;
    }
}
/* ============================================================= */
/* about */

.form-img img {
  width: 100%;
}

#about {
  padding: 30px 0px;
  background: #e2b114;
}
#about .row {
  row-gap: 20px;
}
#about h2 {
  padding-bottom: 0px;
  color: #000000;
  text-align: center;
  margin-bottom: 0px;
  font-size: 35px;
  font-weight: bold;
}
.heading {
  text-align: center;
  margin-bottom: 20px;
}
.heading img {
  width: 170px;
}

#about .submit-btn {
  padding: 8px 30px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 21px;
}

#about .form-control {
  border-radius: 0;
  box-shadow: none;
}

#about .form-control:focus {
  border-color: #000;
}

.about-us p {
  margin-bottom: 10px;
  text-align: justify;
  color: #000;
  font-size: 25px;
}

/* service */
#service {
  padding: 50px 0px;
}

#service h2 {
  text-align: center;
  font-size: 35px;
  color: #000;
  margin-bottom: 0px;
  font-weight: bold;
}

#service .row {
  row-gap: 20px;
}

#service .service-inr {
  border: #000000 1px solid;
}

#service .service-inr h4 {
  font-size: 18px;
  padding: 10px;
  color: #000;
}

#service .service-inr .img {
  overflow: hidden;
}

#service .service-inr .img img {
  transition: 0.5s;
  border-bottom: 1px solid #000;
}

#service .service-inr:hover .img img {
  transform: scale(1.1);
}

#service .service-inr .productbtn {
  display: block;
  border-top: 1px solid #000;
  background-color: #edb915;
  color: #000;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}

#service .service-inr:hover .productbtn {
  background-color: #000;
  color: #fff;
}

/* card */
#card {
  padding: 60px 0px;
}

#card .inr {
  background-color: #ebf5f5;
  border-radius: 10px;
  padding: 50px 0px;
  text-align: center;
}

/*  */
#queation {
  background: url(../images/pattern-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0px;
}

#queation .accordion-item {
  border-radius: 0px;
  border: 1px solid #767676;
  margin-bottom: 10px;
  box-shadow: 1px 1px 6px 0px #898989;
}

#queation .accordion-button {
  padding: 7px;
  font-size: 16px;
  border-radius: 0;
}

#queation .accordion-item:not(:first-of-type) {
  border-top: 1px solid #767676;
}

#queation .accordion-header {
  padding: 1px;
}

#queation .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #edb915;
  box-shadow: none;
}

/* testimonial */
/* #testimonial{padding: 100px 150px; background-color: #ebf5f5;}
#testimonial h2{color: #edb915;}
#testimonial .testimonialslider{background-color: #fff; padding: 60px 100px; text-align: center;}
#testimonial .owl-item h5{color: #edb915; margin-top: 20px; font-size: 22px;}
#testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #edb915;} */

/* google review */
#social-review {
  padding: 40px 0px;
  text-align: center;
  background: #ecfdff;
}

.rate-review {
  margin-bottom: 60px;
}

.google-rate {
  display: block;
  width: 160px;
  margin: auto;
  margin-bottom: 10px;
}

.map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ti-profile-img span {
  background: #eab715;
  color: #000;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

#social-review .fa-star {
  color: #e9b615;
  font-size: 22px;
}

#social-review h4 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 3px;
  color: #fff;
}

#social-review .testi-slider .fa-star {
  font-size: 12px;
}

.testi-slider .ti-inner {
  padding: 15px;
  box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%), 0 0 2px 0 rgb(0 0 0 / 5%);
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  background-color: #fff !important;
  backdrop-filter: blur(0px);
}

.testi-slider .carousel-control-next,
.testi-slider .carousel-control-prev {
  width: 10%;
  width: 20px;
  height: 20px;
  top: 45%;
  border-radius: 50%;
  padding: 3px;
  background-color: #36252559 !important;
}

.testi-slider .ti-review-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.testi-slider .ti-profile-img {
  margin: 0 15px 0 0 !important;
}

.testi-slider .ti-profile-img img {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: block;
  border-radius: 30px;
  min-width: initial !important;
  max-width: initial !important;
  object-fit: cover;
  object-position: top;
}

.testi-slider .ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testi-slider .ti-inner > .ti-stars {
  margin-bottom: 6px;
  margin-top: 15px;
  text-align: left;
}

.testi-slider .ti-stars {
  margin-top: 3px;
  white-space: nowrap;
  display: block;
}

.testi-slider .ti-review-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20.3px;
  height: 120px;
  font-size: 14px;
  text-align: left;
  transition: height 0.5s;
  font-style: normal;
  /* overflow-y: scroll; */
  padding-right: 0;
}

::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.testi-slider .ti-read-more {
  display: block;
  padding: 5px 0 0;
  text-align: left;
  color: #f6bb06;
  font-size: 12px;
}

.testialign {
  align-items: center;
}

#social-review .carousel {
  padding: 0px;
}

#social-review .review-btn {
  text-align: center;
}

#social-review .btn {
  background: #eab715;
  transition: 0.5s;
  padding: 5px 20px;
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#social-review .btn:before {
  background: #047583;
  content: " ";
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: translateX(-100%);
  z-index: -1;
}

#social-review .btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  background: #047583;
  z-index: -1;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

#about-6 .btn:hover:before {
  transform: translateX(0);
  transition: transform 0.35s ease;
}

#social-review .btn:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.35s 0.36s ease;
}

#social-review .btn1:hover {
  background-color: #047583;
}

#social-review {
  padding: 40px 0px;
  background: #000000;
}

#social-review h5 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}

#social-review h2 {
  font-size: 35px;
  text-align: center;
  margin: 0px;
  font-weight: bold;
  color: #fff;
}

#social-review h6 {
  text-align: center;
  margin-bottom: 25px;
}

#social-review .test-inr {
  padding: 20px 15px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(197, 195, 195);
  border-width: 1px 1px 1px 1px;
  border-radius: 2px 2px 2px 2px;
  height: 340px;
  overflow-y: scroll;
  background: #fff;
}

#social-review .test-inr::-webkit-scrollbar {
  width: 2px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
  background: #a1a0a0;
}

.test-star {
  justify-content: center;
}

#social-review .test-inr .test-star li {
  color: #057384;
}

#social-review .test-inr .test-text {
  margin: 10px 0px;
  text-align: justify;
}

#social-review .test-inr .test-img li:first-child {
  display: block;
  align-items: center;
}

#social-review .test-inr .test-img li img {
  width: 50px;
  border-radius: 50px;
  margin: auto;
  margin-bottom: 15px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

#social-review .test-inr .test-img li .text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

#social-review .test-inr .test-img .six {
  font-size: 24px;
  color: rgb(60 57 111);
}

.test-img {
  text-align: center;
}

#social-review .owl-carousel.owl-drag .owl-item {
  padding-top: 0px;
}

/* end */

/* end */

/* contact */
#contact h2 {
  font-size: 35px;
  text-align: center;
  margin: 0px;
  font-weight: bold;
  color: #000;
}

#contact h4 {
  color: #000;
  margin-bottom: 20px;
}

.contact-h2 {
  padding: 10px 0px 8px;
  color: #fff;
}

#contact {
  background: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
  padding: 60px 0px;
  z-index: 1;
  position: relative;
}

#contact::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e2b114e6;
  content: "";
  z-index: -1;
}

#contact .submit-btn {
  padding: 8px 30px;
  background: #edb915;
  border: none;
  color: #000;
  font-size: 21px;
  border-radius: 5px;
  transition: all 1s;
}

#contact .submit-btn:hover {
  background: #000;
  color: #fff;
}

#contact .form-control {
  border-radius: 0;
  box-shadow: none;
}

#contact .form-control:focus {
  border-color: #000;
}

#contact form {
  border-radius: 10px;
  box-shadow: 0px 0px 5px #000;
  background: #fff;
  padding: 20px;
}

.cform .submit-btn {
  padding: 8px 30px;
  background: #000;
  border: none;
  color: #fff;
  font-size: 21px;
}

.cform {
  background: #edb915cf;
  color: #fff;
  padding: 30px 20px;
  width: 330px;
  position: absolute;
  right: 80px;
  border-radius: 10px;
  top: 30px;
}

.cform h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #000;
}

#contact .iframe {
  margin-bottom: 20px;
}

/* end */

/* footer */
footer {
  background-color: #000;
  padding: 70px 0px 30px;
}
footer .footerinr .address {
  margin-left: 0px;
}
footer .footerinr .logo {
  font-size: 25px;
  color: #e8b615;
  font-weight: bold;
}

footer .footerinr .logo p {
  font-size: 18px;
  font-weight: 400;
  color: #e8b615;
  margin-left: 0px;
}

footer .footerinr .logo:hover {
  padding: 0;
}

footer .footerinr ul {
  margin-left: 20px;
}

footer .footerinr ul.category {
  margin-left: 0px;
  height: 250px;
  overflow-y: scroll;
  list-style: inside;
}

footer .footerinr ul li {
  color: #e8b615;
  margin-bottom: 15px;
}

footer .footerinr h4 {
  color: #e8b615;
  font-size: 25px;
}

footer .footerinr ul li p {
  font-size: 16px;
  color: #fff;
}

footer .footerinr ul li i {
  font-size: 18px;
  color: #e8b615;
  width: 25px;
}

footer .footerinr ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
footer .footerinr p {
  color: #fff;
}
footer .footerinr ul li a:hover {
  padding-left: 5px;
}

footer .footerinr .category li {
  margin-bottom: 8px;
}

/* footer .footerinr .link li:first-child, footer .footerinr .category li:first-child{color: #333333;} */
footer .footerinr ul li p b {
  color: #e8b615;
}

footer .copyright {
  text-align: center;
  border-top: #fff 1px solid;
  padding: 15px 0px;
  margin-top: 30px;
  color: #fff;
}

footer .copyright a img {
  width: 200px;
}

footer .copyright a {
  color: #e8b615;
  font-weight: bold;
}

/*  */
/* whtaspcall  */
.quickcontact a,
.quickcontact1 a {
  z-index: 999;
}

.socialcontact {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 1030;
}

.quickcontact a,
.quickcontact1 a {
  z-index: 999;
}

.quickcontact {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.quickcontact::after,
.quickcontact::before {
  content: "";
  width: calc(100% + 40px);
  height: calc(40% + 40px);
  position: absolute;
}

.quickcontact::before {
  border: 1px solid #47ccc8;
  border-radius: 50%;
  animation: 1s linear infinite pulse;
}

.quickcontact::after {
  border: 1px solid #47ccc8;
  border-radius: 50%;
  animation: 1s linear 0.3s infinite pulse;
}

.quickcontact1 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* modal */
.modal .btn-theme {
  border-radius: 0px;
  background: #edb915;
  color: #000;
}

.modal .btn-theme:hover {
  background-color: #000;
  color: white;
}

.modal .form-control {
  border-radius: 0px;
  box-shadow: none;
}

.modal .form-control:focus {
  border-color: #000;
}




/*========================================================*/

/*gallery css start */

.gallery {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
    }

    .gallery img:hover {
      transform: scale(1.05);
    }

    .lightbox {
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80vh;
      border-radius: 10px;
    }

    .lightbox:target {
      display: flex;
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      color: white;
      font-size: 30px;
      text-decoration: none;
      font-weight: bold;
    }
    
    
    @media (max-width:768px) {
        .gallery {
    display: inline;
    }
    
    .gallery a img{
        margin:20px 0;
        height: 100%;
    }
    }