.h1-nav {
  padding: 15px 0; }
.h1-nav .navbar-nav .nav-item {
  margin: 0 20px; }
.h1-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  color: #04222c;
  font-weight: 700; }
.h1-nav .navbar-nav .nav-item .nav-link:hover {
  color: #ff842d; }
.h1-nav .navbar-nav .nav-item:last-child {
  margin-right: 0px; }
.h1-nav .navbar-nav .nav-item:hover .nav-link, .h1-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff842d;
  border-bottom: 1px solid #ff842d;
}
.logo-app{
  max-width: 200px;
}

/*-------------------*/
/*Slider Style Start*/
/*-------------------*/
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255,255,255,.5);
}

.carousel-indicators .active {
  background-color: #ff842d;
}

.slider2 .bs-slider,
.slider2 .carousel-item {
  max-height: 700px; }

.slider2 .bs-slider-overlay {
  background: rgba(32, 35, 43, 0.8); }

.slider2 .slider-control span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff; }

.slider2 label {
  line-height: 27px;
  border-radius: 0;
  color: #1a1a1a;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.slider2 h2 {
  line-height: 42px;
  font-size: 36px; }

.slider2 p {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400; }

.slider2 i.icon-Play-Music {
  font-size: 32px; }

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

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

/*******************
Feature 8
*******************/
.feature8 .list-block li {
  font-weight: 400;
  color: #263238; }

/*******************
projects
*******************/
.img-ho {
  overflow: hidden; }
  .img-ho img {
    transition: 0.1s ease-in; }
    .img-ho img:hover {
      transform: scale(1.1); }

/*******************
Testimonial 6
*******************/
.testimonial6 .testi6 {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }
  .testimonial6 .testi6 .nav-link {
    border-radius: 0px;
    margin: 8px -2px 8px 0; }
    .testimonial6 .testi6 .nav-link img {
      width: 70px;
      opacity: 0.5; }
    .testimonial6 .testi6 .nav-link.active {
      background: transparent;
      color: #8d97ad;
      border-right: 3px solid #fed700; }
      .testimonial6 .testi6 .nav-link.active img {
        opacity: 1; }

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

/*******************
Footer 3
*******************/
.footer3 {
  padding-top: 50px; }
  .footer3 .f3-topbar {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
    .footer3 .f3-topbar .input-group .form-control {
      font-size: 16px; }
    .footer3 .f3-topbar .input-group .btn {
      padding: 15px 20px; }
  .footer3 .f3-middle {
    padding-top: 40px; }
  .footer3 .general-listing li:hover a, .footer3 .general-listing li:hover i {
    color: #ffffff; }
  .footer3 .link {
    color: #8d97ad; }
    .footer3 .link:hover {
      color: #ffffff; }
  .footer3 .f3-bottom-bar {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px 0; }
    .footer3 .f3-bottom-bar .link {
      padding: 0 12px; }
