body {
  margin: 0px;
  padding: 0px;
}

#section1 {
  height: 130px;
  color: #fff;
  background-color: #fff;
}

#section1 .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bold{
  font-weight: bold;
}
.text-white{
  color: white;
}

#section1 .logo a {
  color: #292929;
  font-size: 3vw;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Audiowide', cursive;
}

#section1 .logo a span {
  color: #fdc716;
}

#section1 .custom-nav {
  padding-top: 10px;
  color: black;
}

#section1 .custom-nav h5 {
  font-weight: bold;
}

#section1 .list-inline {
  padding-top: 10px;
}

#section1 .list-inline .fa-inverse {
  background-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  color: #292929;
  box-shadow: 0px 5px 10px 0px #b0adad;
  transition: all .5s;
}

#section1 .list-inline .fa-inverse:hover {
  color: white;
  background-color: #fdc716;
}

#section1 .custom-nav .fa-globe,
.fa-mobile-phone {
  color: #fdc716;
}

#section1 .logo a .fa-industry {
  color: #fdc716;
}

/* section one ends */
.navbar {
  border-radius: 0px;
  margin-bottom: 0;
}

.navbar-inverse {
  background-color: #292929;
  /* black color */
  padding: 10px 0;
}

.navbar-inverse .nav.navbar-nav li {
  border-right: 1px solid black;

}

.navbar-inverse .nav.navbar-nav li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  transition: all .5s;
}

.navbar-inverse .nav.navbar-nav li a:hover {
  background-color: #fdc716;
  /* yollow */
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #fdc716;
}

