/*
Theme Name: VW Home Renovation Pro
Theme URI: https://www.vwthemes.com/themes/lens-wordpress-theme/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.4
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-home-renovation-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Home Renovation Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2018.
VW Home Renovation Pro WordPress Theme is released under the terms of GNU GPL
*/



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

*/:root {
  --white: #fff;
  --black: #000000;
  --green: #e4573d;
  --orange: #e4573d;
  --lightorange: #e4573d;
  --black1: #191b27;
  --black2: #3f3f3f;
  --black3: #5b5b5b;
  --grey1: #1a1616;
  --grey2: #333333;
  --grey3: #6649a6;
  --grey4: #444444;
  --grey5: #424648;
  --grey6: #464a4c;
  --lightgrey2: #d7d7d7;
  --lightgrey3: #bbbbbb;
  --lightgrey4: #838384;
  --lightgrey5: #e4e4e4;
  --lightgrey6: #e8e8e8;
  --lightgrey7: #002b46;
  --lightgrey8: #e7e7e7;
  --lightgrey9: #dddddd;
  --white11: #f2f2f2;
  --white12: #f7f7f7;
  --lightgrey10: #454242;
  scroll-behavior: auto !important;
  --primary-color: #014678;
  --secondary-color: #;
}

:root {
  --common-font-w: "Work Sans";
  --common-font-wm: "Work Sans Medium";
  --common-font-wsm: "Work Sans Semi Bold";
  --common-font-web: "Work Sans Extra Bold";
  --common-font-m: "Montserrat";
  --common-font-mm: "Lato";
  --common-font-msb: "Montserrat SemiBold";
  --common-font-meb: "Montserrat Extra Bold";
  --common-font-mb: "Montserrat Bold";
  --common-font-l: "Libre Baskerville";
}

html #wpadminbar {
  z-index: 99999999;
}

.topbar-left {
  display: flex;
}

/* Styling the scrollbar */
section#whyChosseUs ::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
}

/* Track */
section#whyChosseUs ::-webkit-scrollbar-track {
  background: var(--secondary-color);
  /* Background color of the track */
  border-radius: 10px;
}

/* Handle */
section#whyChosseUs ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  /* Background color of the scrollbar handle */
}

/* Handle on hover */
section#whyChosseUs ::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Background color of the scrollbar handle on hover */
}

section#whyChosseUs ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* Adjust the border radius as needed */
}

/* For Firefox */
/* Styling the scrollbar */
/* Currently, Firefox doesn't support complete customization of the scrollbar */
/* But you can change the color of the track */
/* scrollbar-track-color is a Mozilla specific property */
/* It might not work in all versions of Firefox */


/* Basic Style */
body {
  overflow-x: hidden !important;
  padding: 0 !important;
}

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

html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font: normal normal 400 16px/22px Mulish;
  letter-spacing: 0px;
  color: #3B3B3B;
  overflow-x: visible !important;
}
header#masthead {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
label {
  margin-bottom: 0 !important;
}
.testimonial-wrapper {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  width: auto;
}

.renovation-wrapper-wrap section img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
  color: var(--secondary-color);
  font-family: DM Sans;
  font-weight: bold;
}

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

span.wpcf7-spinner {
  position: absolute;
}


p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

p,
ul li a {
  letter-spacing: 0px;
  font-family: Noto;
}

body a {
  text-decoration: none;
  color: var(--black);
}

a:hover {
  text-decoration: none;
  color: var(--black1);
}

a:focus,
a:hover {
  text-decoration: none !important;
}

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

.sub-menu li a:before {
  display: none;
}

ul li,
ol li {
  font-size: 14px;
}

:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

ul.sub-menu+.active {
  rotate: 180deg;
  transition: 0.3s ease-in-out;
}

textarea {
  resize: none !important;
}

@media(min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }

  #header .container {
    max-width: 1400px !important;
  }
}



/*------------------------- Headings --------------------------*/

/*----------------- Section Title--------------*/

.section-title a i {
  padding-left: 10px;
}

/*-------------- Post Content ---------------*/

.collectionbox.post-img img {
  max-width: 240px;
}

