/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
html {
  scroll-behavior: auto;
}

body {
  padding-top: 54px;
}
.testimonial {
  margin-top: 0px;
}
.testi1 {
  font-size: 24px;
  line-height: 35px;
}
.testi2 {
  font-size: 24px;
}
.testi3 {
  font-size: 18px;
  margin-top: -15px;
}

@media only screen and (max-width: 992px) {
  .testimonial {
    margin-top: -10px;
  }
  .testi1 {
    font-size: 24px;
    line-height: 30px;
  }
  .testi2 {
    font-size: 20px;
  }
  .testi3 {
    font-size: 16px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial {
    margin-top: -50px;
  }
  .testi1 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }
  .testi2 {
    font-size: 18px;
  }
  .testi3 {
    font-size: 14px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 576px) {
  .testimonial {
    margin-top: -50px;
  }
  .testi1 {
    font-size: 18px;
    line-height: 20px;
  }
  .testi2 {
    font-size: 16px;
  }
  .testi3 {
    font-size: 14px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 480px) {
  .testimonial {
    margin-top: -50px;
  }
  .testi1 {
    font-size: 18px;
    line-height: 20px;
  }
  .testi2 {
    font-size: 16px;
  }
  .testi3 {
    font-size: 14px;
    margin-top: -20px;
  }
}
.carousel-item {
  height: 65vh;
  min-height: 800px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ci2 {
  height: 35vh !important;
  min-height: 10px !important;
  background: no-repeat center center scroll !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.portfolio-item {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}
#nav {
  background: #045fff;
  transition: 0.4s all;
}
#nav text {
  color: white;
  font-size: 20px;
  transition: 0.4s all;
}
.carousel-caption h1 {
  opacity: 1;
  transition: 0.4s all;
  font-size: 72px;
}
.carousel-caption p {
  opacity: 1;
  transition: 0.4s all;
  font-size: 24px;
}
.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: 20px;
}

.avatar2 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-left: 20px;
}
.footer {
  background-color: #045fff;
}

.noPaddingLR {
  padding-left: 0;
  padding-right: 0;
}
#portfolio-row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

#toggle-button {
  display: block;
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
  text-align: center;
  background-color: #045fff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#toggle-button:hover {
  transform: scale(1.01);
}

#industry {
  padding-top: 54px;
}
