/*
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
*******************/
.header13 .h13-nav {
  padding: 10px 0;
}

.header13 .h13-nav .call-info {
  padding-left: 20px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.header13 .h13-nav .navbar-nav .nav-item .nav-link {
  color: #484848;
  padding: 10px 15px;
  display: block;
  font-weight: 500;
}

.header13 .h13-nav .navbar-nav .nav-item:hover .nav-link,
.header13 .h13-nav .navbar-nav .nav-item.active .nav-link {
  color: #F25C05;
}

.header13 .h13-topbar {
  background-color: #F25C05;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.header13 .h13-topbar .navbar-brand {
  font-size: 14px;
  color: #411300;
  padding: 15px 0;
}

.header13 .h13-topbar .navbar {
  padding: 0;
}

.header13 .h13-topbar .navbar .search-box {
  padding: 15px;
  width: 240px;
}

.header13 .h13-topbar .navbar .nav-item .nav-link {
  color: #FFF;
  font-weight: 600;
  padding: 15px 20px;
}

.header13 .h13-topbar .navbar .nav-item .nav-link:first-child {
  padding-left: 0px;
}

.header13 .h13-topbar .navbar .nav-item:hover .nav-link {
  color: #411300
}

/*******************
Static slide 10
*******************/
.static-slider10 {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
  background-color: #FF5722;
}

.static-slider10 .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
}

.static-slider10 h3 {
  color: #F29F05;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
}

.static-slider10 .subtitle {
  color: #2e2e2e;
    font-size: 20px;
  line-height: 30px;
}

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px;
  }
}

/*******************
Client 2
*******************/
.client2 {
  padding: 40px 0;
}

.client2 .client-box {
  margin: 0px;
}

.client2 .client-box [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*******************
Feature 5
*******************/
.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;
}

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

.wrap-feature-22 .text-box {
  padding: 0 30px;
}

.wrap-feature-22 .text-box h3 {
  margin: 10px 0 25px 0;
}

/*******************
Feature 38
*******************/
.wrap-feature38-box .po-absolute {
  right: 0px;
  z-index: 1;
}

/*******************
Feature 12
*******************/
.wrap-feature-12 {
  position: relative;
}

.wrap-feature-12 [class*=col-md-12] {
  margin-bottom: 30px;
  transition: 0.2s ease-in;
}

.wrap-feature-12 [class*=col-md-12]:hover {
  transform: scale(1.1);
}

.wrap-feature-12 .uneven-box {
  margin-top: 100px;
}

/*******************
Case Study
*******************/
.img-ho {
  overflow: hidden;
}

.img-ho img {
  transition: 0.1s ease-in;
}

.img-ho img:hover {
  transform: scale(1.1);
}

/*******************
Testimonial 5
*******************/
.testimonial5 .testi5 {
  position: relative;
}

.testimonial5 .testi5 .content {
  font-size: 21px;
  line-height: 30px;
  padding: 50px 30px;
  border-radius: 30px;
}

.testimonial5 .testi5 .owl-item.center .content {
  color: #ffffff;
  background: #F25C05;
}

.testimonial5 .testi5 .customer-thumb {
  margin-top: -30px;
  display: none;
}

.testimonial5 .testi5 .customer-thumb img {
  width: 60px;
  margin-bottom: 20px;
}

.testimonial5 .testi5 .owl-item.center .customer-thumb {
  display: block;
}

/*******************
Pricing 1
*******************/
.pricing1 .card {
  transition: 0.1s;
}

.pricing1 .card:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}

.pricing1 .badge {
  top: -13px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
}

.pricing1 .title {
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.pricing1 .subtitle {
  font-size: 14px;
}

.pricing1 .pricing {
  margin: 40px 0 20px;
}

.pricing1 .pricing sup {
  font-size: 18px;
  top: -20px;
}

.pricing1 .pricing .display-5 {
  color: #263238;
}

.pricing1 .pricing .yearly {
  display: none;
}

.pricing1 .list-inline {
  margin-top: 30px;
}

.pricing1 .list-inline li {
  padding: 6px 0;
  display: block;
}

.pricing1 .bottom-btn {
  position: relative;
  bottom: 0px;
}

/*******************
Blog homepage 2
*******************/
.blog-home2 [class*=col-] {
  transition: 0.2s ease-in;
}

.blog-home2 [class*=col-]:hover {
  transform: translateY(-10px);
}

.blog-home2 .date-pos {
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.blog-home2 .date-pos span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

/*******************
Footer 2
*******************/
.footer1 {
  padding: 60px 0;
}

.footer1 .bg-image {
  background-size: cover;
  position: relative;
  display: flex;
}

.footer1 .detail-box {
  padding: 40px;
}

.footer1 .detail-box .round-social {
  margin-top: 100px;
}

.footer1 .detail-box .round-social.light a {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  margin: 0 7px;
  height: 49px;
  width: 49px;
  line-height: 49px;
}

.footer1 .contact-container .links a {
  color: #8d97ad;
}