.vw-fixed {
  background-attachment: fixed !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.vw-scroll {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

#return-to-top i {
  position: relative;
  top: 13px;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  font-weight: 800;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  top: 5px;
}

/* ----------- Spinner ------------- */
.eco-box {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  z-index: 999999999999999;
  background-color: rgba(17, 25, 31, 1);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-inner {
  top: 40%;
  left: 48%;
  /* margin-top: -100px; */
  margin-left: -50px;
  width: 190px;
  width: 190px;
  height: 190px;
  position: relative;
}

p {
  font: normal normal normal 18px/30px Muli;
  letter-spacing: 0px;
  color: #3B3B3B;
}


.h2,
section#main-banner h1 {
  position: relative;
}


section#testimonials .h2.left::after {
  background: #fff !important;
}

.h2 {
  position: relative;
  text-align: center;
}

.left {
  text-align: left;
}

.h2.left::after {
  left: 0;
  right: unset;
}




/* html5 lightbox  */


.lightboxcontainer {
  width: 100%;
  text-align: left;
}

.lightboxleft {
  width: 40%;
  float: left;
}

.lightboxright {
  width: 60%;
  float: left;
}

.lightboxright iframe {
  min-height: 390px;
}

.divtext {
  margin: 36px;
}

@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }

  .lightboxright {
    width: 100%;
  }

  .divtext {
    margin: 12px;
  }
}

.html5-elem-box {
  max-height: unset !important;
}

span.wpcf7-form-control-wrap select {

  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-form-control-wrap select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

span.wpcf7-form-control-wrap select:focus {
  background-image:
    linear-gradient(45deg, var(--primary-color) 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, var(--primary-color) 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: var(--primary-color);
  outline: 0;
}

span.wpcf7-form-control-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--secondary-color);
}






/* loader css  */

.loader {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  background: var(--primary-color);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary-color);
  animation: slide 1s infinite linear alternate;
  opacity: 0.5;
}

.loader:after {
  animation: slide2 1s infinite linear alternate;
  opacity: 1;

}

@keyframes slide {

  0%,
  20% {
    transform: translate(0, 0)
  }

  80%,
  100% {
    transform: translate(15px, 15px)
  }
}

@keyframes slide2 {

  0%,
  20% {
    transform: translate(0, 0)
  }

  80%,
  100% {
    transform: translate(-15px, -15px)
  }
}




/* blog sidebar widget  */


.sidebar-Touch {
  background: var(--primary-color);
  text-align: center;
  padding: 40px 20px 40px;
  border-radius: 6px;
}

.sidebar-Touch h5 {
  font: 24px/36px DM Sans;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.sidebar-Touch a {
  font: normal normal bold 18px/27px DM Sans;
  padding: 10px 20px;
  border-radius: 6px;
  background: #fff;
}

.icon-wrapper {
  width: 84px;
  height: 84px;
  margin: 0px auto;
  margin-bottom: 20px;
}

canvas {
  transition: opacity 1s;
}



/* renovation section  */
.partner-images {
  width: calc(100%/5 - 20px);
  padding: 22px 30px;
  aspect-ratio: 8/3;
  object-fit: unset;
  background: #fff;
  border: 0.5px solid #707070;
  text-align: center;
}

section#renovation-section .row {
  justify-content: center;
  gap: 20px;
}

section#renovation-section {
  background-color: #F3F3F3;
}

.partner-images:hover {
  border: 0.5px solid var(--primary-color);
}

.partner-images img {
  object-fit: contain;
  max-width: 160px;
  margin: 0px auto;
  transition: 0.2s ease-in-out;
}

.partner-images:hover img {
  transform: scale(0.9);
}

.process-card:last-child .process-icon-holder {
  display: none;
}

span.fa-solid.fa-chevron-down.dropDown {
  z-index: 999;
  top: 0;
}

html {
  overflow: auto;
}

ul.sub-menu .menu-item {
  margin-bottom: 7px !important;
}





/* ive block style  */


.ive-renovation-checkboxes .fa-check-square {
  font-size: 21px !important;
  color: #000;
}

.ive-renovation-right {
  position: relative;
}

.ive-renvation-aboutus-rel {
  position: absolute;
  top: 0px;
  right: 0;
}

.ive-renvation-aboutus-rel p {
  font: normal normal medium 20px/41px DM Sans !important;
  letter-spacing: 0.02px;
  color: #000000 !important;
  max-width: 180px;
}

.button-wrapper.btn span.ive-btn-inner-text {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 8px !important;
  padding: 7px 10px;
}

