@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* Scss Document */

html {
  scroll-snap-type: y mandatory;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
  color: #111;
  line-height: normal;
}

h1{ font-size: 28px; font-family: "Plus Jakarta Sans", sans-serif; color: #4A4A4A; letter-spacing: -1px; }

p {
  font-size: 12px;
  color: #111;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #1D3D44; }

a:hover { color: #3ABBB9; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

 .common-btn-fill {
    font-size: 12px;
    background:#4BC1BF;
    color: #fff;
    padding: 14px 28px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:40px;
    font-weight: 400;
    border:1px solid #4BC1BF;
  
}

.common-btn-fill:hover {
  background: #1D3D44; 
  color: #fff;
  border-color: #1D3D44;
}

.common-btn-line {
  font-size: 12px;
  background:none;
  color: #1D3D44;
  padding: 14px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius:40px;
  font-weight: 400;
  border:1px solid #1D3D44;

}

.common-btn-line:hover {
background: #1D3D44; 
color: #fff;
border-color: #1D3D44;
}

.title-col{ margin-bottom:40px; text-align: center; }

.title {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  font-size:28px;
  font-weight:300;
  color:#4A4A4A;
  margin-bottom:0px;
  display: inline-block;
  letter-spacing: -1px;
}

.title span{ font-family: "Playfair", serif; font-weight: 600; color: #4A4A4A; font-style: italic; letter-spacing: -2px; font-size: 32px; }

.playfair{ font-family: "Playfair", serif; letter-spacing: -2px; }

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
  border-radius: 10px;
  padding: 1.3rem 15px;
  font-size:13px;
  height: 46px;
  background-color: #F0F0F0;
  color: #000;
  border: 1px solid #F0F0F0;
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fbfbfb;
  border: 1px solid #cfcfcf;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 2px solid #1D3D44 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/


.main-header { padding:2px 0px; }


.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.logo img{ max-height:60px; }

.top-phone.top-email {
  display: flex;
  justify-content: end;
}

.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.navbar-nav .nav-item{ width: 100%; }

.offcanvas-header{ position: relative; justify-content:center; padding-top: 30px; }
.offcanvas-header .btn-close{ position: absolute; left:20px; }
.offcanvas.offcanvas-end{ background: #E7E7E7; }

.navbar-nav .nav-link {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px;
  padding: 20px 0px;
  text-align: center;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover { color: #2e6e6b; }

.navbar-nav .dropdown-menu {
  border: none;
  padding: 0px !important;
  background: none;
  color: #838383;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

ul.submenu.dropdown-menu a {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-item {
  padding: 10px 0px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: #838383;
  padding-left: 46%;
}

a.nav-link.dropdown-toggle.show{ color: #2e6e6b; font-weight: 500; }

.dropdown-item:hover{ color: #2e6e6b; background: none; }

.offcanvas-social{ text-align: center; max-width: 250px; width: 100%; margin:50px auto 0px; }
.offcanvas-social p{ color: #969696; font-size: 13px; }
.offcanvas-social a{
  margin-right: 8px;
    background: #878787;
    padding: 0px;
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.offcanvas-social a:hover{ background: #2d7972; color: #fff; }

.offcanvas-header .newlogo img { display: inline-block; }

/*-------------banner---------------*/

.banner{ position: relative; background: #fff;  }

.banner_containt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-65%);
  z-index: 9;
  max-width:80%;
  padding-left: 35px;
  padding-right: 35px;
  margin: auto;
}

.banner_containt h1 {
  color: #3A3A38;
  margin-top: 0;
  font-size: 36px;
  font-weight: 300;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
  text-transform: capitalize;
}


.banner-pic{ background: #000; overflow: hidden; }
.banner-pic img{ opacity:1; object-fit: cover; width: 100%; }


.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.banner .owl-nav i { font-size:28px; color: #fff; }

.banner-btn{ position: absolute; bottom:80px; right:30%; z-index: 99; color: #fff; }
.banner-btn a{ color: #fff; }

.banner .owl-dots{ position: absolute; bottom:20px; width: 100%; }

.banner .owl-nav span img {
  max-height: 24px;
  filter: grayscale(1) invert(1);
}

.owl-nav span img { max-height: 24px; }

.banner .owl-theme .owl-nav{ margin-top: 0px; }

.banner_containt h1 img{ max-height: 100px; width: auto !important; }

/*-------------end banner---------------*/

.newinnovation-sec{ padding: 0px 4px; }
.newinnvoation-col { padding: 8px 4px 0px; height: 100%; position: relative; transition:all 0.3s ease-in; }
.newinnvoation-col img{ height: 100%; object-fit: cover; }

.newinnvo-grid1 img{ min-height: 300px; object-fit: cover; }

.newinnvoation-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding:0px;
  text-align: center;
  margin: 8px 4px 0px;
  transition:all 0.3s ease-in;
  height: 20%;
}

.newinnvoation-content h3{ 
  transition:all 0.3s ease-in;
  font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 6px 20px;
    width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /** Y-axis align **/
  justify-content: center; /** X-axis align **/
}

.newinnvoation-col:hover .newinnvoation-content { background:rgb(0 0 0 / 70%); height:calc(100% - 8px); }

.welcometext-sec { padding:50px 0px 35px; }
.welcome-text {
  max-width: 1000px;
  margin:0px auto;
  text-align: center;
  width: 100%;
}
.welcome-text p { font-size:15px; color: #111; font-weight: 300; line-height: 22px; }

.innovation-sec { padding: 20px 0px 100px; padding-left: 30px; }
.innvoation-columns{ margin-top: 40px; }

.innvoation-columns .owl-nav {
  position: absolute;
  top: -105px;
  right: 55px;
  display: flex;
}

.innvoation-columns .owl-nav .owl-prev {
margin-right: 15px;
}

.innvoation-columns .owl-nav .owl-next {
margin-left: 15px;
}

.innvoation-columns .owl-nav [class*=owl-]:hover { color: #000; }

.item-text {
  margin-top: 15px;
}

.item-text h3 {
  font-size: 14px;
  color: #595959;
  text-transform: uppercase;
  font-weight: 500;
}

.inner-topinovation span{ font-size: 26px; color: #848484; font-weight: 400; }

.homequote .title{ max-width:575px; margin: auto; width: 100%; font-size: 26px; text-transform: inherit; }
.sign-pic{ margin: 20px 0px; }
.sign-pic img{ max-height: 45px; }
.homequote p{ text-transform: uppercase; margin-bottom: 0px; color: #9D9D9D; letter-spacing: 2px; }

.finishes{ padding: 60px 0px 80px; }
.finishes-pic img{ max-height: 450px; }

.homesketch-sec .container{ background: url(../images/sketch-bg.jpg) no-repeat #fff; background-size: cover; height: 700px; }
.homesketch-sec .title-col{ margin-bottom: 30px; }

.sketch-content {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding-top: 60px;
}

.sketch-content .title span{ color: #3ABBB9; border-bottom: 3px solid #3ABBB9; }
.sketch-content p{ font-weight: 300; letter-spacing:0px; line-height: 30px; font-size: 18px; }

.homeclients-sec{ padding:80px 0px; }

.client-logo img{ max-height:70px; filter: grayscale(1); transition: all 0.3s ease-out; }
.client-logo img:hover{ filter: grayscale(0); }

.client-list {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    gap:40px 20px;
}

.homebrochure-sec{ background: #fff; padding:100px 0px;  }
.brochure-content .title{ margin-bottom: 30px; }
.brochure-content p{ font-weight: 300; margin-bottom: 25px; color: #8F8F8F; max-width:340px; width: 100%; margin-left: auto; }
.brochure-content {
  padding-right: 100px;
  text-align: right;
}


.brochure-pic span{ margin: 0px 5px; }
.brochure-pic { text-align: center; display: flex;  }

.homegallery-sec{ padding: 60px 0px 80px; }
.homegallery-sec .container-fluid{ padding-left: 30px; padding-right: 30px; }
.homegallery-sec .followlink{ color: #3ABBB9; margin-top: 10px; font-weight: 400; }
.homegallery-sec .followlink a {
  color: #3ABBB9;
  font-weight: 300;
  font-size: 20px;
}

.gallery-grid img{ max-height:300px; min-height:300px; object-fit: cover; }

.homegallery-sec .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 24px;
  background: rgb(255 255 255 / 90%);
  padding: 10px 17px 17px;
}
.homegallery-sec .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size:24px;
  background: rgb(255 255 255 / 90%);
  padding: 10px 17px 17px;
}

footer{ padding:80px 0px 0px; background:url(../images/footer-bg.jpg)no-repeat #fff; background-size: cover; position: relative; }
.footer-vector{ position: absolute; left:-15%; top:50%; transform: translateY(-50%); }
.footer-vector img{ max-width: 25vw; }

footer .customcontainer{ max-width: 1100px; }

.footer-text{ padding-left: 50px; }

.footer-form .form-control{ background: #fff; border-radius: 10px; border: none;  height: 46px; border: 2px solid #fff; }

.footer-sbmitflex{ display: flex; align-items: center; justify-content: space-between; }

.footer-logo{ margin-bottom:30px; text-align: center; }
.footer-logo img{ max-height: 100px; }

.footer-text .title{ margin-bottom: 25px; }
.footer-text p{ max-width: 300px; width: 100%; }

.footer-title{font-size:16px; font-weight:400; color: #000; text-transform: uppercase; margin-bottom: 20px; }
.footer-links p { margin-bottom: 13px; }
.footer-links p a { font-size: 13px; color: #444; font-weight:400; }
.footer-links p a:hover{ color: #000; }

.footer-links { padding-left: 50px; }

.footer-about-text p{ color: #444; }
.contact-conten a{ color: #444; }
.contact-conten p{ color: #444; display: flex; line-height: 22px; margin-bottom: 13px; font-size: 13px; }

.footer-map{ margin-top: 30px; }
.footer-contact p {
  font-size: 12px;
  color: #595959;
  display: flex;
  flex-wrap: wrap;
}
.footer-contact span{ font-family: "Playfair", serif; font-weight: 500; font-style: italic; color: #595959; letter-spacing: -1px; font-size: 18px; max-width: 20%; flex: 0 0 20%; text-align: right; padding-right: 10px; }
.footer-contact p a{ color: #595959; }
.footer-contact p a:hover{ color: #000; }
.footer-contact p b{ font-weight: 400; max-width: 80%; flex: 0 0 80%; display: flex; }
.footer-contact p b i{ font-style: normal; margin-right: 10px; }

.footer-left{ padding: 0px 30px; }

.footform-txt { margin-bottom: 25px; font-size: 20px; font-weight: 300; font-family: "Plus Jakarta Sans", sans-serif; }

.footer-social{ margin-top: 10px; }

.footer-social a {
  margin-right:0px;
  margin-left: 25px;
  padding: 0px;
  display: inline-block;
  color: #1D3D44;
}

.footer-social i {
  font-size: 24px;
  margin: 0px 2px;
}

.contact-conten p strong{ width:40px; }
.contact-conten img{ max-height: 22px; }

.copyright{ background: #222; padding:20px 0px; margin-top:90px; }
.copyright .container {
  color: #eee;
  font-size: 12px;
}

.copyright a{ color: #eee; }
.copyright a:hover{ color: #fff; }

.topup {
  position: fixed;
  right:20px;
  bottom:20px;
  display: none;
  z-index: 99;
}

.topup a{ background:#4BC1BF; color:#fff;  border-radius:50%; width:40px; height:40px; display: block; }  

.topup a i {
  font-size: 18px;
  display: block;
  text-align: center;
 line-height:40px;
}


/*--------------------inner-page---------------*/

.inner-banner{ position: relative; margin-top:0px; }

.innerbanner-pic img{ width: 100%; }

.innerbanner-text {
  position: absolute;
  transform: translateY(-50%);
  top:50%;
  padding: 20px 70px 40px;
  width: 100%;
  z-index: 1;
}

.innerbanner-text h1{ margin-bottom: 10px; }

.innerbanner-text p {
  font-size: 12px;
  color: #595959;
  margin-bottom:0px;
  max-width: 360px;
  width: 100%;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0px 5px;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 16px;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight:400;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.inner-page{ padding:60px 0px 80px; }

.mt-7{ margin-top: 5rem; }

.modal-header{ border-bottom: none; }
.modal-title{ font-weight: 300; color: #3C4147; font-size: 26px; }


.modal-content { padding:10px 20px 20px; }

.btn-close{ font-size: 15px; }
.btn-close:hover{ background-color:#f5f5f5; }

.brochureform label {
  font-size: 12px;
  display: block;
  color: #000000;
  font-weight: 300;
}

.contacttop-content{ text-align: center; margin-bottom: 50px; }
.contacttop-content h3{ color: #2d7972; margin-bottom: 15px; }
.contacttop-content p{ color: #444; font-style: italic; color: #777; font-weight: 300; }

.sub-title {
  position: relative;
  font-size: 24px;
  color: #000;
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 300;
}


.contact-details .contact-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-details .contact-box .contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-details .contact-box .contact-icon .feather {
  width: 14px;
  stroke: #393939;
  position: relative;
  z-index: 1;
}

.contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#f5f5f5;
  opacity: 1;
  border-radius: 100%;
}

.contact-details .contact-box .contact-title {
  width: calc(100% - 80px);
  margin-left: 18px;
}

.contact-details .contact-box .contact-title h4 {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 14px;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  line-height: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
}


.contactus-innerform .form-group{ margin-bottom:15px; }
.contactus-innerform .form-group label {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
.form-title4{ margin-bottom: 25px; }

.contact-map{ overflow: hidden; margin-top:55px; }
.contactus-innerform textarea.form-control{ height: auto; }

.social-box p{ margin-top: 10px; }
.social-box a{ margin-right: 10px; }
.social-box a i{ font-size: 17px; vertical-align: middle; margin-right: 4px; }


.welcometext-sec h3 {
  color: #2d7972;
  margin-bottom: 15px;
  font-weight: 300;
}


/*--------------timeline-css-----------*/


@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 5;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 6;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 7;
}

.demo-card:nth-child(7) {
  order: 4;
}



#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 2000px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.5rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 13px;
  
    font-weight: 300;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  font-weight: 300;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #aaaaaa;
}
#timeline .demo-card--step1 .head::after {
  border-color: #aaaaaa;
}
#timeline .demo-card--step2 {
  background-color: #999;
}
#timeline .demo-card--step2 .head::after {
  border-color: #999;
}
#timeline .demo-card--step3 {
  background-color: #888;
}
#timeline .demo-card--step3 .head::after {
  border-color: #888;
}
#timeline .demo-card--step4 {
  background-color: #777;
}
#timeline .demo-card--step4 .head::after {
  border-color: #777;
}
#timeline .demo-card--step5 {
  background-color: #666;
}
#timeline .demo-card--step5 .head::after {
  border-color: #666;
}

#timeline .demo-card--step6 {
  background-color: #444;
}
#timeline .demo-card--step6 .head::after {
  border-color: #444;
}

#timeline .demo-card--step7 {
  background-color: #333;
}
#timeline .demo-card--step7 .head::after {
  border-color: #333;
}

/*----------end timeline css----------*/

.font32{ font-size: 36px; text-transform: capitalize; }

.comma-ico{ margin-bottom: 10px; }
.comma-ico img{ max-height: 28px; }

.founder-text { border-left: 1px solid #000; padding-left: 50px; }

.founder-text .title{ margin-bottom: 20px; }
.founder-text p{
  font-size: 15px;
    color: #111;
    font-weight: 300;
    line-height: 26px;
}

.founder-pic{ margin-right: 50px; position: relative; }

.founder-name{ background: #fff; padding:15px 25px; margin-bottom: 0px; position: absolute; bottom: 0; right: 0; font-size:24px; font-weight: 300; font-style: italic; }

.aboutpg-sec1 .flex-lg-row-reverse .founder-pic{ margin-right: 0px; margin-left: 50px; }
.aboutpg-sec1 .flex-lg-row-reverse .founder-text{ padding-left:0px; padding-right: 50px; border-left:none; border-right: 1px solid #000; }

.aboutpg-sec1 { padding: 20px 0px; }

.aboutpg-sec1 .flex-lg-row-reverse .founder-name{ right: auto; }

.product1-cols .flex-sm-row-reverse .productmain-text p { margin-left: auto; }

.productmain-text p {
  font-size: 13px;
  color: #000;
  font-weight: 300;
  line-height: 20px;
  max-width: 400px;
  width: 100%;
}

.productmain-text{ padding: 0px 20px; }

.productmain-text .title {
  margin-bottom: 15px;
}

.product1-cols{ padding: 100px 0px; }

.productmain-pic{ position: relative; text-align: right; }
.product1-cols .flex-sm-row-reverse .productmain-pic{ text-align: left; }


.productmain-pic img{  border-radius: 15px; overflow: hidden; }

.productmain-pic:before {
  content: "";
  position: absolute;
  left: 0;
  height: 110%;
  background: #f5f5f5;
  width: 85%;
  top: -5%;
  z-index: -1;
  border-radius: 15px;
  display: none;
}

.product1-cols .flex-lg-row-reverse .productmain-pic:before { left:auto; right: -5%; }


.aboutsec1-bigpic img{ width: 100%; border-radius: 15px; }
.aboutsec1-smallpic{ border-radius: 20px; overflow: hidden; max-height:285px; margin-bottom: 24px; }
.aboutsec1-smalltxt{ background: #4A9F99; text-align: center; border-radius: 20px; padding:20px 20px 28px; font-size:21px; color: #fff; line-height: 1.2; letter-spacing: 1px; }
.aboutsec1-smalltxt b{ font-weight: 300; display: block; font-size:54px; }

.aboutsec1-content{ padding: 0px 60px; }
.aboutsec1-content .title {
  font-size: 32px;
  border-left: 5px solid #3ABBB9;
  padding-left: 20px;
  margin-bottom: 25px;
}
.aboutsec1-content p {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 26px;
}

.aboutus-sec1{ padding: 30px 0px; }

.aboutus-sec2 {
  background:url(../images/line-bg.jpg) no-repeat #2F4E54;
  background-position: bottom left;
  margin:80px 0;
  background-size: 300px;
}

.about-alampic{ height:100%; text-align:center; padding-top:80px; }
.about-alampic img{ max-height:600px; object-fit: cover; }

.aboutalam-txt {
  padding:50px 10% 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.aboutalam-txt .title{ margin-bottom:30px; color:#fff; text-transform: none; font-style: italic; font-weight: 300; line-height: 1; color:#fff; font-size:30px; }
.aboutalam-txt .title span{ color:#EAE047; }

.aboutalam-txt h4{ color:#fff; margin-bottom:20px; font-weight:400; font-size: 18px; color: #EAE047;  }
.aboutalam-txt p {
  font-weight:300;
  color: #eee;
  font-size: 16px;
  line-height: 24px;
  margin-bottom:20px;
}

.about-team{ padding-bottom: 50px; }

.staff-col{ text-align: center; margin-bottom: 24px;  }

.staff-col h4 {
  font-size: 16px;
  color: #2F4E54;
  margin-top:20px;
}

.staff-col p {
  font-size: 13px;
  font-weight: 300;
  color: #444;
  margin-top:10px;
}

.projectpg-sec{ padding-top: 10px; }

.innovate-cols{ margin: 0px 10px; text-align: center; margin-bottom: 40px; margin-top: 20px; }
.innovate-pic{ overflow: hidden; margin-bottom:0px; }
.innovate-pic img{ width: 100%; border-radius: 15px; }
.innovate-cols h5 {
  font-size: 12px;
  color: #4a9f99;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 20px 0px 5px;
  display: inline-block;
  border-bottom: 1px solid #4a9f99;
}

.innovate-cols h4{
  font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom:12px;
    margin-top:10px;
}

.innovate-cols p {
  font-size: 15px;
  color: #666;
  margin-bottom: 0px;
  font-weight: 300;
}


/*---------------new homepage---------------*/

.new-header{ position: absolute; top: 0; width: 100%; z-index: 9; padding: 30px 0px; }
.newlogo img{ max-height:100px; display: none; }
.right-newheader { display: flex; align-items: center; }
.newheader-nav{ margin-right:45px; }
.newheader-nav a{ text-transform: uppercase; font-size: 12px; color: #727272; margin-left: 45px; margin-top: 2px; display: inline-block; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 500; border-bottom: 3px solid transparent; padding-bottom:3px; }
.newheader-nav a.active, .newheader-nav a:hover{ color: #000; border-bottom: 3px solid #4BC1BF; }

.newbanner{ position: relative; }
.menubar-ico{ cursor: pointer; margin-top: -4px; }

.newhomeabout-sec{ padding:140px 20px; }

.newhomeabout-txt{ text-align: right; max-width: 550px; width: 100%; margin-left: auto; padding-right: 20px; }
.newhomeabout-txt .title-col{ margin-bottom: 20px; }
.newhomeabout-txt p{ font-size: 12px; color: #595959; max-width: 340px; width: 100%; margin-left: auto; margin-bottom:30px; }

.newwhatdo-sec{ padding:0px 20px 70px; }

.newwhatdo-txt .title-col{ margin-bottom: 10px; }
.newwhatdo-txt p{ font-size: 12px; color: #595959; width: 100%; margin-bottom:0px; padding: 0px 20px; }
.newwhatdo-pic2{ margin-bottom: 8px; }
.newwhatdo-pic {
  height: calc(100% - 32px);
  border-radius: 10px;
  overflow: hidden;
}
.newwhatdo-pic img{ height: 100%; object-fit: cover; }

.newprocess-pic1{ margin-top:250px; }

.newprocess-txt{ padding:30px 20px 0px; }

.newprocess-sec{ padding:0px 20px 120px; }

.newfinishes-sec{ padding:0px 20px 120px; }
.newfinishes-bottom{ margin-top: 8px; }
.newfinishes-pic2 { height: 100%; }
.newfinishes-pic2 img{ height: 100%; object-fit: cover; border-radius: 15px; }
.newfinishes-pic3 { height: 100%; }
.newfinishes-pic3 img{ height: 100%; object-fit: cover; border-radius: 15px; }

.newfinishes-bottom .newhomeabout-txt .title-col{ margin-bottom: 10px; }

.bespokedesign-sec{ padding:0px 32px 120px; position: relative; }
.bespokedesign-pic{ border-radius: 15px; overflow: hidden; }
.bespokedesign-txt {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.homeinsta-sec .followlink {
  margin-top: 0px;
  font-weight: 400;
  font-size: 12px;
}

.homeinsta-sec .followlink a{ color: #3ABBB9; }

.homeinsta-sec{ padding-bottom: 150px; }

.gallery .owl-nav.disabled{ display: none; }
.newhomeinsta-gal .gallery{ margin-bottom: 10px; }

.gallery-grid{ border-radius: 10px; overflow: hidden; }


.staff-pic{ border-radius: 10px; overflow: hidden; }

.gallery .owl-dots{ display: none; }

.newbanner-pic img{ height: 100vh; object-fit: cover; object-position: bottom; }

.newfinishes-pic3 img{ height: 263px; object-fit: cover; }
.newfinishes-pic2 img{ height: 263px; object-fit: cover; }

.product1-cols .flex-sm-row-reverse .productmain-text{ text-align: right; }

.inner-newheader .newlogo img { max-height: 100px; display: block; }

.new-header.fixed-nav {
  position: fixed;
  background: #fff;
  padding: 10px 0px;
  z-index: 999;
  transform: translateY(0);
}

.new-header.fixed-nav .newlogo img{ max-height: 60px; display: inline-block; }

.caredo-cols{ padding-right: 50px; margin-bottom: 30px; }

.caredo-cols h3{ margin-bottom:30px; }
.caredo-cols ul{ padding-left: 16px; }
.caredo-cols ul li{
  font-size: 15px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 26px;
}

header {
  transition: transform 0.3s ease-in-out;
}

header.hide-nav {
  transform: translateY(-100%); /* Moves the header up off-screen */
}

.newbanner .owl-nav.disabled{ display: none; }
.newbanner .owl-dots{ position: absolute; bottom:20px; width: 100%; }
.newbanner .owl-theme .owl-dots .owl-dot span{ background: #B1B1B1; }
.newbanner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ background: #4BC1BF; }
.newbanner .owl-theme .owl-dots .owl-dot span{ width: 6px; height: 6px; }
.newbanner .owl-theme .owl-dots .owl-dot.active span{ width:15px; border-radius:40px; }

.newhomeabout-pic{ border-radius: 10px; overflow: hidden; }
.newhomeabout-pic img{ max-height: 65vh; width: auto; }

.newwhatdo-txt {
  background: #F8F6F2;
  border-radius: 10px;
  padding: 20px 10px 10px;
  height: 100%;
  text-align: center;
  padding-top: 30px;
}
.newwhatdo-txt .title{ text-align: center; display: block; }
.newwhatdo-txt .title span{ display: block; }

.homeworker-alampic img{ max-height:90vh; }
.homeworker-alampic{ text-align: center; }
.homeworker-sec .container-fluid{ position: relative; }
.homeworker-sec .container-fluid:before{ background: #F8F6F2; position: absolute; content: ""; bottom: 0; left: 0; right: 0; width: 91.5%; height: 70%; margin: auto; z-index: -1; border-radius: 10px; } 
.homeworker-txt {
  max-width: 520px;
  width: 100%;
}

.homeworker-txt{ padding-bottom: 14%; }

.homeworker-txt h4{ font-size: 12px; color: #313131; margin: 15px 0px; }
.homeworker-txt p{ color: #595959; padding-right: 50px; margin-top: 15px; }

.homeworker-sec{ padding-bottom: 120px; }

.newfinishes-pic1{ border-radius: 10px; overflow: hidden; }
.newfinishes-pic1 img{ border-radius: 10px; }

.latesthomeinsta-sec{ background: #F9F7F4; padding:120px 0px; padding-left: 30px; }
.inner-toplatesthomeinsta{ padding-right:30px; margin-bottom: 40px; }
.inner-toplatesthomeinsta span {
  font-size: 32px;
  color:#2F2F2F;
  font-weight: 400;
}

.contactusform .form-control{ background-color: #F0F0F0; border: 2px solid #F0F0F0; }

.newabout-page1{ padding: 60px 0px 120px; }
.newabout-page1 .title{ max-width: 90%; }
.newabout-page1 .newhomeabout-txt p{ max-width: 420px; }

.newabout-page2{ background: #F5F4F1; padding: 60px 0px 80px; }

.client-grid{ margin:20px 10px; }
.inner-topinovation .span2{ font-size: 38px; color: #4A4A4A; }

.newabout-page3{ padding: 120px 0px; }
.newabout-page3 .container-fluid{ padding-left: 30px; padding-right: 30px; }
.newabout-page3-top { margin-bottom: 6px; margin-top: 10px; }

.newabout-page3-txt .title {
  font-family: "Playfair", serif;
  font-size: 26px;
  color: #595959;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
}

.newabout-page3-txt{ padding-left: 30px; }
.newabout-page3-txt p{ color: #595959; }

.newabout-page3-bottom  .title {
  font-family: "Playfair", serif;
  font-size: 26px;
  color: #595959;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
}

.newabout-page3-bottom .newabout-page3-txt{ padding-right: 30px; }
.newabout-page3-bottom p{ 
font-size: 12px;
color: #595959;
max-width: 310px;
width: 100%;
margin-left: auto;
margin-bottom: 30px;
text-align: right;
}

.newabout-page4 .container-fluid{ padding-left: 30px; padding-right: 30px; }
.inner-newabout-page4{ background: #F8F6F2; border-radius: 10px; padding:120px 70px; }

.newabout-page4-txt{ padding-left: 30px; }
.newabout-page4-txt p{ 
  font-size: 12px;
  color: #595959;
  max-width: 450px;
  width: 100%;
  margin-bottom: 20px;
  }

.newabout-page4{ padding: 30px 0px 130px; }

.owl-carousel .owl-stage {
  display: flex;
  transition: transform linear 10s;
  will-change: transform;
}

.container-fluid{ padding-left: 45px; padding-right: 45px; }

.products-col img{ transition: all 0.3s ease-in; }
.products-col .item-pic{ overflow: hidden; border-radius: 10px; }
.products-col a:hover img{ transform: scale(1.1); }

.insta-grid{ overflow: hidden; border-radius: 10px; }

.newabout-page { padding-top: 200px; }

.cataloge-sec1{ text-align: center; margin-bottom: 24px; }
.cataloge-sec1 h4{ font-size: 21px; margin-top: 20px; }
.browse-page{ padding: 50px 0px; }
.cataloge-sec1 a:hover h4{ color: #2d7972; }

.mainpro-big .modal-dialog { max-width: 75%; }
.mainpro-big .modal-content{ padding: 0px; }
.mainpro-big .modal-body{ padding: 0px; }
.mainpro-big .btn-close{
  position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.mainpro-big .btn-close:hover{ background-color: transparent; }

.mainpro-big img { border-radius: 10px; }





/*---------media css--------*/


@media (min-width:1900px){
.newfinishes-pic3 img{ height: 325px; }
.newfinishes-pic2 img{ height: 325px; }
.newhomeabout-sec { padding: 180px 20px; }
.newwhatdo-txt{ padding-top: 13%; }
.newwhatdo-sec{ padding: 0px 20px 120px; }
.footer-vector{ left: -10%; }


}

@media (max-width:1280px){
.newwhatdo-txt .title-col { margin-bottom: 5px; }
.newwhatdo-txt{ padding: 10px 10px 10px; padding-top: 10px; }
.newwhatdo-pic{ height: calc(100% - 24px); }
.homeworker-txt { padding-bottom: 9%; }
.newfinishes-pic3 img{ height: 214px; }
.newfinishes-pic2 img{ height: 214px; }
.innvoation-columns .owl-nav{ top: -90px; }
.inner-newheader .newlogo img{ max-height: 70px; }
.innerbanner-text{ margin-top: 50px; }

}

@media (max-width:1180px){
.container-fluid { padding-left: 5px; padding-right: 5px; }
.newhomeabout-pic{ text-align: right; }
.homeworker-alampic img { max-height: 65vh; }
.homeworker-sec .container-fluid:before{ width: 95%; }
.footer-vector{ display: none; }
.container{ max-width: 98%; }

}

@media (max-width:1024px){
.newwhatdo-pic3 { height: 100%; border-radius: 10px; overflow: hidden; }
.newwhatdo-pic3 img{ height: 100%; object-fit: cover; }
.newwhatdo-pic { height: 100%; }
.homeworker-txt{ padding-right: 14%; }
.newwhatdo-sec{ padding: 0px 20px 120px; }
.newfinishes-pic3 img{ height: 181px; }
.newfinishes-pic2 img{ height: 181px; }
.brochure-content{ padding-right: 30px; }
.footer-form{ padding-right: 60px; }
.contactusform .footer-form{ padding-right: 0px; }
.innerbanner-text{ padding: 20px 40px 40px; }

}

@media (max-width:970px){
.banner_containt h1 img{ max-height: 60px; }
.banner_containt{ max-width: 96%; }
.newhomeabout-pic img{ max-height: 90vh; }
.newhomeabout-pic { text-align: left; }
.newwhatdo-txt{ padding-top: 70px; }
.homeworker-txt {
  width: 100%;
  margin: auto;
  padding: 40px 60px;
  max-width: 100%;
  text-align: center;
}
.homeworker-sec .container-fluid:before{ height: 100%; }
.homeworker-sec .col-lg-6.p-0:first-child{ order: 2; }
.homeworker-alampic img { max-height: 95vh; }
.newabout-page3-txt { padding-left: 10px; }
.newabout-page3-bottom .newabout-page3-txt { padding-right: 10px; }
.inner-newabout-page4{ padding:30px 30px; }
.contactusform{ margin-top: 40px; }
.product1-cols .flex-sm-row-reverse .productmain-text{ text-align: right; }
.product1-cols .flex-sm-row-reverse .productmain-pic{ text-align: left; }
.form-control{ font-size: 13px; }

}

@media (max-width:768px){
.newbanner-pic img{ height: 50vh; }
.title{ font-size: 26px; }
.newwhatdo-txt { padding-top: 50px; }
.footer-form { padding-right: 30px; }
.innerbanner-pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: right;
}
.innerbanner-text p{ max-width: 260px; }
.newhomeabout-pic img {
  max-height: none;
}

}

@media (max-width:740px){
.newabout-page4-txt {
    padding-left: 0px;
    margin-top: 30px;
}
.footer-form{ margin-top: 30px; }
.newabout-page1{ padding: 0px 0px 120px; }

}

@media (max-width:520px){
.newheader-nav{ display: none; }
.inner-header{ padding-left:10px; padding-right:10px; }
.newbanner-pic img { height:96vh; }
.banner1 img{ object-position: 70% 0px; }
.banner_containt{ top: 9%; padding-left: 9px; max-width: 60%; right: auto; margin-left: 6px; }
.newhomeabout-sec { padding: 30px 10px; }
.newhomeabout-txt{ padding-right: 0px; margin-bottom: 30px; }
.newhomeabout-pic img { max-height: none; }
.newhomeabout-sec { padding: 30px 10px 10px; }
.newwhatdo-sec{ padding: 0px 10px 60px; }
.homeworker-txt{ padding: 30px 30px; }
.homeworker-txt p{ padding-right: 0px; }
.homeworker-alampic img { max-height: 65vh; }
.homeworker-sec { padding-bottom: 60px; }
.newfinishes-sec { padding: 0px 10px 60px; }
.newfinishes-pic3 img{ height: auto; }
.newfinishes-pic2 img{ height: auto; }
.homeworker-sec .container-fluid:before { width: 92%; }
.innovation-sec{ padding-left: 15px; padding: 20px 15px 60px; }
.innovation-sec .title{ padding-right: 40px; }
.innvoation-columns .owl-nav{ top: -90px; right: 15px; }
.latesthomeinsta-sec{ padding: 60px 0px; padding-left: 15px; }
.inner-toplatesthomeinsta {
  padding-right: 15px;
  flex-direction: column;
}
.inner-toplatesthomeinsta .common-box{ margin-top:20px; }
.homebrochure-sec{ padding: 60px 0px; }
.brochure-content {
  padding-right: 0px;
  margin-bottom: 30px;
}
footer{ padding: 40px 0px 0px; }
.footer-left { padding: 0px; }
.footer-contact p{ flex-direction: column; }
.footer-contact span{ max-width: 100%; flex: 0 0 100%; text-align: left; padding-right: 0px; margin-bottom: 5px; }
.footer-contact p b i{ display: none; }
.footform-txt{ font-size: 16px; }
.footer-form { padding-right: 0px; margin-top: 30px; }
.innerbanner-pic img{ height: 300px; }
.innerbanner-text{ position: static; margin-top: 0px; padding: 20px 20px 30px; transform: translateY(0); }
.product1-cols { padding: 0px 0px 60px; }
.productmain-text {
  padding: 0px 0px;
  margin-top: 20px;
}
.caredo-cols{ padding-right: 0px; }
.newabout-page { padding-top: 100px; }
.newabout-page1 { padding: 60px 0px 60px; }
.newabout-page2{ padding: 60px 0px 50px; }
.inner-topinovation .span2{ font-size: 32px; }
.newabout-page3 { padding: 60px 0px; }
.newabout-page3 .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.newabout-page3-txt {
  padding-left: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.newabout-page3-bottom p{ margin-bottom: 15px; }
.newabout-page4 .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.newabout-page4 { padding: 0px 0px 80px; }
.contact-page { margin-top: -40px; }
.contactusform .footer-form{ margin-top: 0px; }
.innerbanner-text p { max-width: none; }
.productmain-pic img{ width: 100%; }
.productpg-sec{ margin-top: -30px; }
.modal-content { padding: 10px 0px 20px; }
.contactus-innerform .form-group { margin-bottom: 0px !important; }
.contactus-innerform textarea{ margin-top: 18px; margin-bottom: 24px; }
.browse-page {
  padding: 0px 0px;
  margin-top: -30px;
}
.newwhatdo-txt {
  padding-top: 20px;
  padding-bottom: 20px;
}

}












    #loader1 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    .loader-spinner1 {
      border: 5px solid #f3f3f3;
      border-top: 5px solid #3498db;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
    
    
    #loader {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    .loader-spinner {
      border: 5px solid #f3f3f3;
      border-top: 5px solid #3498db;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }






