* {
  box-sizing: none;
}


body {
  font-family: Montserrat !important;
  background-color: #f8f9fa;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Montserrat !important;
}

.fixed-top {
  position: fixed !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.container {
  position: relative;
  z-index: 2;
}

.main-banner-section {
  position: relative;
  width: 100%;
  height: 780px;
}

.main-banner-section::after {
  position: absolute;
  content: '';
  background: url(../img/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(-1);
  z-index: 1;
}

.main-banner-section .banner-bg-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-banner-section .banner-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}


.main-banner-section .banner-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 260px;
}

.main-banner-section .banner-content-wrapper .banner-content {
  position: relative;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main-banner-section .banner-content-wrapper .carousel-item {
  padding: 0 0 10px;
}

.main-banner-section .banner-content-wrapper h6 {
  color: #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 0 30px;
}

.main-banner-section .banner-content-wrapper h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.main-banner-section .banner-content-wrapper h6::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.main-banner-section .banner-content-wrapper h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Philosopher", sans-serif !important;
  font-size: 36px;
  width: fit-content;
  margin: 0 auto 10px;
  line-height: 50px;
}

.main-banner-section .banner-content-wrapper h2 span {
  background-color: #000;
  color: #fff;
}

.main-banner-section .banner-content-wrapper p {
  color: #f8f9fa;
  width: 100%;
  margin: 0 auto;
  line-height: 32px;
}

.main-banner-section .btn-grp {
  position: relative;
  margin-top: 30px;
}

.main-btn {

  padding: 8px 16px;
  margin-right: 10px;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  border: 1px solid transparent;
  width: fit-content;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main-btn:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  border: 1px solid #fff;
}

.btn-grp .main-btn:nth-child(2) {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}

.btn-grp .main-btn:nth-child(2):hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  border: 1px solid #fff;
}


@media (min-width:768px) and (max-width:992px) {

  .main-banner-section .banner-content-wrapper {
    padding-top: 280px;
  }

}

@media (min-width:568px) and (max-width:768px) {

  .main-banner-section .banner-content-wrapper {
    padding-top: 280px;
  }

  .main-banner-section .banner-content-wrapper h2 {
    font-size: 30px;
  }
}

@media (max-width:568px) {
  .main-banner-section {
    height: 700px;
  }

  .main-banner-section .banner-content-wrapper {
    padding-top: 200px;
  }

  .main-banner-section .banner-content-wrapper .banner-content {
    padding: 30px 20px;
  }

  .main-banner-section .banner-content-wrapper h6 {
    width: 100%;
    padding: 0;
  }

  .main-banner-section .banner-content-wrapper h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .main-banner-section .banner-content-wrapper p {
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
    line-height: 28px;
  }

  .btn-grp .main-btn {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;

  }
}


.section-title {
  margin: 20px 0;
  position: relative;
  text-align: center;
}

.section-title h6 {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  padding-right: 50px;
}

.section-title.text-center h6 {
  margin: 0 auto 10px;
  padding: 0 40px;
}

.section-title.text-center h6::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-title h6::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
}

.section-title h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif !important;
  position: relative;
  width: fit-content;
  padding-bottom: 14px;
  text-align: start;
  color: #000;
}

.section-title.text-center h2 {
  margin: 0 auto 20px;
  text-align: center;
}

.section-title.text-center h2::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  border-radius: 10px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.section-title.text-center h2::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #a78500;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.section-title.dark-bg h6 {
  color: rgba(255, 255, 255, 0.8);
}

.section-title.dark-bg h6::before,
.section-title.dark-bg h6::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.section-title.dark-bg h2 {
  color: #fff;
}

.section-title.dark-bg h2::before {
  background-color: #fff;
}

@media (max-width:992px) {
  .section-title h6 {
    margin: 0 auto 10px;
    padding: 0 40px;
  }

  .section-title h6::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #a78500;
  }

  .section-title h2 {
    margin: 0 auto 20px;
    text-align: center;
  }

  .section-title h2::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .section-title h2::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #a78500;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
}


@media (max-width:568px) {
  .section-title h6 {
    font-size: 16px;
    width: 100%;
    padding: 0 !important;
  }

  .section-title h6::before,
  .section-title h6::after {
    display: none;
  }

  .section-title h2 {
    font-size: 28px;
  }
}






.about-us-section {
  padding: 40px 0 100px;
  position: relative;
  background-color: #fff;
}

.about-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/marble-bg.png);
  opacity: .1;
}



.about-us-section .container {
  position: relative;
  z-index: 2;
}

.about-us-section .about-content {
  margin: 20px 0;
}