.ive-renovation-infra-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 40px 30px 60px;
  position: relative;
  z-index: 99;
  transition: all 400ms cubic-bezier(.47, 1.64, .41);
  text-align: left;
  max-height: 240px !important;
  width: calc(100%/5 - 20px) !important;
}

div#ive-theme-content-area .ive-renovation-infra-image {
  width: 50px;
  height: 55px;
  margin-bottom: 20px;
  margin: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ive-renovaion-servicetab {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  width: calc(100%/6 - 20px);
}


.ive-renovaion-servicetab h2.wp-block-heading {
  font: normal normal bold 16px/20px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.ive-renovation-serviw-wrap {
  padding: 20px 30px;
  border-radius: 10px;
}

.ive-renovation-service-right {
  border-radius: 8px !important;
}

.ive-renovation-service-right img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 8pxNumber Of Slider Images;
}

.ive-renovation-chooseus {
  position: relative;
}

.ive-renovation-years {
  letter-spacing: 0px;
  color: #000000;
  position: absolute;
  top: -41px;
  left: 0;
  padding: 7px 20px 7px 25px;
  text-transform: capitalize;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 5px solid var(--primary-color);
}

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

.ive-renovation-years h2 {
  font: normal normal 500 22px/29px DM Sans;
  letter-spacing: 0px;
  color: #000000;
  max-width: 280px;
}

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

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

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

.ive-renovation-row .fas.fa-check-square {
  font-size: 20px;
  color: #fff;
}

.ive-renovation-slider {
  max-width: 282px;
  /* max-height: 108px; */
  background: #fff;
  margin: 36px auto;
  padding: 27px 40px;
  border-radius: 15px;
  text-align: center;
}

.ive-renovation-plan {
  padding-top: 60px;
  border-radius: 15px;
  background: var(--secondary-color);
  margin-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 67px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.ive-renovation-plan figure {
  position: absolute;
  top: -9%;
  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;
}

.ive-renovation-pricing-btn {
  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;
}
.button-wrapper.btn span.ive-btn-inner-text{
  font-size: 16px !important;
}


.ive-renovation-pricing-btn {
  left: 30px;
  right: 0;
  position: absolute;
  bottom: -14%;
  margin: auto;
}
.ive-renovation-group-price{
  width: calc(90%/3 - 20px) !important;
}

.btn-inner-wrap{
  margin: 0px;
}
.ive-renovation-pricing-btn .btn-inner-wrap {
  display: block;
  margin-top: 0px !important;
  margin-bottom: 20px;
  margin-left: 0px;
}
.ive-renovation-pricing-btn::after{
  content: "";
  width: 42px;
  height: 64px;
  position: absolute;
  background: #dfdfdf;
  top: 0;
  right: -42px;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 0% 100%);
}


.ive-renovation-testimonial {
    box-shadow: 0px 1px 6px #00000029;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.ive-renovation-testimonial img{
  width: 100% !important;
}

/* ive block style  */


.ive-renovation-checkboxes .fa-check-square {
  font-size: 21px !important;
  color: #000;
}

.ive-renovation-right {
  position: relative;
}

.ive-renvation-aboutus-rel {
  position: absolute;
  top: 0px;
  right: 0;
}

.ive-renvation-aboutus-rel p {
  font: normal normal medium 20px/41px DM Sans !important;
  letter-spacing: 0.02px;
  color: #000000 !important;
  max-width: 180px;
}

.button-wrapper.btn span.ive-btn-inner-text {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 8px !important;
  padding: 7px 10px;
}

.ive-renovation-infra-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 40px 30px 40px;
  position: relative;
  z-index: 99;
  transition: all 400ms cubic-bezier(.47, 1.64, .41);
  text-align: left;
  max-height: 240px !important;
  width: calc(100%/5 - 20px) !important;
}

div#ive-theme-content-area .ive-renovation-infra-image {
  width: 50px;
  height: 55px;
  margin-bottom: 20px;
  margin: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ive-renovaion-servicetab {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  width: calc(100%/6 - 20px);
}


.ive-renovaion-servicetab h2.wp-block-heading {
  font: normal normal bold 16px/20px DM Sans;
  letter-spacing: 0px;
  color: #000000;
}

.ive-renovation-serviw-wrap {
  padding: 20px 30px;
  border-radius: 10px;
}

