:root {
  --primary-color: #F6B110;
  --secondary-color: #000000;
}

input:-internal-autofill-selected {
  background: var(--secondary-color) !important;
}

a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}

ul {
  list-style-type: none;
}


.h2 h2 {
  font: normal normal bold 25px/35px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

@media(max-width:991px) {

  .h2 h2 {
    font: 36px !important;
    color: #000000;
  }

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

@media(max-width:575px) {

  .h2 h2 {
    font-size: 22px !important;
    color: #000000;
  }

  section h2 {
    margin-bottom: 10px !important;
  }

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

}

/* banner section  */

section#main-banner {
  padding: 310px 0px 160px;
  overflow: hidden !important;
}

.after-anchor {
  position: relative;
}

section#main-banner {
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .button-wrapper a:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
} */

section#main-banner h1 {
  font: normal normal bold 42px/55px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px;

}

section#main-banner span.chnageing-text {
  font: normal normal bold 42px/55px DM Sans;
  letter-spacing: 0px;
  color: var(--primary-color) !important;
  text-transform: uppercase;
}

.button-wrapper.btn {
  padding: 5px 40px 5px 5px;
  text-transform: capitalize;
  font: normal normal 16px/21px DM Sans;
  background: var(--secondary-color);
  border-radius: 8px;
  text-align: left;
  cursor: pointer;

}

section#main-banner .button-wrapper.btn a {
  padding: 8px 20px;
}

section#main-banner span {
  font: italic normal 400 22px/33px Mulish;
  margin-bottom: 10px;
  display: inline-block;
}

section#main-banner p {
  font: normal normal normal 20px/33px Muli;
  color: var(--secondary-color);
  margin-bottom: 40px;
  max-width: 597px;
}

.banner-img-wrapper {
  position: absolute;
  top: 10%;
  right: -50%;
  width: 100%;
  height: 100%;
  /* clip-path: polygon(0 32%, 0 0, 100% 0, 100% 100%, 0 100%, 0 40%, 3% 40%, 3% 32%); */
}

.logo-wrap::before {
  width: 45px;
  height: 42px;
  content: "";
  position: absolute;
  top: 0;
  right: -31px;
  background-color: #B17C00;
  z-index: 99;
  clip-path: polygon(32% 0, 0% 100%, 100% 100%);
}

.logo-wrap::after {
  content: "";
  width: 40px;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  right: 0;
  position: absolute;
  /* clip-path: polygon(31% 100%, 24% 0, 4% 100%); */
  background: #fff;
  right: -1px;
  clip-path: polygon(100% 100%, 100% 0, -1% 100%);
}

.next-image {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.next-image img {
  width: 100%;
  height: 100%;
}

.next-viewer {
  max-width: 360px;
  width:max-content;
  height: max-content;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.next-image,
.next-title {
  width: 50%;
}

span.chnageing-text::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-tag {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 15px;
}

.banner-img-wrapper img {
  width: auto;
}

section#main-banner span.title-holder {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 26px;
  color: var(--secondary-color);
  max-width: 100%;
}

.next-title {
  padding: 20px 22px;
}

span.chnageing-text {
  position: relative;
}

section#main-banner a {
  font: normal normal 600 16px/22px DM Sans;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

section#main-banner a:hover {
  color: var(--secondary-color);
  background: #fff;
}

.installation-step-card {
  width: calc(100%/4 - 20px);
}

.installation-step-card {
  padding: 20px 20px;
}

.counter-number {
  font: normal normal 900 36px/40px DM Sans;
}

.counter-text {
  font: normal normal 600 18px/40px DM Sans;
}

.banner-counter {
  display: flex;
  gap: 60px;
  padding: 30px 26px;
  background: #fff;
  max-width: 770px;
  text-align: center;
  box-shadow: 0px 3px 10px #000029;
  border-radius: 10px;
  justify-content: space-between;
}


.count {
  font: normal normal 600 20px/25px Mulish;
}

.count-wraper {
  display: flex;
  justify-content: space-between;
}

.progress-bar-wrap {
  max-width: 173px;
  margin-top: 100px;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: var(--secondary-color);
  border-radius: 6px;
  margin-top: 3px;
  position: relative;
}

.progress-bar-inner {
  height: 100%;
  width: 0;
  background: var(--primary-color);
  transition: 0.1s ease-in-out;
}

@media(max-width:1399px) {

  section#main-banner h1,
  section#main-banner span.chnageing-text {
    font: normal normal 800 36px/40px DM Sans;
  }

  section#main-banner p {
    font: normal normal normal 18px/26px Muli;
  }

  section#site_top {
    color: var(--secondary-color);
    background-color: #0000;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  section#main-banner {
    padding: 280px 0px 130px;
    overflow: hidden !important;
  }
}

@media(max-width:1299px) {
  section#main-banner {
    padding: 250px 0px 100px;
    overflow: hidden !important;
  }

  section#main-banner h1,
  section#main-banner span.chnageing-text {
    font: normal normal 800 32px/40px DM Sans;
  }

  section#main-banner span {
    font: italic normal 400 18px/33px Mulish;
  }
}

@media(max-width:991px) {

  .banner-img-wrapper {
    position: unset;
    max-height: 500px;
  }

  .banner-img-wrapper img {
    object-fit: cover;
    max-height: 500px;
    width: 100%;
  }

  .progress-bar-wrap {
    margin: 0px auto 80px;
  }

  section#main-banner {
    padding: 160px 0px 70px;
    overflow: hidden !important;
  }

  .next-viewer {

    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0%;
  }

}