.navbar-inverse .navbar-form input {
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.navbar-inverse .navbar-form .btn-default {
  border-radius: 50px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  font-weight: bold;
  transition: all .5s;
}

.navbar-inverse .navbar-form .btn-default:hover {
  background-color: #fff;
  color: black;
}

.navbar-inverse .nav.navbar-nav li a {
  text-align: center;
}

/* navabr ends */
.carousel-inner .item img {
  width: 100%;
  height: 600px;
}

.carousel-inner .custom-caption {
  margin-bottom: 8vw;
  /* 200px */
}

.carousel-inner .custom-caption span {
  font-weight: bold;
  color: white;
  background: #fdc716;
}

.carousel-inner .custom-caption h1 {
  font-weight: 900;
}

.carousel-inner .custom-caption p {
  font-size: 2vw;
  /* 20px */
}

.carousel-inner .custom-caption .btn-default {
  background-color: transparent;
  border: 3px solid #fff;
  padding: 10px 60px;
  /* 60px */
  border-radius: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .5s;
}

.carousel-inner .custom-caption .btn-default:hover {
  background-color: #fff;
  padding: 10px 70px;
  /* 70px */
  color: black;
}

/* carousel ends here */
.solution {
  background-color: #fdc716;
  padding-top: 30px;
  padding-bottom: 30px;
}

.solution h2 {
  font-weight: bold;
  color: #fff;
}

.solution .btn-info {
  padding: 10px 30px;
  /* 30px */
  background-color: transparent;
  border: 3px solid #fff;
  font-weight: bold;
  color: black;
  border-radius: 50px;
  transition: all .5s;
}

.solution .btn-info:hover {
  background-color: #fff;
  border-color: #fff;
  padding: 10px 40px;
  /* 40px */
}

/* slider ends here */
.section-two {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.section-two .service-desc {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* solution ends */
.section-two .service-desc h2 {
  text-align: right;
  font-family: High Tower Text;
  font-weight: bold;
  border-right: 4px solid #fdc716;
}

.section-two .service-desc p {
  font-size: 19px;
  /*19px*/
  font-style: italic;
}

/* .service-desc  ends */
.section-two .single-product .product-image img {
  text-align: center;
  width: 100%;
  /*370px*/
  height: 205px;
  margin: auto;
  transition: all .5s;
}

.section-two .single-product .product-image img:hover {
  transform: scale(1.1);
}

.section-two .single-product .product-desc h3 {
  text-transform: uppercase;
  border-bottom: 2px solid grey;
  font-weight: bold;
}

.section-two .single-product .product-desc p {
  font-size: 16px;
  /*16px*/
}

.section-two .single-product .product-desc .btn-info {
  background-color: transparent;
  border: 2px solid black;
  border-radius: 50px;
  color: black;
  padding: 8px 20px;
  /*20px*/
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all .5s;
}

.section-two .single-product .product-desc .btn-info:hover {
  background-color: #fdc716;
  border-color: #fdc716;
  padding: 8px 30px;
  /*28px*/
}

/* prducts setion ends here */
.section-three {
  padding: 50px 0;
  background-color: #eee;
}

.section-three h1 {
  font-weight: bold;
}

.section-three .gallery-image img {
  width: 100%;
  height: 250px;
  padding-bottom: 15px;
  transition: all .5s;
}

.section-three .gallery-image img:hover {
  transform: scale(1.1);
}

.clients .clients-image{
    width: 300px;
    height: 250px;
}
.clients .clients-text-card{
  height: 80px;
}
.products-list .card{
  padding: 5px;
  margin-top : 10px;
  margin-bottom : 10px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 20px 20px 50px grey;
}
.products-list .card .card-img{
    width: 100%;
}
.products-list .card h3 a{
  text-decoration: none;
  color: black;
}
.products-list .card .card-desc{
  height: 230px;
  padding: 10px;
}
.section-three .btn-info {
  background-color: transparent;
  border: 3px solid black;
  color: black;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all .5s;
}

.section-three .btn-info:hover {
  background-color: #fdc716;
  border-color: #fdc716;
  padding: 10px 40px;
}

/* gallery ends  */
/* section four starts */
.section-four {
  padding: 40px 0px;
  background-image: url('http://localhost/Neelibar/assets/images/car2.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;

}

.section-four #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
}

.section-four #owl-demo .item img:hover {
  transform: scale(1.1);
}

/* section four ends here */
.solution-two {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fdc716;
}

.solution-two p {
  color: white;
  font-size: 30px;
}

.solution-two p span {
  color: #292929;
  font-weight: bold;
}

/* solution two ends here */
.section-five {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-five h1 {
  font-weight: bold;
}

.section-five p {
  font-size: 20px;
}

.section-five img {
  width: 100%;
  border: 3px solid #292929;
}

.section-five .about-desc {
  padding: 10px;
}

.section-five .about-desc h2 {
  border-left: 3px solid #fdc716;
  padding: 10px;
}

.section-five .about-desc .about-social .fa-inverse {
  background-color: #fff;
  color: #292929;
  border-radius: 50px;
  box-shadow: 0px 5px 10px 0px #b0adad;
  transition: all .5s;
}

.section-five .about-desc .about-social .fa-inverse:hover {
  background-color: #fdc716;
  color: #fff;
}

.section-five .about-desc .about-social h2 {
  font-weight: bold;
  color: #fdc716;
}

.section-five .about-desc p {
  font-size: 14px;
}

/* section five ends */
/* footer starts here */
.section-footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #292929;
}

.section-footer .footer-logo {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-decoration: underline;
  font-family: 'Audiowide', cursive;
}

.section-footer .footer-logo .fa-industry {
  color: #fdc716;
}

.section-footer a span {
  color: #fdc716;
}

.section-footer p {
  font-size: 15px;
  font-style: italic;
  color: #e0dada;
}

.section-footer .fa-stack {
  font-size: 20px;
}

.section-footer .footer-sec h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.section-footer .footer-sec ul li {
  padding-top: 18px;
}

.section-footer .footer-sec ul li a {
  font-size: 16px;
  color: #e0dada;
  font-family: sans-serif;
  text-decoration: none;
}

.section-footer hr {
  border-color: #3e3b3b;
}

#footer-touch .fa {
  font-size: 25px;
  color: #fdc716;
}

#footer-touch span {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

#footer-touch li {
  padding-top: 8px;
}

.section-footer h5 {
  color: #eee;
}

.section-footer .design {
  color: #fdc716;
}

.section-footer h5 a {
  color: #acabab;
}

.blog {
  background-color: #faf9f9;
  padding: 5px;
}

.blog .blog-img {
  padding: 5px;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-desc {
  padding: 5px;
}

.blog .blog-desc h3 {
  font-weight: bold;
}

.blog .blog-desc p {
  font-size: 16px;
}

#seprate-gallery .container {
  background-color: #faf9f9;
}
#seprate-gallery img {
  width: 100%;
  height: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}