.ive-renovation-service-right {
  border-radius: 8px !important;
}

.ive-renovation-service-right img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 8pxNumber Of Slider Images
}

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

}

.ive-renovation-gallery-main .ibtana-blocks-gallery-item {
  width: 100% !important;
  height: 400px !important;
  overflow: hidden !important;
  ;
  border-radius: 15px !important;
  ;
}

.ive-renovation-gallery-main .ive-gallery-image-contain,
.ive-renovation-gallery-main .ive-gal-image-radius,
.ive-renovation-gallery-main .ive-gallery-figure,
.ibtana-blocks-gallery-item-inner {
  height: 100% !important;
}

.ive-renovation-gallery-main .ive-gallery-ul li:nth-child(2),
.ive-renovation-gallery-main .ive-gallery-ul li:nth-child(6) {
  grid-column: span 2;
  grid-row: span 1;
}

.ive-renovation-gallery h2.ive-heading-parent {
  font: 600 25px/35px DM Sans;
  color: #000000;
}

.ive-renovation-gallery .ive-renovation-gallery-para {
  color: #2C2C2C;
}

.ive-renovation-choose-inner .wp-block-group__inner-container {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
}

.ive-renovation-inner-text-content .wp-block-group__inner-container {
  display: block;
  background: unset;
  margin-bottom: unset;
  padding: unset;
  border-radius: unset;
}

.ive-renovation-choose-inner img {
  width: 52px;
  height: 52px;
  background: #F6B110;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.ive-renovation-inner-text-content p {
  margin-bottom: 0
}

.ive-renovation-choose-list-main {
  max-height: 320px;
  overflow-y: scroll;
  padding-left: 10px;
}

.ive-renovation-pro-choose-section ::-webkit-scrollbar {
  width: 10px;

}