@media(max-width:575px) {
  section#main-banner h1 {
    text-align: center;
    font: normal normal 800 25px/40px DM Sans;
  }

  section#main-banner p {
    margin-bottom: 30px;
  }

  section#main-banner {
    text-align: center;
  }

  section#main-banner {
    padding: 90px 0px 40px;
  }

  .banner-counter {
    flex-direction: column;
    position: unset;
    margin-top: 40px;
  }

  .next-viewer {
    width: 190px;
    height: 80px;
    left: 0;
    top: unset;
    margin: auto;
    bottom: 4%;
  }


  section#main-banner h1,
  section#main-banner span.chnageing-text {
    font: normal normal 800 20px/30px DM Sans;
  }

  next-viewer {
    left: 0;
    right: 0;
    /* top: 0; */
    margin: auto;
    bottom: 7%;
  }

  section#main-banner span.title-holder {
    font-size: 14px;
    line-height: 16px;
  }

  .slider-tag {
    font-size: 10px;
  }

}


/* home page ends  */

/* about us section  */

.about-us-img {
  position: absolute;
  top: 0;
  right: 0px;
  left: 60px;
  margin: auto;
  width: 340px;
  display: flex;
  gap: 20px;
  color: var(--secondary-color);
}

.about-img-wrap {
  position: relative;
  text-align: left;
}

.award-column {
  position: relative;
  max-width: 132px;
  height: auto;
}

.award-title {
  color: #fff;
  position: absolute;
  top: 115px;
  width: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.inner-heading {
  font: normal normal bold 35px/45px DM Sans;
}

.about-icon i:before {
  font-size: 17px;
  color: #fff;
  margin-left: 2px;
}

.about-icon i {
  width: 18px;
  height: 18px;
  background: var(--secondary-color);
}

.about-icon {
  display: flex;
  gap: 10px;
  width: calc(100%/2 - 10px);
}

.attributes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0px;
}

@media(max-width:767px) {
  .award-column {
    display: none;
  }
}

@media(max-width:575px) {
  .award-column {
    display: none;
  }

  .about-us-img {
    top: -30px;
    right: 0px;
    left: 0px;
    gap: 10px;
  }

  .award-column {
    display: none;
  }

  .about-icon {
    gap: 5px;
    width: calc(100%/1 - 0px);
    text-align: left;
  }
}

/* partner section  */

.owl-carousel .owl-item .item img {
  width: 122px;
  height: 122px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
}

.owl-carousel .owl-item .item img:hover {
  filter: grayscale(0);
  opacity: 1;
}


/* partner section ends  */


/* awards and infrastructure  */


/* Awards and Infrastructure section  */

.infra-card-wrapper {
  position: relative;
  width: calc(100%/5 - 30px);
  padding: 0px;
}

.infra-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 40px 25px 60px;
  position: relative;
  z-index: 99;
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.infra-card-wrapper::after {
  content: "";
  width: 74px;
  height: 74px;
  border-radius: 15px;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.infra-card-wrapper:hover::after {
  top: -3px;
  right: -3px;
}

.infra-card-wrapper::before {
  content: "";
  width: 74px;
  height: 74px;
  border-radius: 15px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.infra-card-wrapper:hover::before {
  bottom: -3px;
  left: -3px;
}

.infraImg {
  width: 50px;
  height: 55px;
  margin-bottom: 20px;
}

.infra-count {
  font: normal normal bold 22px/40px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.infra-title {
  font: normal normal normal 20px/29px Mulish;
  letter-spacing: 0px;
  color: #000000;
}

.infra-card:hover {
  scale: 0.9;
  z-index: 99;
}

.services-name-wrapper {
  margin-right: 10px;
}

section#services {
  background-repeat: no-repeat;
}

@media(max-width:1399px) {
  .infra-count {
    font: normal normal bold 22px/30px DM Sans;
  }

  .infraImg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .infra-title {
    font: normal normal normal 16px/29px Mulish;
  }

  .infra-card {
    padding: 40px 25px 40px;
  }

  .infra-card-wrapper::before {
    content: "";
    width: 54px;
    height: 54px;
  }

  .infra-card-wrapper::after {
    content: "";
    width: 54px;
    height: 54px;
  }

  .infra-card-wrapper:hover::before {
    bottom: 0px;
    left: 0px;
  }

  .infra-card-wrapper:hover::after {
    top: 0px;
    right: 0px;
  }

  .infra-card-wrapper {
    width: calc(100%/5 - 20px);
  }
}

@media(max-width:1199px) {
  .infra-card {
    padding: 30px 25px 30px;
  }

  .infra-title {
    font: normal normal 600 13px/29px Mulish;
  }

  .infra-card-wrapper {
    width: calc(100%/3 - 20px);
    margin-bottom: 30px;
  }

  section#partnerSlider .row {
    justify-content: flex-start !important;
    gap: 0px 30px;
  }

}

@media(max-width:768px) {
  .infra-card-wrapper {
    width: calc(100%/2 - 30px);
    margin-bottom: 30px;
  }

  section#partnerSlider .row {
    justify-content: center !important;
    gap: 0px 30px;
  }
}

@media(max-width:575px) {
  .infra-card-wrapper {
    width: calc(100%/2 - 30px);
    margin-bottom: 20px;
    max-width: 210px;
  }

  .cta-wrapper {
    border-top-right-radius: 10px;
  }

  .infra-card {
    padding: 10px 10px 10px;
  }

  .infra-title {
    font: normal normal 600 12px/18px Mulish;
  }

  .infra-count {
    font: normal normal bold 20px/30px DM Sans;
  }

  .infraImg {
    margin-bottom: 5px;
  }

  .services-name-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    width: calc(100%/6 - 10px);
    text-align: center;
    cursor: pointer;
  }
}

/* Top benifits Section  */


section#topBenifits p {
  text-align: center;
}

.card {
  padding: 30px 0px 0px;
  text-align: center;
  border: 1px solid #EEEEEE;
  position: relative;
  height: 100%;
}

.card::after {
  content: "";
  width: 0;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: var(--primary-color);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  margin: auto;
}

