#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: RGBA(255, 255, 255, 0.4);
  color: #f7931e;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0px 0 5px #bdbdbd;
}

#backToTop:hover {
  background-color: RGBA(209, 0, 0, 0.4);
  color: #fff;
}

/* SmarnovativeLabs */

a {
  text-decoration: none !important;
}
body {
  background-color: #f3f5f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.form-control::-webkit-input-placeholder {
  color: #cfcfcf;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #cfcfcf;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #cfcfcf;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #cfcfcf;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #cfcfcf;
}

.form-control:valid {
  background-color: #fafbfc;
}

.btn-color {
  background-color: #f7931e;
  color: #fff;
  border-color: #f7931e;
  /* border-radius: 20px;
padding: 7px 25px; */
}
hr {
  border-top: 1px solid #f7931e;
}

/* ----------------------- */
/* Header */
/* ----------------------- */

.navbar {
  border-bottom: 10px solid #f7931e;
}

.navbar > .container > a {
  padding: 0px;
}

.navbar-toggler {
  border: 1px solid #f7931e !important;
}
.navbar-manu ul {
  list-style: none;
  color: #9ea1a2;
}

.navbar-manu li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

.navbar-manu > li > a {
  text-transform: uppercase;
  color: #494949 !important;
  /* padding:0px !important; */
  font-size: 18px;
  font-family: Roboto Condensed;
  font-weight: 300;
}
.navbar-manu > li > a:hover {
  border-bottom: 2px solid #f7931e;
}

.navbar-manu > li > .a {
  background: #f7931e;
  color: #ffffff !important;
  border-radius: 5px !important;
  margin-left: 20px;
  padding: 10px 15px;
  border-bottom: none !important;
}

.navbar-manu > li > .a:hover {
  color: #6a6a6c !important;
}

@media (max-width: 991px) {
  .navbar-manu li {
    display: list-item;
    list-style-type: none;
    padding-right: 0px;
  }
  .navbar-manu > li > .a {
    margin-left: 0px;
  }

  .navbar-manu > li:nth-child(5) {
    margin-top: 15px;
  }
  /* .navbar-manu > li:nth-child(5){
margin-top: 15px;
} */
}

/* ----------------------- */
/* Banner Section */
/* ----------------------- */

#banner-section {
  position: relative;
  background-image: url("../img/Banner.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 795px;
}

.banner-cover {
  position: absolute;
  background-color: rgba(12, 12, 12, 0.6);
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 795px;
}

.banner-cover .col-md-8 {
  padding-top: 200px;
  padding-bottom: 100px;
}
.banner-cover p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0rem;
  font-family: Roboto Condensed, sans-serif;
}
.banner-cover p:first-child {
  font-size: 48px;
  font-weight: 400;
}
.banner-cover p:last-child {
  font-size: 44px;
  font-weight: 300;
}
#banner-section a {
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 70px;
  font-size: 30px;
  width: 255px;
  border: none;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

#banner-section .bnr-btn1 {
  background-color: #f3f5f9;
  border: 2px solid #ffffff;
  color: #6a6a6c;
}

#banner-section .bnr-btn1:hover {
  color: #f7931e;
}

#banner-section .bnr-btn2 {
  background-color: #f7931e;
  border: 2px solid #d67e18;
  color: #ffffff;
}

#banner-section .bnr-btn2:hover {
  color: #6a6a6c;
}

@media (max-width: 768px) {
  .banner-cover p:first-child {
    font-size: 40px;
    font-weight: 400;
  }

  .banner-cover p:last-child {
    font-size: 30px;
    font-weight: 300;
  }

  #banner-section a {
    border-radius: 5px;
    padding: 10px 20px;
    line-height: 50px;
    font-size: 20px;
    width: 200px;
    border: none;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
  }
}

/* ----------------------- */
/* Clients Logo */
/* ----------------------- */
#brand-logo {
  /* min-height: 100px; */
  background-color: #333333;
  border-bottom: 10px solid #f7931e;
}

#brand-logo .row {
  /* padding-top: 15px; */
}
#brand-logo img {
  height: 75px;
  /* width: 150px; */
  padding: 10px 0 10px;
}

/*-----------------------------------------------------
# Testimonials
-----------------------------------------------------*/

.client-img {
  width: 115px;
  height: 115px;
  overflow: hidden;
  background: #ffffff;
  margin: 0px auto 20px;
  border-radius: 100%;
  transition: 0.5s;
  padding: 5px;
  box-shadow: 0px 0 5px #bdbdbd;
  margin-top: 5px;
}
.carousel-content {
  padding: 0px 0px;
}

#testimonial h2 {
  margin-bottom: 35px;
  color: #f7931e;
  font-size: 40px;
}

.carousel-content h3 {
  font-size: 21px;
  font-weight: lighter;
  color: #f7931e;
}
.carousel-content h3 span {
  font-size: 21px;
  font-weight: lighter;
  color: #494949;
}

.client-img img {
  width: 100%;
  height: 100%;
}

#testimonial {
  text-align: center;
  color: #494949;
  padding: 35px 0px 0px;
}

#testimonial p {
  min-height: 110px;
  font-size: 16px;
  font-style: italic;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
  font-size: 20px;
  width: 4%;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.1s ease;
}

.carousel-indicators li {
  background-color: #f7931e;
}

