.bounce-top {
  display: block;
  -webkit-animation: bounce-top 2s infinite both;
          animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-6 1:24:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 82px;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #ebecf2;
}

h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.underline {
  margin: 0 auto 40px;
  width: 60px;
  height: 4px;
  background-color: #ff3503;
}

.red-text {
  color: #ff3503;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

nav {
  text-transform: uppercase;
  transition: background-color 0.6s;
  z-index: 1;
  font-size: 18px;
}
nav a,
nav i {
  color: #fff;
}
nav a:hover {
  color: #ff3503;
}
nav .fa-bars {
  padding: 10px;
}
nav .navbar-brand {
  font-weight: bold;
}
nav .active {
  color: #ff3503;
  font-weight: bold;
}

header {
  color: #fff;
}
header h1 {
  font-size: 32px;
  text-transform: uppercase;
}
header p {
  font-size: 18px;
}
header .hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -10;
}
header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}
header .btn-outline-light {
  padding: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}
header .fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 32px;
  color: #fff;
}

.aboutus .aboutus-card-title {
  font-size: 20px;
  font-weight: bold;
  color: color;
  text-transform: uppercase;
}
.aboutus .aboutus-card-text {
  font-size: 14px;
}
.aboutus .gif {
  max-width: 100px;
  height: auto;
}
.aboutus .aboutus-hover {
  padding: 10px 20px;
}

.aboutus-hero .aboutus-hero-item i {
  font-size: 40px;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-title {
  font-size: 22px;
  font-weight: 600;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-text {
  font-size: 16px;
}

.contact-us {
  text-align: center;
}
.contact-us .contact-item ul {
  list-style-type: none;
}
.contact-us .contact-item ul a {
  text-decoration: none;
  color: white;
}
.contact-us .contact-item ul a:hover {
  color: #ff3503;
}

.aboutus-hero .aboutus-hero-item i {
  font-size: 40px;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-title {
  font-size: 22px;
  font-weight: 600;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-text {
  font-size: 16px;
}

.contact-us {
  text-align: center;
}
.contact-us .contact-item ul {
  list-style-type: none;
}
.contact-us .contact-item ul a {
  text-decoration: none;
  color: white;
}
.contact-us .contact-item ul a:hover {
  color: #ff3503;
}

.aboutus-hero {
  position: relative;
  background-image: url("../img/aboutus.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #ddd;
  z-index: 0;
}
.aboutus-hero .aboutus-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -5;
}
.aboutus-hero .aboutus-hero-item {
  margin: 10px 0;
}
.aboutus-hero .aboutus-hero-item i {
  font-size: 50px;
}
.aboutus-hero .aboutus-hero-item .aboutus-hero-title {
  font-size: 24px;
}

.portfolio .carousel-item {
  position: relative;
  height: 600px;
}
.portfolio .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.portfolio .carousel-indicators {
  padding-bottom: 20px;
}
.portfolio .card-img-top {
  width: 100%;
  height: 35vh;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.team {
  position: relative;
  background-image: url("../img/aryan-dhiman-iGLLtLINSkw-unsplash.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.team h2 {
  color: #ddd;
}
.team .team-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -5;
}
.team .card {
  transition: transform 0.3s;
}
.team .card img {
  height: 300px;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}
.team .card i {
  padding: 10px;
}
.team .card:hover {
  transform: scale(0.96);
}
.team .card-title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.team .card-body {
  height: 160px;
}

.achievements img {
  max-width: 100px;
  height: auto;
}
.achievements .achievements-list {
  padding: 20px 0;
}
.achievements .achievement-number {
  font-size: 28px;
  font-weight: bold;
}
.achievements .achievement-text {
  font-size: 16px;
  text-transform: uppercase;
}

.contact {
  position: relative;
  background-image: url("../img/romain-lohezic-YMi66afAE3I-unsplash.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}
.contact h2 {
  color: #ddd;
  font-weight: bold;
}
.contact .contact-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 9, 27, 0.85);
  z-index: -5;
}
.contact .contact-us {
  align-items: flex-start;
  color: #fff;
}
.contact .contact-us .contact-item {
  margin: 30px 0;
}
.contact .contact-us .contact-item h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .contact-us .contact-item .social-media {
  font-size: 26px;
}
.contact .contact-us .contact-item .social-media a {
  padding: 10px;
  color: #fff;
  align-items: center;
}
.contact .contact-us .contact-item .social-media a:hover {
  color: #ff3503;
}
.contact .contact-us .contact-item .social-media p {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.contact .contact-us .image {
  height: 300px;
  width: auto;
}

footer {
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  color: rgb(255, 103, 98);
}
footer .link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}
footer .link:hover {
  color: #ff3503;
}

@media (min-width: 375px) {
  h2 {
    font-size: 22px;
  }
  header h1 {
    font-size: 36px;
  }
  header p {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .custom-logo {
    width: 110px;
    height: auto;
  }
  header h1 {
    font-size: 40px;
  }
  header p {
    font-size: 18px;
  }
}
.card-img-top {
  height: 12vh;
  width: auto;
}

@media (min-width: 768px) {
  .custom-logo {
    width: 140px;
    height: auto;
  }
  header h1 {
    font-size: 42px;
  }
  header p {
    font-size: 20px;
  }
  .portfolio .card-title {
    font-weight: bolder;
  }
  .portfolio .card-img-top {
    width: auto;
    height: 15vh;
  }
  .contact {
    background-image: url("../img/romain-lohezic-small.jpg");
  }
}
@media (min-width: 992px) {
  nav {
    height: 82px;
  }
  .custom-logo {
    width: 160px;
    height: auto;
  }
  .aboutus-hero {
    background-image: url("../img/aboutus-mobile.jpg");
  }
  .team {
    background-image: url("../img/aryan-dhiman-small.jpg");
  }
  .contact-us {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .custom-logo {
    width: 200px;
    height: auto;
  }
  header .hero-img {
    background-image: url("../img/header-mobile.jpg");
  }
}/*# sourceMappingURL=main.css.map */