.card:hover::after {
  visibility: visible;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.benefit-img-wrap {
  width: 113px;
  height: 113px;
  border: 7px solid var(--primary-color);
  border-radius: 50%;
  padding: 22px;
  margin: 0px auto 5px;
  transition: 0.2s ease-in-out;
}

.card:hover .benefit-img-wrap {
  transform: scale(1.1);
}

h5.card-title {
  font: normal normal 600 22px/30px DM Sans;

}

.card p {
  text-align: center;
  font: normal normal normal 16px/28px DM Sans;
}

p.heading-description {
  font: normal normal normal 16px/33px Muli;
  letter-spacing: 0px;
  color: #2C2C2C;
  text-align: center;
  margin: 0px auto;
}

.card-body {
  flex-grow: 0;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(max-width:1199px) {
  .code {
    height: 100%;
    max-height: 300px;
    width: 100%;
  }
}

@media(max-width:991px) {

  .services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .services .services-name-wrapper {
    width: calc(100%/3 - 20px)
  }

  .scratch-container {
    margin-top: 30px;
  }
}

@media(max-width:767px) {
  .services .services-name-wrapper {
    width: calc(100%/2 - 20px);
  }

  .cat-img-wrapper {
    width: 35px;
    height: 35px;
    margin: 10px auto;
  }

  section#services img {
    object-fit: contain;
  }

  .services-name-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 15px 5px;
  }
}

@media(max-width:575px) {
  .code {
    height: 100%;
    max-height: 190px !important;
    width: 100%;
  }

  canvas#scratch-card1,
  .scratch-card,
  .col-lg-5.col-md-12.col-12.scratch-container {
    height: 190px !important;
  }
}

/* top benifits ends 
 */

ul.vw_gallery_front {
  display: grid;
  grid-gap: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  padding: 15px;
}

.gallery-image-box {
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-image-box:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-image-box:nth-child(6) {
  grid-column: span 2;
  grid-row: span 1;
}

li.col-md-2.col-sm-6.col-6 {
  width: 100%;
  /* height: 100%; */
}

.vw_gallery_front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:991px) {
  .gallery-image-box {
    max-height: 200px;
  }
}

/* module-section  */

h3 {
  font: normal normal 600 26px/30px DM Sans;
  margin-bottom: 20px;
}

.module-one {
  position: absolute;
  bottom: 0;
  left: -60px;
}

.module-two {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 26%;
}

.module-right {
  display: flex;
  justify-content: end;
}

.module-right .resource-main-wrap {
  width: 90%;
  max-height: 340px;
}

.resource-main-wrap img {
  height: 100%;
  object-fit: contain;
}

.module-one {
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 60%;
}

/* module section ends  */



/* Why chooose us  */

.whychoose-image {
  position: relative;
  border-radius: 10px;
}

.years-wrap {
  font: normal normal 600 22px/29px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  position: absolute;
  top: -41px;
  left: 0;
  padding: 7px 20px 7px 25px;
  max-width: 240px;
  text-transform: capitalize;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 5px solid var(--primary-color);
}

.years-xp {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.years-xp::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 41px;
  top: -12px;
  right: -65px;
  background: #B17C00;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

span.years {
  font: normal normal bold 56px/73px DM Sans;
  letter-spacing: 3px;
}

.heading-tag {
  text-decoration: underline;
  font: normal normal normal 24px/33px Muli;
  color: var(--primary-color);
  margin-bottom: 20px;
}

section#whyChosseUs p.reason-title {
  font: normal normal 500 20px/25px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
}

section#whyChosseUs p.preason-desc {
  margin: 0px;
  line-height: 20px;
  color: #3B3B3B;
  font-weight: 400;
  font-size: 16px;
}

section#whyChosseUs p {
  font: normal normal normal 16px/30px Raleway;
  letter-spacing: 0.45px;
  color: var(--secondary-color);
}

.reason-img {
  width: 52px;
  height: 52px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

ul.reasons {
  max-height: 295px;
  overflow-y: scroll;
}

.reason-wrap {
  display: flex;
  gap: 20px;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 10px;
  max-width: 610px;
  align-items: center;
}

section#whyChosseUs p.reason-title {
  font-weight: 600;
  margin-bottom: 5px;
}

@media(max-width:991px) {
  .management-one-right {
    margin-top: 30px;
  }
}

@media(max-width:767px) {
  span.years {
    font: normal normal bold 46px/43px DM Sans;
    letter-spacing: 3px;
  }

  li.chooseReason {
    width: calc(100% - 42px);
  }
}


/* our projects section  */

section#ourProjects {
  background: var(--secondary-color);
  background-size: 100% 97%;
  background-repeat: no-repeat;
  background-position: center;
}

.tab.category-selector {
  color: #fff;
}

.project-wrap {
  max-width: 360px;
  max-height: 460px;
  position: relative;
}

