/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap"); */

body {
  overflow-x: hidden;
  /* font-family: "Lato", sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  font-family: "Open Sans", sans-serif;
  color: #505962;
  font-size: 1rem;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.link {
  color: #4fc3f7 !important;
  font-weight: 600;
}

.required {
  color: red;
}

#header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.main {
  position: relative;
}

.main-about-us {
  background: url(img/about-us-img1.jpeg);
  background-size: cover;
  background-position: center;
}

.main-services {
  background: url(img/who-we-are.jpeg);
  background-size: cover;
  background-position: center;
}

.main-contact {
  background: url(img/contact-us-img.jpeg);
  background-size: cover;
  background-position: center;
}

.main-dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  min-height: 60vh;
  padding: 280px 0 220px;
}

.carousel-inner {
  height: 100vh;
}

.caption-dark {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  padding: 280px 0 220px;
}

/*============= NAVIGATION SECTION =============*/
.navbar {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.nav-item {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 50px;
}

.nav-link {
  color: #fff !important;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #fff !important;
  color: #262626 !important;
  border-radius: 3px;
  transition: all 0.6s ease 0s;
}

.navbar img {
  height: 10rem;
}

.navbar-nav li {
  padding-right: 0.7rem;
}

/*Landing Page*/
.home-inner {
  /* background-color: #43b7b4; */
  /* background-image: linear-gradient(90deg, #004d80, #03263a); */
  /* Created with https://www.css-gradient.com */
  background: #aee9f2;
  background: -webkit-linear-gradient(top left, #aee9f2, #aec2f4);
  background: -moz-linear-gradient(top left, #aee9f2, #aec2f4);
  background: linear-gradient(to bottom right, #aee9f2, #aec2f4);
  opacity: 0.5;
}

.who-we-are-banner {
  padding: 1rem;
  color: black;
  background-image: url(img/banner.jpeg);
}

.services-img img {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.who-we-are-banner h1 {
  padding-top: 8rem;
  color: black;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}

.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  padding-bottom: 1rem;
  text-transform: none;
}

.caption h3 {
  font-size: 1.2rem;
  text-shadow: 0.1rem 0.1rem 0.1rem black;
  padding-bottom: 1.6rem;
  padding-left: 5%;
  padding-right: 5%;
  text-transform: none;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: 0.6rem 1.3rem;
  font-size: 1.1rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #008000;
  min-width: 11rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0.8rem;
  z-index: 1;
}

.dropdown-content a {
  color: #fff !important;
}

.dropdown-content a:hover {
  color: #fff !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.slide-right {
  width: 100%;
  overflow: hidden;
}

.slide-right h1 {
  animation: 0.75s slide-right 0.75s forwards;
  transform: translateX(100%);
}

.slide-right h2 {
  animation: 1s slide-right 1s forwards;
  transform: translateX(-100%);
}

.slide-right a {
  animation: 1s slide-right 1s forwards;
  transform: translateX(500%);
}

@keyframes slide-right {
  to {
    transform: translateX(0);
  }
}

.btn {
  transition: width 2s;
}

.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn:hover span {
  padding-right: 25px;
}

.btn:hover span:after {
  opacity: 1;
  right: 0;
}

/* .btn:hover {
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.75) !important;
} */

/*============= OUR MISSION SECTION =============*/

.narrow {
  width: 90%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}

.narrow h1 {
  font-size: 2.4rem;
}

.btn-outline-secondary {
  border-width: medium;
  border-radius: 0;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #4fc3f7;
  color: white;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  border-color: #4fc3f7;
  background-color: #4fc3f7;
  color: white;
}

.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #4fc3f7;
  background-color: #4fc3f7;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #4fc3f7;
  background-color: #4fc3f7;
  color: white;
}

/*============= SERVICES SECTION =============*/

.jumbotron {
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
  border-radius: 0;
}

.jumbotron .narrow {
  padding-top: 0rem;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  /* text-transform: uppercase; */
  margin-bottom: 1.9rem;
  color: rgba(0, 0, 0);
}

.heading-underline {
  width: 3rem;
  height: 0.2rem;
  background-color: #4fc3f7;
  margin: 0 auto 1rem;
}

#services svg.svg-inline--fa,
#services2 svg.svg-inline--fa {
  color: #4fc3f7;
  padding-bottom: 0.4rem;
  margin-bottom: 2rem;
}

#services h3,
#services2 h3 {
  /* font-size: 1.5rem; */
  /* text-transform: uppercase; */
  padding-bottom: 0.4rem;
}

#services p,
#services2 p,
#mission p,
#contact p {
  font-size: 1.1rem;
  padding-bottom: 0.4rem;
}

/*============= ACTION SECTION =============*/
/* .fixed {
  background-image: url(img/index-img-1.jpeg);
  z-index: -1;
} */

.dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 3rem 2rem;
}

