@font-face {
  font-family: Autography;
  src: url(../fonts/Autography.otf);
}

body {
    background-color: #fff;
    color: #231F20;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    /*overflow-x: hidden;*/
}

/**
Purple : #411D48
Purple : #400056
Gold : #cfae78
**/

.sectionCvr { padding: 6em 0px; }
.grey-bg{ background: #F4F4F4; }
.white-bg{ background: #ffffff; }
.curve-section{ border-top-left-radius: 50px; border-top-right-radius: 50px; }
.divider-spacing { padding: 10px; }
.title-block { position: relative; padding-bottom: 10px; margin-bottom: 10px; }
.title-block .title { font-size: 3rem; font-weight: 700; text-transform: capitalize; margin-bottom:14px; }
.title-block .title span { color: #0056A8; }
.text-white .title{ color:#fff; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #222222;
}

.theme-btn{
    display: inline-block;
    line-height: 2;
    color: #fff;
    text-transform: capitalize;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    padding: 6px 23px;
    background: #400056;
    border:1px solid transparent;
    border-radius: 30px;
    z-index: 1;
    transition: all 0.2s linear;
}
.theme-btn:hover {
    background: #cfae78;
    color: #fff;
    border:1px solid #cfae78;
}

.theme-btn.outline-btn {
    background: transparent;
    border: 1px solid #231F20;
    color: #231F20;
}

.theme-btn.outline-btn:hover {
    background: #cfae78;
    border: 1px solid #cfae78;
    color: #fff;
}

.theme-btn.outline-btn-white {
    background: transparent;
    border: 1px solid #fff;
}

.theme-btn.outline-btn-white:hover {
    background: #fff;
    color: #231F20;
}


.theme-btn.white-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #231F20;
}

.theme-btn.white-btn:hover {
    background: #cfae78;
    border-color: #cfae78;
    color: #fff;
}

.theme-btn.black-btn {
    background: #231F20;
    border: 1px solid #231F20;
    color: #fff;
}

.theme-btn.black-btn:hover {
     background: #cfae78;
    border-color: #cfae78;
    color: #fff;
}


/*** Header ***/
.header-nav  .header-wrap {
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* justify-content: space-between; */
    box-shadow: 0px 9px 56px 5px #00000040;
    padding: 14px 44px;
    border-radius: 50px;
    margin-bottom: 22px;
    border: 1.4px solid #D9D9D9;
}

.header-nav .header-wrap .navbar-logo img {
    width: 192px;
}

.header-right-side {
    /* width: 168px; */
    /* text-align: right; */
}


.header-ctaCvr {
    position: relative;
}

.header-ctaCvr li.header-cta a {
    color: #400056;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    line-height:1.2;
    display: flex;
    align-items: center;
}

.header-ctaCvr li.header-cta.phone-cta {
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0;
}

.header-ctaCvr li.header-cta.phone-cta::after {
    content: '';
    background: #DBDBDB;
    width: 22px;
    height: 1.9px;
    position: absolute;
    right: 0;
}

.header-ctaCvr li.header-cta.phone-cta a {
    margin-right: 6px;
}

.header-ctaCvr li.header-cta a svg {
    margin-right: 10px;
    font-size: 0px;
}

.header-ctaCvr li.header-cta.menu-btn {
    padding-left: 12px;
}

.header-ctaCvr li.header-cta.menu-btn svg {
    font-size: 22px;
}
.navbar-expand-lg .navbar-collapse {
    padding: 0 2.5em;
    position: relative;
    margin: 0 2.5em;
}
.header-ctaCvr li.header-cta.phone-cta a svg {
    margin-right: 0px;
    width: 36px;
    height: 33px;
}

.navbar-expand-lg .navbar-collapse::before, .navbar-expand-lg .navbar-collapse::after {
    content: '';
    background: #DBDBDB;
    height: 100%;
    width: 1px;
    position: absolute;
}

.navbar-expand-lg .navbar-collapse::before {
    left: 0;
}

.navbar-expand-lg .navbar-collapse::after {
    right: 0;
}

  .modal.right .modal-dialog {
      position: fixed;
      right: 0;
      margin: 0;
      height: 100%;
      transform: translateX(100%);
      transition: transform 0.3s ease-out;
    }

    .modal.right.show .modal-dialog {
      transform: translateX(0);
    }

    .modal.right .modal-content {
      height: 100%;
        border: none;
    border-radius: 0;
    width: 360px;
        background: #FFF8EB;
    box-shadow: -11px -17px 24px 0px #00000040;
    overflow: auto;
    }

    .modal-backdrop.show {
      opacity: 0.3;
    }

.sidebar-menu .modal-header{ border:medium none; }
.sidebar-menu .modal-header .sidebar-menu-logo {
    position: relative;
}

.sidebar-menu .modal-header .sidebar-menu-logo img {
    width: 80px;
}
.sidebar-menu .modal-header button.btn-close { opacity:1; }


.modal.right .modal-content .modal-body {
    padding: 16px 32px;
}


.sidebar-navigation .menu-sidebar-menu-container .sidebar-nav-links {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.sidebar-navigation .menu-sidebar-menu-container .sidebar-nav-links li {
    margin-bottom: 7px;
}

.sidebar-navigation .menu-sidebar-menu-container .sidebar-nav-links a {
    font-size: 22px;
    color: #231F20;
    font-weight: 500;
}
.modal.right .modal-content .modal-body .sidebar-nav {
    padding-bottom: 2em;
    margin-bottom: 2.4em;
    border-bottom: 1px solid #bdbdbd;
}

.sidebar-contact-wrapper .contact-wrapper li .contact-icon {
    margin-bottom: 0px;
}

.sidebar-contact-wrapper {
    padding-bottom: 1em;
    margin-bottom: 1em;
    /* border-bottom: 1px solid #bdbdbd; */
}
.sidebar-contact-wrapper .contact-wrapper{ list-style: none; }
.sidebar-contact-wrapper .contact-wrapper li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    line-height: 1.8;
    /* text-transform: capitalize; */
}
.sidebar-contact-wrapper .contact-wrapper li .contact-icon{ margin-bottom:0px; }
.sidebar-contact-wrapper .contact-wrapper li .contact-icon svg {
    color: #231F20;
    display: block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #231F20;
    width: 13px;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0px;
    transition: 0.7s;
    line-height: 0;
    height: 14px;
    font-size: 2px;
}
.sidebar-contact-wrapper .contact-wrapper li:hover .contact-icon  svg{ color: #fff; border-color:#231F20; background:#231F20; }
.sidebar-contact-wrapper .contact-wrapper li .contact-text {
    width: 100%;
    margin-bottom: 0px;
}
.sidebar-contact-wrapper .contact-wrapper li .contact-text a {
    display: block;
    color: #231F20;
}
.sidebar-contact-wrapper .contact-wrapper li:hover .contact-text a { color: #cfae78; }
.sidebar-contact-wrapper .contact-wrapper li .contact-text .cmp-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sidebar-social-wrapper .social-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 1em;
}
.sidebar-social-wrapper .social-links li {
    float: left;
    margin-right: 8px;
}
.sidebar-social-wrapper .social-links li a {
    color: #231F20;
    display: block;
    font-size: 15px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #231F20;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
} 
.sidebar-social-wrapper .social-links li a:hover { background: #231F20; color: #fff; border-color:#231F20; }

/*** Mega Menu ***/
.application-menu ul.mega-sub-menu {}

.application-menu ul.mega-sub-menu .menu li.menu-item:first-child {
    color: red;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    list-style: none;
    margin-bottom: 12px;
    line-height: 1.2;
}

.application-menu ul.mega-sub-menu .menu li.menu-item {
    list-style: none;
    line-height: 2;
}

.application-menu ul.mega-sub-menu .menu li.menu-item:first-child a {
    color: #222;
    font-weight: 600;
    font-size: 16px;
}
.application-menu ul.mega-sub-menu .menu li:hover.menu-item:first-child a { color:#400056; }
.application-menu ul.mega-sub-menu .menu li.menu-item:first-child::before{ display:none; }
ul.mega-sub-menu .menu li a { color:#222; }
ul.mega-sub-menu .menu li a:hover { color:#400056; }
ul.mega-sub-menu .menu li::before{ content:'\f101'; font-family:'FontAwesome'; left:0px; color:#400056; display:none; font-size: 12px; margin-right:4px; }
ul.mega-sub-menu .menu li:hover::before{  display:inline-block; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{ top:157%; }

/*** Home Banner ***/
.home-banner-section{ background: #F6F6F6; padding:3.4em 20px; }
.home-banner-slider .slick-item .banner-title {
    display: none;
}
.home-banner-slider .slick-item{ border-radius: 26px; }
.home-banner-section .slick-item img {
    border-radius: 26px;
    width: 100%;
}

.home-banner-section .slick-item a {
    display: block;
}

.home-banner-slider {
    position: relative;
}

.home-banner-slider .slick-dots {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0px;
    list-style: none;
    gap: 12px;
    bottom: 2em;
    background: #fff;
    width: max-content;
    padding: 10px 20px;
    border-radius: 51px;
}

.home-banner-slider .slick-dots li button {
    border: medium none;
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: capitalize;
    background: transparent;
    line-height: 1.4;
}
.home-banner-slider .slick-dots li:hover button,
.home-banner-slider .slick-dots li.slick-active button {
    background: #400056;
    color: #fff;
}

.about-wrap {
    position: relative;
    padding-right: 3em;
    padding-left: 2em;
}

.about-wrap .about-logo {background: #400056;width: max-content;padding: 9px 22px;border-radius: 30px;margin-bottom: 1.4em;}

.about-wrap .about-logo img {
    width: 120px;
}

.home-about-section {
    background: #F6F6F6;
    position: relative;
    padding-bottom: 9em;
    z-index: 1;
}
.home-about-section::after {
    content: '';
    background: url(../images/about-logo-bg-vector.png) no-repeat scroll right center / contain;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 390px;
    height: 710px;
    z-index: -1;
}

.about-wrap .since-block {
    position: relative;
}

.about-wrap .since-block .title {
    font-size: 24px;
    line-height: 1.2;
}

.about-wrap .since-block img {width: 310px;margin-bottom: 2em;}
.home-about-wrapper .about-wrap .about-text-wrap h1 { font-weight: 600; font-size: 20px; margin-bottom: 13px; line-height: 1.2; }

.about-wrap .about-text-wrap {
    width: 85%;
}

.about-wrap .about-block-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin-top: 3em;
}

.about-wrap .about-block-cta img {
    width: 110px;
}

.about-wrap .about-block-cta .seprator {
    display: block;
    width: 36px;
    height: 1px;
    background: #A3A3A3;
}

.abt-reel-video-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.abt-reel-video-block .reel-video {
    width: 34.2%;
    height: 100%;
    margin-right: 6px;
    position: relative;
}

.about-slider-wrap {
    width: 64%;
}

.about-slider-wrap .about-img-item .about-img img {border-radius: 12px;}

.abt-reel-video-block .reel-video video {
    margin-bottom: 0px;
        border-radius: 12px;
}
.abt-reel-video-block .reel-video .logo-circle {
    text-align: center;
    position: absolute;
    background: #F6F6F6;
    padding: 14px;
    border-radius: 50%;
    bottom: -50px;
    right: 0;
    left: 0;
    width: max-content;
    margin: 0px auto;
}

.abt-reel-video-block .reel-video .logo-circle img.logo {
    width: 64px;
}
.category-section{ position:relative; }
.category-section .category-title-block {
    display: flex;
    align-items: center;
}

.category-section .category-title-block img {
    width: 96px;
    margin-right: 22px;
}

.category-section .category-title-block .category-title .title {
    font-size: 3.8em;
    line-height: 1;
    font-weight: 700;
}

.category-section .category-title-block .category-title .sub-title {
    color: #5C5C5C;
    margin-bottom: 6px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}

.category-section .finishes-block {
    text-align: center;
}
.category-section .finishes-block .title {
    font-size: 20px;
    font-weight: 500;
}
.category-section .finishes-block ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.category-section .finishes-block ul li {
    border: 1px solid #C2C2C2;
    margin: 0 8px;
    padding: 2.9em 9px;
    border-radius: 50%;
}

.category-section .seprator {
    width: 76%;
    height: 1px;
    background: #231F20;
    margin: 0px auto;
    position: relative;
    display: flex;
    align-items: center;
    left: 2em;
}
.category-section .seprator::before,
.category-section .seprator::after {
    background: #231F20;
    width: 5px;
    height: 5px;
    position: absolute;
    content: '';
    border-radius: 50%;
    top: -2px;
}
.category-section .seprator::before{ left: 0; }
.category-section .seprator::after { right: 0;}



.category-section .category-block {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      margin-bottom: 2em;
    }

.category-section .category-block img.main-img {
      width: 100%;
      display: block;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      transition: 0.4s ease-in-out;
    }

    .category-section .category-block .category-content {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      padding: 20px;
      color: white;
      background: linear-gradient(to top, rgba(0,0,0,0.72), transparent);
      transition: all 0.4s ease;
      transform: translateY(10px);
    }

    .category-section .category-block:hover .category-content {
        transform: translateY(0px);
    }

    .category-section .category-block .category-content .category-title {
      margin-bottom: 18px;
      font-size: 2.2em;
      font-weight: 700;
      color: #fff;
      text-transform: capitalize;
      padding-bottom: 18px;
      position: relative;
    }

    .category-section .category-block .category-content .category-title::after {
    content: '';
    background: #fff;
    width: 60px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 20px; }

    .category-section .category-block .category-thumbs {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
        margin: 12px 0px;
    }

    .category-section .category-block .category-thumbs img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 0px;
        cursor: pointer;
        border: 2px solid transparent;
        transition: border 0.3s, transform 0.3s;
        padding: 5px;
    }

    .category-section .category-block .category-thumbs img:hover {
      transform: scale(1.05);
    }

    .category-section .category-block .category-thumbs img.active {
      border: 2px solid #FFFFFF;
    }
.category-section .category-block .category-content .category-link {
    display: none;
    margin-bottom: 0px;
    margin-top: 20px;
    transition: all 0.4s ease;
    transform: translateY(30px)
}

.category-section .category-block:hover .category-content .category-link {
    display: block;
    transition: all 0.4s ease;
    transform: translateY(0px);
}
.category-section .category-block .category-content .category-link a{ font-size:16px; display:flex; align-items:center; }
.category-section .category-block .category-content .category-link svg { font-size:20px; margin-left: 10px;}
.category-section .category-block .category-content .category-link a:hover { color: #cfae78; }
.category-section .category-block:hover .category-content .category-link svg {
    color: #cfae78;
}


.product-section {
    position: relative;
}

.product-section::before {
    content: '';
    background: #C2C2C2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
}

.product-block {
      background: #F4F4F4;
      border-radius: 30px;
      /* padding: 20px; */
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
      min-height: 26em;
      margin-bottom: 1.5em;
    }

.product-section .product-lists-wrapper{ padding-top:3em; }    

.product-block .product-title-block .ribbon {
  font-size: 12px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
  margin-bottom: 0px;
}
.product-block .product-title-block .text {
  display: inline-block;
  padding: 0.52em 1em;
  line-height: 1.2em;
  background: #cfae78;
  position: relative;
}
.product-block .product-title-block .ribbon:after,
.product-block .product-title-block .ribbon:before,
.product-block .product-title-block .bold:before {
  content: "";
  position: absolute;
  border-style: solid;
}

.product-block .product-title-block .ribbon:after,
.product-block .product-title-block .bold:before {
  top: 0em;
  right: -1em;
  border-width: 1.13em 1em 1.135em 3em;
  border-color: #cfae78 transparent #cfae78 #cfae78;
  z-index: -1;
}


.product-block .product-title-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0px 0px;
    justify-content: space-between;
}
.product-block .product-title-block .product-title {
    color: #222;
    font-size: 14px;
    margin-bottom: 0;
    width: 63%;
    text-align: left;
    padding-right: 25px;
}

.product-block .product-main-img {
      width: 100%;
      transition: all 0.4s ease;
      position: relative;
    height: 217px;
    object-fit: cover;
    }

.product-block .product-details {
    padding: 10px 30px 40px 30px;
    position: absolute;
    /* bottom: -100%; */
    left: 0;
    right: 0;
}
.product-block .product-details .product-thumbs {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 15px 0 0px;
      opacity: 0;
      transform: translateY(-30px);
      transition: all 0.4s ease;
    }

.product-block .product-details .product-thumbs img {
      width: 50px;
      height: 50px;
    object-fit: cover;
      border: 2px solid transparent;
      border-radius: 0px;
      cursor: pointer;
      transition: border 0.3s ease;
      padding: 3px;
    }

.product-block .product-details .product-thumbs img.active {
      border-color: #d4af37;
    }

.product-block .view-more {
    font-size: 14px;
        padding: 3px 14px;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.4s ease;
    }

/* Hover effects */
.product-block:hover .product-img {
    padding: 1.5em 4em 0em 4em;
 }
.product-block:hover .product-main-img {
  /* transform: scale(0.5); */
    width: 70%;
    transition: all 0.4s ease;
    height: 155px;
    object-fit: cover;
}

.product-block:hover .product-thumbs {
  opacity: 1;
  transform: translateY(0);
}

.product-block:hover .view-more {
  opacity: 1;
  transform: translateY(0);
}



.product-block .product-img {
    padding: 3em 4em 0em 4em;
    position: relative;
}


.video-box-section .video-box-wrapper .video-box-wrap {
    height: 763px;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
}

.video-box-section .video-box-wrapper .video-box-wrap iframe, .video-box-section .video-box-wrapper .video-box-wrap video {
    margin-bottom: 0px;
    border-radius: 12px;
}

.video-box-wrapper {
    background: #F4F4F4;
    border: 1px solid #C8C8C8;
    border-radius: 16px;
}

.video-box-wrapper .video-title-box {
    background: #EBEBEB;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    /* border-bottom: 1px solid red; */
    padding: 20px 30px;
}

.video-box-wrapper .video-title-box .video-box-cta {
    text-align: end;
}

.video-box-wrapper .video-title-box .video-box-cta ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0px;
    position: relative;
}

.video-box-wrapper .video-title-box .video-box-cta ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.video-box-wrapper .video-title-box .video-box-cta ul li:first-child {
    padding-right: 76px;
}

.video-box-wrapper .video-title-box .video-box-cta ul li:first-child::after {content: '';background: #231F20;width: 50px;height: 1px;position: absolute;/* margin: 0 auto; *//* left: 0; */right: 0;}

.video-box-wrapper .video-title-box .video-box-cta ul li:last-child {
    padding-left: 26px;
}

.video-box-wrapper .video-title-box .video-box-cta ul li a {
    color: #231F20;
}

.video-box-wrapper .video-title-box .video-box-cta ul li svg {
    background: #231F20;
    padding: 11px;
    margin-right: 12px;
    border-radius: 50%;
    color: #fff;
}

.video-box-wrapper .video-title-box .video-box-logo {
    position: relative;
}

.video-box-wrapper .video-title-box .video-box-logo img {
    width: 207px;
}

.application-section .application-lists-wrapper {
    padding-top: 30px;
}
.application-block {
    background: #F4F4F4;
    padding: 26px;
    border-radius: 22px;
    margin-bottom: 20px;
}

.application-block .application-title {
    position: relative;
}

.application-block .application-title .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.application-block .application-title .title a {
    color: #231F20;
}
.application-block .application-title .title a:hover {
    color: #cfae78;
}

.application-block .application-img {
    margin-bottom: 27px;
}

.application-block .application-img img {
    border-radius: 14px;
}

.application-block .application-list {
    position: relative;
}

.application-block .application-list ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
    display: table;
}

.application-block .application-list ul li {
    margin-right: 4px;
    float: left;
    margin-bottom: 10px;
}

.application-block .application-list ul li a {
    border: 1px solid #231F20;
    color: #231F20;
    padding: 4px 11px;
    display: inline-block;
    border-radius: 30px;
    font-size: 13px;
}
.application-block .application-list ul li a:hover { background:#cfae78; border-color: #cfae78; color: #fff; }
.application-block .application-cta {
    position: relative;
}

.application-block .application-cta .application-link {
    margin-bottom: 0px;
}

.application-block .application-cta .application-link a {
    font-size: 16px;
    color: #231F20;
    display: flex;
    align-items: center;
}

.application-block .application-cta .application-link a svg {
    color: #400056;
    font-size: 20px;
    margin-left: 8px;
}
.application-block .application-cta .application-link a:hover svg { color: #cfae78; } 
.category-wrapper {
    background: #F4F4F4;
    border-radius: 40px;
    padding: 3em 3em 4em 3em;
    position: relative;
    z-index: 1;
}

.category-wrapper::before {
    content: '';
    /* background: #fff; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: -1;
}

.catalogue-img {
    padding: 0 2em;
    position: relative;
    margin-top: -9.5em;
}

.catalogue-details {
    padding: 0 4em;
}

.catalogue-details .title-block {
    position: relative;
    padding-bottom: 0px;
}

.catalogue-details .title-block .sub-title {
    font-family: Autography;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 1.2;
}

.project-section{ position:relative; overflow:hidden; }
.project-section .project-detail-wrap {
    padding-left: 9em;
    width: 76%;
}
.project-section .project-detail-wrap .detail-wrapper {
    margin-bottom: 6em;
}

.project-section .project-filter button.active::before {
    content: '\f138';
    margin-right: 8px;
    font-size: 15px;
    font-family: FontAwesome, sans-serif;
}

.project-detail-wrap .title-block { margin-bottom: 0; }

.project-detail-wrap .title-block .title { font-size: 3em; }

.project-section .slick-list.draggable { padding-left: 0px !important; }
.project-section .project-filter button {
      display: block;
      margin-bottom: 6px;
      border: none;
      background: none;
      font-weight: 500;
      color: #231F20;
      text-align: left;
      padding: 7px 15px;
      position: relative;
      border-radius: 0px;
    }
.project-section .project-filter button.active {
      background: #400056;
      color: #fff;
      border-radius: 0;
      display: flex;
      align-items: center;
    }
.project-section .project-card img {
      width: 100%;
      border-radius: 15px;
    }
.project-section .project-card {
      padding: 15px;
    }

.project-section .project-detail-wrap .slider-control-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

    /* hide default slick arrows */
.project-section .project-slider .slick-prev, .project-slider .slick-next {
      display: none !important;
    }
    /* custom arrow styles */
.project-section .project-detail-wrap .slider-control-wrap .slider-controls {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }
.project-section .project-detail-wrap .slider-control-wrap .custom-arrow {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: none;
      background: #231F20;
      color: #fff;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
.project-section .project-detail-wrap .slider-control-wrap .custom-arrow:hover { background:#cfae78; }
.project-section .project-detail-wrap .slider-control-wrap::before {content: '';background: #000000;position: absolute;width: 27px;height: 0.8px;right: 0;left: 20px;margin: 0 auto;}

.project-section .project-detail-wrap .slider-control-wrap .theme-btn.black-btn, .project-section .project-detail-wrap .slider-control-wrap .slider-controls {
    margin-top: 0px;
}

.project-section .project-card .project-detail {
    margin-top: 26px;
}

.project-section .project-card .project-detail .design-code {
    font-size: 16px;
    margin-bottom: 3px;
    color: #231F20;
    font-weight: 400;
}

.project-section .project-card .project-detail .design-title {font-weight: 800;font-size: 28px;}

.stories-section {
    position: relative;
    overflow: hidden;
}

.stories-section::after {
    content: '';
    background: #C2C2C2;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.stories-slider-wrapper .stories-slider .slick-list.draggable {
    padding-left: 0px !important;
}

.stories-slider-wrapper .stories-slider .stories-slider-item .stories-item {margin: 0px 8px;border: 1px solid #DDDDDD;padding: 11px;}
.stories-slider-wrapper .stories-slider .stories-slider-item .stories-item video{ margin-bottom:0px; }
.stories-section .stories-block-wrapper { position: relative; }

.stories-section .stories-block-wrapper .title-block-wrap { display: flex; align-items: center;  padding-right: 0; }

.stories-section .stories-block-wrapper .title-block-wrap .title-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.stories-section .stories-block-wrapper .title-block-wrap .logo-icon {
    width: 150px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px #00000040 inset;
    margin-right: 18px;
}

.stories-section .stories-block-wrapper .title-block-wrap .title-block .title {
    margin-bottom: 0px;
}

.stories-section .stories-slider-wrapper { padding-top: 3em; }

.stories-section .stories-block-wrapper .block-cta .theme-btn {
    margin-top: 0;
}

.stories-section .stories-block-wrapper .block-cta p {
    margin-bottom: 0px;
    text-align: right;
}

.stories-section .stories-block-wrapper .seprator {
    width: 100%;
    background: #000;
    height: 1px;
    position: relative;
    left: 2em;
}

.stories-section .stories-block-wrapper .stories-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

 /* custom arrow styles */
.stories-section .stories-block-wrapper .stories-action-wrap .slider-controls {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }
.stories-section .stories-block-wrapper .stories-action-wrap .storysld-arrow {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: none;
      background: #231F20;
      color: #fff;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
.stories-section .stories-block-wrapper .stories-action-wrap .storysld-arrow:hover { background:#cfae78; }

.stories-section .stories-block-wrapper .stories-action-wrap .theme-btn.black-btn, .stories-section .stories-block-wrapper .stories-action-wrap .slider-controls {
    margin-top: 0px;
}


.client-section .client-slider .client-logo img {
    height: 90px;
    padding: 0px 20px;
    margin: 0 auto;
    text-align: center;
}

.cta-section {position: relative;}
.half-bg { position: relative; z-index: 1; }
.half-bg::before {content: '';background: linear-gradient(0deg, #fff 50%, #F4F4F4 50%);position: absolute;top: 0;height: 100%;width: 100%;position: absolute; z-index: -1;}
.cta-section .cta-sec-wrapper { background: #400056; border-radius: 50px; }
.cta-section .cta-sec-wrapper .cta-details-wrap { padding: 2em; }

.cta-section .cta-sec-wrapper .cta-details-wrap  .title-block .title {  font-size: 40px; }

.cta-frm .inputCvr input:not([type="submit"]), .cta-frm .inputCvr textarea {
    border-radius: 0px;
    border: medium none;
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    padding: 10px;
    background: transparent;
    width: 100%;
    color:  #fff;
}

.cta-frm input:not([type="submit"]):focus, .cta-frm textarea:focus { box-shadow: none; }
.cta-frm input:not([type="submit"]):focus-visible, .cta-frm textarea:focus-visible { outline: none; }

.cta-frm input:not([type="submit"]):focus, .cta-frm textarea:focus { box-shadow: none; }
.cta-frm input:not([type="submit"]):focus-visible, .cta-frm textarea:focus-visible { outline: none; }

.cta-frm input::-webkit-input-placeholder, .cta-frm textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.cta-frm input::-moz-placeholder, .cta-frm textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.cta-frm input:-ms-input-placeholder, .cta-frm textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.cta-frm input:-moz-placeholder, .cta-frm textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.cta-frm .wpcf7 form .wpcf7-response-output{ color: #fff; }
.process-section{ position:relative; }

.process-section .process-wrapper {
    padding: 0 8em;
}

.process-section .process-wrapper .process-lists {
    position: relative;
}

.process-section .process-wrapper .process-lists .accordion-item {border-bottom: 1px solid #9E9E9E; margin-bottom: 10px; background: transparent;}

.process-section .process-accordion .accordion-button{background: transparent;
    box-shadow: none;
    color: #231F20;
    font-weight: 700;
    font-size: 18px; }
.process-section .process-accordion .accordion-button:not(.collapsed){  padding-bottom: 0px;}       
.process-section .process-accordion {  counter-reset: section; }
.process-section .process-accordion .accordion-item .accordion-button::before {
    counter-increment: section;
    content: counter(section) ".";
    margin-right: 8px;
}

.process-section .process-accordion .accordion-item .accordion-button::after { content: "\f078"; }
.process-section .process-accordion .accordion-item .accordion-button::after,
.process-section .process-accordion .accordion-item .accordion-button:not(.collapsed)::after{  font-family:"FontAwesome"; background: none; }
.process-section .process-accordion .accordion-item .accordion-button:focus{ box-shadow:none; }
.process-section .process-accordion .accordion-item .accordion-button:focus-visible{ outline:none; }

.ff-block {
    background: #F4F4F4;
    height: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
}


.ff-block-logo.ff-block {
    height: 17em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ff-block-logo.ff-block img {
    width: 150px;
}

.ff-slider .ff-slider-item .ff-slider-block {
    text-align: center;
}

.ff-slider .ff-slider-item .ff-slider-block .ff-number {
    font-size: 4em;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

.funfact-block.ff-block {
    position: relative;
    padding-top: 0;
}

.funfact-block.ff-block .ff-title-block .title {
    margin: 0px auto;
    text-align: center;
    width: 60%;
    display: inline-block;
    background: #231F20;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    padding: 7px;
}

.funfact-block.ff-block .ff-title-block {
    position: relative;
    text-align: center;
    margin-bottom: 3em;
}

.funfact-block.ff-block .ff-title-block .ff-title {
    font-size: 20px;
}

.funfact-block .ff-slider .ff-slider-item .ff-slider-block .ff-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.funfact-block .ff-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 1.4em 0px 0px;
    padding: 1rem 0;
    list-style-type: none;
}
.funfact-block .ff-slider .slick-dots li {
  margin: 0 0.25rem;
}
.funfact-block .ff-slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #E0E0E0;
  text-indent: -9999px;
}
.funfact-block .ff-slider .slick-dots li.slick-active button {
    background-color: #400056;
}



.testimonial-wrap {
    background: #400056;
    height: 100%;
    /* justify-content: center; */
    /* display: flex; */
    /* align-items: center; */
    border-radius: 20px;
    padding: 5em 3em;
}

.testimonial-wrap .trustpilot-logo {
    text-align: center;
    margin-bottom: 2em;
}

.testimonial-wrap .trustpilot-logo img {
    width: 150px;
}

.testimonial-wrap .testimonials-slider .testimonial-block {
    color: #fff;
    text-align: center;
}


.testimonial-wrap .testimonials-slider .testimonial-block .testimonial-author .testi-author {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-wrap .testimonials-slider .testimonial-block .testimonial-author .testi-author::before {
    content: '-';
    margin-right: 5px;
}
.testimonial-wrap .testimonials-slider .slick-dots {
    display: flex ;
    justify-content: center;
    margin: 1.4em 0px 0px;
    padding: 1rem 0;
    list-style-type: none;
}
.testimonial-wrap .testimonials-slider .slick-dots li {
  margin: 0 0.25rem;
}
.testimonial-wrap .testimonials-slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  border:1px solid #fff ;
  background-color: transparent;
  text-indent: -9999px;
}
.testimonial-wrap .testimonials-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.video-list-wrapper.ff-block {
    margin-bottom: 0px;
}

.video-list-wrapper .slick-slider {
  /* margin-left: -12%;
  margin-right: -12%; */
}

.video-list-wrapper .slick-list {
  padding-top: 2%!important;
  padding-bottom: 2%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.video-list-wrapper .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-list-wrapper .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.video-list-wrapper .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.video-list-wrapper .slick-snext,
.video-list-wrapper .slick-sprev,
.video-list-wrapper .slick-snext2,
.video-list-wrapper .slick-sprev2{
  display: block;
}

.video-list-wrapper .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.video-list-wrapper .slick-snext {
  opacity: 0.5;
  transform: translate3d(13%, 0, -13px);
  z-index: 1;
  perspective: 1000px;
}
.video-list-wrapper .slick-snext2 {
  opacity: 0.5;
  transform: translate3d(26%, 0, -26px);
  z-index: 0;
  perspective: 1000px;
}

.video-list-wrapper .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-13%, 0, -13px);
}

.video-list-wrapper .slick-sprev2 {
  opacity: 0.5;
  transform: translate3d(-26%, 0, -26px);
}
.video-list-wrapper .slick-slide .lightbox-video-inner .video-img img {
    border-radius: 8px;
}
.video-list-wrapper .slick-slide .lightbox-video-inner .video-img{ position:relative; display: flex; align-items: center; }
.video-list-wrapper .slick-slide .lightbox-video-inner .video-img:after {
    content: "\f167";
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
    font-family: 'FontAwesome';
    color: red;
    background: #fff;
    width: auto;
    display: inline-block;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* Arrows */
.funfact-section .product-video-slider .slick-prev,
.funfact-section .product-video-slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.funfact-section .product-video-slider .slick-prev:hover,
.funfact-section .product-video-slider .slick-prev:focus,
.funfact-section .product-video-slider .slick-next:hover,
.funfact-section .product-video-slider .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.funfact-section .product-video-slider .slick-prev:hover:before,
.funfact-section .product-video-slider .slick-prev:focus:before,
.funfact-section .product-video-slider .slick-next:hover:before,
.funfact-section .product-video-slider .slick-next:focus:before
{
    opacity: 1;
}
.funfact-section .product-video-slider .slick-prev.slick-disabled:before,
.funfact-section .product-video-slider .slick-next.slick-disabled:before
{
    opacity: .25;
}

.funfact-section .product-video-slider .slick-prev:before,
.funfact-section .product-video-slider .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: white;
    background: #000;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.funfact-section .product-video-slider .slick-prev
{
    left: 0px;
}
.funfact-section .product-video-slider .slick-prev:before
{
    content: '\f053';
}

.funfact-section .product-video-slider .slick-next
{
    right: 0px;
}

.funfact-section .product-video-slider .slick-next:before
{
    content: '\f054';
}

.global-section{ position:relative; }


.global-section .global-sec-wrapper .title-block {
    padding-bottom: 0;
}
.global-section .globe-lists {
    list-style: none;
    display: table;
    margin-top: 2em;
}

.global-section .globe-lists li {
    border: 1px solid #231F20;
    color: #231F20;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 5px;
    float: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.global-section .globe-lists li img {
    width: 24px;
    margin-right: 4px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.blog-blockCvr {
    position: relative;
     margin-bottom: 40px;
}

.blog-blockCvr .blog-imgCvr {
    position: relative;
    margin-bottom: 20px;
}

.blog-blockCvr .blog-imgCvr .post-thumbnail { margin: 0px; }

.blog-blockCvr .blog-imgCvr img {border-radius: 20px;}

.blog-blockCvr .blog-infoCvr {
    position: relative;
    padding: 0px 20px;
}

.blog-blockCvr .blog-infoCvr .blog-title {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
}

.blog-blockCvr .blog-infoCvr .blog-title a {
    color: #231F20;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-blockCvr:hover .blog-infoCvr .blog-title a { color:#cfae78; }
.blog-blockCvr .blog-infoCvr .blog-link {
    color: #231F20;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.blog-blockCvr .blog-infoCvr .blog-link svg {color: #400056;margin-left: 10px;}
.blog-blockCvr .blog-infoCvr .blog-link:hover svg { color:#cfae78; }


.bloglistCvr .pagination{ margin:2em 0px; border-top:medium none;}
.bloglistCvr .pagination:before, .bloglistCvr  .pagination:after,
.bloglistCvr .pagination .nav-links:before, .bloglistCvr .pagination .nav-links:after
{ display:none;}
.bloglistCvr .pagination .nav-links {
    padding-right: 0px;
    position: relative;
    margin: 0 auto;
}
.bloglistCvr  .pagination:before, .bloglistCvr  .pagination:after,
.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next
{position: relative;}

.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next { padding:0px !important;}
.bloglistCvr .pagination .prev { right: 0; }

.bloglistCvr .pagination .page-numbers {
    padding: 8px 9px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px;
    background: transparent;
    border: 2px solid #F1F1F1;
    color: #231F20;
    border-radius: 50%;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 1.8;
    display: inline-block;
}
.bloglistCvr .pagination .page-numbers:hover {background: #400056; color:#fff; border-color:#400056; }
.bloglistCvr .pagination .page-numbers.current { background: #400056; color:#fff; border-color:#400056; }

.bloglistCvr .pagination .prev, .bloglistCvr .pagination .next {background: transparent; color:#231F20;}
.bloglistCvr .pagination .prev{ margin-right:8px;}
.bloglistCvr .pagination .next{ margin-left:8px;}


.bloglistCvr .pagination .prev:before, .bloglistCvr .pagination .next:before {
    font-size: 18px;
    height: 55px;
    line-height: 2.8;
    position: relative;
    width: 50px;
    font-family: FontAwesome;
}
.bloglistCvr .pagination .prev:before{ content:'\f100'; }
.bloglistCvr .pagination .next:before{ content:'\f101'; }

/*** Inner Page ***/

.inner-page-banner-section {
    padding: 3.4em 20px;
    position: relative;
}

.inner-page-banner-section .inner-banner-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    align-items: center;
}

.inner-page-banner-section .inner-banner-item .banner-img { position: relative;z-index: 1; width: 100%;}

.inner-page-banner-section .inner-banner-item .banner-img img {
    border-radius: 26px;
    width: 100%;
}
.inner-page-banner-section .inner-banner-item .banner-img::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    opacity: 0.3;
}

.inner-page-banner-section .inner-banner-item .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    font-size: 4em;
    font-weight: 600;
    color: #fff;
}


/*** About Page ****/
.about-page-section .about-details {
    padding-left: 5em;
}
.about-page-section .about-details .title-block {
    margin-bottom: 0px;
}

.about-page-section .about-details .title-block .title {
    font-size: 2.6rem;
}

.about-page-section .about-details .trustpilot-logo {
    margin-bottom: 8px;
}
.about-page-section .about-details .trustpilot-logo img {
    width: 145px;
}


.mvv-ff-block {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.mvv-ff-block.since-block {
    text-align: center;
    padding: 5em;
    margin-bottom: 20px;
    /* margin-left: 20px; */
    height: 20em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mvv-ff-block.since-block .title {
    font-size: 2em;
    margin-bottom: 0px;
    width: 100%;
    line-height: 1.2;
    height: auto;
}

.mvv-ff-block.since-block img {
    width: 250px;
}

.mvv-ff-block .mvv-icon {
    display: inline-block;
    margin-bottom: 3em;
    background: #fff;
    padding: 16px;
    border-radius: 50%;
}

.mvv-ff-block .mvv-icon img {
    width: 48px;
}

.mvv-ff-block .mvv-desc .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 19px;
}

.mvv-ff-block.mission-block {
    padding: 40px 50px;
}

.mvv-ff-block.mission-block .mvv-desc {
    width: 96%;
}

.about-funfact-wrapper .funfact-block.ff-block {
    padding: 4.1em 6em;
    text-align: center;
    margin-bottom: 20px;
    height: auto;
}

.about-funfact-wrapper .funfact-block.ff-block .logo-circle {
    margin-bottom: 2.4em;
}

.about-funfact-wrapper .funfact-block.ff-block .logo-circle .logo {
    width: 80px;
}

.about-funfact-wrapper .funfact-block.ff-block .ff-slider .ff-slider-item .ff-slider-block .ff-number, .about-funfact-wrapper .funfact-block.ff-block .ff-slider .ff-slider-item .ff-slider-block .ff-title {
    color: #400056;
}

.mvv-ff-block.values-block {
    height: 19.9em;
    padding: 5em 6em 6em 4em;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
.mvv-ff-block.values-block::after { content:''; background:url(../images/values-bg-logo.png) no-repeat scroll center right / contain; position:absolute; right:0px; bottom: 0; width:188px; height:300px; z-index: -1; }


.mvv-ff-block.values-block .mvv-desc {
    width: 76%;
}

.mvv-ff-block.values-block .desc {margin-bottom: 0px;}


.wcu-section .block-cta {
    text-align: right;
}
.wcu-section .title-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.wcu-section .seprator {
    width: 76%;
    height: 1px;
    background: #231F20;
    margin: 0px auto;
    position: relative;
    display: flex;
    align-items: center;
    right: 0;
}

.wcu-section .seprator::before, .wcu-section .seprator::after {
    background: #231F20;
    width: 5px;
    height: 5px;
    position: absolute;
    content: '';
    border-radius: 50%;
    top: -2px;
}

.wcu-section .seprator::before {
    left: 0;
}

.wcu-section .seprator::after {
    right: 0;
}

.wcu-section .wcu-lists-wrapper {
    position: relative;
    padding-right: 6em;
}

.wcu-section .wcu-lists-wrapper .wcu-list-block {
    display: flex;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 1em;
}
.wcu-section .wcu-lists-wrapper .wcu-list-block:last-child { border-bottom:medium none; }
.wcu-section .wcu-lists-wrapper .wcu-list-block .wcu-icon {
    background: #400056;
    padding: 20px;
    border-radius: 50px;
    margin-right: 14px;
}

.wcu-section .wcu-lists-wrapper .wcu-list-block .wcu-icon  img {
    width: 46px;
}

.wcu-section .wcu-lists-wrapper .wcu-list-block .wcu-info {
    position: relative;
    width: 100%;
    padding-right: 3em;
}

.wcu-section .wcu-lists-wrapper .wcu-list-block .wcu-info .title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

.wcu-section .wcu-image {
    padding: 0 2em;
}

.certificate-wrapper .certificate-block {
    text-align: center;
    margin-bottom: 20px;
}

.abt-gallery-wrapper {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 3em;
    position: relative;
}
.abt-gallery-wrapper::after {
    background: #A2A2A2;
    width: 0.5px;
    height: 100%;
    position: absolute;
    right: 34%;
    top: 0;
    content: '';
}

.abt-gallery-wrapper .abt-galleryCvr {
    padding-right: 4em;
}

.abt-gallery-nav .slick-list {
    margin: 0 3em;
}
.abt-gallery-nav .slick-list .slick-track{ margin-left:0px; margin-right:0px; right: 0px; }
.abt-galleryCvr .abt-gallery-nav {
    margin-top: 2em;
    position: relative;
}

.abt-gallery-nav .slick-slide img {
    margin: 0 0px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid transparent;
    padding: 7px;
}
.abt-gallery-nav .slick-slide.slick-current img {
    border-color: #000000;
}

.abt-gallery-wrapper .abt-galleryCvr .abt-gallery img {
    border-radius: 6px;
}

.abt-gallery-wrapper .abt-gallery-details {
    padding: 0px 4em;
}

.abt-galleryCvr .abt-gallery-nav .slick-prev,
.abt-galleryCvr .abt-gallery-nav .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.abt-galleryCvr .abt-gallery-nav .slick-prev:hover,
.abt-galleryCvr .abt-gallery-nav .slick-prev:focus,
.abt-galleryCvr .abt-gallery-nav .slick-next:hover,
.abt-galleryCvr .abt-gallery-nav .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.abt-galleryCvr .abt-gallery-nav .slick-prev:hover:before,
.abt-galleryCvr .abt-gallery-nav .slick-prev:focus:before,
.abt-galleryCvr .abt-gallery-nav .slick-next:hover:before,
.abt-galleryCvr .abt-gallery-nav .slick-next:focus:before
{
    opacity: 1;
}
.abt-galleryCvr .abt-gallery-nav .slick-prev.slick-disabled:before,
.abt-galleryCvr .abt-gallery-nav .slick-next.slick-disabled:before
{
    opacity: .25;
}

.abt-galleryCvr .abt-gallery-nav .slick-prev:before,
.abt-galleryCvr .abt-gallery-nav .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: white;
    background: #000;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.abt-galleryCvr .abt-gallery-nav .slick-prev
{
    left: 0px;
}
.abt-galleryCvr .abt-gallery-nav .slick-prev:before
{
    content: '\f053';
}

.abt-galleryCvr .abt-gallery-nav .slick-next
{
    right: 0px;
}

.abt-galleryCvr .abt-gallery-nav .slick-next:before
{
    content: '\f054';
}

.milestone-section{ position:relative; background: #F4F4F4; overflow:hidden; }
.milestone-block-wrap {
    width: 50%;
    margin: 0 auto;
}

.milestone-block-wrap .title-block img {
    width: 200px;
    margin-bottom: 20px;
}

.milestone-block-wrap .title-block .title {
    font-size: 3em;
}

.milestone-block-wrap .year-label {
    font-size: 3em;
    font-weight: 800;
    color: #400056;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.milestone-block-wrap .year-label::before {
    content: '';
    background: #400056;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    border-radius: 50%;
}

.milestone-block-wrap .year-label::after {
    content: '';
    border: 1px solid #400056;
    position: absolute;
    width: 24px;
    height: 24px;
    left: -4px;
    border-radius: 50%;
}

.year-timeline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
}

.year-timeline::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #D0D0D0;
    position: absolute;
    left: 0;
    top: 0;
}

.year-timeline > div {
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    color: #D0D0D0;
    cursor: pointer;
}

.year-timeline > div::before {
    content: '';
    background: #D0D0D0;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    border-radius: 50%;
    /* top: 0; */
}
.year-timeline > div.active::before {background: #400056; }
.year-timeline > div.active {
    color: #400056;
}

.year-timeline > div::after {
    content: '';
    border: 1px solid transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -7px;
    border-radius: 50%;
}
.year-timeline > div.active::after {
    border-color: #400056;
}
.prj-product-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    align-items: center;
    border-radius: 20px;
    margin: 3.4em 20px;
    background: #F4F4F4; 
}
.prj-product-section .prj-product-wrapper {
    padding: 5em 1em 1.2em;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details {
    padding: 0px 3em 0 2em;
}
.prj-product-section .prj-product-wrapper .prj-prodcut-img {
    padding: 2.4em;
    background: #fff;
    margin-right: 4em;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details .title-block .title {
    font-size: 2.5em;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info {
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists {
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists li {
    width: 50%;
    display: flex;
    align-items: center;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists .info-icon {
    border: 1px solid #231f20;
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    margin-right: 8px;
    width: 50px;
}

.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists .info-detail { width: 100%; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists .info-icon img {
    width: 28px;
}

.prj-gallery-wrapper .prj-gallery { border: 1px solid #ccc; }
.prj-gallery-wrapper .prj-gallery img { border-radius: 0px; width: 100%; height: 520px; object-fit: cover; margin:0px auto; }
.prj-gallery-wrapper .prj-gallery-nav .slick-prev,
.prj-gallery-wrapper .prj-gallery-nav .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.prj-gallery-wrapper .prj-gallery-nav .slick-prev:hover,
.prj-gallery-wrapper .prj-gallery-nav .slick-prev:focus,
.prj-gallery-wrapper .prj-gallery-nav .slick-next:hover,
.prj-gallery-wrapper .prj-gallery-nav .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.prj-gallery-wrapper .prj-gallery-nav .slick-prev:hover:before,
.prj-gallery-wrapper .prj-gallery-nav .slick-prev:focus:before,
.prj-gallery-wrapper .prj-gallery-nav .slick-next:hover:before,
.prj-gallery-wrapper .prj-gallery-nav .slick-next:focus:before
{
    opacity: 1;
}
.prj-gallery-wrapper .prj-gallery-nav .slick-prev.slick-disabled:before,
.prj-gallery-wrapper .prj-gallery-nav .slick-next.slick-disabled:before
{
    opacity: .25;
}

.prj-gallery-wrapper .prj-gallery-nav .slick-prev:before,
.prj-gallery-wrapper .prj-gallery-nav .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: white;
    background: #000;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.prj-gallery-wrapper .prj-gallery-nav .slick-prev
{
    left: 0px;
}
.prj-gallery-wrapper .prj-gallery-nav .slick-prev:before
{
    content: '\f053';
}

.prj-gallery-wrapper .prj-gallery-nav .slick-next
{
    right: 0px;
}

.prj-gallery-wrapper .prj-gallery-nav .slick-next:before
{
    content: '\f054';
}

.prj-gallery-wrapper .prj-gallery-nav .slick-list {
    margin: 0 3em;
}

.prj-gallery-wrapper .prj-gallery-nav {
    margin-top: 2em;
    position: relative;
}

.prj-gallery-wrapper .prj-gallery-nav .slick-slide img {
    margin: 0 0px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid transparent;
    padding: 7px;
}
.prj-gallery-wrapper .prj-gallery-nav .slick-slide.slick-current img {
    border-color: #000000;
}

.prj-gallery-wrapper .prj-gallery img { border-radius: 0px; }

.prj-gallery-wrapper .prj-gallery-nav .slick-track{ margin-left:0px; margin-right: 0px; right: 0px;}

.project-lists .project-block {
    position: relative;
}

.project-lists .project-block .project-img {
    position: relative;
}

.project-lists .project-block .project-img img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.project-lists .project-block .project-img a {
    display: block;
}

.project-lists .project-block .project-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 14px;
}

.project-lists .project-block .project-details .project-title {
    position: relative;
}

.project-lists .project-block .project-details .project-title span {
    display: block;
}

.project-lists .project-block .project-details .project-title a {
    color: #231F20;
}

.project-lists .project-block .project-details .project-title .design-code {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 2px;
}

.project-lists .project-block .project-details .project-title .design-title {
    font-weight: 700;
}

.project-lists-sec .project-lists-wrapper {
    padding-top: 4em;
    margin-top: 3em;
    position: relative;
}

.project-lists-sec .project-lists-wrapper::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    top: 0;
}

.project-filter-wrapper .project-filters {
    position: relative;
}


.project-filter-wrapper .project-filters .filter-btn {
    font-weight: 600;
    color: #8D8D8D;
    border: medium none;
    font-size: 18px;
    margin: 0 6px 10px;
    padding: 6px 12px;
    text-transform: capitalize;
    background: transparent;
}
.project-filter-wrapper .project-filters .filter-btn:hover,
.project-filter-wrapper .project-filters .filter-btn.active {
    border-bottom: 1px solid #231F20;
    color: #231F20;
}

.project-grid.project-lists .project-block {
    position: relative;
    padding: 0px 20px;
    margin: 0 auto;
}

.related-projects-wrap.project-lists .project-block {
    margin-bottom: 2em;
}


.event-detail-wrapper {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 3em;
    position: relative;
}
.event-detail-wrapper::after {
    background: #A2A2A2;
    width: 0.5px;
    height: 100%;
    position: absolute;
    right: 34%;
    top: 0;
    content: '';
}

.event-detail-wrapper .event-galleryCvr {
    padding-right: 4em;
}

.event-gallery-nav .slick-list {
    margin: 0 3em;
}
.event-gallery-nav .slick-list .slick-track{ margin-left:0px; margin-right:0px; right: 0px; }
.event-galleryCvr .event-gallery-nav {
    margin-top: 2em;
    position: relative;
}

.event-gallery-nav .slick-slide img {
    margin: 0 0px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid transparent;
    padding: 7px;
}
.event-gallery-nav .slick-slide.slick-current img {
    border-color: #000000;
}

.event-detail-wrapper .event-galleryCvr .event-gallery img {
    border-radius: 6px;
}

.event-detail-wrapper .event-gallery-details {
    padding: 0px 4em;
}

.event-galleryCvr .event-gallery-nav .slick-prev,
.event-galleryCvr .event-gallery-nav .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
.event-galleryCvr .event-gallery-nav .slick-prev:hover,
.event-galleryCvr .event-gallery-nav .slick-prev:focus,
.event-galleryCvr .event-gallery-nav .slick-next:hover,
.event-galleryCvr .event-gallery-nav .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.event-galleryCvr .event-gallery-nav .slick-prev:hover:before,
.event-galleryCvr .event-gallery-nav .slick-prev:focus:before,
.event-galleryCvr .event-gallery-nav .slick-next:hover:before,
.event-galleryCvr .event-gallery-nav .slick-next:focus:before
{
    opacity: 1;
}
.event-galleryCvr .event-gallery-nav .slick-prev.slick-disabled:before,
.event-galleryCvr .event-gallery-nav .slick-next.slick-disabled:before
{
    opacity: .25;
}

.event-galleryCvr .event-gallery-nav .slick-prev:before,
.event-galleryCvr .event-gallery-nav .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: white;
    background: #000;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

.event-galleryCvr .event-gallery-nav .slick-prev
{
    left: 0px;
}
.event-galleryCvr .event-gallery-nav .slick-prev:before
{
    content: '\f053';
}

.event-galleryCvr .event-gallery-nav .slick-next
{
    right: 0px;
}

.event-galleryCvr .event-gallery-nav .slick-next:before
{
    content: '\f054';
}

.event-detail-wrapper .event-gallery-details .title {
    font-size: 34px;
}
.event-detail-wrapper .event-gallery-details .event-logo {
    margin-bottom: 14px;
}

.event-lists-sec .event-wrapper .event-block {
    background: #F4F4F4;
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.event-lists-sec .event-wrapper .event-block .event-img {
    margin-bottom: 20px;
}

.event-lists-sec .event-wrapper .event-block .event-info {
    text-align: center;
}

.event-lists-sec .event-wrapper .event-block .event-info .event-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.event-lists-sec .event-wrapper .event-block .event-info .event-title::after {
    content: '';
    background: #231F20;
    width: 50px;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0px;
}

.event-lists-sec .event-wrapper .event-block .event-info a {
    color: #231F20;
}

.event-lists-sec .event-wrapper .event-block .event-info .event-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-lists-sec .event-wrapper .event-block .event-info .event-link svg {
    margin-left: 7px;
    color: #400056;
    font-size: 20px;
}
.install-guide-video-wrap {
    position: relative;
    margin-top: 1rem;
}
.install-guide-video-wrap .install-video-block {
    position: relative;
    background: #F5F5F5;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 2em;
}

.install-guide-video-wrap .install-video-block .install-video {
    position: relative;
}

.install-guide-video-wrap .install-video-block .install-video .video-img {
    position: relative;
    display: flex;
    align-items: center;
}

.install-guide-video-wrap .install-video-block .install-video .video-img::after{
    content: "\f167";
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
    font-family: 'FontAwesome';
    background: #fff;
    color: red;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.install-guide-video-wrap .install-video-block .install-video .video-img img {
    border-radius: 20px;
}

.install-guide-video-wrap .install-video-block .video-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom:5px;
}

.install-guide-sec a { color: #231F20; }

.product-details-section{ 
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    align-items: center;
    border-radius: 20px;
    margin: 3.4em 20px;
    background: #F4F4F4; 
    padding: 5em 3em !important;
}
.product-details-wrapper {
    /* padding-top: 2em; */
}

.breadcrumb-wrapper {
    padding: 2em 0px;
}

.product-details-wrapper .product { position:relative; }

.product-details-wrapper .product .product-summary {
    background: #fff;
    padding: 3em;
    border-radius: 30px;
    margin-left: 0px    ;
}

.product-details-wrapper .product .product-summary .product_title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.theme-btn.whatsapp-btn {
    background: #00D02D;
    margin-left: 9px;
}

.theme-btn.whatsapp-btn:hover {
    background: #400056;
}

.product-details-wrapper .product .product-summary .prostock {
    margin-left: 8px;
}

.product-details-wrapper .product .product-summary .prostock a {
    color: #5C5C5C;
    font-weight: 600;
}
.product-details-wrapper .product .product-summary .woocommerce-product-details__short-description {
    margin-left: 8px;
}
.product-details-wrapper .product .product-summary .woocommerce-product-details__short-description ul {
    list-style:  none;
    margin-bottom: 0px;
}

.product-details-wrapper .product .product-summary .woocommerce-product-details__short-description ul li {
    padding-bottom: 14px;
    font-weight: 500;
    color: #5C5C5C;
}

.product-details-wrapper .product .product-summary .woocommerce-product-details__short-description ul li strong, .product-details-wrapper .product .product-summary .woocommerce-product-details__short-description p strong {
    color: #231F20;
}

.product-details-wrapper .product .product-summary .woocommerce-product-details__short-description p {
    font-weight: 500;
    color: #5C5C5C;
}

.product-details-wrapper .product .product-summary .product-attributes {
    margin-left: 8px;
    list-style: none;
    margin-bottom: 0px;
}

.product-details-wrapper .product .product-summary .product-attributes li {
    padding-bottom: 14px;
    font-weight: 500;
    color: #5C5C5C;
}

.product-details-wrapper .product .product-summary .product-attributes li strong{
    color: #231F20;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    color: #5C5C5C;
}
.product-img-wrapper {
    /* margin-right: 60px; */
}

.product-dec-slider {
     display: inline-block;
    float: left;
    padding: 30px 0;
    width: 18%;
}


 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .product-dec-slider {
         margin-bottom: 40px;
    }
}
 @media only screen and (max-width: 767px) {
     .product-dec-slider {
         margin-bottom: 0px;
         width: 100%;
         padding: 0px 0px 20px;
    }
}
 .product-dec-slider .product-dec-icon {
     color: #231F20;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    left: 50%;
    line-height: 1;
    padding: 0 10px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    /* opacity: 0;
    visibility: hidden; */
}

 .product-dec-slider .product-dec-icon.product-dec-prev {
     top: 0px;
}
 .product-dec-slider .product-dec-icon.product-dec-next {
     bottom: 0;
}
 .product-dec-slider .product-dec-icon.slick-arrow.slick-disabled {
    opacity: 0.5;
}

 .product-dec-slider .slick-slide {
     display: block;
     height: auto;
     margin: 0px 0 10px;
     text-align: center;
     cursor: pointer;
    border: medium none;
}
 .product-dec-slider .slick-slide.active{  border-color: #400056; }
 .product-dec-slider .slick-slide img {
     display: inline-block;
         width: 100px;
    height: 100px;
    margin-bottom: 0px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #e6e6e6;
}
 .product-dec-slider:hover .product-dec-icon {
     opacity: 1;
     visibility: visible;
}
 .zoompro-wrap.zoompro-2 {
    display: inline-block;
    position: relative;
    width: 80%;
    float: left;
    padding-left: 20px;
}

 @media only screen and (max-width: 991px) {
     .zoompro-wrap.zoompro-2 {
         margin-bottom: 30px;
        padding-left: 0px !important;
    }
}
 .zoompro-wrap .zoompro-span {
     position: relative;
     margin: 0 auto;
     text-align: center;
}
 .zoompro-wrap .zoompro-span span {
     position: absolute;
     top: 30px;
     left: 30px;
     font-size: 13px;
     color: #fff;
     display: inline-block;
     line-height: 1;
     padding: 3px 11px;
     border-radius: 3px;
     font-weight: 500;
     background-color: #fa6bff;
     z-index: 99;
}
 .zoompro-wrap .zoompro-span .product-video {
     text-align: center;
     position: absolute;
     bottom: 30px;
     left: 30px;
     z-index: 99;
}
 .zoompro-wrap .zoompro-span .product-video a {
     background-color: #cfae78;
     border-radius: 3px;
     color: #fff;
     display: inline-block;
     padding: 10px 15px 10px;
}
 @media only screen and (max-width: 767px) {
     .zoompro-wrap .zoompro-span .product-video a {
         padding: 3px 10px 3px;
    }
}
.product-details-img .zoompro-wrap .zoompro-span img {
    /* width: 600px;
    height: 600px; */
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #dddd;
    cursor: pointer;
}
.zoomContainer .zoomLens {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
} 

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}
.reset_variations, 
.reset_variations_alert.screen-reader-text, .single_variation_wrap {
    display: none !important;
}


.product-info-wrap {
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 1.4em;
    padding-bottom: 1.4em;
    padding-top: 1.4em;
}

.product-info-wrap ul.product-info-lists {list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;}

.product-info-wrap ul.product-info-lists li {
    width: 50%;
    margin-bottom: 26px;
    display: flex ;
    align-items: center;
}
.product-info-wrap ul.product-info-lists li .info-title {
    text-transform: capitalize;
    margin-left: 7px;
}
.product-info-wrap ul.product-info-lists li .info-icon {
    display: inline-block;
    background: #400056;
    border-radius: 50%;
    padding: 12px;
    margin-right: 5px;
}

.product-info-wrap ul.product-info-lists li .info-icon img {
    width: 28px;
}
.product-info-wrap ul.product-info-lists li .info-title {
    text-transform: capitalize;
}

.product-info-section {
    position: relative;
}

.product-info-section .product-info-block {
    position: relative;
    margin-bottom: 2em;
    padding: 0px 2em;
}

.product-info-section .product-info-block .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.product-info-section .product-info-block .features-wrapper {
    position: relative;
}

.product-info-section .product-info-block .features-wrapper .features-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-info-section .product-info-block .features-wrapper .features-lists li {
    display: flex;
    align-items: center;
    width: 45%;
    padding: 1.2em 0em;
}

.product-info-section .product-info-block .features-wrapper .features-lists li .feature-icon {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.product-info-section .product-info-block .features-wrapper .features-lists li .feature-icon img {
    width: 70px;
}

.product-info-section .product-info-block .features-wrapper .features-lists li .feature-icon::after {
    content: '';
    background: #231F20;
    width: 1.5px;
    height: 100%;
    right: 0;
    position: absolute;
}

.product-info-section .product-info-block .features-wrapper .features-lists li .feature-title {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.product-info-section .product-desc-block {
    position: relative;
}

.product-info-section .product-desc-block .product-info-wrapper {
    position: relative;
    padding-top: 16px;
}

.product-info-section .product-desc-block .product-info-wrapper ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}

.product-info-section .product-desc-block .product-info-wrapper ul li {
    padding-left: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.product-info-section .product-desc-block .product-info-wrapper ul li::before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #400056;
    font-size: 12px;
    margin-right: 9px;
}

.product-info-section .product-desc-block .product-info-wrapper ul li * {
    display: contents;
}

.category-page-wrapper {
    position: relative;
}

.category-page-wrapper .content-top-block {
    position: relative;
    padding-bottom: 2.4em;
}

.category-page-wrapper .content-top-block .title-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.category-page-wrapper  .content-top-block .title-block .title {
    font-size: 30px;
}

.woof_container .woof_container_inner h4 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px !important;
    color: #400056;
    border-bottom: 1px solid #E0E0E0;
    font-weight: 700;
    padding: 0px 6px 12px;
}

.woof_container {
    margin-bottom: 2em !important;
}


.woof_redraw_zone .woof_container ul li {
        position: relative;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */ 
}
.woof_container .woof_list label {
    /* display: flex !important;
    justify-content: space-between;
    width: 85%; */ 
}

.woof_redraw_zone .woof_container ul li a.woof_childs_list_opener {
    position: absolute;
    right: 12px;
    top: 8px;
}
.woof_redraw_zone .woof_container .woof_list .woof_childs_list {
    margin: 7px 0px !important;
}

.woof_use_beauty_scroll::-webkit-scrollbar {
    width: 8px !important;
}
.woof_autohide_wrapper {
    position: relative;
    background: #400056;;
    margin-bottom: 20px;
    padding: 7px 16px;
}
.woof_autohide_wrapper .woof_show_auto_form::after, .woof_autohide_wrapper .woof_hide_auto_form::after {
    content: "Apply Filter";
    font-size: 18px;
    padding-left: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    top: 5px;
    position: relative;
}
.woof_list_checkbox li:has(.icheckbox_square-purple.disabled), .woof_authors li:has(.iradio_square-purple.disabled) {
    /* display: none; */
} 

.category-page-wrapper .product-listsCvr {
    padding-left: 0em;
}
.product-sidebar {
    margin-right: 3em;
}
.woocommerce-ordering .orderby {
    background: #f3f3f3;
    border: medium;
    padding: 11px;
    border-radius: 5px;
}
.woof_products_top_panel_ul a { color:#231F20; }

.custom-design-section .custom-design-wrap {
    position: relative;
}

.custom-design-wrap {
    position: relative;
}

.custom-design-section .custom-design-wrap .custom-design-block {
    position: relative;
    padding-left: 2em;
}

.custom-design-section .custom-design-wrap .custom-design-block .title-block .title {
    font-size: 30px;
}

.custom-design-section .custom-design-wrap .custom-design-block .title-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.product-listsCvr .product-list-wrapper .product-lists {
    clear: both;
}

.product-listsCvr .product-list-wrapper .product-lists .product-block,
.related-products-section .related-products .product-lists .product-block  {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: auto;
    margin-bottom: 1.5em;
}

.related-products-section .related-products .product-lists .product-block .woocommerce-loop-product__title,
.product-listsCvr .product-list-wrapper .product-lists .product-block .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    max-height: 46px;
}
.related-products-section .related-products .product-lists .product-block img,
.product-listsCvr .product-list-wrapper .product-lists .product-block img {
    overflow: hidden;
    object-fit: cover;
    /* height: 205px !important; */
}
.related-products-section .related-products .product-lists .product-lists .product-block ul.variations>li, 
.woo-variation-swatches .product-listsCvr .product-list-wrapper .product-lists .product-block ul.variations>li { justify-content:center; }

.related-products-section .related-products .product-lists .product-block .woo-variation-swatches-variable-item-more a,
.woo-variation-swatches .product-listsCvr .product-list-wrapper .product-lists .product-block .woo-variation-swatches-variable-item-more a{ color:#231F20; }

.other-products-section { position: relative; }

.other-products-section::before {content: '';background: #e1e1e1;width: 100%;height: 1px;position: absolute;top: 0;margin: 0px auto;left: 0;right: 0px;}

.other-product-wrapper .color-product-block {
    position: relative;
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 18px;
    padding: 1.2em;
}

.other-product-wrapper {
    position: relative;
}

.other-product-wrapper .color-product-block .clr-name {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 6px;
    line-height: 16px;
}

.other-product-wrapper .color-product-block .clr-name a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.other-product-wrapper .color-product-block .product-thumb {
    padding: 7px 10px;
}
.other-product-wrapper .color-product-block .product-thumb img {  transition: all 0.4s ease; }
.other-product-wrapper .color-product-block:hover .product-thumb img { transform:scale(1.1); transition: all 0.4s ease; }
.category-page-wrapper .container {
    max-width: 94%;
}

#inquiryModal .modal-content {
    /*background: #400056;*/
    background:#fdfbf7;
}

#inquiryModal .modal-content .modal-title {
    color: #fff;
}

#inquiryModal .modal-header {
    /* border-bottom-color: #cfae78; */
    position: relative;
    border-bottom: medium none;
    padding: 0;
}

#inquiryModal .modal-header button.btn-close {
    background: no-repeat;
    color: #fff;
    opacity: 1;
    background: red;
    border-radius: 50%;
    line-height: 1.1;
    font-weight: 600;
    padding: 6px;
    position: absolute;
    right: -4px;
    top: -3px;
}
.videos-pills-lists {
    position: relative;
    padding-bottom: 3em;
}

.videos-pills-lists .videos-tabs-pills {
    justify-content: center;
    margin-bottom: 2em;
    background: #F4F4F4;
    /* display: inline-flex; */
    /* justify-content: center; */
    margin: 0 auto;
    width: max-content;
    padding: 14px 13px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
}

.videos-pills-lists .videos-tabs-pills li.nav-item .nav-link {
    margin: 0 10px;
    border-radius: 50px;
    color: #231F20;
    background: #fff;
    font-weight: 500;
    opacity: 1;
    padding: 11px 27px;
    font-size: 16px;
    text-transform: capitalize;

}
.videos-pills-lists .videos-tabs-pills li.nav-item .nav-link:hover,
.videos-pills-lists .videos-tabs-pills li.nav-item .nav-link.active {
    background: #400056;
    color: #ffff;
}

.videos-lists-wrapper .video-glry-block{ margin-bottom:30px; }
.videos-lists-wrapper .video-glry-block .glry-video {
    position: relative;
}

.videos-lists-wrapper .video-glry-block .glry-video .video-img {
    position: relative;
    display: flex;
    align-items: center;
}

.videos-lists-wrapper .video-glry-block .glry-video .video-img::after{
    content: "\f167";
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.5em;
    font-family: 'FontAwesome';
    background: #fff;
    color: red;
    width: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.videos-lists-wrapper .video-glry-block .glry-video .video-img img {
    border-radius: 20px;
}
.shorts-video-wrap {
    position: relative;
}

.shorts-video-wrap .video-block {
    border: 1px solid #DDDDDD;
    padding: 16px;
    margin-bottom: 30px;
}

.shorts-video-wrap .video-block video {
    margin-bottom: 0px;
}

.contact-frm-section{ position:relative; } 

.contact-frm-section .cta-frm-block {
    border: 1px solid #400056;
    background: #400056;
    padding: 1.5em;
    border-radius: 30px;
    margin: 0 2em;
}


.contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm .inputCvr input:not([type="submit"]), .contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm .inputCvr textarea {
    border-radius: 0px;
    border: medium none;
    border-bottom: 1px solid #ffffff;
    margin-top: 5px;
    padding: 10px;
    background: transparent;
    width: 100%;
    color:  #000;
}
.contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm input[type="submit"]{ border:medium none; }
.contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm input:not([type="submit"]):focus, .contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm textarea:focus { box-shadow: none; }
.contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm input:not([type="submit"]):focus-visible, .contact-frm-section .contact-frm-wrapper .cta-frm-block .cta-frm textarea:focus-visible { outline: none; }


.contact-frm-section .cta-frm-block .title-block .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.contact-frm-section .cta-frm-block .title-block {
    margin-bottom: 0px;
}

.contact-frm-section .contact-frm-wrapper {
    position: relative;
}

.contact-frm-section .contact-frm-wrapper .cta-getin-touch {
    position: relative;
}

.contact-frm-section .contact-frm-wrapper .cta-getin-touch .logo-block {
    margin-bottom: 20px;
}

.contact-frm-section .contact-frm-wrapper .cta-getin-touch .logo-block img {
    width: 230px;
}

.contact-frm-section .getin-touch-details .contact-block-side svg {
    margin-top: 5px;
    color: #231F20;
    display: block;   
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #231F20;
    width: 18px;
    height: 15px;
    text-align: center;
    line-height: 1.4;
    margin-right: 12px;
    transition:0.7s;
}
.contact-frm-section .getin-touch-details .contact-block-side:hover svg{   
    border-color: #400056;
    background-color:#400056;
    color: #fff;
}   
.contact-frm-section .getin-touch-details .contact-block-side a { color:#231F20; word-wrap: break-word; width: 100%}
.contact-frm-section .getin-touch-details .contact-block-side p{ color:#231F20; width:100%; font-size: 14px; }
.contact-frm-section .getin-touch-details .contact-block-side a:hover{ color:#400056;transition: 0.7s;}
.contact-frm-section .getin-touch-details .contact-details .contact-block-side {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 50%;
}

.contact-frm-section .getin-touch-details .contact-details .contact-block-side p {
    margin-bottom: 0px;
}
.contact-frm-section .getin-touch-details .contact-details .contact-block-side .cmp-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.contact-frm-section .getin-touch-details .contact-details .title {
    font-size: 20px;
    color: #231F20;
    font-weight: 600;
}

.exp-center-blockCvr .center-block .exp-center-block .exc-detail:first-child {
    width: 100%;
}

.contact-frm-section .getin-touch-details .contact-details .contact-block-side:first-child {
    width: 100%;
}

.contact-frm-section .getin-touch-details .contact-details .contact-block-side:nth-child(2) {
    width: 100%;
}

.exp-center-blockCvr .center-block { position: relative; position: relative;
    display: flex; flex-wrap: wrap;}

.exp-center-blockCvr {position: relative;}

.exp-center-blockCvr .center-block .title { font-size: 20px; color: #231F20; font-weight: 600; }
.exp-center-blockCvr .center-block .exp-center-block a,
.exp-center-blockCvr .center-block .exp-center-block p { color: #231F20; }


.exp-center-blockCvr .center-block .exp-center-block {
    position: relative;
     display: flex;
     flex-wrap: wrap;
}

.exp-center-blockCvr .center-block .exp-center-block .exc-detail {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
        width: 50%;
}

.exp-center-blockCvr .center-block .exp-center-block .exc-detail p {
    margin-bottom: 0px;
    width: 100%;
    line-height: 1.2;
}

.exp-center-blockCvr .center-block .exp-center-block .exc-detail .ec-location {
    display: block;
    color: #231F20;
    font-size: 16px;
}

.exp-center-blockCvr .center-block .exp-center-block .exc-detail svg {
    margin-top: 5px;
    color: #231F20;
    display: block;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #231F20;
    width: 18px;
    height: 15px;
    text-align: center;
    line-height: 1.4;
    margin-right: 12px;
    transition: 0.7s;
}
.contact-frm-section .getin-touch-details .contact-social {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 2.2em;
    color: #231F20;
}

.contact-frm-section .getin-touch-details .contact-social .contact-social-links {
    list-style: none;
    display: flex;
    justify-content: space-around;
   }

.contact-frm-section .getin-touch-details .contact-social .contact-social-links li a {
    color: #231F20;
    padding: 11px 9px;
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
    line-height: 1.2;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    border: 1px solid #231F20;
}
.contact-frm-section .getin-touch-details .contact-social .contact-social-links li:hover a { background-color:#400056; color: #fff; border-color:#400056; }
.contact-frm-section .getin-touch-details .contact-social .contact-social-links li a svg {
    font-size: 16px;
}

.contact-frm-section .contact-frm-wrapper .cta-getin-touch .title-block {
    margin-bottom: 0px;
}

.contact-frm-section .contact-frm-wrapper .cta-getin-touch .title-block .title {
    font-size: 2.5rem;
    font-weight: 600;
}
.contact-frm-section .contact-frm-wrapper .cta-getin-touch .getin-touch-details .contact-details {
    padding: 2.5em 0px 1.5em;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 1em 0px 3em;
    display: flex;
    flex-wrap: wrap;
}


.director-block .title-block {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.director-block .title-block .title {
    margin-bottom: 6px;
}

.director-block .title-block .design {
    margin-bottom: 0px;
}

.director-sm-links {
    position: relative;
    padding-top: 1em;
}

.director-sm-links .sm-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 1em;
}

.director-sm-links .sm-links li {
    float: left;
    margin-right: 8px;
}

.director-sm-links .sm-links li a {
    color: #231F20;
    display: block;
    font-size: 15px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #231F20;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
}
.director-sm-links .sm-links li:hover a { background-color:#400056; color: #fff; border-color:#400056; }

.team-section {
    position: relative;
}

.team-sec-wrapper .team-img-wrap {
    position: relative;
}

.team-sec-wrapper .team-img-wrap img {
    border-radius: 20px;
}

.team-section .team-sec-wrapper {
    background: #F4F4F4;
    padding: 5em 2.4em;
    border-radius: 50px;
}

.team-section .team-sec-wrapper .team-lists-wrapper {
    padding-top: 1em;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block {
    text-align: center;
    margin-bottom: 2.8em;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-img {
    margin-bottom: 14px;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-img img {
    border-radius: 12px;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-details {
    position: relative;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-details .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-details .desg {
    position: relative;
}

.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-details .desg::before {content: '-';margin-right: 6px;}
.blog-detailCvr {
    position: relative;
}

.blog-detailCvr .blog-infoCvr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.8em;
}

.blog-detailCvr .blog-infoCvr .blog-share {
    width: auto;
}
.blog-infoCvr .blog-share .blog-share-links {
    list-style: none;
}
.blog-infoCvr .blog-share .blog-share-links li {
    float: left;
    margin: 0 5px;
}.blog-infoCvr .blog-share .blog-share-links li::before { display:none; }
.blog-infoCvr .blog-share .blog-share-links li a {
    background: #ffffff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 8px;
    line-height: 1.1;
        color: #231F20;
        border:1px solid #231F20
}
.blog-infoCvr .blog-share .blog-share-links li a:hover { background: #400056; color:#fff; }
.blog-share ul li:last-child {
    margin-right: 0px;
}

.blog-detailCvr .blog-infoCvr .blog-info {
    width: 68%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.blog-detailCvr .blog-infoCvr .blog-info.title-block .title {
    font-size: 30px;
}

.blog-detailCvr .blog-infoCvr .blog-info .blog-date {
    margin-bottom: 5px;
}

.blog-detailCvr .post-thumbnail {
    margin-bottom: 2.4em;
}

.blog-detailCvr .post-thumbnail img {
    border-radius: 20px;
}

.blog-detailCvr .post-thumbnail { margin: 0px 0px 2em; }
.blog-detailCvr .post-thumbnail img {display: block;  border-radius: 20px; width:100%;}
.blog-detailCvr .entry-content h2 { font-size: 28px; margin-top:20px; margin-bottom:16px; color: #222; font-weight: 600;}
.blog-detailCvr .entry-content h3 { margin-top:20px; margin-bottom:16px; color: #222; font-weight: 600;  font-size: 24px;}
.blog-detailCvr .entry-content h4 { margin-top:20px; margin-bottom:16px; color: #222; font-weight: 600;  font-size: 22px;}
.blog-detailCvr .entry-content p { text-align:justify;}
.blog-detailCvr .posted-by{ font-size: 16px; margin-bottom: 8px; display: block; }

.blog-detailCvr .entry-content ul, .blog-detailCvr .entry-content ol  {
    list-style-position: inside;
}
.blog-detailCvr .entry-content ol, .blog-detailCvr .entry-content ul{ padding-left:14px; margin-left:0px; }
.blog-detailCvr .entry-content ul li,
.blog-detailCvr .entry-content ol li{ padding:4px 0px; }

.blog-detailCvr .entry-content img{ border-radius: 20px; margin-bottom: 14px; margin-top: 14px; }

.blog-detailCvr .entry-content ul{ list-style: none; }
.blog-detailCvr .entry-content ul li::before {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-right: 12px;
    color: #400056;
}
.blog-detailCvr .entry-content ol li::marker { color: #400056; font-weight: 600; }
.blog-detailCvr .entry-content a{ color: #400056; text-decoration:none; box-shadow:none; }
.blog-detailCvr .entry-content a:hover{ color: #000; }
.woocommerce nav.woocommerce-pagination{ margin-top:1.4em; }
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{ border:medium none !important; }

.woocommerce nav.woocommerce-pagination .prev, .woocommerce nav.woocommerce-pagination .next { padding:0px !important;}
.woocommerce nav.woocommerce-pagination .prev {
    right: 0;
}
.woocommerce nav.woocommerce-pagination ul li{ margin-bottom:12px !important; }
.woocommerce nav.woocommerce-pagination .page-numbers li a, .woocommerce nav.woocommerce-pagination .page-numbers li span{
      padding: 17px 22px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px;
    background: #cfae78;
    color: #fff;
    margin: 0 4px;
    border-radius: 8px;
}
.woocommerce nav.woocommerce-pagination .page-numbers  li a:hover {background: #400056; color:#fff;}
.woocommerce nav.woocommerce-pagination .page-numbers  li .current { background: #400056; color:#fff;}

.woocommerce nav.woocommerce-pagination .prev, .woocommerce nav.woocommerce-pagination .next {background: #000; color:#fff;  padding: 17px 22px !important; border-radius: 8px;}
.woocommerce nav.woocommerce-pagination .prev{ margin-right:20px;}
.woocommerce nav.woocommerce-pagination .next{ margin-left:20px;}
.selection-section{ position:relative; }
.selection-section .color-block-wrapper {
    position: relative;
    padding-bottom: 4em;
    margin-bottom: 4em;
}

.selection-section .color-block-wrapper::after{ content:''; background:#e0e0e0; position: absolute; width:100%; height:1px; bottom:0px; right:0px; left:0px; margin:0px auto; }
.selection-section .color-block-wrapper:last-child{ margin-bottom:0px; padding-bottom:0px }
.selection-section .color-block-wrapper:last-child::after{ display: none; }
.selection-section .color-block-wrapper .color-block {
    position: relative;
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 18px;
    padding: 1.2em;
}
.selection-section .color-block-wrapper .title-block{ margin-bottom:20px; }
.selection-section .color-block-wrapper .color-block .clr-name {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 6px;
    line-height: 14px;
}

.selection-section .color-block-wrapper .color-block .clr-name a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.selection-section .color-block-wrapper .color-block .clr-thumb { padding: 7px 10px; }

.selection-section .color-block-wrapper .color-block .clr-thumb .color-img {
    transition: all 0.4s ease;
}

.selection-section .color-block-wrapper .color-block:hover .clr-thumb img {
    transform: scale(1.1);
    transition: all 0.4s 
ease;
}

/*** Footer ***/
.ftrCvr {
    background: #400056;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.ftrCvr::after { content:''; background:url(../images/ftr-bg-verctor-img.png) no-repeat scroll top right / contain; position:absolute; top:0; right:10em; z-index:-1; width:600px; height:120px; }

.ftrtopCvr {
    padding-top: 4em;
}

.ftrtopCvr .ftr-logo-wrap {
    position: relative;
    padding-bottom: 4em;
}

.ftrtopCvr .ftr-logo-wrap .ftr-logo {
    display: inline-block;
}

.ftrtopCvr .ftr-logo-wrap .ftr-logo img {
    /* height: 75px; */
}

.ftr-contact-details .contact-wrapper{ list-style: none; }
.ftr-contact-details .contact-wrapper li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    line-height: 1.8;
    /* text-transform: capitalize; */
}

.ftr-contact-details .contact-wrapper li:first-child {
    align-items: flex-start;
    width: 90%;
}

.ftr-contact-details .contact-wrapper li .contact-icon {
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 45px;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0px;
    transition: 0.7s;
    line-height: 1.3;
}
.ftr-contact-details .contact-wrapper li:hover .contact-icon { color: #fff; border-color:#cfae78; background:#cfae78; }
.ftr-contact-details .contact-wrapper li .contact-text {
    width: 100%;
    margin-bottom: 0px;
}
.ftr-contact-details .contact-wrapper li .contact-text a {
    display: block;
}
.ftr-contact-details .contact-wrapper li:hover .contact-text a { color: #cfae78; }
.ftr-contact-details .contact-wrapper li .contact-text .cmp-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}
.ftr-block {
    margin-bottom: 20px;
}
.footertittle {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.2;
}

.footerlink ul {
    list-style: none;
}

.footerlink ul li a {
    color: #fff;
    transition: 0.7s;
    text-transform: capitalize;
    line-height: 2;
    display: block;
}

.footerlink ul li a:hover {
    color: #cfae78;
    transition: 0.7s;
}

.ftrsocialLinks {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 1em;
}
.ftrsocialLinks li {
    float: left;
    margin-right: 8px;
}
.ftrsocialLinks li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 1.6;
    transition: 0.7s;
} 
.ftrsocialLinks li a:hover { background: #cfae78; color: #fff; border-color:#cfae78; }

.exp-center-block {
    position: relative;
    margin-bottom: 1.4em;
    padding-bottom: 1.4em;
    border-bottom: 1px solid #d0d0d0;
}

.exp-center-block p {
    margin-bottom: 7px;
    color: #fff;
}

.exp-center-block .ec-location {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.exp-center-block .ec-address {
    margin-bottom: 18px;
}

.exp-center-block:first-child {
    margin-bottom: 1.4em;
    padding-bottom: 1.4em;
}

.exp-center-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: medium none;
}
.ftr-block .exp-center-block a { color: #fff; }
.ftr-block .exp-center-block a:hover { color: #cfae78; }
.ftrbottom-wrap {
    position: relative;
    padding-top: 3em;
    padding-bottom: 10px;
}

.ftrbottom-wrap .copyright {
    color: #fff;
    padding-left: 3em;
}
.ftrbottom-wrap .copyright a{ color: #fff;}
.seprtor{ width:100%; background:#fff; height: 1px; }

.scroll-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #231F20;
    color: white;
    cursor: pointer;
    padding: 16px 18px;
    border-radius: 48px;
    font-size: 17px;
    line-height: 9px;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{transform:translateY(0)}
    40%,60%{transform:translateY(-15px)}}
@keyframes bounce{0%,10%,100%,20%,50%,80%{transform:translateY(0)}40%,60%{transform:translateY(-15px)}}

.woof_show_auto_form, .woof_hide_auto_form{ background-image:url(../images/filter-icon.png) !important; 
    background-size: contain !important;
    width: 100% !important;
    align-items: center;
    padding-left: 32px; }

.woof_auto_show { left: 0; opacity: 1 !important; height: 0px !important;}
.modalPopup .modal-header button.btn-close {
    color: #fff;
    opacity: 1;
    background: red;
    border-radius: 50%;
    line-height: 1.1;
    font-weight: 600;
    padding: 6px;
    position: absolute;
    right: -4px;
    top: -3px;
    z-index: 9;
}

.modalPopup .modal-header {
    padding: 0px;
    border: medium none;
}

.modalPopup .modal-content { background: #fdfbf7; }

.catalog-sec {
    position: relative;
}

.catalog-sec .catalog-list-wrap {
    position: relative;
}

.catalog-sec .catalog-list-wrap .catalog-block {
    position: relative;
    text-align: center;
    margin-bottom: 2.4em;
    border: 1px solid #999999;
}

.catalog-sec .catalog-list-wrap .catalog-block .catalog-img {
    margin-bottom: -1px;
}

.catalog-sec .catalog-list-wrap .catalog-block .catalog-data {position: relative;display: flex;align-items: center;justify-content: space-between;padding: 16px 18px;text-align: left;}

.catalog-sec .catalog-list-wrap .catalog-block .catalog-data .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.2;
    width: 50%;
}

.catalog-sec .catalog-list-wrap .catalog-block .catalog-data .them-btn {
    margin-top: 0px;
}

.catalog-sec .catalog-list-wrap .catalog-block .catalog-data a.theme-btn {
    margin-top: 0px;
}

.catalog-sec .catalog-list-wrap .catalog-block .catalog-data p {
    line-height: 0;
}

.fullwidth-wrapper ul { padding-left: 20px; list-style-position: inside; }
.fullwidth-wrapper ul li { margin-bottom: 10px; }
.fullwidth-wrapper h2 { font-size: 26px; }
.fullwidth-wrapper h3 { font-size: 22px; }
.fullwidth-wrapper h4 { font-size: 20px; }
.fullwidth-wrapper a { color:#400056; }
.fullwidth-wrapper a:hover { color:#cfae78; }

/***-------- Responsive CSS -----***/
@media screen and (min-width: 1600px) {
.stories-slider-wrapper .stories-slider .stories-slider-item .stories-item iframe {
    height: 720px;
}
}
@media screen and (max-width: 1480px) {
/* .related-products-section .related-products .product-lists .product-block img, .product-listsCvr .product-list-wrapper .product-lists .product-block img{ height: 192px !important; } */
}
@media screen and (max-width: 1400px) {
.sectionCvr { padding: 5em 0px; }
.title-block .title { font-size: 2.5rem; }
.home-banner-section{ padding-bottom:0px; }
.about-wrap { padding-right: 0em; }
.about-wrap .since-block .title { margin-bottom: 0px; }
.about-wrap .since-block img { width: 280px; margin-bottom: 1em; }
.about-wrap .about-text-wrap, .about-wrap .about-block-cta { width: 100%; }
.category-section .category-title-block img { width: 70px; }
.category-section .category-title-block .category-title .title { font-size: 3em; }
.category-section .finishes-block ul li { padding: 2.4em 9px; }
.product-block .product-main-img{ height: 205px;}
.video-box-section .video-box-wrapper .video-box-wrap { height: 660px; }
.application-block { padding: 24px 20px; border-radius: 20px; }
.application-block .application-title .title { font-size: 20px; margin-bottom: 14px;}
.application-block .application-list ul li a { font-size: 12px; }
.catalogue-details { padding: 0 2em; }
.project-section .project-detail-wrap { width: 95%; }
.cta-section .cta-sec-wrapper .cta-details-wrap {  padding: 0 4em; }
.process-section .process-wrapper { padding: 0 4em; }
.about-page-section .about-details { padding-left: 0; }
.about-funfact-wrapper .funfact-block.ff-block { padding: 4.9em 1.2em; }
.wcu-section .wcu-lists-wrapper { padding-right: 0; }
.milestone-block-wrap { width: 80%; }
.abt-gallery-wrapper .abt-galleryCvr { padding-right: 1em; }
.abt-gallery-wrapper .abt-gallery-details { padding: 0px 2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details { padding: 0px 2em 0 1em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-img { margin-right: 2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details .title-block .title {
    font-size: 2.3em; }
.contact-frm-section .cta-frm-block{ margin:0px;  }
.product-details-wrapper .product .product-summary .product_title { font-size: 30px; }
.event-detail-wrapper::after { right: 42%; }
.event-detail-wrapper .event-gallery-details { padding: 0px 2em; }
.event-detail-wrapper .event-galleryCvr { padding-right: 1.2em; }
}
@media screen and (max-width: 1280px) {
.category-section .category-block .category-content .category-title { font-size: 2em; }

}
@media screen and (max-width: 1199px) {
.header-nav .header-wrap{ padding: 14px 26px; }
.navbar-expand-lg .navbar-collapse { padding: 0 1em; margin: 0 1em; }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { font-size:14px !important; }
.product-block .product-img { padding: 3em 3em 0em 3em; }
.product-block .product-main-img { height: 205px; }
.product-block:hover .product-main-img { width: 90%; }
.video-box-section .video-box-wrapper .video-box-wrap { height: 560px; }
.project-section .project-detail-wrap { padding-left: 3em; width: 76%; }
.cta-section .cta-sec-wrapper{ border-radius:30px; }
.cta-section .cta-sec-wrapper .cta-details-wrap { padding: 3em; }
.cta-section .cta-sec-wrapper .cta-details-wrap .title-block .title { font-size: 32px; margin-bottom: 0px; }
.blog-blockCvr { margin-bottom: 26px; }
.blog-blockCvr .blog-infoCvr { padding: 0px 10px; }
.blog-blockCvr .blog-infoCvr .blog-title { font-size: 20px; margin-bottom: 10px;}
.blog-blockCvr .blog-infoCvr .blog-link { font-size: 16px; }
.blog-blockCvr .blog-imgCvr img { border-radius: 12px; }
.ftrCvr::after{ opacity:0.4; right:2em; }
.inner-page-banner-section .inner-banner-item .banner-title{ font-size:3.2rem; }
.mvv-ff-block.values-block { padding: 5em 4em 6em 3em; }
.mvv-ff-block.values-block .mvv-desc { width: 100%; }
.milestone-block-wrap .title-block .title { font-size: 2.2em; }
.milestone-block-wrap .year-label { font-size: 2.2em; }
.abt-gallery-wrapper::after{ right: 42%; }
.abt-gallery-nav .slick-slide img { width: 80px; height: 80px; }
.prj-product-section .prj-product-wrapper { padding: 1.2em 2em 1.2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-img { padding: 2em; margin-right: 0; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details { padding: 0px 2em 0 1.5em; }
.product-dec-slider .slick-slide img { width: 80px; height: 80px; }
.custom-design-section .custom-design-wrap .custom-design-block { padding-left: 0; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data .title { font-size: 16px; width: 46%; }
.ff-slider .ff-slider-item .ff-slider-block .ff-number { font-size: 3em; }
.stories-section .stories-block-wrapper .seprator{ left:0px; }
}
@media screen and (max-width: 1024px) {
    .milestone-block-wrap { padding: 4em 0px; }
    .prj-product-section .prj-product-wrapper .prj-prodcut-details { padding: 0px 2em 0 0.5em; }
    .prj-product-section .prj-product-wrapper .prj-prodcut-img { padding: 1.5em; }
}
@media screen and (min-width: 992px) and (max-width: 1199px) { }
@media screen and (max-width: 992px) {
.title-block .title { font-size: 2.3rem !important; }
.header-nav .header-wrap { padding: 14px 26px; width: 100%; justify-content: space-between; }
.header-ctaCvr { position: relative; display: flex; flex-wrap: wrap; flex-direction: row; }
.about-wrap { padding-left: 0px; margin-bottom: 3em; }
.category-section .category-title-block { display: flex; align-items: center; margin-bottom: 1.2em; justify-content: center; }
.category-section .finishes-block { text-align: center; margin-top: 1.8em; }
.category-section .finishes-block ul li { padding: 3.8em 9px; }
.category-section .seprator{ left:0px; width:100%; }
.product-block .product-main-img { height: 230px; width: 230px; object-fit: cover; }
.product-block:hover .product-main-img { width: 72%; }
.video-box-wrapper .video-title-box .video-box-cta ul li svg { padding: 8px; font-size: 12px; }
.video-box-section .video-box-wrapper .video-box-wrap { height: 405px; padding: 16px;}
.catalogue-img { margin-bottom: 2em; }
.catalogue-details { padding: 0 1em; }
.project-section .slick-list.draggable {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.project-section .project-detail-wrap {
    padding-left: 0;
    width: 83%;
    margin: 0px auto 2em;
}
.project-filter {
    flex-wrap: wrap;
    display: flex;
}
.project-section .project-detail-wrap .detail-wrapper {
    margin-bottom: 3em;
}
.project-section .project-card .project-detail .design-title {
    font-weight: 800;
    font-size: 24px;
}
.stories-section .stories-block-wrapper .title-block-wrap .title-block .title{ font-size:2rem !important; }
.cta-section .cta-sec-wrapper { border-radius: 20px; }
.cta-section .cta-sec-wrapper .cta-details-wrap { padding: 2em; }
.cta-section .cta-sec-wrapper .cta-details-wrap .title-block .title { font-size: 30px; }
.cta-section .cta-sec-wrapper .cta-img { display:none; }
.process-section .process-wrapper { padding: 0; margin-bottom: 20px;}
.video-list-wrapper.ff-block{ margin-bottom:20px; }
.ftrsocialLinks{ justify-content:center; }
.ftrbottom-wrap .copyright { padding-left: 0em; text-align: center; margin-top: 1em; }
.footertittle{    margin-bottom: 0;}
.ftr-contact-details .ftr-block .footertittle { margin-bottom: 16px; }
.ftrtopCvr .ftr-logo-wrap { padding-bottom: 2em; }
.ftrtopCvr .ftr-logo-wrap .ftr-logo img { width: 250px; }
.about-page-section .about-details { margin-top: 1.4em; }
.inner-page-banner-section { padding-bottom:20px; }
.mvv-ff-block.values-block, .mvv-ff-block.mission-block, .mvv-ff-block.since-block, .about-funfact-wrapper .funfact-block.ff-block, .mvv-ff-block { padding: 2em; }
.mvv-ff-block.values-block { height: auto; }
.wcu-section .seprator { width: 100%; margin: 0px auto 0px 0px; left: 0; }
.year-timeline { flex-wrap: wrap; flex-direction: row; padding: 0em 2em 20px;}
.year-timeline > div { font-size: 18px; }
.milestone-wrapper .image-slider img { width: 100%; }
.year-timeline::before { width: 100%; height: 1px; left: 0; top: auto; }
.year-timeline > div::before, .year-timeline > div::after { left: 0; right: 0; margin: 0 auto; }
.year-timeline > div::before { top: -5px; }
.year-timeline > div::after { top: -8px; } 
.milestone-block-wrap { padding: 4em 20px 2em; width: 90%;  margin: 0px auto; text-align:center; }
.milestone-block-wrap .milestone-content { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.milestone-block-wrap .year-label { font-size: 2em; }
.milestone-block-wrap .year-label::before{ width: 12px; height: 12px;}
.milestone-block-wrap .year-label::after{ width: 20px; height: 20px; }
.abt-gallery-wrapper::after { display:none; }
.abt-gallery-wrapper .abt-gallery-details { padding: 2em 0px 0px; text-align: center; }
.team-section .team-sec-wrapper{ padding: 3em 3em;}
.project-lists .project-block .project-details { flex-wrap: wrap; /* flex-direction: column; */ }
.project-lists-sec .project-lists-wrapper { padding-top: 3em; margin-top: 2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details .title-block .title {
    font-size: 2.2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-img { padding: 1.2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details { padding: 0px 0em 0 1.2em; }
.install-guide-video-wrap .install-video-block .video-title { font-size: 18px; }
.install-guide-video-wrap .install-video-block .install-video .video-img img {
    border-radius: 10px; }
.install-guide-video-wrap .install-video-block{ padding: 14px; border-radius: 16px; }
.blog-blockCvr .blog-infoCvr .blog-title { margin-bottom: 10px; }
.blog-blockCvr .blog-infoCvr .blog-link { font-size: 14px; }
.contact-frm-section .contact-frm-wrapper .cta-getin-touch .title-block .title { font-size: 2rem; margin-bottom:0px; }
.contact-frm-section .cta-frm-block{ padding:1em; }
.contact-frm-section .cta-frm-block .title-block .title { font-size: 30px; }
.product-details-wrapper .product .product-summary .product_title { font-size: 28px; }
.product-details-section{padding: 3em 1.2em !important;}
.product-details-wrapper .product .product-summary { padding: 2.5em; }
.custom-design-section .custom-design-wrap .custom-design-block { padding-top:1.2em; }
.custom-design-section .custom-design-wrap .custom-design-block .title-block .title {
    font-size: 28px;
}
.contact-frm-section .getin-touch-details .contact-details .contact-block-side,
.exp-center-blockCvr .center-block .exp-center-block .exc-detail { width: 100%; }
.wcu-section .wcu-lists-wrapper .wcu-list-block .wcu-info { padding-right: 0px; }
.abt-gallery-wrapper .row.align-items-center { flex-direction: column-reverse; }
.abt-gallery-wrapper .abt-gallery-details .title-block { margin-bottom: 0px; padding-bottom: 0px; }
.image-slider.slick-initialized.slick-slider {
    width: 70%;
    margin: 0 auto;
}
 .milestone-wrapper .image-slider img { width: 80%; margin: 0 auto; }
   .year-timeline { display:  none;}

    .milestone-wrapper .image-slider .slick-prev,
 .milestone-wrapper .image-slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}
 .milestone-wrapper .image-slider .slick-prev:hover,
 .milestone-wrapper .image-slider .slick-prev:focus,
 .milestone-wrapper .image-slider .slick-next:hover,
 .milestone-wrapper .image-slider .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
 .milestone-wrapper .image-slider .slick-prev:hover:before,
 .milestone-wrapper .image-slider .slick-prev:focus:before,
 .milestone-wrapper .image-slider .slick-next:hover:before,
 .milestone-wrapper .image-slider .slick-next:focus:before
{
    opacity: 1;
}
 .milestone-wrapper .image-slider .slick-prev.slick-disabled:before,
 .milestone-wrapper .image-slider .slick-next.slick-disabled:before
{
    opacity: .25;
}

 .milestone-wrapper .image-slider .slick-prev:before,
 .milestone-wrapper .image-slider .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 12px;
    opacity: .75;
    color: #fff;
    background: #400056;
    padding: 10px 12px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

 .milestone-wrapper .image-slider .slick-prev
{
    left: 0px;
}
 .milestone-wrapper .image-slider .slick-prev:before
{
    content: '\f053';
}

 .milestone-wrapper .image-slider .slick-next
{
    right: 0px;
}

 .milestone-wrapper .image-slider .slick-next:before
{
    content: '\f054';
}
.project-grid.project-lists .project-block { padding: 0px; }
.project-lists .project-block .project-details .project-title .design-code { font-size: 14px; }
.project-lists .project-block .project-details .project-title a { font-size: 20px; }
.event-detail-wrapper::after{ display:none; }
.event-detail-wrapper .row { flex-direction: column-reverse; }
.event-detail-wrapper .event-gallery-details { padding: 0px; margin-bottom: 2em; }
.event-detail-wrapper .event-galleryCvr { padding-right: 0; }
.ff-block-logo.ff-block img { width: 350px; }
.blog-detailCvr .blog-infoCvr{ flex-wrap: wrap; flex-direction: column; }
.blog-detailCvr .blog-infoCvr .blog-info { width: 100%; }
}
@media screen and (max-width: 870px) { 
.blog-blockCvr .blog-infoCvr { position: relative; padding: 0px; }
}
@media screen and (max-width: 768px) {
.sectionCvr { padding: 3em 0px; }
 .title-block .title { font-size: 2.2rem !important; }
.home-banner-slider .slick-dots { gap: 0px; bottom: 1em;  padding: 10px 20px; }
.home-banner-slider .slick-dots li button { padding: 8px 13px; font-size: 13px; }
.home-banner-section, .inner-page-banner-section { padding-top: 8em; }
.inner-page-banner-section .inner-banner-item .banner-img img, .inner-page-banner-section .inner-banner-item .banner-img::before { border-radius: 14px; }
.category-section .finishes-block ul li { padding: 2.8em 9px;  }
.product-section .product-lists-wrapper { padding-top: 0em; }
.product-block {
    background: #F4F4F4;
    border-radius: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 23em;
    margin-bottom: 1.5em;
}
.product-block .product-title-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 0px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-block .product-img {
    padding: 1em 1em 0em 1em;
}
.product-block .product-main-img {
    height: 198px;
    width: auto;
    object-fit: cover;
}
.product-block .product-title-block .ribbon {
    font-size: 12px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 0px;
}
.product-block .product-title-block .ribbon:after, .product-block .product-title-block .bold:before {
    border-width: 1.14em 1em 1.135em 3em;
}
.product-block:hover .product-main-img { width: 100%; height: auto;}
.product-block:hover .product-thumbs{display: none;}
.product-block .product-title-block .product-title{ width:100%; text-align: center;
    padding: 0px 26px; margin: 17px auto 0px; }
.video-box-wrapper .video-title-box .video-box-logo {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.video-box-wrapper .video-title-box .video-box-cta { text-align: center; }
.video-box-wrapper .video-title-box .video-box-cta ul{ justify-content:center; }
.video-box-section .video-box-wrapper .video-box-wrap { height: 303px; }
.project-section .project-card .project-detail .design-title { font-size: 22px; }
.project-detail-wrap .title-block .title { font-size: 2.2em; }
.ftrCvr::after { opacity: 0.1; right: 0; }
.inner-page-banner-section .inner-banner-item .banner-title { font-size: 2rem; }
.wcu-section .title-block { text-align: center; }
.wcu-section .seprator { margin: 20px auto 20px 0px;}
.wcu-section .block-cta { text-align: center; }
.abt-gallery-nav .slick-slide img { width: 80px; height: 80px; padding: 4px; }
.abt-gallery-wrapper{ padding:2em; } 
.director-section .director-block { padding-top: 1.2em; }
.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-details .title { font-size: 18px; } 
.team-section .team-sec-wrapper .team-lists-wrapper .team-block .team-details .desg { font-size: 14px; }
.team-section .team-sec-wrapper .team-lists-wrapper .team-block { text-align: center; margin-bottom: 2em; }
.team-section .team-sec-wrapper{ border-radius:30px; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details .title-block .title {
    font-size: 2em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details { padding: 1.4em 0px 0px; }
.prj-product-section.inner-page-banner-section { padding-top: 5em; }
.prj-gallery-wrapper .prj-gallery-nav .slick-slide img { width: 80px; height: 80px;}
.event-lists-sec .event-wrapper .event-block .event-info .event-title { font-size: 20px; margin-bottom: 16px; padding-bottom: 16px; }
.install-guide-video-wrap .install-video-block .video-title { font-size: 16px; }
.videos-lists-wrapper .video-glry-block .glry-video .video-img img { border-radius: 8px; }
 .contact-frm-section .cta-frm-block { margin-top: 2em; }
 .product-details-img.product-details-tab {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 0px !important;
}
.zoompro-wrap.zoompro-2 { width: 100%; }
.product-details-wrapper .product .product-summary .product_title { font-size: 27px; }
.product-details-wrapper .product .product-summary { padding: 2em; }
.custom-design-section .custom-design-wrap .custom-design-block .title-block .title { font-size: 26px; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data .title { font-size: 16px; width: 100%; text-align: center; margin-bottom: 12px; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data { flex-wrap: wrap;
    justify-content: center; } 
.contact-frm-section .getin-touch-details .contact-details .contact-block-side,
.exp-center-blockCvr .center-block .exp-center-block .exc-detail { width: 50%; }
.prj-product-section .prj-product-wrapper .row { flex-direction: column-reverse; }
.prj-product-section .prj-product-wrapper .prj-prodcut-img { margin-top: 1em; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details { padding: 1.4em 0px 0px; }
.prj-gallery-wrapper .prj-gallery img { height: auto; }
.cta-section .cta-sec-wrapper .cta-details-wrap .cta-frm-wrap .cta-frm iframe {
    /* max-height: 470px; */ }
  
}
@media screen and (max-width: 728px) { }
@media screen and (max-width: 680px) {


 }
@media screen and (max-width: 640px) { }
@media screen and (max-width: 580px) {
.home-banner-slider .slick-dots {
    gap: 4px;
    bottom: 1em;
    padding: 7px 10px;
    display: inline-flex;
    height: auto;
}
.home-banner-slider .slick-dots li button {
    text-indent: -9999px;
    padding: 5px;
    height: 10px;
    width: 10px;
    background: #e0e0e0;
}

.home-banner-slider .slick-dots li {
    height: auto;
    display: flex;
}
.home-banner-section .slick-item img {
    border-radius: 8px;
    width: 100%;
}
.home-banner-section{ padding-right:2px; padding-left:2px; }
.product-section .product-lists-wrapper .col-xxl-4.col-xl-4.col-lg-4.col-md-6.col-sm-6 { width: 50%; }
.category-wrapper { padding: 3em 1em 1em 1em; }
.ff-slider .ff-slider-item .ff-slider-block .ff-number { font-size: 3.3em; }
.funfact-block .ff-slider .ff-slider-item .ff-slider-block .ff-title {
    font-size: 16px; }
.videos-pills-lists .videos-tabs-pills { flex-wrap: wrap; width: 100%; justify-content: center; border-radius: 16px; }
.videos-pills-lists .videos-tabs-pills li.nav-item { margin-bottom: 12px; }
}
@media screen and (max-width: 575px) {
.sectionCvr { padding: 2em 0px; }
.video-box-section .video-box-wrapper .video-box-wrap { height: 324px; }
.application-section .application-lists-wrapper .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6 { width: 50%; }
.title-block .title { font-size: 2rem !important;  }
.about-page-section .about-details .title-block .title { font-size: 2rem; }
.stories-section .stories-block-wrapper .block-cta p {
    margin-bottom: 0px;
    text-align: center;
}
.stories-section .stories-block-wrapper .seprator { left: 0px; margin: 1em 0px; }
.stories-section .stories-block-wrapper .title-block-wrap .logo-icon {
    width: auto; }
.testimonial-wrap{ padding: 2em 1.4em 2em;}
.footer-listsCvr .col-xxl-3.col-xl-3.col-lg-6.col-md-6.col-sm-6 { width: 50%; }
.inner-page-banner-section .inner-banner-item .banner-title { font-size: 1.4rem; }
.abt-gallery-wrapper{ padding:1.8em; } 
.team-lists-wrapper .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6 { width: 50%; }
.project-lists .project-block .project-details{ padding:0px; }
.project-lists .project-block .project-details .project-title .design-code { font-size: 14px; }
.project-lists .project-block .project-details .project-title .design-title { font-size: 20px; }
.project-lists .project-block .project-img img { border-radius: 6px; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists{ flex-wrap:wrap; }
.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists li {
    width: 100%;
    margin-bottom: 20px;
}
.prj-product-section .prj-product-wrapper .prj-prodcut-details .prj-info .prj-info-lists li:last-child {
    margin-bottom: 0px;
}
.product-lists .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6, .other-product-wrapper .col-xxl-2.col-xl-2.col-lg-3.col-md-4.col-sm-6 {
    width: 50%;
}
.stories-section .stories-slider-wrapper { padding-top: 2em; }
.stories-section .stories-block-wrapper .stories-action-wrap { gap: 13px; flex-direction: column-reverse; margin-top: 10px; }
.other-product-wrapper .color-product-block { padding: 1em; border-radius: 10px; }
.other-product-wrapper .color-product-block .product-thumb { padding: 3px; }
.product-details-section{padding: 3em 1em !important;}
.product-info-wrap ul.product-info-lists li { width: 100%; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data { justify-content: space-between; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data .title { font-size: 16px; width: 46%; text-align: left; margin-bottom: 0px; }
.inner-page-banner-section .inner-banner-item .banner-img img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 15em;
}
.exp-center-blockCvr .center-block .exp-center-block .exc-detail { width: 100%; }
.mvv-ff-block .mvv-icon { margin-bottom: 2em; }
.image-slider.slick-initialized.slick-slider { width: 90%; margin: 0 auto; }
.color-block-wrapper .col-xxl-2.col-xl-2.col-lg-3.col-md-4.col-sm-6 { width: 50%; }
.selection-section .color-block-wrapper .color-block { border-radius: 10px; padding: 1em; }
.selection-section .color-block-wrapper .color-block .clr-thumb{ padding:3px; }
.event-detail-wrapper { padding: 3em 2em; }
.event-gallery-nav .slick-slide img { width: 80px; height: 80px; }
.ff-block-logo.ff-block img { width: 220px; }
.blog-detailCvr .blog-infoCvr .blog-info.title-block .title {
    font-size: 30px !important;
}
.product-details-wrapper .product .product-summary { padding: 0; background: #f4f4f4; }
}
@media screen and (max-width: 560px) {
.video-box-section .video-box-wrapper .video-box-wrap { height: 303px; }
}
@media screen and (max-width: 540px) {
.product-info-section .product-info-block .features-wrapper .features-lists li{ width:100%; }
}
@media screen and (max-width: 520px) {
.video-box-wrapper .video-title-box .video-box-cta { display: none; }
.video-box-wrapper .video-title-box .video-box-logo{ margin-bottom:0px; }
}
@media screen and (max-width: 480px) {
.category-section .pt-5.pt-xl-3.pt-md-2.pt-sm-2 {
    padding-top: 10px !important;
}
.category-section .finishes-block ul {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}
.category-section .finishes-block ul li {
    padding: 3em 9px;
    width: 30%;
    margin-top: 20px;
}
.product-section .product-lists-wrapper .col-xxl-4.col-xl-4.col-lg-4.col-md-6.col-sm-6 {  width: 100%; }
.product-section .product-lists-wrapper .product-block{ width:80%; margin:0px auto 20px; }
.application-section .application-lists-wrapper .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6 { width: 80%; margin: 0 auto 18px; }
.team-section .team-sec-wrapper .team-lists-wrapper .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6 {
    width: 100%;
}

.team-section .team-sec-wrapper .team-lists-wrapper .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6:last-child .team-block {
    margin-bottom: 0px;
}

.theme-btn.whatsapp-btn { margin-left: 8px; }

}
@media screen and (max-width: 460px) {
    .video-box-section .video-box-wrapper .video-box-wrap {
        height: 250px;
    }
    .inner-page-banner-section .inner-banner-item .banner-img img { height: 12em; }
}
@media screen and (max-width: 440px) { 
.header-nav .header-wrap .navbar-logo img { width: 150px; }
.header-ctaCvr li.header-cta.phone-cta { padding-right: 20px; }
.header-nav .header-wrap { padding: 10px 18px; }
.header-ctaCvr li.header-cta.phone-cta::after { width: 14px; }
.header-ctaCvr li.header-cta.menu-btn span.text { display: none; }
.header-ctaCvr li.header-cta a svg { margin-right: 0; }
.home-banner-section, .inner-page-banner-section { padding-top: 6em; }
}
@media screen and (max-width: 400px) {
.category-section .finishes-block ul li { width: 40%; }
.product-btn-wrapper a { width: 100%; text-align: center; margin: 0px !important; }
}
@media screen and (max-width: 420px) {
.video-box-section .video-box-wrapper .video-box-wrap { height: 232px; }
.zoomWindowContainer { display: none; }
.product-details-img .zoompro-wrap .zoompro-span img { border-radius: 8px;}
.product-dec-slider .slick-slide img { width: 65px; height: 65px; border-radius: 3px; }
}
@media screen and (max-width: 380px) {
.video-box-section .video-box-wrapper .video-box-wrap {
    height: 210px;
}
.stories-section .stories-block-wrapper .title-block-wrap .title-block .title {
        font-size: 1.8rem;
    }
    .cta-section .cta-sec-wrapper .cta-details-wrap {
        padding: 2em 1.5em;
    }

    .milestone-wrapper .image-slider img {
        width: 70%;
        margin: 0 auto;
    }
   
    
}
@media screen and (max-width: 360px) {
.abt-reel-video-block .reel-video {
    width: 100%;
    height: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 4em;
}
.about-slider-wrap { width: 100%; }
.product-section .product-lists-wrapper .product-block{ width:100%;}
.footer-listsCvr .col-xxl-3.col-xl-3.col-lg-6.col-md-6.col-sm-6 { width: 100%; }
.product-lists .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6{ width: 100%; }

}
@media screen and (max-width: 350px) {
.video-box-section .video-box-wrapper .video-box-wrap { height: 200px; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data .title { font-size: 16px; width: 100%; text-align: center; margin-bottom: 12px; }
.catalog-sec .catalog-list-wrap .catalog-block .catalog-data { flex-wrap: wrap;
    justify-content: center; } 
}