.about-us-section .about-content p {
  line-height: 32px;
  font-family: 'Poppins', sans-serif !important;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.about-us-section .about-content p span {
  font-weight: 700;
  color: #000;
}

.about-us-section .about-img {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}

.about-us-section .about-img img {
  width: 380px;
  height: 380px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: 1px solid #a78500;
  padding: 10px;
  transform: scale(.9);
}

.about-us-section .about-img img:nth-child(2) {
  transform: scale(1.2);
}



@media (min-width:1200px) and (max-width:1400px) {
  .about-us-section .about-img {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 60px;
  }

  .about-us-section .about-img img {
    width: 340px;
    height: 340px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #a78500;
    padding: 10px;
    transform: scale(.8);
  }

  .about-us-section .about-img img:nth-child(2) {
    transform: scale(1.2);
  }

}



@media (min-width:992px) and (max-width:1200px) {
  .about-us-section .about-img {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 60px;
  }

  .about-us-section .about-img img {
    width: 320px;
    height: 340px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #a78500;
    padding: 10px;
    transform: scale(.8);
  }

  .about-us-section .about-img img:nth-child(2) {
    transform: scale(1.2);
  }
}



@media (min-width:768px) and (max-width:992px) {
  .about-us-section .about-img {
    margin-top: 20px;
  }

  .about-us-section .about-img img {
    width: 340px;
    height: 340px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #a78500;
    padding: 10px;
    transform: scale(1);
  }

  .about-us-section .about-img img:nth-child(2) {
    display: none;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .about-us-section .about-img {
    margin-top: 20px;
  }

  .about-us-section .about-img img {
    width: 50%;
    height: 280px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #a78500;
    padding: 10px;
    transform: scale(1);
  }

  .about-us-section .about-img img:nth-child(2) {
    display: none;
  }
}

@media (max-width:568px) {
  .about-us-section .about-img {
    margin-top: 20px;
  }

  .about-us-section .about-img img {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #a78500;
    padding: 10px;
    transform: scale(1);
  }

  .about-us-section .about-img img:nth-child(2) {
    display: none;
  }

  .about-us-section .about-img img:nth-child(3) {
    display: none;
  }
}





.latest-collection-section {
  padding: 80px 0 100px;
  position: relative;
  background-color: #f7f3f5;
}

.latest-collection-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/marble_720.png);
  display: inline-block;
  opacity: .1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.latest-collection-section .owl-stage {
  padding: 50px 0;
}

.latest-collection-section .collection-box {
  position: relative;
  height: 450px;
  overflow: hidden;
  border: 5px inset rgba(0, 0, 0, 0.8);
}

.latest-collection-section .collection-box .box-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.latest-collection-section .collection-box .box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.latest-collection-section .collection-box:hover .box-img img {
  transform: scale(1.2);
  filter: grayscale(80%);
}

.latest-collection-section .collection-box .box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.latest-collection-section .collection-box:hover .box-content {
  height: 100%;

}

.latest-collection-section .collection-box .box-content .title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Philosopher", sans-serif !important;
  transition: all 0.4s;
  position: relative;
  padding-bottom: 10px;
}

.latest-collection-section .collection-box .box-content .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.4s;
}

.latest-collection-section .collection-box:hover .box-content .title {
  font-size: 24px;
}

.latest-collection-section .collection-box:hover .box-content .title::before {
  width: 70px;
}

.latest-collection-section .collection-box .box-content .txt {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
}


.latest-collection-section .collection-box .box-content .detail-box {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.latest-collection-section .collection-box .box-content .detail-box span {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 14px;
}

.latest-collection-section .collection-box .box-content .detail-box ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.latest-collection-section .collection-box .box-content .detail-box ul li strong {
  font-weight: 600;
}

.latest-collection-section .collection-box .box-content .main-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  margin: 0 auto 0px;
  display: block;

}

.latest-collection-section .collection-box:hover .box-content .main-btn {
  opacity: 1;
  visibility: visible;
}




@media (max-width:568px) {
  .latest-collection-section .collection-box {
    position: relative;
    height: 100%;
  }

  .latest-collection-section .collection-box:hover .box-content .title {
    font-size: 20px;
  }

  .latest-collection-section .collection-box .box-content .txt {
    font-size: 14px;
    line-height: 20px;
  }

  .latest-collection-section .collection-box .box-content .detail-box {
    width: 100%;
    display: none;
  }

}







.feature-section {
  padding: 80px 0 160px;
  position: relative;
  background: url(../img/whyus-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}



.feature-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}


.feature-section .feature-box {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.feature-section .feature-box .box-img img {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  transition: all 0.4s;
}

.feature-section .feature-box:hover img {
  transform: scale(1.1);

}

.feature-section .feature-box .box-content h4 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-section .feature-box .box-content p {
  color: #fff;
}




.feature-section .counter-section {
  margin-top: 40px;
  padding: 40px 0 40px;
  position: relative;
}

.feature-section .counter-box {
  position: relative;
  padding: 20px 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px inset, rgba(0, 0, 0, 0.23) 0px 6px 6px inset;
  margin-bottom: 30px;
  overflow: hidden;
}

.feature-section .counter-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s;
}

.feature-section .counter-box:hover img {
  transform: scale(1.2);
}

.feature-section .counter-box .box-content {
  position: relative;
}

.feature-section .counter-box h2 {
  font-size: 44px;
  font-weight: 600;
  transition: all 0.4s;
}



.feature-section .counter-box p {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}





.service-section {
  padding: 80px 0 180px;
  position: relative;
  background-color: #f7f3f5;
}