/*-----------------------------------------------------
# Services
-----------------------------------------------------*/
.services {
  padding-bottom: 30px;
  text-align: center;
  padding: 35px 0px;
}

.services .section-title h2 {
  margin-bottom: 35px;
  color: #f7931e;
  font-size: 40px;
}

.services .section-title p {
  text-align: center;
  margin-bottom: 30px;
  color: #494949;
}

.services .service-box {
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0 5px #bdbdbd;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 335px;
  background: #fff;
}

.services .service-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(247, 147, 30, 0.1);
  left: 0px;
  top: -500px;
  z-index: -1;
  transition: 1s;
}

.services .service-box:hover::after {
  top: 0px;
}

.services i {
  display: flex;
  justify-content: center;
}

.services i {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 100%;
  transition: 0.5s;
  color: #f7931e;
  font-size: 35px;
  overflow: hidden;
  padding-top: 18px;
  box-shadow: 0px 0 5px #bdbdbd;
  margin: 10px auto 15px;
}

.services h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}

.services h4 a {
  color: #494949;
  text-decoration: none;
}

.services h4 a:hover {
  color: #f7931e;
}

.services p {
  line-height: 24px;
  font-size: 14px;
}

/* ----------------------- */
/* Our team */
/* ----------------------- */

#our-team {
  position: relative;
  min-height: 522px;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 0px;
}
.our-team-bg {
  position: absolute;
  min-height: 522px;
  background-image: url("../img/line-png-transparent-22.png");
  /* background-position: center; */
  width: 100%;
  opacity: 0.3;
}

#our-team h2 {
  padding-bottom: 35px;
  color: #f7931e;
  font-size: 40px;
  font-weight: 300;
  /* background-color: white; */
}
#our-team hr {
  border-top: 1px solid #333333;
}

#our-team .card {
  border: none;
  background: none;
  z-index: 1000;
}

#our-team img {
  height: 225px;
  padding: 6px;
  border: 4px solid #333333;
}

#our-team .card-body h4 {
  font-size: 20.59px;
  font-weight: 400;
}

#our-team .card-body h4:first-child {
  color: #f7931e;
}

#our-team .card-body h4:nth-child(2) {
  color: #494949;
}

/* ----------------------- */
/* Contect Us */
/* ----------------------- */
#contect-us {
  position: relative;
  min-height: 580px;
  background-color: #f3f5f9;
  padding: 35px 0px;
}

#contect-us h2 {
  margin-bottom: 35px;
  color: #f7931e;
  font-size: 40px;
  font-weight: 300;
}

#contect-us input,
#contect-us textarea {
  border: 1px solid #dddfe1;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(221, 223, 225, 1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(221, 223, 225, 1);
  box-shadow: 5px 5px 5px 0px rgba(221, 223, 225, 1);
}
#contect-us button {
  font-size: 28px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 200;
  border-radius: 25px;
  padding: 5px 35px;
}

/* ----------------------- */
/* Footer */
/* ----------------------- */
footer {
  position: relative;
  min-height: 492px;
  background-color: #333333;
  margin-bottom: 0px;
  border-top: 10px solid #f7931e;
}

footer h5 {
  color: #ffffff;
  font-size: 21.98px;
  margin-top: 35px;
  margin-bottom: 35px !important;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 500;
}
footer .h5 {
  font-size: 40px;
  font-weight: 300;
  padding: 0px;
  margin-top: 35px !important;
}
.col-md-12 > .h5 {
  font-size: 21.98px;
  margin-top: 35px !important;
  margin-bottom: 35px !important;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 500;
}

footer .footer-manu {
  list-style: none;
  color: #9ea1a2;
  padding-left: 0px;
}
footer #footer-manu1 li a {
  color: #f7931e;
}

footer #footer-manu1 li a:hover {
  border-bottom: 2px solid #ffffff;
}

footer form .container {
  margin-top: 80px;
}

footer .footer-manu3 li:nth-child(3) a {
  color: #f7931e;
}
footer .footer-manu3 li:nth-child(4) a {
  color: #f7931e;
}
footer .footer-manu3 li:nth-child(5) a {
  color: #f7931e;
}
footer .footer-manu li {
  margin-bottom: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  font-size: 18.4px;
}
footer .footer-social-link {
  padding-left: 0px;
}

footer .footer-social-link li {
  display: inline;
  list-style: none;
}

.footer-social-link > li > a > i {
  width: 40px;
  height: 40px;
  border-radius: 5%;
  transition: 0.5s;
  color: #fff;
  padding-top: 8px;
  padding-left: 8px;
  font-size: 25px;
  overflow: hidden;
  margin: 0px 5px;
}

.footer-social-link > li:nth-child(1) > a > i {
  padding-left: 12px;
}

.footer-social-link > li > a > i:hover {
  background-color: #f7931e;
}

.footer-copyright {
  /* position: absolute; */
  bottom: 0;
  min-height: 55px;
  background-color: #333333;
  width: 100%;
}
.footer-copyright span {
  color: #676b6e;
  font-size: 18.18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ----------------------- */
/* Form */
/* ----------------------- */

.succdiv {
  background-color: lightgreen;
  margin: 0px 15px;
  border-radius: 5px;
  color: #494949;
}
.errdiv {
  background-color: #f7931e;
  margin: 0px 15px;
  border-radius: 5px;
  color: #fff;
}
