<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*============================================================== 
 This scss/css we made it from our predefine componenet 
 we just copy that css and paste here you can also do that
 ============================================================== */
/*******************
This is for Header
*******************/
/*******************
Header 12
*******************/
.header12 {
  background: #263238; }
  .header12 .h12-nav {
    padding: 0px 0; }
    .header12 .h12-nav .navbar-nav .nav-item &gt; .nav-link {
      line-height: 70px; }
    .header12 .h12-nav .navbar-nav .nav-item .nav-link {
      color: #8d97ad;
      padding: 10px 15px;
      display: block; }
    .header12 .h12-nav .navbar-nav .nav-item:hover .nav-link, .header12 .h12-nav .navbar-nav .nav-item.active .nav-link {
      color: #ffffff; }
    .header12 .h12-nav .navbar-nav .nav-item:last-child {
      margin-left: 10px; }
  .header12 .h12-topbar {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
    .header12 .h12-topbar .navbar-brand {
      font-size: 14px;
      color: #ffffff;
      padding: 15px 0; }
    .header12 .h12-topbar .navbar {
      padding: 0; }
      .header12 .h12-topbar .navbar .nav-item .nav-link {
        color: #8d97ad;
        padding: 15px 20px;
        border-right: 1px solid rgba(120, 130, 140, 0.13); }
        .header12 .h12-topbar .navbar .nav-item .nav-link:first-child {
          border-left: 1px solid rgba(120, 130, 140, 0.13); }
      .header12 .h12-topbar .navbar .nav-item:hover .nav-link {
        color: #ffffff; }

/*-------------------*/
/*Slider7 Style Start*/
/*-------------------*/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider10 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider10 h2 {
  font-size: 32px; }

.slider10 .slide-content {
  padding: 40px;
  position: relative;
  max-width: 360px; }

.slider10 label {
  line-height: 20px;
  position: absolute;
  top: -12px; }

.slider10 .specifiaction-box {
  padding: 20px 40px; }

.slider10 .specifiaction {
  font-size: 13px; }

.slider10 .tag {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 7px;
  vertical-align: middle;
  position: relative;
  font-weight: 300;
  top: -2px; }
  .slider10 .tag::after {
    border-bottom: 13px transparent solid;
    border-left: 7px #ff4d7e solid;
    border-top: 12px transparent solid;
    content: '';
    height: 0;
    right: -7px;
    position: absolute;
    top: 0;
    width: 0; }

.slider10 .carousel-indicators {
  bottom: 0; }
  .slider10 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3); }
    .slider10 .carousel-indicators li.active {
      background-color: #263238; }

/*******************
Portfolio1
*******************/
.portfolio-box {
  margin-top: 60px; }
  .portfolio-box .filter .overlay-box {
    margin-bottom: 30px;
    position: relative; }
    .portfolio-box .filter .overlay-box .overlay {
      position: absolute;
      background: rgba(11, 153, 230, 0.9);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 0px;
      width: 100%;
      display: none;
      padding-top: 30%; }
      .portfolio-box .filter .overlay-box .overlay .port-text {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        top: 0px;
        width: 0px;
        text-align: center; }
        .portfolio-box .filter .overlay-box .overlay .port-text h5 {
          color: #ffffff;
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 0px; }
        .portfolio-box .filter .overlay-box .overlay .port-text span {
          color: #ffffff;
          font-size: 14px; }
    .portfolio-box .filter .overlay-box:hover .overlay {
      display: block;
      top: 0px;
      height: 100%; }
      .portfolio-box .filter .overlay-box:hover .overlay .port-text {
        top: 43%;
        width: 100%; }

/*******************
Property slide
*******************/
.property-box label {
  line-height: 20px;
  position: absolute;
  top: -12px; }

.property-box .specifiaction-box {
  padding: 20px 40px; }

.property-box .specifiaction {
  font-size: 13px; }

.property-box .tag {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 7px;
  vertical-align: middle;
  position: relative;
  font-weight: 300;
  top: -2px; }
  .property-box .tag::after {
    border-bottom: 13px transparent solid;
    border-left: 7px #ff4d7e solid;
    border-top: 12px transparent solid;
    content: '';
    height: 0;
    right: -7px;
    position: absolute;
    top: 0;
    width: 0; }

/*******************
Blog homepage 3
*******************/
.blog-home3 .date-pos {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 10px; }

.blog-home3 a {
  overflow: hidden; }
  .blog-home3 a img {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .blog-home3 a img:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

/*******************
Feature 3
*******************/
.wrap-feature3-box .card-body {
  padding: 40px; }
  .wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

/*******************
Testimonial 10
*******************/
.testimonial10 .testi10 .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background: url(../images/up-quote.png) no-repeat top left, url(../images/down-quote.png) no-repeat bottom right; }

.testimonial10 .testi10 h3 {
  line-height: 40px; }

.testimonial10 .testi10 .customer-thumb {
  margin: 15px 0; }
  .testimonial10 .testi10 .customer-thumb img {
    width: 60px; }

@media (max-width: 767px) {
  .testimonial10 .testi10 h3 {
    line-height: 30px;
    font-size: 20px; } }

/*******************
Client 2
*******************/
.client2 {
  padding: 40px 0; }
  .client2 .client-box {
    margin: 0px; }
    .client2 .client-box [class*="col-"] {
      padding-top: 10px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
</pre></body></html>