.service-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/marble_720.png);
  opacity: .1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section::after {
  position: absolute;
  content: '';
  background: url(../img/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(-1);
  z-index: 1;
}

.service-section .service-box-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.service-section .service-box-wrapper .box-img {
  width: 100%;
  height: 100%;

}

.service-section .service-box-wrapper .box-img img {
  width: 100%;
  height: 100%;
}

.service-section .service-box-wrapper .note {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
}

.service-section .service-box-wrapper .note p {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.service-section .service-box-wrapper:hover .note {
  opacity: 0;

}

.service-section .service-box-wrapper .box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  padding: 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}


.service-section .service-box-wrapper:hover .box-content {
  transform: scale(1);
}

.service-section .service-box-wrapper .box-content h5 {
  text-transform: capitalize;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  padding: 14px 0;

}

.service-section .service-box-wrapper .box-content h5 a {
  color: #fff;
}

.service-section .service-box-wrapper .box-content ul {
  margin: 20px 0;
}

.service-section .service-box-wrapper .box-content ul li {
  margin: 7px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.service-section .service-box-wrapper .box-content ul li strong {
  letter-spacing: 1px;
  font-weight: 600;
}

.service-section .service-box-wrapper .box-content .contact {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.service-section .service-box-wrapper .box-content .contact a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;

}

.service-section .service-box-wrapper .box-content .service-btn {
  display: block;
  text-align: center;
}

.service-section .service-box-wrapper .box-content .service-btn span {
  display: none;
}

.service-section .service-box-wrapper .box-content .service-btn svg {
  color: #fff;
  width: 34px;
  height: 34px;
  animation: zoomInOut 1s infinite alternate ease-in-out;
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}



@media (max-width:1200px) {
  .service-section .service-box-wrapper .box-content h5 {
    font-size: 18px;

  }

  .service-section .service-box-wrapper .box-content ul li {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media (max-width:568px) {
  .service-section .col-12 {
    margin-bottom: 30px;
  }

  .service-section .service-box-wrapper {
    width: 100%;
    height: 100%;
  }

  .service-section .service-box-wrapper .box-img img {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    object-fit: cover;
  }


  .service-section .service-box-wrapper .box-content {
    padding: 5px 20px;
  }

  .service-section .service-box-wrapper .box-content h5 {
    font-size: 16px;
    padding: 5px 0 6px 0;

  }

  .service-section .service-box-wrapper .box-content ul {
    margin: 10px 0;
  }

  .service-section .service-box-wrapper .box-content ul li {
    margin: 5px 0;
    font-size: 12px;
  }

  .service-section .service-box-wrapper .box-content .contact {
    display: none;

  }

  .service-section .service-box-wrapper .box-content .service-btn svg {
    display: none;
  }

  .service-section .service-box-wrapper .box-content .service-btn span {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    padding: 4px 8px;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
  }

}


.gallery-section {
  padding: 60px 0 80px;
  position: relative;
}

.gallery-section .gallery-img-wrapper {
  margin-top: 30px;
}

.gallery-section .gallery-img-wrapper .gallery-box {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;

}

.gallery-section .gallery-img-wrapper .gallery-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.gallery-section .gallery-img-wrapper .gallery-box:hover img {
  filter: brightness(60%);
  cursor: zoom-in;
}

.gallery-section .gallery-img-wrapper .gallery-box .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all 0.4s;

}

.gallery-section .gallery-img-wrapper .gallery-box:hover .box-icon {
  transform: translate(-50%, -50%) scale(1);
}


.lb-nav a.lb-prev {
  background: url(../img/previous.png) left 48% no-repeat !important;
}

.lb-nav a.lb-next {
  background: url(../img/next.png) right 48% no-repeat !important;
}


@media (max-width:568px) {
  .gallery-section .col-12 {
    margin-bottom: 30px;
  }

  .gallery-section .gallery-img-wrapper .gallery-box {
    height: 100%;
  }

  .gallery-section .gallery-img-wrapper .gallery-box img {
    width: 100%;
    height: auto;
    /* Maintain the natural aspect ratio */
    object-fit: cover;
  }
}




.home-contact-form-section {
  position: relative;
  padding: 80px 0;
  background-image: url(../img/whyus-bg.jpg);
  background-size: cover;
  background-position: center;
}


.home-contact-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.home-contact-form-section .left-content {
  padding: 20px;
}

.home-contact-form-section .left-content .img-box {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.home-contact-form-section .left-content .img-box img {
  width: 100%;
  height: 100%;
  border: 1px solid #a78500;
}

.home-contact-form-section .right-content {
  padding: 20px 50px;
}

.home-contact-form-section .right-content .contact-form {
  padding: 20px 20px 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.home-contact-form-section .right-content .contact-form h6 {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;

}

.home-contact-form-section .right-content .contact-form input {
  border-radius: 50px;
  margin-bottom: 20px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  transition: all 0.4s;
  color: #fff;
  font-weight: 500;
}

.home-contact-form-section .right-content .contact-form input::-webkit-outer-spin-button,
.home-contact-form-section .right-content .contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.home-contact-form-section .right-content .contact-form input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.home-contact-form-section .right-content .contact-form input::-webkit-input-placeholder,
.home-contact-form-section .right-content .contact-form textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.home-contact-form-section .right-content .contact-form input:focus,
.home-contact-form-section .right-content .contact-form textarea:focus {
  box-shadow: none;
}

.home-contact-form-section .right-content .contact-form textarea {
  border-radius: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.home-contact-form-section .right-content .contact-form .main-btn {
  display: block;
  margin: 0 auto;
}

@media (min-width:992px) and (max-width:1200px) {
  .home-contact-form-section .left-content {
    padding: 20px;
  }

  .home-contact-form-section .left-content .img-box {
    padding: 10px;
  }


  .home-contact-form-section .right-content {
    padding: 20px;
  }

  .home-contact-form-section .right-content .contact-form {
    padding: 20px 20px 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
  }

}



@media (max-width:568px) {

  .home-contact-form-section .left-content .img-box img {
    width: 100%;
    height: 100%;
  }

  .home-contact-form-section .right-content {
    padding: 20px;
  }

  .home-contact-form-section .right-content .contact-form {
    padding: 20px 20px 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }

  .home-contact-form-section .right-content .contact-form input,
  .home-contact-form-section .right-content .contact-form textarea {
    border-radius: 0;
  }
}

@media (max-width:400px) {
  .home-contact-form-section .left-content .img-box img {
    width: 100%;
    min-height: 300px;
  }

  .home-contact-form-section .left-content {
    padding: 0;
    margin-bottom: 30px;
  }

  .home-contact-form-section .right-content {
    padding: 0;
  }

  .home-contact-form-section .right-content .contact-form {
    padding: 20px 20px 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
  }

  .home-contact-form-section .right-content .contact-form input,
  .home-contact-form-section .right-content .contact-form textarea {
    border-radius: 0;
  }
}


.testimonial-section {
  padding: 80px 0 120px;
  position: relative;
}


.testimonial-section .testimonial-box-wrapper .google-rating {
  margin: 30px 0
}

.testimonial-section .testimonial-box-wrapper .google-rating h3 {
  font-weight: 600;
}

.testimonial-section .testimonial-box-wrapper .google-rating .star-rating {
  margin-bottom: 10px;
  position: relative;
}

.testimonial-section .testimonial-box-wrapper .google-rating .star-rating svg {
  position: relative;
  width: 24px;
  height: 24px;
}

.testimonial-section .testimonial-box-wrapper .google-rating p {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.testimonial-section .testimonial-box-wrapper .google-rating p span {
  font-weight: 700;

}

.testimonial-section .testimonial-box-wrapper .testimonial-box {
  text-align: center;
  position: relative;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.message {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  line-height: 30px;
  max-height: 130px;
  margin-bottom: 20px;
  overflow: auto;

}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.message::-webkit-scrollbar {
  display: block !important;
  width: 4px;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.message::-webkit-scrollbar-thumb {
  background-color: #949494;
  border-radius: 10px;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.message::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #000;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.message svg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  color: #000;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box .star-rating svg.nill {
  color: #adadad;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.name {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}


.testimonial-section .testimonial-box-wrapper .testimonial-box .place {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.testimonial-section .testimonial-box-wrapper .owl-nav {
  margin-top: 40px;
}

.testimonial-section .testimonial-box-wrapper .owl-nav button svg {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.testimonial-section .testimonial-box-wrapper .owl-nav button svg:hover {
  background-color: #000;
}

.testimonial-section .testimonial-box-wrapper .owl-nav button:hover {
  background: transparent;
}











.inner-banner-carousel {
  position: relative;
  height: 600px;
  background: url(../img/inner-service-banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-carousel::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.inner-banner-carousel .inner-banner-slides {
  margin-top: 300px;
}

.inner-banner-carousel .inner-banner-slides .carousel-content-box {
  text-align: center;
}

.inner-banner-carousel .inner-banner-slides .carousel-content-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Philosopher", sans-serif !important;
  font-size: 40px;
  margin-bottom: 24px;
}

.inner-banner-carousel .inner-banner-slides .carousel-content-box p {
  color: #fff;

}

@media (min-width:1200px) and (max-width:1400px) {
  .inner-banner-carousel {
    height: 550px;
  }

  .inner-banner-carousel .inner-banner-slides {
    margin-top: 260px;
  }
}

@media (max-width:568px) {
  .inner-banner-carousel {
    height: 520px;
  }

  .inner-banner-carousel .inner-banner-slides {
    margin-top: 220px;
  }

  .inner-banner-carousel .inner-banner-slides .carousel-content-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Philosopher", sans-serif !important;
    font-size: 34px;
    margin-bottom: 24px;
  }
}


.main-service-page-content {
  padding: 60px 0 30px;
  position: relative;

}

.main-service-page-content .about-box h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.main-service-page-content p {
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

.main-service-page-content p strong {
  text-transform: capitalize;
  font-weight: 700;
}

.main-service-page-content p span {
  line-height: 30px;
  font-weight: 700;
  color: #000;
}

.main-service-page-content p.sub-heading {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  width: fit-content;
  padding-right: 10px;
  border-bottom: 2px solid #000;
  margin: 25px 0 15px;
}

.main-service-page-content .about-box ul li {
  margin-bottom: 10px;
}

.main-service-page-content .about-box ul li a {
  color: #0000a0;
  font-weight: 600;
  text-transform: capitalize;
}

.main-service-page-content .service-box-wrapper h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);

}

.main-service-page-content .main-service-box-container {
  margin-bottom: 40px;
  padding: 20px 10px;
}

.main-service-page-content .main-service-box-container:nth-child(even) {
  background-color: #f7f3f5;
}

.main-service-page-content .main-service-box-container:nth-child(even) .orderfirst {
  order: 1;
}



.main-service-page-content .main-service-box-container h3 {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
}

.main-service-page-content .main-service-box-container h3 a {
  color: rgba(0, 0, 0, 0.8);
}


.main-service-page-content .main-service-box-container .box-img {
  width: 100%;
  height: 400px;
  padding: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.main-service-page-content .main-service-box-container .box-img img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.main-service-page-content .main-service-box-container .box-content p.about {
  color: #000;
  font-weight: 500;

}

.main-service-page-content .main-service-box-container .box-content table td {
  color: #000;
  font-weight: 500;
}

.main-service-page-content .main-service-box-container .box-content .view-more-btn {
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
}

.main-service-page-content .main-service-box-container .box-content .view-more-btn svg {
  margin-right: 5px;
}

.main-service-page-content .main-service-box-container .box-content p.contact {
  font-weight: 600;
}

.main-service-page-content .main-service-box-container .box-content p.contact a {
  color: #fff;
  padding: 4px 8px;
  background-color: #000;
}


@media (max-width:768px) {
  .main-service-page-content .main-service-box-container:nth-child(even) .orderfirst {
    order: -1;
  }
}

@media (max-width:568px) {
  .main-service-page-content .main-service-box-container .box-img {
    height: 350px;
  }

}

@media (max-width:400px) {
  .main-service-page-content .main-service-box-container .box-content p.contact a {
    padding: 0;
    background-color: transparent;
    color: #000;
    font-weight: 800;
  }
}


.mid-ad-banner {
  padding: 80px 0;
  position: relative;
  text-align: center;
  background: url(../img/mid-ad-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 40px;
}

.mid-ad-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.mid-ad-banner h2 {
  font-size: 50px;
  font-weight: 500;
  font-family: 'Waterfall', sans-serif !important;
  color: #fff;
}

.mid-ad-banner h1 {
  font-family: 'Philosopher', sans-serif !important;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.mid-ad-banner h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width:468px) {
  .mid-ad-banner h2 {
    font-size: 40px;
  }

  .mid-ad-banner h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .mid-ad-banner h4 {
    font-size: 18px;
  }
}

.innerpage-title-banner {
  text-align: center;
  position: relative;
  background: url(../img/innerpage-banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 500px;
}

.innerpage-title-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.innerpage-title-banner .banner-content {
  margin-top: 280px;
}

.innerpage-title-banner .banner-content h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  font-family: 'Philosopher', sans-serif !important;
  width: fit-content;
  padding-bottom: 5px;
  position: relative;
  margin: 0 auto 15px;
}

.innerpage-title-banner .banner-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.innerpage-title-banner .banner-content ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
}

.innerpage-title-banner .banner-content ul li a {
  color: #fff;

}

@media (min-width:568px) and (max-width:992px) {
  .innerpage-title-banner {
    height: 500px;
  }

  .innerpage-title-banner .banner-content {
    margin-top: 300px;
  }

  .innerpage-title-banner .banner-content h2 {
    font-size: 40px;
    margin: 0 auto 10px;

  }

}

@media (max-width:568px) {
  .innerpage-title-banner {
    height: 400px;
  }

  .innerpage-title-banner .banner-content {
    margin-top: 180px;
  }

  .innerpage-title-banner .banner-content h2 {
    font-size: 32px;
    margin: 0 auto 10px;
  }
}


.innerpage-sold-content {
  padding: 60px 0 30px;
  position: relative;
}

.innerpage-sold-content .top-about-content p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;

}

.innerpage-sold-content .heading {
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.innerpage-sold-content .sold-box-wrapper {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.innerpage-sold-content .sold-box-wrapper .box-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.innerpage-sold-content .sold-box-wrapper .box-img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.innerpage-sold-content .sold-box-wrapper:hover img {
  transform: scale(1.2);
}

.innerpage-sold-content .sold-box-wrapper .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%) scale(0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s;
  z-index: 4;
}


.innerpage-sold-content .sold-box-wrapper:hover .box-content {
  transform: translateY(-50%) scale(1);
}

.innerpage-sold-content .sold-box-wrapper .box-content p {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.innerpage-sold-content .sold-box-wrapper .box-content .contact p {
  font-size: 14px;
  border: none;
  margin-bottom: 20px;
}

.innerpage-sold-content .sold-box-wrapper .box-content span {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 30px;
}

.innerpage-sold-content .sold-box-wrapper .box-content .contact a {
  padding: 10px 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid;
  font-weight: 600;
  transition: all 0.4s;
}

.innerpage-sold-content .sold-box-wrapper .box-content .contact a:hover {
  background-color: #fff;
  color: #000;
}

.innerpage-sold-content .sold-box-wrapper .tag-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

@media (min-width:992px) and (max-width:1200px) {
  .innerpage-sold-content .sold-box-wrapper {
    height: 460px;
  }
}

@media (max-width:568px) {
  .innerpage-sold-content .heading {
    padding: 10px;
    font-size: 20px;
  }

  .innerpage-sold-content .sold-box-wrapper .box-content p {
    font-size: 18px;
  }

  .innerpage-sold-content .sold-box-wrapper {
    height: 100%;
  }

  .innerpage-sold-content .sold-box-wrapper .box-content span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 14px;
  }
}



.inner-contact-page {
  padding: 80px 0;
  position: relative;
}

.inner-contact-page .content p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 40px;

}

.inner-contact-page .content p a {
  font-weight: 700;
  color: #000;

}

.inner-contact-page .heading h4 {
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  text-align: center;
}

@media (max-width:568px) {
  .inner-contact-page .heading h4 {
    padding: 10px;
    font-size: 20px;

  }
}




.inner-contact-page .contact-box {
  padding: 20px 14px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}



.inner-contact-page .contact-box .box-img img {
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #000;
  padding: 10px;
  transition: all 0.4s;
}

.inner-contact-page .contact-box span {
  text-transform: capitalize;
  background-color: #000;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
}

.inner-contact-page .contact-box:hover .box-img img {
  transform: scale(1.2);
}

.inner-contact-page .contact-box .box-content a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 6px;
  margin: 8px 0;
  color: #000;
  font-weight: 600;

}

.inner-contact-page .contact-box .box-content a svg {
  width: 20px;
  height: 20px;
}

.inner-contact-page .right-content iframe {
  height: 450px;
  width: 100%;
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  filter: grayscale(100%);
  transition: all 0.4s;
}

.inner-contact-page .right-content iframe:hover {
  filter: grayscale(0);
}

@media (max-width:768px) {


  .inner-contact-page .contact-box {
    border-radius: 0;
  }

}

@media (max-width:568px) {
  .inner-contact-page .right-content iframe {
    height: 360px;
    border-radius: 0;
  }


}







.product-singlepage-content {
  padding: 60px 0;
  position: relative;
}

.product-singlepage-content .top-heading {
  margin-bottom: 40px;
}

.product-singlepage-content .top-heading h4 {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;

}

.product-singlepage-content .top-heading p {
  line-height: 30px;
}


.product-singlepage-content .top-heading p.read-more-text {
  width: fit-content;
  margin: 20px auto;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.product-singlepage-content .top-heading p.read-more-text svg {
  animation: slideDownAnime 0.8s infinite linear;
}

@keyframes slideDownAnime {
  0% {
    transform: translateY(-5px);
  }

  100% {

    transform: translateY(5px);
  }
}

.product-singlepage-content .product-img {
  margin-bottom: 30px;
}

.product-singlepage-content .product-img .img-box {
  padding: 10px;
  border: 1px dashed #adadad;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s;
}

.product-singlepage-content .product-img .img-box img {
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
  transition: all 0.6s;
}

.product-singlepage-content .product-img .img-box:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.product-singlepage-content .product-img .img-box:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.product-singlepage-content .product-details {
  z-index: 2;
  position: relative;
}

.product-singlepage-content .product-details .tab-btn-container .nav-item:last-child .nav-link {
  border-right: none;
}

.product-singlepage-content .product-details .tab-btn-container .nav-item {
  width: calc(100%/3);
}

.product-singlepage-content .product-details .tab-btn-container .nav-link {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  padding: 14px 20px;
  border-right: 1px solid #fff;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.product-singlepage-content .product-details .tab-btn-container .nav-link.active {
  background-color: rgba(0, 0, 0, 1);

}

.product-singlepage-content .product-details .tab-content-container .tab-pane {
  padding: 20px 0;
}

.product-singlepage-content .product-details .tab-content-container .detail-content .price {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.product-singlepage-content .product-details .tab-content-container .detail-content .price span {
  font-size: 26px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

.product-singlepage-content .product-details .tab-content-container .detail-content table th {
  padding: 10px;
}

.product-singlepage-content .product-details .tab-content-container .detail-content table td {
  padding: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  transition: all 0.4s;
}

.product-singlepage-content .product-details .tab-content-container .detail-content table td:hover {
  color: #000;
}

.product-singlepage-content .product-details .tab-content-container .detail-content .note {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-singlepage-content .product-details .tab-content-container .detail-content .main-btn {
  background-color: #000;
  color: #fff;
}

.product-singlepage-content .product-details .tab-content-container .detail-content .main-btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.product-singlepage-content .product-details .tab-content-container .text-content p {
  line-height: 30px;
  text-align: justify;

}

.product-singlepage-content .product-details .tab-content-container .text-content h4 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  padding-bottom: 6px;
  position: relative;

}

.product-singlepage-content .product-details .tab-content-container .text-content h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #000;
}

.product-singlepage-content .product-details .tab-content-container .text-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 20px 0;
}

.product-singlepage-content .product-details .tab-content-container .text-content ul {
  margin-bottom: 30px;
}

.product-singlepage-content .product-details .tab-content-container .text-content ul li {
  margin: 10px 0;
}

.product-singlepage-content .product-details .tab-content-container .text-content ul li strong {
  color: #000;
  font-weight: 500;
}

.product-singlepage-content .product-details .tab-content-container .text-content ul li svg {
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
}

.product-singlepage-content .product-details .tab-content-container .text-content p span {
  font-weight: 600;
  color: #000;
}

.product-singlepage-content .product-details .tab-content-container .text-content p a {
  font-weight: 600;
  color: #0000a0;
}

.product-singlepage-content .innerpage-cta {
  padding: 40px 0;
  text-align: center;
}

.product-singlepage-content .innerpage-cta h2 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.product-singlepage-content .innerpage-cta .btn-grp a {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 2px solid #fff;
  transition: all 0.4s;
}

.product-singlepage-content .innerpage-cta .btn-grp a:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}

.product-singlepage-content .innerpage-cta .btn-grp a svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.product-singlepage-content .product-details .tab-content-container .product-gallery .img-box img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 30px;
  filter: grayscale(100%);
  transition: all 0.4s;
}

.product-singlepage-content .product-details .tab-content-container .product-gallery .img-box:hover img {
  filter: grayscale(0);
}

@media (min-width:992px) and (max-width:1200px) {
  .product-singlepage-content .product-img .img-box img {
    height: 460px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .product-singlepage-content .product-img .img-box img {
    height: 440px;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .product-singlepage-content .product-img .img-box img {
    height: 380px;
  }

  .product-singlepage-content .product-details .tab-btn-container .nav-link {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media (max-width:568px) {
  .product-singlepage-content .product-img .img-box img {
    height: 340px;
  }

  .product-singlepage-content .product-details .tab-btn-container .nav-item {
    width: 100%;
  }

  .product-singlepage-content .product-details .tab-btn-container .nav-link {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding: 20px 0;
  }

  .product-singlepage-content .product-details .tab-content-container .detail-content .price {
    font-size: 18px;
  }

  .product-singlepage-content .product-details .tab-content-container .detail-content .price span {
    font-size: 22px;
  }

  .product-singlepage-content .product-details .tab-content-container .detail-content .buy-btn {
    text-align: center;
  }

  .product-singlepage-content .product-details .tab-content-container .product-gallery .img-box img {
    border-radius: 0;
  }
}



.innerblog-page {
  padding: 80px 0;
  position: relative;
}

.innerblog-page .left-content {
  margin-bottom: 30px;
}

.innerblog-page .blog-box-wrapper {
  position: relative;
  padding: 20px 20px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.innerblog-page .blog-box-wrapper img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  position: relative;
}

.innerblog-page .blog-box-wrapper .box-content .date {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.innerblog-page .blog-box-wrapper .box-content h4 a {
  font-weight: 600;
  color: #000;
}

.innerblog-page .blog-box-wrapper .box-content p.text {
  line-height: 28px;
  font-size: 14px;
  text-align: justify;
  max-height: 100px;
  margin-bottom: 30px;
  overflow: auto;
}


.innerblog-page .right-content {
  padding: 0 20px;
  position: sticky;
  top: 20%;
}

.innerblog-page .right-content .contact-box {
  text-align: center;
  padding: 20px 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.innerblog-page .right-content .contact-box .box-img svg {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #949494;
}

.innerblog-page .right-content .contact-box .box-content p.subheading {
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;

}

.innerblog-page .right-content .contact-box .box-content p.subheading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 60px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.innerblog-page .right-content .contact-box .box-content .heading {
  font-weight: 600;
  line-height: 34px;
}

.innerblog-page .right-content .contact-box .box-content span {
  display: block;
  font-weight: 500;
}

.innerblog-page .right-content .contact-box .box-content .input-box {
  margin-top: 70px;
  margin-bottom: 10px;
}

.innerblog-page .right-content .contact-box .box-content .input-box label {
  margin-bottom: 6px;
  font-weight: 600;
}

.innerblog-page .right-content .contact-box .box-content .input-box input {
  border-radius: 0;
  margin-bottom: 20px;
  height: 46px;
  color: #000;
  font-weight: 500;
}

.innerblog-page .right-content .contact-box .box-content .input-box input:focus {
  box-shadow: none;
  border-color: #000;
}

.innerblog-page .right-content .contact-box .box-content .btn-submit {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: 2px solid #000;
}

.innerblog-page .right-content .contact-box .box-content .btn-submit:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

/* -------------------------------------- */

.innerblog-page .single-blog-content-box {
  position: relative;
  padding: 20px 20px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.innerblog-page .single-blog-content-box img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}

.innerblog-page .single-blog-content-box .box-content .date {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.innerblog-page .single-blog-content-box .box-content h4 {
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.innerblog-page .single-blog-content-box .box-content p.text {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 30px;
}

.innerblog-page .single-blog-content-box .box-content p.text strong {
  text-transform: capitalize;
}

.innerblog-page .single-blog-content-box .box-content p.title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;

}

.innerblog-page .single-blog-content-box .box-content .point-list li {
  margin-bottom: 8px;
}

.innerblog-page .single-blog-content-box .box-content .point-list li strong {
  font-weight: 600;
}

.innerblog-page .single-blog-content-box .box-content .point-list li a {
  font-weight: 600;
  color: rgb(0, 0, 82);
}

.innerblog-page .single-blog-content-box .box-content .topic-list-wrapper {
  background-color: #000;
  margin-bottom: 30px;
  padding: 30px 15px;
  border-radius: 10px;
}

.innerblog-page .single-blog-content-box .box-content .topic-list-wrapper .topic-box-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.innerblog-page .single-blog-content-box .box-content .topic-list-wrapper ul li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.innerblog-page .single-blog-content-box .box-content .topic-list-wrapper ul li a {
  color: #fff;
}

.innerblog-page .single-blog-content-box .box-content .blog-cta-box {
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #949494;
  position: relative;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin: 50px 0;
}

.innerblog-page .single-blog-content-box .box-content .blog-cta-box span {
  position: absolute;
  top: -12px;
  padding: 0 10px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.innerblog-page .single-blog-content-box .box-content .blog-cta-box .call-btn {
  padding: 8px 12px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: inline-block;
}

.innerblog-page .single-blog-content-box .box-content .blog-cta-box .call-btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

@media (max-width:992px) {

  .innerblog-page .right-content {
    padding: 0;
  }
}

@media (max-width:568px) {
  .innerblog-page .blog-box-wrapper img {
    height: 100%;
  }

  .innerblog-page .blog-box-wrapper .box-content h4 a {
    font-size: 20px;
  }

  .innerblog-page .blog-box-wrapper .box-content p.text {
    line-height: 24px;
    max-height: 160px;
  }
}



.inner-products-page {
  padding: 80px 0;
  position: relative;
}

.inner-products-page .left-content {
  margin-bottom: 60px;
}

.inner-products-page .left-content .heading h3 {
  text-align: center;

  font-family: 'Philosopher', sans-serif !important;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  margin: 0 auto 30px;
}


.inner-products-page .left-content .product-boxes-wrapper .product-box-main {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 10px;

}

.inner-products-page .left-content .product-boxes-wrapper .product-box-main .box-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.inner-products-page .left-content .product-boxes-wrapper .product-box-main .box-content {
  position: relative;
  padding: 20px 10px;
}

.inner-products-page .left-content .product-boxes-wrapper .product-box-main .box-content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.inner-products-page .left-content .product-boxes-wrapper .product-box-main .box-content .detail-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding-bottom: 5px;

}

.inner-products-page .left-content .product-boxes-wrapper .product-box-main .box-content .contact-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-products-page .left-content .product-boxes-wrapper .product-box-main .box-content .contact-box a {
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 20px;
  background-color: #000;
  display: block;
  margin: 14px auto;
  color: #fff;
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.4s;
}

.inner-products-page .right-content {
  padding: 0 20px;
  margin-bottom: 80px;
}

.inner-products-page .right-content .sidebox {
  background-color: #000;
  padding: 20px 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.inner-products-page .right-content .sidebox h4 {
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'Philosopher', sans-serif !important;
}

.inner-products-page .right-content .sidebox .side-btn a {
  display: block;
  padding: 12px 20px;
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  border: 2px solid #fff;
  transition: all 0.4s;
}

.inner-products-page .right-content .sidebox .side-btn a:hover {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff;
}

.inner-products-page .sticky-box {
  position: sticky !important;
  top: 100px;
}


.inner-products-page .right-content .sidecta {
  margin-top: 50px;
  text-align: center;
}

.inner-products-page .right-content .sidecta h6 {
  font-weight: 600;
  color: #414141;

}

.inner-products-page .right-content .sidecta h4 {
  font-weight: 600;
}

.inner-products-page .right-content .sidecta iframe {
  width: 100%;
  height: 280px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}



@media (max-width:992px) {
  .inner-products-page .right-content {
    padding: 0;

  }
}


.service-page-image-wrapper {
  margin: 30px 0;
  position: relative;
}

.service-page-image-wrapper .left-content .carousel-item {
  overflow: hidden;
  border: 4px inset rgba(0, 0, 0, 0.8);
}

.service-page-image-wrapper .left-content .carousel-item img {
  width: 100%;
  height: 500px;
  filter: grayscale(50%);
  transition: all 0.4s;
}

.service-page-image-wrapper .left-content p {
  text-align: center;
  font-weight: 600;
  color: #414141;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}

.service-page-image-wrapper .left-content .carousel-item img:hover,
.service-page-image-wrapper .right-content img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.service-page-image-wrapper .right-content .img-box {
  overflow: hidden;
  border: 4px inset rgba(0, 0, 0, 0.8);
}

.service-page-image-wrapper .right-content img {
  width: 100%;
  height: 500px;
  filter: grayscale(80%);
  transition: all 0.4s;
}

.service-page-image-wrapper .right-content p {
  text-align: center;
  font-weight: 600;
  color: #414141;
  font-size: 14px;
  text-transform: uppercase;
}

.main-service-page-content .heading {
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main-service-page-content .service-box-container {
  margin: 20px 0;
  position: relative;
}

.main-service-page-content .service-box-container .service-box {
  margin-bottom: 50px;
}

.main-service-page-content .service-box-container .service-box .img-box {
  border: 2px solid rgba(0, 0, 0, 0.8);
  height: 360px;
  overflow: hidden;
}

.main-service-page-content .service-box-container .service-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.main-service-page-content .service-box-container .service-box .img-box:hover img {
  transform: scale(1.1);
}

.main-service-page-content .service-box-container .service-box .box-content {
  padding: 10px;
}

.main-service-page-content .service-box-container .service-box .box-content h4 a {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 20px;
  color: #414141;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.main-service-page-content .service-box-container .service-box .box-content ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.main-service-page-content .service-box-container .service-box .box-content .main-btn {
  display: block;
  background-color: #414141;
  color: #fff;
  margin: 0 auto;

}

@media (min-width:992px) and (max-width:1200px) {
  .service-page-image-wrapper .left-content .carousel-item img {
    height: 360px;
  }

  .service-page-image-wrapper .right-content img {
    height: 360px;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .service-page-image-wrapper .left-content .carousel-item img {
    height: 400px;
  }

  .service-page-image-wrapper .right-content img {
    height: 400px;
  }
}

@media (max-width:568px) {
  .service-page-image-wrapper .left-content .carousel-item img {
    height: 320px;
  }

  .service-page-image-wrapper .right-content img {
    height: 320px;
  }

  .main-service-page-content .service-box-container .service-box .img-box {
    height: 320px;
  }

  .main-service-page-content .service-box-container .service-box .box-content h4 a {
    font-size: 18px;
  }
}


.innerlink-section {
  padding: 30px 0 80px;
  position: relative;
}

.innerlink-section .service-box {
  text-align: center;
  margin-top: 30px;
}

.innerlink-section .service-box .img-box img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: grayscale(50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.innerlink-section .service-box h4 a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 10px 0;
  text-transform: capitalize;
  padding: 6px 12px;
  background-color: #000;
}