.fixed-background {
  background-image: url(img/index-img-1.jpeg);
}

.fixed-background h3 {
  margin-bottom: 2rem;
}

.fixed-background p {
  margin-top: 1.5rem;
}

/*============= TESTAMONIALS SECTION =============*/
.clients img {
  width: 100%;
  border-radius: 50%;
}

blockquote .svg-inline--fa {
  color: #4fc3f7;
  margin: 1rem;
}

.clients-hr {
  border-top: 0.05rem solid #4fc3f7;
}

/*============= ABOUT SECTION =============*/
.about img {
  width: 50%;
  border-radius: 50%;
}

/*============= PORFOLIO SECTION =============*/
.portfolio-images-container {
  border-radius: 1rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
}

.portfolio-images-container:hover {
  box-shadow: 0 1rem 2rem rgba(4, 143, 153, 0.15);
}

.portfolio-images-container img {
  border-radius: 0.3rem;
}

/*============= CONTACT SECTION =============*/
footer {
  background-color: #212529 !important;

  /* background-color: #fff; */
  /* color: white; */
  padding: 1rem 0 2rem;
  /* margin-top: 1rem; */
  color: #fff;
}

footer img {
  height: 6rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem 0.5rem 0 0;
}

footer svg.svg-inline--fa:hover {
  color: #4fc3f7 !important;
}

footer a:hover {
  color: #4fc3f7 !important;
  text-decoration: none;
}

ul.social {
  list-style-type: none;
  display: flex;
  max-width: 12rem;
  padding: 0;
}

ul.social li {
  margin: 0 auto;
  margin-left: 0;
}

footer .svg-inline--fa {
  font-size: 1.2rem;
  color: #fff;
}

hr.socket {
  width: 100%;
  border-top: 0.1rem solid #fff;
  margin-top: 3rem;
}

.copyright-text {
  font-size: 1rem;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* JUMPING BUTTON */
.button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #4fc3f7;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 3px;
}

.button:hover {
  background-color: #4fc3f7;
  color: white;
}
.button:hover {
  background-color: #4fc3f7;
  color: white;
}

/*Bounce*/
@keyframes kreep {
  0% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  50% {
    -webkit-transform: scale(0.9, 1.1) translateY(-0.5rem);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

h1.kreep {
  display: inline-block;
  /*name-duration-function(ease,eas-in,linear)-delay-count-direction */
  animation: kreep 0.7s ease 2s infinite alternate;
}

h1.kreep:hover {
  animation: none;
}
/*END BOUNCER*/
/*============= MEDIA QUERIES =============*/
@media (max-width: 767px) {
  .carousel-inner {
    height: 40vh;
  }

  .carousel-item {
    height: 40vh;
  }

  .carousel-item img {
    height: 100%;
  }

  .caption-dark {
    height: 40vh;
    padding: 100px 0 20px;
  }

  .main-dark {
    height: 21vh;
    padding: 90px 0 20px;
  }

  .caption h1 {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    padding-bottom: 0.5rem;
  }

  .caption h2 {
    font-size: 1rem;
  }

  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .caption h4 {
    font-size: 1rem;
    padding-bottom: 1.2rem;
  }

  .action h3 {
    font-size: 1.2rem;
  }

  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .btn-md {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .nav-link {
    color: #fff !important;
  }

  .narrow {
    width: 100%;
    margin: auto;
    padding-top: 2rem;
  }

  .narrow h1 {
    font-size: 1.5rem;
  }
  .clients img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }

  .navbar img {
    height: 6rem;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

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) { ... }

=============*/
