/*
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
 ============================================================== */
/*******************
Header 1
*******************/
.h1-nav {
  padding: 0px 0;
}
.h1-nav .navbar-nav .nav-item > .nav-link {
  line-height: 70px;
}
.h1-nav .navbar-nav .nav-item {
  margin: 0 20px;
}
.h1-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  color: #8d97ad;
  font-weight: 400;
}
.h1-nav .navbar-nav .nav-item:hover .nav-link {
  color: #27CB55;
}
.h1-nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

/*******************
Static slide 1
*******************/
.static-slider1 h1 {
  font-weight: 700;
  line-height: 56px;
}
.static-slider1 h1 span {
  border-bottom: 3px solid #1dc8cd;
}

@media (max-width: 767px) {
  .static-slider1 h1 {
    font-weight: 700;
    line-height: 36px;
    font-size: 24px;
  }
}
/*******************
Filter section
*******************/
.filterby a {
  padding: 10px;
  font-weight: 400;
  color: #8d97ad;
}
.filterby a:hover {
  color: #27CB55;
}

.hidden {
  display: none;
}

/*******************
Client 1
*******************/
.client1 .client-box {
  margin: 0px;
  margin-top: 40px;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.client1 .client-box [class*=col-] {
  min-height: 130px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*******************
footer social icons
*******************/
footer .round-social a {
  background: rgba(120, 130, 140, 0.13);
  color: #8d97ad;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
footer .round-social a:hover {
  color: #ffffff;
}

/*# sourceMappingURL=demo.css.map */
