/*
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*/
/********************/
.img{
  width: 178px;
  height: 60px;
}
.header12 {
  background: transparent; }
  .header12 .h12-nav {
    padding: 0px 0; }
    .header12 .h12-nav .navbar-nav .nav-item > .nav-link {
      line-height: 70px; }
    .header12 .h12-nav .navbar-nav .nav-item .nav-link {
      font-size: 12px;
      font-weight: 405;
      color: #ffffff;
      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: green; }
    .header12 .h12-nav .navbar-nav .nav-item:last-child {
      margin-left: 0px; }
  .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 i{
        color: #ffffff;
      }
      .header12 .h12-topbar .navbar .nav-item .nav-link .name{
        color: #000000;
        font-size: 13px;
      }
      .header12 .h12-topbar .navbar .nav-item .nav-link .ref{
        color: #ffffff;
        font-size: 13px;
      }
      .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 .nav-link:hover i{
        color: #06da01; }
/*******************
Header 5
*******************/
.h5-nav-bar {
  padding: 0px 0px;
  width: 100%;
  left: 0px; }
  .h5-nav-bar .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 13px;
    padding: 25px 18px;
    font-weight: 600;
    line-height: 60px; }
  .h5-nav-bar .navbar-nav .nav-item:hover .nav-link {
    color: #1dc8cd; }
  .h5-nav-bar .navbar-nav .nav-item > .nav-link {
    text-transform: uppercase; }
  .h5-nav-bar .rounded-button {
    border-radius: 60px;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #263238;
    position: absolute;
    right: 0px;
    font-size: 14px; }
    .h5-nav-bar .rounded-button a {
      color: #263238;
      font-weight: 500; }
      .h5-nav-bar .rounded-button a:hover {
        color: green; }

@media (max-width: 1023px) {
  .h5-nav-bar {
    padding: 10px 0px; }
    .h5-nav-bar .navbar-brand {
      position: relative; }
    .h5-nav-bar .navbar-collapse {
      background: #263238;
      padding: 15px 15px 20px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
      z-index: 10; }
    .h5-nav-bar .rounded-button {
      position: relative;
      border: 2px solid #ffffff; }
      .h5-nav-bar .rounded-button a {
        color: #ffffff;
        font-weight: 500; }
        .h5-nav-bar .rounded-button a:hover {
          color: green; }
    .h5-nav-bar .navbar-nav .nav-link {
      color: #ffffff;
      line-height: 30px; } }

.fixed-header .h5-nav-bar .navbar-nav .nav-link {
  line-height: 40px; }

/*******************
slide 4
*******************/
@-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); } }

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