.post-count {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 13px 15px;
  background: var(--primary-color);
  border-radius: 10px;
  font: normal normal bold 21px/25px DM Sans;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.project-wrap img {
  object-fit: cover;
}

.project-wrap::after {
  content: "";
  /* background: var(--secondary-color); */
  width: 100%;
  height: 0;
  z-index: 0;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, var(--unnamed-color-f6b110) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #F6B110 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
  transition: 0.2s ease-in-out;
  border-radius: 10px !important;
}

.project-wrap:hover::after {
  height: 100%;
  height: 47%;
}

.project-title {
  position: absolute;
  bottom: 0px;
  left: 20px;
  max-width: 320px;
  z-index: 99;
}

.project-wrap:hover .project-title a,
.project-wrap:hover .project-title p {
  color: var(--secondary-color);
  transition: 0.3s ease-in-out;
}

.project-wrap:hover .post-count {
  color: var(--secondary-color);
  background-color: #fff;
}

.project-wrap img {
  object-fit: cover;
  height: 460px;
  width: 360px;
}

.project-wrap img {
  border-radius: 10px !important;
}

.project-title a {
  font: normal normal bold 24px/30px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.tab.category-selector {
  font: normal normal 500 20px/21px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}

.tab.category-selector::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -40px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

.tabs.col-lg-2.col-md-2.col-12::after {
  content: "";
  width: 1px;
  height: 300%;
  left: -21px;
  background: #fff;
  position: absolute;
  top: -100%;
  z-index: -9;
}

.tab.category-selector.active {
  color: var(--primary-color);
}

.tabs.col-lg-2.col-md-2.col-12 {
  position: relative;
  z-index: 0;
  max-height: 498px;

}

.tabs.col-lg-2.col-md-2.col-12::-webkit-scrollbar {
  display: none;
}

.tab.category-selector.active::after {
  border-color: var(--primary-color);
}

section#ourProjects {
  overflow: hidden;
}

.tab-above .h2 h2 {
  color: #fff;
  text-align: left;
}

.tab-above {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  max-width: 90%;
  margin: 0px auto 40px;
}

.slick-custom-btns {
  display: flex;
  gap: 20px;
}

.slick-custom-btns div {
  cursor: pointer;
}

.slick-custom-btns div {
  width: 42px;
  height: 42px;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-above p.heading-description {
  color: #fff;
}

.slick-custom-btns .active-btn {
  background: var(--primary-color);
  color: #fff;
}

.project-wrap::before {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.4;
  z-index: 0;
  top: 0;
  right: 0;
}

.disc p {
  font: normal normal normal 16px/25px Mulish;
  letter-spacing: 0px;
  color: #FFFFFF;
}

@media(min-width:1650px) and (max-width:1800px) {
  .tab-above {
    max-width: 80%;
  }
}

@media(max-width:1649px) {
  .tab-above {
    max-width: 70%;
  }

}

@media(max-width:991px) {

  /* .tab.category-selector {
    width: calc(100%/ 4);
    text-align: center;
  }
  .tab-slider .row.justify-content-end {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}

.tabs.col-lg-2.col-md-2.col-12 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
} */
  .project-wrap img {
    object-fit: cover;
    height: 370px;
    width: 270px;
  }

  .project-title a {
    font: normal normal bold 20px/25px DM Sans;
  }

  .post-count {
    padding: 11px 13px;
  }

  .disc p {
    font: normal normal normal 14px/21px Mulish;
  }

  .tab.category-selector {
    margin-bottom: 20px;
  }

  #ourProjects .col-md-10 {
    flex: 0 0 auto !important;
    width: 70.333333% !important;
  }

  .tabs.col-lg-2.col-md-2.col-12 {
    width: 24% !important;
  }

  .tab-above {
    max-width: 90%;
  }
}

@media(max-width:767px) {
  .tab-above p.heading-description {
    text-align: left;
  }

}

@media(max-width:520px) {
  .project-title a {
    font: normal normal bold 18px/25px DM Sans;
    text-align: left;
  }

  .disc p {
    text-align: left;
  }

  .tabs.col-lg-2.col-md-2.col-12 {
    width: 30% !important;
  }

  .tab.category-selector {
    margin-bottom: 10px;
  }

  .post-count {
    top: 5px;
    left: 5px;
    padding: 10px 9px;
    font: normal normal bold 16px/18px DM Sans;
  }

  #ourProjects .col-md-10 {
    flex: 0 0 auto !important;
    width: 61.333333% !important;
  }

  .slick-custom-btns div {
    width: 32px;
    height: 32px;
  }

  .slick-custom-btns {
    display: flex;
    gap: 5px;
    align-items: end;
  }

  .tab-above p.heading-description {
    font: normal normal normal 16px/23px Muli;
    text-align: left;
  }

  .tab-above {
    max-width: 97%;
    flex-direction: column;
    align-items: end;
  }

  .tab.category-selector {
    font: normal normal 500 14px/21px DM Sans;
  }

  .project-wrap img {
    object-fit: cover;
    height: 300px;
    width: 200px;
  }

  .project-title {
    left: 10px;
  }

  .disc p {
    font: normal normal normal 14px/19px Mulish;
  }
}

/* services section */

.services-name-wrapper li {
  list-style-type: none;
}

.main-container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}


h4 {
  font: normal normal bold 24px/30px DM Sans;
}

.main-container p {
  font: normal normal normal 16px/30px Mulish;
  letter-spacing: 0px;
  color: #3B3B3B;
}

.services-name-wrapper li {
  font: normal normal bold 16px/20px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

section#services img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

section#services .button-wrapper.btn {
  margin-top: 15px;
}

section#services p.heading-description {
  color: #fff;
}

section#services .h2 h2 {
  color: #fff;
}

.code {
  height: 100%;
  max-height: 360px;
  width: 100%;
}

.cat-img-wrapper {
  width: 45px;
  height: 45px;
  margin: 10px auto;
}

canvas {
  position: absolute;
  right: 0;
  top: 0;
}

/* .services {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
} */
.team-card {
  padding: 10px 10px 20px;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: green;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
}

.social-links-wrap.shocialActive {
  visibility: visible;
}

.social-links-wrap {
  visibility: hidden;
}

.services-name-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  width: calc(100%/6 - 20px);
  text-align: center;
  cursor: pointer;
  /* background: var(--primary-color); */
}

.share {
  background: var(--primary-color);
  color: #fff;
  border: none !important;
  cursor: pointer;
}

.services-name-wrapper:hover {
  background-color: var(--primary-color);
}

.services-name-wrapper.active {
  background: var(--primary-color);
}



.tab-content:first-child {
  display: block;
}


.social-media-links a {
  color: var(--secondary-color);
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-links {
  height: 200px;
}

.team-card-thumbnail {
  position: relative;
}

.mailShare {
  display: flex;
  gap: 20px;
  justify-content: center;
}

section#Our-team .owl-dots {
  display: none;
}

section#Our-team {
  padding-bottom: 150px;
}


.mailShare div,
.mailShare a {
  padding: 5px 11px;
  border-radius: 5px;
  font: normal normal normal 16px/20px DM Sans;
}

.social-media-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  /* top: 0; */
  bottom: 0;
  margin: auto;
  gap: 10px;
  right: 13px;
}

.team-card {
  width: 275px;
}

.mail {
  border: 1px solid #707070;
}

p.designation {
  font: normal normal 600 14px/21px Muli;
  letter-spacing: 0px;
  color: #000000;
}