/* Track */
.ive-renovation-pro-choose-section ::-webkit-scrollbar-track {
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Handle */
.ive-renovation-pro-choose-section ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
.ive-renovation-pro-choose-section ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ive-renovation-pro-choose-section ::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.ive-renovation-pricing-plan .ive-renovation-inner-top-text {
  width: max-content;
  margin: 0 auto;
  color: #000;
  padding: 27px 40px;
  border-radius: 15px;
  text-align: center;
}

.ive-renovation-plan-list-main li {
  font: 500 16px/18px Mulish;
  color: #fff;
  position: relative;
  margin-left: 30px;
}

.ive-renovation-plan-list-main li::before {
  content: "\f14a";
  position: absolute;
  width: 15px;
  height: 20px;
  color: #fff;
  font-family: 'FontAwesome';
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;

}

.ive-renovation-pricing-plan .owl-stage-outer {
  padding-top: 5%;
  padding-bottom: 10%;
}

.ive-renovation-pricing-top-img {
  width: max-content;
  margin: 20px auto;
  background: #fff;
  z-index: 99;
  padding: 15px;
  border-radius: 15px;
  border: 5px solid #000;
  background: #fff;
  margin-top: -60px;
}

.ive-renovation-pricing-main-card {
  padding: 20px 20px 35px;
  border-radius: 20px;
}

.ive-renovation-pricing-plan-bottom-price {
  max-width: 285px;
  background: #fff;
  margin: 0px auto 10px;
  padding: 24px 34px 25px 34px;
  margin-bottom: -110px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px 0px 15px 15px;
  position: relative;
}

.ive-renovation-pricing-plan-bottom-price strong {
  font: 800 40px/20px DM Sans;
  color: #000000;
}

.ive-renovation-pricing-more-btn .ive-btn-wrap {
  background: #000;
  padding: 10px 30px 10px 10px;
  width: max-content;
  margin: 0 auto;
  border-radius: 12px;
  margin-right: auto !important;
  position: relative;
}

.ive-renovation-pricing-more-btn .ive-btn-wrap::after {
  content: "\f054";
  position: absolute;
  width: 15px;
  height: 20px;
  color: #fff;
  font-family: 'FontAwesome';
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
}

.ive-renovation-pricing-plan-bottom-price .btn-inner-wrap {
  margin: 10px 0 0 0 !important;
}

.ive-renovation-pricing-plan-bottom-price::after {
  content: "";
  width: 43px;
  height: 78px;
  position: absolute;
  background: #dfdfdf;
  top: -1px;
  right: -42px;
  clip-path: polygon(0 0, 50% 50%, 100% 100%, 0% 100%);
}

.ive-renovation-service-main .ive-renovation-choose-inner .wp-block-group__inner-container {
  display: block;
}

.ive-renovation-service-form-main {
  position: relative;
  left: 25px;
  top: 5.3rem;
}

.ive-renovation-service-form-main form {
  background-color: #f6b110;
  padding: 20px;
  margin: 20px 0px;
}

.ive-renovation-service-main {
  overflow: hidden;
}

.ive-renovation-service-form-main::after {
  content: "";
  position: absolute;
  width: 51px;
  height: 80px;
  background: #B17C00;
  top: -80px;
  right: -2px;
  clip-path: polygon(0 1%, 0% 100%, 100% 100%);
}

.ive-renovation-solution-video {
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media(max-width:1250px) {
  .ive-renovation-pricing-plan-bottom-price::after {
    content: unset;
  }
}

@media screen and (max-width: 1200px) and (min-width:992px) {
  .ive-renovation-choose-inner img {
    width: 80px;
    height: 50px;
  }

  .ive-renovation-pricing-plan .ive-renovation-inner-top-text {
    width: auto;
  }

  .ive-renovation-slider-right-content {
    padding: 2% !important;
  }
}

@media screen and (max-width: 991px) and (min-width:768px) {
  .ive-renovation-chose-main {
    display: block !important;
  }

  .ive-renovation-pricing-plan-bottom-price {
    padding: 22px 43px 25px 34px;
    max-width: 255px;
  }

  .ive-renovation-service-bg-img .wp-block-cover__image-background {
    display: none;
  }

  .ive-renovation-service-form-main {
    left: 0px;
  }

  .ive-renovation-service-main {
    background: #DFDFDF;
  }

  .ive-renovation-service-right {
    padding-top: 10%;
  }

  .ive-renovation-service-form-main::after {
    content: unset
  }

  .ive-renovation-pricing-plan .owl-stage-outer {
    padding-top: 11%;
    padding-bottom: 13%;
  }

  .ive-renovation-infra-card .wp-block-heading {
    font: 700 20px/26px DM Sans;
    letter-spacing: 0px;
    color: #000000;
  }

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

  .ive-renovaion-servicetab {
    padding: 15px 10px;
  }

  .ive-renovation-slider-right-content {
    padding: 6% !important;
  }

  .ive-renovation-about-col {
    display: block !important;
  }
}

@media screen and (max-width: 991px) and (min-width:767px) {
  .ive-renovation-pricing-plan .ive-renovation-inner-top-text {
    padding: 20px 10px
  }

}

@media(max-width:767px) {
  .ive-renovation-pricing-plan-bottom-price strong {
    font: 800 28px/20px DM Sans;
  }

  .ive-renovation-service-bg-img .wp-block-cover__image-background {
    display: none;

  }

  .ive-renovation-service-main {
    background: #DFDFDF;
  }

  .ive-renovation-service-form-main {
    left: unset;
    margin-top: 50px;
  }

  .ive-renovation-service-form-main::after {
    content: unset;
  }

  .ive-renovation-service-right {
    /* padding-top: 25%; */
  }
}

@media(max-width:576px) {
  .-ive-vw-home-renovation-pro-our-process-image img {
    object-fit: contain !important;
  }

  .ive-renovation-choose-inner .wp-block-group__inner-container {
    display: block;
  }

  .ive-renovation-choose-inner img {
    width: max-content;
    margin: 0 auto;
  }

  .ive-renovation-gallery-main .ibtana-blocks-gallery-item {
    height: 90px !important;
  }

  .ive-renovation-pricing-plan .ive-renovation-inner-top-text {
    width: auto;
  }

  .ive-renovation-pricing-plan .owl-stage-outer {
    padding-bottom: 35%;
    padding-top: 20%;
  }

  .ive-renovation-pricing-plan-bottom-price {
    max-width: 245px;

    padding: 16px 33px 16px 24px;
  }

}

.-ive-vw-home-renoovation-pro-testimonial-rating p {
  background: rgb(200 200 200/65%) !important;
  border-radius: 15px;
  top: 3%;
  position: absolute;
  left: 8%;
  width: 50px;
}

.-ive-vw-home-renoovation-pro-testimonial-rating p:after {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  content: '\f005';
  text-align: center;
  top: -2px;
  left: -3px;
  margin: 0;
  font-size: 14px;
  color: #F6B110;
  font-family: 'FontAwesome';
}

.-ive-vw-home-renovation-pro-our-testimonial-video-icon-box .fa-play:before {
  font-size: 18px;
}

.-ive-vw-home-renovation-pro-our-testimonial-video-icon-box i {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}

.-ive-vw-home-renovation-pro-our-testimonial-video-icon-box {
  background: #fff;
  position: absolute;
  top: 35%;
  left: 45%;
  color: #000;
}

.-ive-vw-home-renoovation-pro-testimonial-img img {
  border-radius: 20px;
}

.-ive-vw-home-renoovation-pro-testimonial-location p {
  background: rgb(200 200 200/65%) !important;
  border-radius: 15px;
  top: -15px;
  position: relative;
  left: 12px;
}

.-ive-vw-home-renoovation-pro-testimonial-location p:after {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  content: '\f3c5';
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 14px;
  color: #F6B110;
  font-family: 'FontAwesome';
}

.-ive-vw-home-renoovation-pro-owl-box {
  border-right: 1px solid #000;
  position: relative;
  padding: 0px !important;
}

.-ive-vw-home-renoovation-pro-owl-box:after {
  border: 0.5px solid #000;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  content: '\f101';
  text-align: center;
  top: 40%;
  right: -7%;
  margin: 10px;
  font-size: 14px;
  background: #fff;
  color: #000;
  font-family: 'FontAwesome';
}

.-ive-vw-home-renovation-pro-our-process-image img {
  margin: auto;
}

.owl-item.active:nth-child(4) .-ive-vw-home-renoovation-pro-owl-box {
  border-right: none;
}

.owl-item.active:nth-child(4) .-ive-vw-home-renoovation-pro-owl-box:after {
  display: none;
}

.-ive-vw-home-renovation-pro-our-team-icon-box .wp-block-group__inner-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.-ive-vw-home-renovation-pro-our-team-content-box {
  gap: 0em !important;
  border: 0.5px solid #707070;
  border-radius: 4px;
  padding: 1px 10px 1px 15px;
  margin-right: 10%;
}

.-ive-vw-home-renovation-pro-our-team-content-box-share {
  gap: 0em !important;
  border-radius: 4px;
  padding: 1px 10px 1px 15px;
  background: #F6B110;
}

.-ive-vw-home-renoovation-pro-team-owl-box {
  background: #fff;
  border-radius: 15px !important;
  margin: 10px;
}

.-ive-vw-home-renovation-pro-our-process-section .owl-nav {
  display: block !important;
}




.-ive-vw-home-renovation-pro-newsletter-section .input-wrapper {
  position: relative;
}

.-ive-vw-home-renovation-pro-newsletter-section .input-wrapper input,
.input-wrapper textarea {
  border-radius: 10px;
  border-color: #8F8A8A;
  border: 1px solid;
  outline: navajowhite;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  font: normal normal normal 16px/20px Muli;
  letter-spacing: 0px;
  color: #949494 !important;
}

.-ive-vw-home-renovation-pro-newsletter-section .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;
}

.-ive-vw-home-renovation-pro-newsletter-section .submit-btn p {
  margin: 0px;
}

.-ive-vw-home-renovation-pro-newsletter-section .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;
}

