/*
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 5
*******************/
.h5-nav-bar {
  padding: 0px 0px;
  width: 100%;
  left: 0px; }
  .h5-nav-bar .navbar-nav .nav-link {
    color: #263238;
    font-size: 14px;
    padding: 25px 18px;
    font-weight: 500;
    line-height: 60px; }
  .h5-nav-bar .navbar-nav .nav-item:hover .nav-link {
    color: #ff4d7e; }
  .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: #ff4d7e; }

@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: #ff4d7e; }
    .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: #ff4d7e; }

.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-size: 48px;
  line-height: 58px; }

.slider4 p {
  font-size: 18px;
  color: #263238;
  margin-bottom: 35px; }

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

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

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