.card-row h3 {
  font: normal normal 500 20px/20px DM Sans;
}


.services {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

/* FAQ Section  */
a.theme-btn.bluebg:hover {
  background: var(--secondary-color);
}

.social-icon-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 60px;
}

i[class^="fa"] {
  font-size: 14px;
}

.social-icon-wrapper a {
  border: 1px solid #707070;
  padding: 11px;
  border-radius: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-wrapper {
  margin: 0px auto;
  font-family: 'DM Sans';
  line-height: 200%;
  width: 100%;
}

.accordion-wrapper h3 {
  cursor: pointer;
  font: normal normal bold 18px/30px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 15px;
  z-index: 0;
  padding: 15px 25px;
  /* box-shadow: 0px 3px 5px #0000029; */
  border: 1px solid #FFFFFF;
  position: relative;
  margin-bottom: 25px;
  background: #F2F2F2 0% 0% no-repeat padding-box;
}

h3.accordion-click.active {
  margin-bottom: 0px;
}

h3.accordion-click.active+.answer {
  margin-bottom: 25px;
}

h3.accordion-click.active {
  background: var(--primary-color);
  color: var(--secondary-color);
  margin-bottom: 0px;
  border: 1px solid var(--primary-color);
}

.accordion-wrapper div {
  background: #fff;
  padding: 10px;
  display: none;
}

.accordion-wrapper h3 i {
  /* float: right; */
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}

h3.accordion-click.active i.fas.fa-chevron-down {
  rotate: 180deg;
}

.theme-btn.bluebg {
  background-color: var(--primary-color);
}

.accordion-wrapper .answer {
  background: #fff !important;
  padding: 13px 30px 13px;
  font: normal normal normal 16px/35px Muli;
  letter-spacing: 0px;
  color: #535353;
  letter-spacing: 0px;
  border: 1px solid #C2B8B8;
  border-top: 0px;
}

.service-icon {
  width: 73px;
  height: 70px;
  object-fit: cover;
}

.social-links-wrap a:last-child {
  border-right: none;
}

.attributes-container {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}

.service-attribute-info {
  width: calc(100% - 90px);
}

.faq-img-wrapper {
  margin-bottom: 15px;
}

section#faq {
  padding-top: 100px;
}

p.service-attribute-title {
  font: normal normal bold 18px/26px DM Sans;
  letter-spacing: 0px;
  color: #010101;
  margin-bottom: 0px;

}

p.service-attribute-desc {
  font: normal normal normal 16px/20px DM Sans;
}

.faq-img-wrapper {
  position: relative;
  clip-path: polygon(100% 0%, 100% 100%, 100% 82.55%, 91.48% 100%, 0% 100%, 0% 0%);
}

.faq-img-wrapper::after {
  content: "";
}


.faq-img-wrapper::after {
  content: "";
  height: 92px;
  width: 102px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width:1400px) {
  .faq-img-wrapper {
    position: relative;
    clip-path: polygon(100% 0%, 100% 100%, 100% 79.0%, 90.1% 100%, 0% 100%, 0% 0%);
  }
}

@media(min-width:768px) and (max-width:991px) {
  .faq-img-wrapper::after {
    height: 73px;
    width: 102px;
  }

  .faq-img-wrapper {
    clip-path: polygon(100% 0%, 100% 100%, 100% 65%, 84.1% 100%, 0% 100%, 0% 0%) !important;
  }
}

@media(max-width:521px) {
  .faq-img-wrapper::after {
    height: 86px;
    width: 102px;
  }

  .faq-img-wrapper {
    height: 170px;
  }

  .faq-img-wrapper img {
    height: 100%;
    width: 100%;
  }

  .faq-img-wrapper::after {
    height: 71px;
    width: 102px;
  }

  .attributes-container {
    flex-direction: column;
  }

  .service-attribute-info {
    width: 100%;
  }

  .service-attribute-info p {
    text-align: center;
  }
}

@media(max-width:575px) {
  .accordion-wrapper h3 i {
    top: 23px;
    right: 2px;
    margin-top: 0px;
    font-size: 14px;
  }

  div#site-sticky-menu1 {
    min-width: 75px;
  }

  section#Our-team {
    padding-bottom: 50px;
  }
}

/* blog section */


.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 15px;
  transform: 0.3s ease-in-out;
}

.thumbnail-wrap img {
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-radius: 15px;
}



.thumbnail-wrap {
  width: 100%;
  height: 260px;
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-card-content p {
  margin-bottom: 0px;
  font: normal normal 300 14px/25px Muli;
  margin-bottom: 10px;
}

.info-bar p {
  font: normal normal bold 16px/15px DM Sans;
  color: var(--secondary-color);
}

.info-bar i[class^="fa"] {
  font-size: 17px;
  color: var(--primary-color);
}

.blog-card-content {
  padding: 15px 20px;
  margin-bottom: 5px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}


.thumbnail-wrap {
  object-fit: cover;
  width: 100%;
  height: 290px;
}

/* 
.blog-card-content a {
  font: normal normal 600 15px/30px DM Sans;
} */

.blog-card-content h5 {
  margin-bottom: 10px;
}

.tags a {
  font-size: 15px;
}



.tags {
  transition: 0.3s ease-in-out;
}


/* newsletter section  */
.letter-img-wrapper {
  height: 490px;
  width: 545px;
  position: absolute;
  bottom: 0;
}


section#newsLetter {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.letter-right p.heading-description {
  color: #fff;
  text-align: left;
  font: normal normal normal 16px/20px Muli;
  margin-bottom: 50px;
}

.newsleter-wrapper .input-wrapper input {
  border-radius: 10px;
  padding-left: 18px;
  font-weight: 600;
}

.letter-right .h2 h2 {
  color: #fff;
}


@media(max-width:1330px) {
  .letter-img-wrapper {
    height: 360px;
    width: 400px;
    position: absolute;
    bottom: 0;
  }

  .button-wrapper.btn a.blog-link {
    font-size: 14px;
  }
}