.-ive-vw-home-renovation-pro-newsletter-section .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;
}

.-ive-vw-home-renovation-pro-newsletter-section form {
  padding: 5% 0
}


.-ive-vw-home-renovation-pro-blog-slider-box img {
  object-fit: cover;
  border-radius: 15px;
}

.-ive-vw-home-renovation-pro-blog-slider-box .post-meta.row,
.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_author,
.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_date,
.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_comments {
  width: max-content !important;
}

.-ive-vw-home-renovation-pro-blog-slider-box .ive-inner-post-content {
  position: relative;
}

.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_comments a,
.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_author a,
.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_date a {
  font: normal normal bold 18px/20px DM Sans;
}

.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_comments {
  font: normal normal bold 16px/15px DM Sans;
  position: absolute;
  bottom: 12%;
  right: 5%;
}

.-ive-vw-home-renovation-pro-blog-slider-box .ive_latest_post_comments i {
  color: #F6B110;
}

.-ive-vw-home-renovation-pro-blog-slider-box .owl-item.active {
  width: max-content;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
}

.-ive-vw-home-renovation-pro-our-blog-image-box {
  justify-content: space-between;
}

.-ive-vw-home-renovation-pro-our-blog-image-box figure img {
  width: 190px;
  height: 60px;
  object-fit: contain !important;
}

