@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body {
  height: 100%;
  width: 100%;
  font-family: Poppins,sans-serif;
  color: #222;

}

.navbar {
  padding: .8rem;
  background-color:rgba(0,0,0,0.5);
  transition: 0.8s ease;
}

.navbar.scrolled {
  background-color:#222;
  padding: 0.2rem;
}
.navbar.scrolled img {
  width: 140px;
}

.brandlogo {
  max-width: 200px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.navbar-nav li {
  padding-right: 1.3rem;
}

.nav-link {
  font-size: 1.1rem; !important
}

.dropdown-item:hover {
  background-color: #d5d5d5;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary {
  background-color: #fea300;
  border: 1px solid #fea300;
}
.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #fea300;
  color: #fea300;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
  background-color: #fea300;
}

.jumbotron .btn {
  background-color: #fff;
  border: 1px solid #fea300;
  color: #fea300;
}
.jumbotron .btn:hover {
  background-color: #fea300;
  border: 1px solid #fff;
  color: #fff;
}

.padding {
  padding-bottom: 2rem;
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.fun {
  width: 100%;
  margin-bottom: 2rem;
  background-color: #fea300;
  border-color: #fea300;
  height: 3rem;
  font-weight: bold;
}

#testimonials {
  width: 98%;
}

.fa-car, .fa-lightbulb, .fa-rupee-sign, .fa-mobile-alt {
  color: #fea300;
  font-size: 4rem;
  margin:1rem;
}
.fa-car:hover,
.fa-lightbulb:hover,
.fa-rupee-sign:hover,
.fa-mobile-alt:hover {
  color: #222;
}
.social a{
  font-size: 4.5rem;
  padding: 3rem;
}
.social1 a{
  font-size: 2rem;
  padding: 1rem;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twitter {
  color: #00aced;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #517fa8
}
.fa-youtube {
  color: #bb0000;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
  color: #d5d5d5;
}

footer {
  background-color: #222;
  color: #d5d5d5;
  padding-top: 2rem;
  margin-top: 3rem;

}

footer img{
  max-width: 140px;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 5px;
  background-color: rgba(0,0,0,0.5);
  color: #ffb400;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
#back2Top:hover {
  background-color: black;
  color: #ffb400;
}
/* Preloader-Start */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(logo/Bars.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader-Ended */

/*--AboutUs--*/
.aboutcontainer {
  margin-top: 8rem;
}

/*--Engineering Solutions--*/
.headcolor {
  color: #fea300;
}
.logos img {
  opacity: 0.6;
}
.logos img:hover {
  opacity: 1;
}
/*--CGI--*/
.caroupad {
  margin-bottom: 4rem;
}
.textpad {
  padding: 2rem;
}
.imgpad img{
max-width: 200px;
}
.graph2 {
  margin: unset;
}
.graph3 {
  margin: unset;
}
.fa-angle-left,
.fa-angle-right {
  color: #fea300;
  font-size: 2rem;
}
/*---Media Queries --*/
@media (max-width: 992px) {
  .navbar {
    background-color: #213047;
  }
  .carousel-inner {
    margin-top: 4rem;
  }
  .social a{
    font-size: 4rem;
    padding: 2rem;
  }

  #service img {
    max-width: 94%;
  }
  }
@media (max-width: 768px) {
  .brandlogo{
    width: 150px;
  }
  .carousel-caption {
    position: absolute;
    top: 45%;
  }

  .carousel-caption h1 {
    font-size: 350%;
  }

  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: .2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200%;
  }
  .social a{
    font-size: 2.5rem;
    padding: 1.2rem;
  }

}
@media (max-width: 576px) {
  .brandlogo{
    width: 100px;
  }
  .carousel-caption {
    position: absolute;
    top: 40%;
  }

  .carousel-caption h1 {
    font-size: 150%;
  }

  .carousel-caption h3 {
    font-size: 110%;

  }
  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }

  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160%;
  }
  .social a{
    font-size: 2rem;
    padding: .7rem;
  }

  .video iframe{
   width:100%;
  }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/testi.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