.pagination li a {
  padding: 15px 20px;
  font-size: 20px;
  color: black;
}

.pagination .active a {
  background-color: #fdc716;
  border-color: #fdc716;
  color: #fff;
}

.pagination .active a:hover {
  background-color: #fdc716;
  border-color: #fdc716;
  color: #fff;
}

/* scroll button */
.scrollToTop {
  width: 100px;
  height: 130px;
  padding: 10px;
  text-align: center;
  background: #fdc716;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  display: none;
  background: url('arrow_up.png') no-repeat 0px 20px;
}

.scrollToTop:hover {
  text-decoration: none;
}

.scrollToTop>i {
  color: white;
  background: #fdc716;
  padding: 20px;
}

/* scroll button ends */
/* contact starts */
#cont1 {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

#cont1 .box strong {
  color: #292929;
}

#cont1 .map {
  margin-left: -15px;
}

#cont1 .box hr {
  border-color: #d8d8d8;
  width: 35%;
  border-width: 1px;
}

#cont1 p {
  font-size: 18px;
  cursor: pointer;
}

#cont1 .box2 h2 {
  color: #292929;
}

#cont1 .box2 h4 {
  color: #292929;
}

#cont1 .box2 form input {
  background: transparent;
  border-radius: 0px;
  border: 1px solid #d8d8d8;
  color: black;
}

#cont1 .box2 form textarea {
  background: transparent;
  border-radius: 0px;
  color: black;
  border: 1px solid #d8d8d8;
}

#cont1 .box2 form .btn-info {
  background: #292929;
  border-radius: 50px;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .5s;
}

#cont1 .box2 form .btn-info:hover {
  background: #292929;
  padding: 10px 60px;
}

#cont1 .box2-one hr {
  border-color: #d8d8d8;
  border-width: 1px;
}

.search .btn-default {
  background-color: transparent;
  border: 2px solid #292929;
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: bold;
  transition: .5s all;
  margin-top: 80px;
}

.search .btn-default:hover {
  background-color: #fdc716;
  border-color: #fdc716;
  padding: 8px 35px;
}

.search .single-search {
  margin-top: 20px;
}

.form_error {
  color: red;
}



/* Custom styles for text cards */
.text-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
  box-shadow: 2px 3px 20px -1px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: 2px 3px 20px -1px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 2px 3px 20px -1px rgba(0, 0, 0, 0.59);
}

.text-card h3 {
  color: #333;
}

.text-card p {
  color: #666;
}

.section-two .card{
  padding: 5px;
  margin-top : 10px;
  margin-bottom : 10px;
  border-radius: 10px;
  box-shadow: 20px 20px 50px grey; 
}
.section-two .card .product-desc{
  padding: 10px;
  height: 250px;
}
/* media queris */
@media (max-width: 992px) {
  #section1 {
    text-align: center;
  }

  .navbar {
    margin-top: 230px;
  }

  .solution {
    text-align: center;
  }

  .section-two {
    text-align: center;
  }

  .section-five .about-desc h2 {
    text-align: center;
  }

  .section-five .about-desc p {
    text-align: center;
  }

  .carousel-inner .item img {
    width: 100%;
    height: 400px;
  }

  .section-footer {
    text-align: center;
  }

  #contact-info {
    text-align: center;
  }

  .box2 {
    text-align: center;
  }
}

@media (max-width: 789px) {
  #section1 {
    text-align: center;
  }

  #section1 .logo a {
    font-size: 40px;
  }

  .carousel-inner .custom-caption p {
    font-size: 14px;
  }

  .solution {
    text-align: center;
  }

  .solution-two {
    text-align: center;
  }

  .section-five .about-desc h2 {
    text-align: center;
  }

  .navbar {
    margin-top: 230px;
  }

  .section-two .service-desc h2 {
    text-align: center;
  }

  .section-two .single-product {
    text-align: center;   
  }
  .section-footer {
    text-align: center;
  }

  #contact-info {
    text-align: center;
  }

  .box2 {
    text-align: center;
  }

  .search {
    text-align: center;
  }

  .search .btn-default {
    margin-top: 40px;
  }
}