.-ive-vw-home-renovation-pro-our-blog-image-box figure {
  align-self: center;
  background: #fff;
  padding: 20px 30px;
  border: 0.5px solid #707070;
}

.-ive-vw-home-renovation-pro-blog-slider-box .post-read-more-parent {
  background: #000 !important;
  padding: 8px 35px 8px 8px !important;
  position: relative;
}

.-ive-vw-home-renovation-pro-blog-slider-box .post-read-more-parent .post-read-more {
  background: white;
  padding: 6px 14px !important;
  border-radius: 6px;
}

.-ive-vw-home-renovation-pro-blog-slider-box .post-read-more-parent:after {
  position: absolute;
  width: 30px;
  height: 50px;
  line-height: 50px;
  content: '\f054';
  text-align: center;
  top: 0%;
  right: -20%;
  margin: 0px;
  font-size: 14px;
  color: #fff;
  background: #000;
  font-family: 'FontAwesome';
  border-radius: 0px 10px 10px 0px;
}

.ive-renovation-slider-right-content {
  padding: 20%;
}

.ive-renovation-slider-right-content strong {
  font: normal normal bold 42px/55px DM Sans;
  letter-spacing: 0px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.ive-renovation-banner .owl-nav {

  right: unset;
  left: -85%;
}

@media screen and (max-width: 1366px) {
  .-ive-vw-home-renovation-pro-our-testimonial-content-box .wp-block-column-is-layout-flow {
    flex-basis: 70% !important;
  }

  .-ive-vw-home-renovation-pro-our-blog-image-box {
    gap: 20px;
  }

  .-ive-vw-home-renovation-pro-blog-slider-box .post-image img {
    width: 400px;
    height: 200px !important;
  }
}

@media screen and (max-width: 768px) {

  .-ive-vw-home-renovation-pro-newsletter-section .submit-btn {
    margin: auto;
  }

  .-ive-vw-home-renoovation-pro-owl-box:after {
    display: none;
  }

  .-ive-vw-home-renoovation-pro-owl-box {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .-ive-vw-home-renovation-pro-our-blog-image-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .-ive-vw-home-renovation-pro-our-blog-image-box figure {
    margin: 10px;
  }

  .ive-renovation-slider-right-content {
    padding: 5%;
  }

  .ive-renovation-slider-right-content strong {
    font: normal normal bold 34px/55px DM Sans;
  }

  .ive-renovation-serviw-wrap .wp-block-heading,
  .ive-renovation-banner p,
  .ive-renovation-right .wp-block-heading,
  .ive-renovation-infra-card p,
  .ive-renovation-section-heading p,
  .ive-renovation-about-col .wp-block-heading,
  .ive-renovation-about-col p {
    text-align: center;
  }

  .ive-renovation-slider-right-content,
  .ive-renovation-right .wp-block-heading {
    align-items: center !important;
  }

  .ive-renovation-infra-card {
    width: 250px !important;
    margin: 0 auto !important;
    padding: 30px;
    text-align: center;
  }

  .ive-renovation-couner-main,
  .ive-renovation-our-services-tab .wp-block-group {
    flex-wrap: wrap !important;
  }

  .ive-renovation-our-services-tab .ive-renovaion-servicetab {
    width: 220px;
  }

  .ive-renovation-about-col figure {
    width: max-content;
  }

  div#ive-theme-content-area .ive-renovation-infra-image,
  .ive-renovation-our-services-tab .ive-renovaion-servicetab,
  .ive-renovation-about-col figure,
  .ive-renovation-slider-right-content .btn-inner-wrap {
    margin: 0 auto !important;
  }

}


/* our projects section  */


section#ourProjects {
  background: var(--secondary-color);
  background-size: 100%;
}

.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;
  }
}

@media(max-width:575px) {
  .ive-renovation-service-form-main {
    position: initial;
  }
  .ive-renovation-about-col figure{
    max-width: 100% !important;
  }
}