.slider4 .carousel-indicators {
  bottom: 0;}
  .slider4 .carousel-indicators li {
    background-color: #ffffff; }
    .slider4 .carousel-indicators li.active {
      background-color: #317f43; }

.slider4 label {
  font-style: italic;
  font-family: 'PlayFairDisplay', sans-sarif;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.slider4 ul {
  list-style: none;
  margin: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }
  .slider4 ul li {
    line-height: 36px; }

.slider4 h1 {
  font-family: 'Space Mono', monospace;
  font-size: 48px;
  line-height: 58px; }

.slider4 p {
  font-family: 'Space Mono', monospace;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 35px; }

.slider4 .slider-control span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff; }

.slider4 .btn-secondary {
  background: transparent;
  color: #263238; }
  .slider4 .btn-secondary:hover {
    color: #263238 !important; }

@media (max-width: 768px) {
  .slider4 h1 {
    font-size: 28px;
    line-height: 36px; }
  .slider4 .slide-text {
    padding: 0 !important;
    width: 95% !important; }
  .slider4 .slide-image {
    height: 480px;
    width: auto !important;
    position: relative; }
  .slider4 p {
    display: none; }
  .slider4 .btn-md {
    padding-left: 25px;
    padding-right: 25px; }
  .slider-control {
    display: none; } }

@media (max-width: 428px) {
  .slider4 h1 {
    font-size: 23px;
    line-height: 30px; }
  .slider4 .slide-image {
    left: -50%;
    height: 450px; }
  .slider4 .btn-md {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0px; }
  .slider4 .btn-secondary {
    margin-left: 0 !important; } }

/*******************
Feature 1
*******************/
.wrap-feature1-box .card-body {
  padding: 40px; }

@media (max-width: 768px) {
  .wrap-feature1-box .card-body {
    padding: 15px; } }

 /*******************
Filter section
*******************/
.filterby a {
  padding: 10px;
  font-weight: 400;
  color: #8d97ad; }
  .filterby a:hover {
    color: #07d79c; }

.hidden {
  display: none; }   

/*******************
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(29, 200, 205, 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%; }


/*******************
Portfolio 1
*******************/
.img-ho {
  overflow: hidden; }
  .img-ho img {
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in; }
    .img-ho img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

/*******************
Feature 29
*******************/
.wrap-feature-29 {
  margin-top: 60px; }
  .wrap-feature-29 .title, .wrap-feature-29 .subtitle {
    color: #ffffff; }
  .wrap-feature-29 .col-lg-4 {
    margin-top: 30px; }

/*******************
Client
*******************/
.client-box {
  margin: 0px; }
  .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; }

/*******************
Testimonial 9
*******************/
.testimonial9 .card {
  position: relative; }
  .testimonial9 .card .p-40::after {
    position: absolute;
    bottom: -15px;
    left: 20;
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff; }

.testimonial9 .owl-theme .owl-dots .owl-dot.active span, .testimonial9 .owl-theme .owl-dots .owl-dot:hover span {
  background: #188ef4; }

.testimonial9 .owl-dots {
  position: absolute;
  left: -98%;
  top: 70%; }

.testimonial9 .devider {
  height: 2px;
  width: 40px;
  display: inline-block;
  margin: 22px 0; }

.testimonial9 h5.text {
  line-height: 30px;
  font-weight: 300; }

.testimonial9 .customer-thumb img {
  width: 60px;
  margin-right: 20px; }

.testimonial9 .d-flex {
  margin-left: 25px; }

@media (max-width: 767px) {
  .testimonial9 .owl-dots {
    position: relative;
    top: 0px;
    left: 0px; } }

/*******************
Blog homepage 1
*******************/
.blog-home1 [class*=col-] {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .blog-home1 [class*=col-]:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

/*******************
Footer 2
*******************/
.footer2 {
  padding: 60px 0; }
  .footer2 .f2-topbar {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .footer2 .f2-middle {
    padding-top: 40px; }
  .footer2 .link {
    color: #8d97ad;
    padding: 10px 15px 10px 0; }
  .footer2 .general-listing li a i {
    font-size: 9px;
    margin-right: 10px; }
  .footer2 .info-box .d-flex {
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
  .footer2 .subscribe-box {
    background: rgba(120, 130, 140, 0.13);
    padding: 25px; }
    .footer2 .subscribe-box .form-control {
      background: transparent;
      padding: 10px 0;
      border: 0px;
      border-bottom: 1px solid rgba(120, 130, 140, 0.13);
      color: #ffffff;
      border-radius: 0px; }
      .footer2 .subscribe-box .form-control:focus {
        border-bottom: 1px solid #ffffff; }

/*******************
Feature 41
*******************/
.wrap-feature41-box .f41-tab {
  display: block; }
  .wrap-feature41-box .tab-content .tab-pane{
  border-left-style: solid;
  border-color: #00b4ff;
  border-width: 1px;
  padding-left: 20px;
   }
  .wrap-feature41-box .f41-tab li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 25px; }
    .wrap-feature41-box .f41-tab li a .t-icon {
      margin-right: 25px;
      color: #8d97ad; }
    .wrap-feature41-box .f41-tab li a h5 {
      font-weight: 500; }
    .wrap-feature41-box .f41-tab li a h6 {
      font-size: 14px;
      margin-bottom: 0px; }
    .wrap-feature41-box .f41-tab li a.active, .wrap-feature41-box .f41-tab li a:hover {
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.7);
      box-shadow: 0px 0px 20px rgba(115, 128, 157, 0.7); }
      .wrap-feature41-box .f41-tab li a.active .t-icon, .wrap-feature41-box .f41-tab li a:hover .t-icon {
        background: #00b4ff;
        background: -webkit-linear-gradient(legacy-direction(to right), #00b4ff 0%, #00b4ff 100%);
        background: -webkit-gradient(linear, left top, right top, from(#00b4ff), to(#00b4ff));
        background: -webkit-linear-gradient(left, #00b4ff 0%, #00b4ff 100%);
        background: -o-linear-gradient(left, #00b4ff 0%, #00b4ff 100%);
        background: linear-gradient(to right, #00b4ff 0%, #00b4ff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent; 
      }
      .wrap-feature41-box .tab-content .tab-pane h5{
        padding-bottom: 13px;
        padding-top: 13px;
      }
      .wrap-feature41-box .tab-content .tab-pane h5 i{
        margin-right: 10px;
      }
      .wrap-feature41-box .tab-content .tab-pane p{
        text-align: justify;
        margin: 0px;
        padding-left: 47px;
      }

/*******************
Feature 24
*******************/
.feature24 {
  background-position: center top;
  background-size: cover;
  background-attachment: fixed; 
}


/*****************************************/
.wrap-feature-24 {
  margin-top: 60px;
}

.wrap-feature-24 .card {
  overflow: hidden;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.wrap-feature-24 .card:hover {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.wrap-feature-24 .service-24 {
  text-align: center;
  padding: 40px 0;
  display: block;
}

.wrap-feature-24 .service-24 i {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #1dc8cd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#1dc8cd));
  background: -webkit-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: linear-gradient(to right, #07d79c 0%, #1dc8cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 50px;
}

.wrap-feature-24 .service-24 .ser-title {
  margin: 10px 0 5px;
  font-weight: 500;
}

.wrap-feature-24 .service-24:hover, .wrap-feature-24 .service-24:focus {
  background: #07d79c;
  background: -webkit-linear-gradient(legacy-direction(to right), #07d79c 0%, #1dc8cd 100%);
  background: -webkit-gradient(linear, left top, right top, from(#07d79c), to(#1dc8cd));
  background: -webkit-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: -o-linear-gradient(left, #07d79c 0%, #1dc8cd 100%);
  background: linear-gradient(to right, #07d79c 0%, #1dc8cd 100%);
}

.wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:hover .ser-title, .wrap-feature-24 .service-24:focus i, .wrap-feature-24 .service-24:focus .ser-title {
  color: #ffffff;
  text-fill-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:focus i {
  margin-bottom: 5px;
}
/*******************
Feature 6
*******************/
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .wrap-feature6-box .card-body {
    padding: 10px;
    text-align: center;}
    .wrap-feature6-box .card-body .linking {
      color: #ffffff; }
      .wrap-feature6-box .card-body .linking:hover {
        color: #263238; }
      .wrap-feature6-box .card-body img {
      width: 70%; 
      padding-bottom: 20px;
    }
      .wrap-feature6-box .card-body h6 {
      font-weight: 500;
      font-size: 19px;
    }
    .wrap-feature6-box .card-body p {
      opacity: 0.8;
      font-size: 17px;
    }
  .wrap-feature6-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .wrap-feature6-box .bg-success-light {
    background: #2cdd9b; }

/*******************
contact 4
*******************/
.contact4 {
  overflow: hidden;
  position: relative; }
  .contact4 .form-control {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff; }
    .contact4 .form-control:focus {
      border-color: #ffffff; }
  .contact4 input::-webkit-input-placeholder,
  .contact4 textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact4 input:-ms-input-placeholder,
  .contact4 textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact4 input::placeholder,
  .contact4 textarea::placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .contact4 .right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0; }


  /*******************
Feature 45
*******************/
.wrap-feature45-box {
  margin-top: 10px; }
  .wrap-feature45-box .f45-tab {
    display: table;
    width: 100%; }
    .wrap-feature45-box .f45-tab > a {
      display: table-cell;
      border: 1px solid rgba(120, 130, 140, 0.13);
      text-align: center;
      padding: 15px 10px;
      background: #f4f8fa;
      color: #263238;}
      .wrap-feature45-box .f45-tab .nav-item > i {
        font-style: normal; 
      }
      .wrap-feature45-box .f45-tab > a.active {
        border-bottom-color: transparent;
        background: #ffffff;
        font-weight: 400; }
  .wrap-feature45-box .tab-pane {
    padding: 0px 0; }


/*******************
Feature 6
*******************/
.wrap-feature6-box {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }
  .wrap-feature6-box .card-body {
    padding: 30px; }
    .wrap-feature6-box .card-body .linking {
      color: #ffffff; }
      .wrap-feature6-box .card-body .linking:hover {
        color: #263238; }
    .wrap-feature6-box .card-body p {
      opacity: 0.8; }
  .wrap-feature6-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/*******************
Static slide 10
*******************/
.fixed-slider {
  background-position: center top;
  background-size: cover;
  background-attachment: fixed; 
}
.fixed-slider .title {
  padding: 20px;
  color: #ffffff;
  font-weight: 500;
  background-color: #00BFFF;
}
.fixed-slider .subtitle {
  padding: 15px;
  color: #ffffff;
  font-weight: 400;
  background-color: #FF5733;
}


.static-slider10 {
  padding: 15% 0;
  background-size: cover;
  background-position: center center; }
  .static-slider10 .title {
    color: #ffffff;
    font-weight: 400;
    font-size: 72px;
    line-height: 72px;
    font-family: "Lavanderia-Sturdy"; }
  .static-slider10 .subtitle {
    color: #ffffff; }

.static-slider3 .title{
  color: #ffffff;
  font-weight: 500;
}
.static-slider3{
    padding: 5% 0;}
    h1{
        font-weight: 300;
        line-height: 50px;}
    span{
        border-bottom:3px solid $success;
    }

@media(max-width:767px) {
.static-slider3 h1{
            line-height: 30px;
            font-size:24px;
        }
    }


/*******************
Feature 5
*******************/
.wrap-feature5-box{
  padding: 0px 6px;
}
.wrap-feature5-box .card-body {
  padding: 15px;
  border: 1px solid #EDE6E5; }
  .wrap-feature5-box .card-body .icon-space {
    padding: 0px 30px 20px 0px;
    font-size: 45px;
    margin: 0px;
    color:green;
  }
  .wrap-feature5-box .card-body h6{
    font-size: 15px;
    margin-bottom: 0px;
  }
  .wrap-feature5-box .card-body img{
    width: 70px;
    height: 85px;
  } 
  .wrap-feature5-box .card-body p {
    margin-bottom: 0px; 
    font-size: 14px;
  }

.wrap-feature-28 .side-content {
  max-width: 580px; }

/*******************
Portfolio2
*******************/
.filterby a {
  padding: 10px;
  font-weight: 400;
  color: #8d97ad; }
  .filterby a:hover {
    color: #316ce8; }
  .filterby a:first-child {
    padding-left: 0px; }

.hidden {
  display: none; }

@media (max-width: 767px) {
  .filterby a {
    padding: 10px 5px; } }

.portfolio-box {
  margin-top: 40px; }
  .portfolio-box .filter .overlay-box {
    margin-bottom: 30px;
    position: relative; }
    .portfolio-box .filter .overlay-box .img-ho {
      overflow: hidden;
      display: block; }
      .portfolio-box .filter .overlay-box .img-ho img {
        -webkit-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        transition: 0.1s ease-in; }
      .portfolio-box .filter .overlay-box .img-ho:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .portfolio-box .filter .overlay-box .port-text {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .portfolio-box .filter .overlay-box .port-text > div {
        padding: 20px 0 10px 0; }
      .portfolio-box .filter .overlay-box .port-text h5 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px; }
      .portfolio-box .filter .overlay-box .port-text span {
        color: #8d97ad;
        font-size: 14px; }

.like-dislike {
  padding: 0px !important; }
  .like-dislike .text-active {
    display: none; }
  .like-dislike.active .text {
    display: none; }
  .like-dislike.active .text-active {
    display: inline-block; }

/*******************
Portfolio4
*******************/
.portfolio4 .portfolio-box4 {
  margin-top: 60px; }
  .portfolio4 .portfolio-box4 .filter .overlay-box {
    margin-bottom: 30px;
    position: relative; }
    .portfolio4 .portfolio-box4 .filter .overlay-box .overlay {
      position: absolute;
      background: rgba(29, 200, 205, 0.9);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 0px;
      width: 100%;
      display: none;
      padding-top: 30%; }
      .portfolio4 .portfolio-box4 .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; }
        .portfolio4 .portfolio-box4 .filter .overlay-box .overlay .port-text h5 {
          color: #ffffff;
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 0px; }
        .portfolio4 .portfolio-box4 .filter .overlay-box .overlay .port-text span {
          color: #ffffff;
          font-size: 14px; }
    .portfolio4 .portfolio-box4 .filter .overlay-box:hover .overlay {
      display: block;
      top: 0px;
      height: 100%; }
      .portfolio4 .portfolio-box4 .filter .overlay-box:hover .overlay .port-text {
        top: 43%;
        width: 100%; }

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

/*wrap-feature-16*/
.wrap-feature-16 [class*=col-] {
  padding: 80px 35px;
}

.wrap-feature-16 .with-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}

.wrap-feature-16 .with-text {
  max-width: 500px;
  margin-left: 80px;
}

/*wrap-feature5-box*/
.wrap-feature5-box .card-body {
  padding: 30px;
}

.wrap-feature5-box .card-body .icon-space {
  padding: 0px 30px 20px 0px;
  font-size: 45px;
  margin: 0px;
}

.wrap-feature5-box .card-body p {
  margin-bottom: 0px;
}

.wrap-feature-28 .side-content {
  max-width: 580px;
}