@media(max-width:991px) {
  .letter-img-wrapper {
    height: 252px;
    width: 280px;
    position: absolute;
    bottom: 0;
  }
}

@media(max-width:767px) {
  .letter-img-wrapper {
    display: none;
  }
}


/* newsletter section ends  */



/* blog section  */

.tags {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  gap: 5px;
  color: var(--secondary-color);
}

/* Dwonload app section  */
section.download {
  padding: 40px 0px;
  position: relative;
  margin-top: 100px;
}

.author-name {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  min-width: 120px;
  padding: 10px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.date-wrap {
  padding: 9px;
  background: var(--primary-color);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.date-no {
  text-align: center;
  font-weight: 700;
  line-height: 11px;
}

.month {
  line-height: 13px;
}

.month {
  font-size: 12px;
  font-weight: 500;
}

section.download .download-inner-wrapper {
  background: var(--primary-color);
  padding: 66px 50px;
  border-radius: 10px;
  position: relative;
}

section.download h2 {
  color: #FFF;
}

section.download P {
  color: #fff;
}

section.download .left::after {
  background: #fff;
}

.phone-img {
  position: absolute;
  bottom: 0px;
}


@media(max-width:991px) {
  section.download {
    padding: 40px 0px;
  }
}

@media(max-width:767px) {
  .phone-img {
    position: unset;
    margin-bottom: -66px;
    text-align: center;
  }

  section.download {
    margin: 0px;
  }
}

section.download h2 {
  max-width: 670px;
}

/* download app section ends */

/* best renovation section  */
.form-wrapper ::placeholder {
  color: var(--secondary-color) !important;
  opacity: 1;
}

.home span.wpcf7-form-control-wrap input {
  border: none;
  color: var(--secondary-color);
}

.renovation-wrapper-wrap .submit-btn {
  width: 140px;
  margin: 0px;
}

.renovation-wrapper-wrap .wpcf7-response-output {
  border: none !important;
  padding: 0px !important;
}

section.renovation {
  position: relative;
}

section.renovation {
  margin-top: 0px;
  padding-top: 100px;
}

.renovation-wrapper-wrap {
  padding-bottom: 100px;
}

.video-thumbnail-wrapper {
  bottom: 0;
  position: absolute;
  top: 0;
  left: -90px;
  right: 60%;
  margin: auto;
  width: 50%;
  height: 100%;
}

.form-wrapper::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 91px;
  background: #B17C00;
  top: -91px;
  right: 24px;
  clip-path: polygon(0 1%, 0% 100%, 100% 100%);
}


.renovation-right .h2 h2 {
  text-align: left;
  font: normal normal bold 35px/40px DM Sans;
}

.reno-img-wrap {
  width: 73px;
  height: 73px;
  margin-bottom: 15px;
}

.form-wrapper h3 {
  font: normal normal bold 30px/39px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.renovation-service-wrap h3 {
  font: normal normal 600 24px/28px DM Sans;
  letter-spacing: 0px;
  margin-bottom: 0px;

}

.renovation-wrapper p {
  font: normal normal 300 16px/30px Muli;
}

.renovation-wrapper {
  padding: 30px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #fff;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap select {
  height: 48px;
  display: inline-block;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -14px;
  line-height: 20px;
  font-size: 14px;
  right: 3px;
}

span[data-name="Message"] .wpcf7-not-valid-tip {
  bottom: 6px;
}

.wpcf7-response-output {
  color: red;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  border: 1px solid #fff !important;
}
.home .wpcf7-response-output{
  bottom: -50px;
}
.home .wpcf7 form.sent .wpcf7-response-output{
  bottom: -50px;
}
a.video-play-btn {
  width: 50px;
  height: 50px;
  display: inline-block;
}
span.wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media(max-width:991px) {
  a.video-play-btn {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: -30%;
  }

  a.video-play-btn {
    top: -30%;
  }
}


/* best renovation section ends */
/* pricing section  */
.owl-stage-outer,
.pricing-div {
  margin-bottom: 10px;
}

.owl-stage {
  display: flex;
}

section#service-single .pricing-div {
  margin-bottom: 69px;
}

.pricing-div {
  padding-top: 40px;
  border-radius: 15px;
  background: var(--secondary-color);
  margin-top: 40px;
  padding-bottom: 75px;
  margin-bottom: 67px;
  padding-left: 30px;
  padding-right: 30px;
  transition: 0.2s ease-in-out;
}

.pricing-div:hover .svg-container {
  fill: var(--primary-color);
  border-color: var(--primary-color);
}

.pricing-div:hover {
  background: var(--primary-color);
  cursor: pointer;
}

.pricing-div:hover .features-checkbox {
  color: var(--secondary-color);
}

.pricing-div:hover .features-checkbox i[class^="fa"] {
  color: var(--primary-color);
  background: var(--secondary-color);
}

.pricing-div:hover .button-wrapper.btn a {
  background: #fff;
  color: var(--secondary-color);
}

.pricing-div:hover .button-wrapper.btn {
  background: var(--primary-color);
}

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 81px;
  height: 81px;
  z-index: 99;
  padding: 15px;
  border-radius: 15px;
  border: 5px solid var(--secondary-color);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.cta-wrapper {
  max-width: 282px;
  max-height: 153px;
  background: #fff;
  margin: 0px auto 10px;
  /* padding: 24px 34px 34px 34px; */
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px 0px 15px 15px;
}

.cta-after {
  position: relative;
  padding: 24px 34px 34px 34px;
}

.cta-after::after {
  content: "";
  width: 42px;
  height: 88px;
  position: absolute;
  background: #dfdfdf;
  top: 0;
  right: -42px;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 0% 100%);
}

.price {
  font: normal normal bold 40px/40px DM Sans;
  letter-spacing: 0px;
  color: var(--secondary-color);
  display: flex;
  align-items: baseline;
  gap: 5px;
  justify-content: center;
}

.price span {
  font: normal normal normal 16px/29px Mulish;
  letter-spacing: 0px;
  color: #000000;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0px;
  background: var(--secondary-color);
}

button.owl-dot.active {
  background: var(--primary-color);
}

.features-checkbox {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: center;
  color: #fff;
  padding: 0px 30px;
}

.features-checkbox i[class^="fa"] {
  font-size: 14px;
  color: var(--secondary-color);
  background: #fff;
  padding: 2px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.scratch-insutuction {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 130px;
  max-height: 103px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 52px;
  font: normal normal 600 15px/21px DM Sans;
  color: var(--secondary-color);
  text-align: center;
}

.before {
  color: var(--secondary-color);
  z-index: 99;
  position: absolute;
  text-transform: capitalize;
  font: normal normal 600 16px/21px DM Sans;
  padding: 10px 25px;
  background: var(--primary-color);
  border-radius: 10px;
  top: 20px;
  left: 10px;
}

.scratch-wrap {
  width: 100%;
  height: 100%;
  background: #0000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

section#service-single .sectrion-space {
  padding: 0px !important;
}

@media(max-width:480px) {
  .cta-after::after {
    display: none;
  }

  .main-container p {
    font: normal normal normal 16px/24px Mulish;
    letter-spacing: 0px;
    color: #3B3B3B;
  }

  .scratch-container {
    height: 190px;
  }

  .features-checkbox {
    padding: 0px 10px;
  }
}




.cta-wrapper .button-wrapper.btn {
  font: normal normal 500 16px/21px DM Sans;
  padding: 5px 30px 5px 5px;
}

span.price {
  font: normal normal bold 40px/60px DM Sans;
  color: #fff;
}

a.buy-product-link:hover {
  background: var(--primary-color) !important;
}

a.buy-product-link {
  margin-left: 30px;
}

a.buy-product-link {
  font: normal normal normal 16px/60px DM Sans;
  padding: 12px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 4px;
  align-self: start;
  flex-grow: 0;
  max-height: 40px;
  display: flex;
  align-items: center;
}

.pack-wrap.card1 a.buy-product-link {
  background-color: #000000;
}

.feature-wrapper {
  flex-grow: 1;
}

.pack-wrap {
  padding-bottom: 25px;
  height: 100%;
}


.features-text {
  font: normal normal normal 16px/18px Mulish;
}

.pack-wrap {
  display: flex;
  flex-direction: column;
}



section#pricing_sec span.current-symbol {
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 30px;
  rotate: -20deg;
  color: rgba(155, 155, 155, 0.3);
  user-select: none;
  opacity: 0.5;
}

.pack-top h4 {
  font: normal normal bold 24px/20px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.pack-top p {
  font: normal normal normal 14px/16px Mulish;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;
}

.pack-top {
  max-width: 282px;
  max-height: 108px;
  background: #fff;
  margin: 36px auto;
}

.pack-top {
  max-width: 282px;
  max-height: 108px;
  background: #fff;
  margin: 36px auto;
  padding: 27px 40px;
  border-radius: 15px;
  text-align: center;
}

section#testimonials {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


section.threeSectionWrapper::after {
  content: "";
  height: 117%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -99;
  background-repeat: no-repeat;
}

section.threeSectionWrapper {
  position: relative;
}


.renovation-left {
  display: flex;
  justify-content: end;
  padding-right: 25px;
  position: relative;
}

.renovation-right {
  padding-left: 25px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}

.form-wrapper {
  max-width: 452px;
  padding: 0px;
  background: var(--primary-color);
  z-index: 999;
  padding: 40px;
  border-bottom-right-radius: 10px;
}

.fa-play:before {
  content: "\f04b";
  font-size: 27px;
  color: var(--secondary-color);
}

a.video-play-btn {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 102px;
  left: 0;
  margin: auto;
  margin: auto;
  background: #fff;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container i.fa.fa-play {
  width: 14px;
  height: 17px;
}

.video-container i.fa.fa-play::before {
  font-size: 20px;
}

.submit-btn input {
  border-radius: 10px;
  border: none;
  background: var(--secondary-color);
  color: #fff;
  font: normal normal 500 16px/21px DM Sans;
  min-width: 71px;
}

span.wpcf7-form-control-wrap textarea,
span.wpcf7-form-control-wrap select {
  width: 100%;
  border: none;
  outline: none;
  outline: none;
  border-radius: 10px;
  color: var(--secondary-color) !important;
  opacity: 1;
  padding-left: 10px;
}

span.wpcf7-form-control-wrap textarea {
  height: 116px;
}

::placeholder {
  color: var(--secondary-color);
}

div#html5lightbox-watermark {
  display: none !important;
}

.submit-btn {
  max-width: 147px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 20px 5px 5px;
  position: relative;
}

.newsleter-wrapper .submit-btn {
  max-width: 151px;
  background: var(--secondary-color);
}

.newsleter-wrapper .wpcf7-response-output {
  text-align: center;
}

.newsleter-wrapper .submit-btn input {
  max-width: 106px !important;
  width: 100%;
  background: #fff;
  color: var(--secondary-color);
}

.newsleter-wrapper .submit-btn::after {
  color: #fff;
}

ul.sub-menu .current-menu-item::before {
  display: none;
}

.primary_nav>li>ul {
  padding: 10px !important;
}

/* input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  background: var(--secondary-color);
  border-radius: 8px;
  padding: 7px 15px;
  font: normal normal 500 16px/21px DM Sans;
  border: none;
  width: auto;
  text-align: left;
} */

.submit-btn::after {
  content: "\f054";
  position: absolute;
  width: 15px;
  height: 20px;
  right: 9%;
  color: var(--secondary-color);
  font-family: 'FontAwesome';
  top: 0;
  bottom: 0;
  margin: auto;
}

.submit-btn p {
  margin: 0px;
}

.process-icon-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  display: flex;
  align-items: center;
}

.process-icon-holder i {
  width: 25px;
  height: 25px;
  border: 1px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
  background: #fff;
  color: var(--secondary-color);
}

@media(max-width:1400px) {
  a.video-play-btn {
    top: 15%;
    right: 100px;
    bottom: unset;
  }
}

@media(max-width:991px) {
  .video-thumbnail-wrapper {
    position: relative;
  }

  .form-wrapper::after {
    display: none;
  }

  .form-wrapper {
    border-bottom-right-radius: 0px;
  }

  a.video-play-btn {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .video-thumbnail-wrapper {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }

  section.renovation .row {
    align-items: flex-start !important;
  }

  .renovation-right {
    margin-top: 30px;
  }

}

@media(max-width:991px) {
  .renovation-left {
    margin-top: 30px;
  }

  .renovation-left {
    margin-top: 30px;
  }

  .video-thumbnail-wrapper {
    width: 100%;
    height: 100%;
  }

  .form-wrapper {
    max-width: 100%;
    width: 100%;
  }

  section#service-single .cta-wrapper {
    max-width: 200px;
  }

  section#service-single .cta-after {
    padding: 30px 24px 24px 24px;
  }

  .cta-after::after {
    height: 64px;
  }
}

@media(max-width:575px) {
  .process-icon-holder {
    display: none;
  }

  .newsleter-wrapper .submit-btn {
    margin: 0px auto;
  }

  section#renovation-section .partner-images img {
    object-fit: contain;
    max-width: 80px;
  }

  .partner-images {
    padding: 12px 30px;
  }

  section.renovation .row {
    align-items: flex-start !important;
    flex-direction: column-reverse;
  }

  .form-wrapper h3 {
    font: normal normal bold 26px/39px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .heading-tag {
    font: normal normal normal 20px/28px Muli;
    text-align: center;
  }

  .renovation-right .h2 h2 {
    font: normal normal bold 35px/30px DM Sans;
    text-align: center;
  }

  .renovation-service-wrap h3 {
    font: normal normal 600 18px/25px DM Sans;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }

  .renovation-wrapper p {
    font: normal normal 300 16px/20px Muli;
  }

  .reno-img-wrap {
    width: 53px;
    height: 53px;
    margin: 0px auto 10px;
  }

  .renovation-wrapper-wrap {
    padding-bottom: 40px;
  }

  .renovation-right {
    margin-top: 0px;
  }

  .video-thumbnail-wrapper {
    margin-top: 30px;
  }

  .renovation-right,
  .renovation-left {
    padding: 0px 10px;
  }

  h4 {
    font: normal normal bold 20px/30px DM Sans;
    text-align: center;
  }

  .col-lg-7.col-md-12.col-12 {
    text-align: center;
  }

  span.years {
    font: normal normal bold 36px/43px DM Sans;
    letter-spacing: 3px;
  }

  .years-wrap {
    font: normal normal 600 20px/23px DM Sans;
  }
}

/* working process  */
.process-img-wrap {
  width: 142px;
  height: 142px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  padding: 10px;
  margin: 0px auto 30px;
  position: relative;
}

.process-icon-holder::after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--secondary-color);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.process-card {
  width: calc(100%/ 4 - 0px);
  text-align: center;
  position: relative;
}

.process-text {
  max-width: 265px;
  margin: 0px auto;
}

h4.process-heading {
  font: normal normal bold 20px/20px DM Sans;
  margin-bottom: 10px;
}

.process-overlay {
  background-color: white;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-family: sans-serif;
  color: rgba(246, 177, 16, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  width: 90%;
  height: 90%;
  background: rgba(246, 177, 16, 0.8);
  font-size: 70px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.process-card:hover .process-overlay {
  opacity: 1;
}

.process-card:hover .process-img-wrap {
  box-shadow: 0px 0px 29px #00000021;
}

.partner-images {
  display: flex;
  align-items: center;
}

.review-form .input-wrapper {
  margin-bottom: 30px;
}

@media(max-width:1199px) {
  .partner-images {
    width: calc(100%/4 - 20px);
  }
}

@media(max-width:991px) {
  .process-card {
    width: calc(100%/ 2 - 0px);
  }

  .process-card {
    margin-top: 40px;
  }

  .process-card:nth-child(2) .process-icon-holder {
    display: none;
  }

  h4.process-heading {
    font: normal normal bold 18px/20px DM Sans;
    margin-bottom: 10px;
  }

  .partner-images {
    width: calc(100%/2 - 20px);
  }
}

@media(max-width:480px) {
  .process-card {
    width: calc(100%/1 - 0px);
    text-align: center;
    position: relative;
  }

  .partner-images img {
    max-width: 80px;
  }

  .services .services-name-wrapper {
    width: calc(100%/2 - 10px);
  }

  .services {
    gap: 10px;
  }
}



/* working process  */

/* testimonial section  */

.rating-holder i[class^="fa"] {
  font-size: 16px;
  color: var(--primary-color);
}

.rating-holder {
  position: absolute;
  z-index: 9999;
  left: 30px;
  color: var(--secondary-color);
  top: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 10px;
  border-radius: 13px;
  backdrop-filter: blur(30px);
}

section#testimonials .h2 h2 {
  color: #fff;
}

section#testimonials p.heading-description {
  color: #fff;
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

button.owl-prev,
button.owl-next {
  width: 42px;
  height: 42px;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #fff;
}

.owl-nav i[class^="fa"] {
  font-size: 17px;
  color: var(--secondary-color);
}

.owl-nav button.active-btn {
  background: var(--primary-color);
}

.owl-nav button.active-btn i[class^="fa"] {
  color: #fff !important;
}

/* woo commerce  */

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 10px !important;
  top: 0 !important;
  cursor: pointer;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background: var(--primary-color) !important;
  color: #fff !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
}


.woocommerce {
  text-align: center;
}

input#submitReview {
  display: block !important;
}

@media(min-width:991px) {
  .owl-dots {
    display: none;
  }
}

.disc p:first-child {
  display: block;
}

.disc p {
  display: none;
}
section#service-single .owl-nav {
  display: none;
}