@font-face {
  font-family: "Akkurat Pro";
  src: url('../../fonts/akkurat_pro_regular-webfont.eot');
  src: url('../../fonts/akkurat_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/akkurat_pro_regular-webfont.woff2') format('woff2'),
    url('../../fonts/akkurat_pro_regular-webfont.woff') format('woff'),
    url('../../fonts/akkurat_pro_regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: "Akkurat Pro Light";
  src: url('../../fonts/akkurat_pro_light-webfont.eot');
  src: url('../../fonts/akkurat_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/akkurat_pro_light-webfont.woff2') format('woff2'),
    url('../../fonts/akkurat_pro_light-webfont.woff') format('woff'),
    url('../../fonts/akkurat_pro_light-webfont.ttf') format('truetype'),
    url('../../fonts/akkurat_pro_light-webfont.svg#akkurat_prolight') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: "Akkurat Pro";
  src: url('../../fonts/akkurat_pro_bold-webfont.eot');
  src: url('../../fonts/akkurat_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/akkurat_pro_bold-webfont.woff2') format('woff2'),
    url('../../fonts/akkurat_pro_bold-webfont.woff') format('woff'),
    url('../../fonts/assets/fonts/akkurat_pro_bold-webfont.ttf') format('truetype'),
    url('../../fonts/akkurat_pro_bold-webfont.svg#akkurat_probold') format('svg');
  font-weight: bold;
  font-style: normal;

}

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Akkurat Pro";
  font-weight: normal;
  color: #383E44;
}

a {
  color: #798590;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1 {
  font-size: 104px;
  font-family: "Akkurat Pro";
  font-weight: bold;
}

h1 span {
  color: #798590;
}

h2 {
  font-family: "Akkurat Pro";
  font-weight: bold;
  font-size: 64px;
  margin-top: 40px;
}

h3 {
  font-family: "Akkurat Pro";
  font-weight: bold;
  font-size: 24px;
  margin-top: 40px;
}

h4 {
  font-family: "Akkurat Pro";
  font-weight: bold;
  font-size: 16px;
}


h2 span {
  color: #798590;
}

p {
  font-size: 24px;
  margin-top: 40px;
  line-height: 160%;
}

@media (max-width: 991px) {

  .header {
    padding-bottom: 20vh;
  }

}

@media (max-width: 769px) {

  .header {
    padding-bottom: 40vh;
  }
  

  .header .logo img {
    max-height: 30px;
  }

  .navbar li img {
    max-height: 30px;
  }

  #offcanvasExample li img {
    max-height: 10px;
  }
  
}


@media (max-width: 541px) {

  .header {
    padding-bottom: 5vh;
  }
  
  
}

@media (max-width: 440px) {

  .header {
    padding-bottom: 10vh;
  }
  
  
}

@media (max-width: 400px) {

  .header {
    padding-bottom: 5vh;
  }
  
  
}

@media (max-width: 300px) {

  #hero h1 {
    font-size: 48px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }
  
}

@media (max-height: 600px) {

  #hero h1 {
    font-size: 48px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .header {
    padding-bottom: 5vh;
  }
  
  .header .logo img {
    max-height: 30px;
  }

  .navbar li img {
    max-height: 30px;
  }

  #offcanvasExample li img {
    max-height: 10px;
  }
  
  .btn-get-started {
    font-size: 16px;
  }
}

@media (max-height: 389px) {

  #hero h1 {
    font-size: 36px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

}

@media (max-height: 361px) {

  .header {
    padding-bottom: 1vh;
  }
  

}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #383E44;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #798590;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  padding: 40px 0;
}

.header .logo img {
  max-height: 35px;
  margin-right: 6px;
}

.navbar li img {
  max-width: 41px;
}

/* @media (max-width: 991px) {
  .header {
    margin-left: 120px;
  }
} */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/


.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}



/*--------------------------------------------------------------
# Offcanvas menu
--------------------------------------------------------------*/

#offcanvasExample {
  width: 100%;
  height: 100vh;
  transition-duration: 1s;
  border-color: none;
  border: none;
}

#offcanvasExample h4 {
  color: #B5B5B5;
  margin-bottom: 10px;
  margin-top: 60px;

}

#offcanvasExample i {
  font-size: 35px;
  margin-right: 40px;
  line-height: 5px;
  color: #383E44;
}

#offcanvasExample i:hover {
  color: #B5B5B5;
}



.bmenu {
  list-style: none;
  margin-top: 200px;
  padding: 0;
  color: #383E44;
}

.bmenu h2 {
  color: #383E44;
}

.bmenu h2:hover {
  color: #B5B5B5;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
}

#hero-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(70%);
}

.hero h1 {
  font-size: 104px;
  color: white;
}

.hero h1 span {
  font-family: "Akkurat Pro Light";
  font-weight: lighter;
  color: white;
}


.hero h2 {
  color: #383E44;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #ffffff;
}

.hero .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

.hero .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #8BBE41;
  padding: 8px 8px 8px 8px;

}


.hero .btn-get-started:hover {
  transform: translateX(5px);
}

.hero .btn-get-started i:hover {
  background: #798590;
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
    
  }

}

@media (max-width: 991px) {

  #hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  #hero-video {
    height: 85vh;
  }

  .btn-get-started {
    margin-right: 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  #about {
    margin-top: 10%;
  }

}

@media (max-width: 768px) {

  

  .hero h1 {
    font-size: 64px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Content Section
--------------------------------------------------------------*/

.container {
  margin-bottom: 100px;

}

@media (max-width: 768px) {

  .container {
    margin-bottom: 100px;

  }

}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


#about .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#about .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#about .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#about .btn-get-started:hover {
  transform: translateX(5px);
}

#about .btn-get-started i:hover {
  background: #798590;
}

/*--------------------------------------------------------------
# Our work
--------------------------------------------------------------*/
#ourwork .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#ourwork .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#ourwork .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#ourwork .btn-get-started:hover {
  transform: translateX(5px);
}

#ourwork .btn-get-started i:hover {
  background: #798590;
}

#ourwork p span {
  color: #798590;
}


/*--------------------------------------------------------------
# power of the wind
--------------------------------------------------------------*/

#powerofthewind h1 span {
  font-family: "Akkurat Pro Light";
  font-weight: lighter;
}

#powerofthewind {
  background-image: url("../img/windbg.png");
  background-position: start;
  background-repeat: no-repeat;
  background-size: contain;

}


/*--------------------------------------------------------------
# trusted
--------------------------------------------------------------*/
.trusted h3 {
  margin-bottom: 60px;
}

.clients {
  text-align: start;
}

.clients img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  filter: grayscale(100);
  padding-bottom: 10px;
  margin-left: -80px;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .clients img {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .clients img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Advice
--------------------------------------------------------------*/
#advice .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#advice .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#advice .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #8BBE41;
  padding: 8px 8px 8px 8px;

}

#advice .btn-get-started:hover {
  transform: translateX(5px);
}

#advice .btn-get-started i:hover {
  background: #798590;
}

#advice .row h2 span {
  font-size: 24px;
  font-weight: bold;
  color: #383E44;
}



/*--------------------------------------------------------------
# Sectors
--------------------------------------------------------------*/
/* #sectors {
  background-color: #B5B5B5;
} 


.accordion-button {
  background-color: #B5B5B5;
} */

#sectors h2 {
  font-family: "Akkurat Pro";
  font-weight: bold;
  font-size: 64px;
  margin: 0;
}


.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #798590;
  border-bottom: none;
  border: none;
}


.accordion-item {
  border: none;
  padding: 0;
  border: none;
}

.accordion-item:active {
  border: none;
}



.accordion-button::after {
  background-image: url("../img/plusicon.svg");
  transition: all 0.5s;
  background-size: cover;
  margin-right: 30px;

}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minusicon.svg");
  background-size: contain;
  color: #798590;
}

#sectors .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#sectors .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#sectors .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#sectors .btn-get-started:hover {
  transform: translateX(5px);
}

#sectors .btn-get-started i:hover {
  background: #798590;
}


@media (max-width: 991px) {

  #sectors h2 {
    font-size: 48px;
    
  }

}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
#projects .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#projects .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#projects .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#projects .btn-get-started:hover {
  transform: translateX(5px);
  color: #383E44;
}

#projects .btn-get-started i:hover {
  background: #798590;
}

#projects a:hover {
  color: white;
}

#projects a {
  color: white;
}


/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/


#expertise .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#expertise .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#expertise .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#expertise .btn-get-started:hover {
  transform: translateX(5px);
}

#expertise .btn-get-started i:hover {
  background: #798590;
}


.card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
  height: 300px;
  transition: all 0.4s ease-in-out;
}

.card:hover {
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.01);
}

.card-img-overlay {
  /* Adjust the overlay color and opacity as needed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.card-img {
  object-fit: cover;
  height: 100%;
  transition: all 0.4s ease-in-out;

}

.card-title-overlay {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  /* Text color */
}

.custom-card-big {
  height: 620px;
  /* Set the desired fixed height for the cards */
  transition: all 0.4s ease-in-out;
}

.custom-card-big:hover {
  transition: all 0.4s ease-in-out;
  transform: scale(1.01);
}

.custom-card {
  height: 300px;
  /* Set the desired fixed height for the cards */
  margin-bottom: 4px;
  transition: all 0.4s ease-in-out;
  
}

.custom-card:hover {
  transition: all 0.4s ease-in-out;
  transform: scale(1.01);
}

.custom-card .card-img {
  object-fit: cover;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.custom-card .card-img:hover {
  object-fit: cover;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Birdtrack
--------------------------------------------------------------*/
#birdtrack {
  margin-top: 100px;
}

#birdtrack h1 {
  text-shadow: 3px 3px 19px rgba(255, 255, 255, 0.23);
}

#birdtrack h1 span {
  color: #798590;
}

#birdtrack h4 span {
  font-family: "Akkurat Pro Light";
  font-weight: lighter;
  font-size: 14px;
}

#birdtrack p {
  margin-bottom: 40px;
}

#birdtrack .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#birdtrack .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#birdtrack .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #4180C2;
  padding: 8px 8px 8px 8px;

}


#birdtrack .btn-get-started:hover {
  transform: translateX(5px);
}

#birdtrack .btn-get-started i:hover {
  background: #798590;
}


.btlogo {
  margin-bottom: 40px;
}

.image-container {
  position: relative;
  margin-right: 0;
  margin-left: -18rem;
  margin-top: -85px;
  z-index: -999;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}


.overlay-image {
  position: absolute;
  justify-content: center;
  top: 2rem;
  right: 1rem;
  width: 90%;
  height: 90%;
  z-index: 2;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


@media (max-width: 991px) {
  .image-container {
    margin-left: 0;
    margin-top: 0;
  }

  .card {
    height: auto;
    padding: 10px;
    margin-bottom: auto;
    margin-top: auto;

  }

  .custom-card {
    height: auto;
    padding: 10px;
    margin-bottom: auto;
    margin-top: auto;
  }

  .custom-card-big {
    height: auto;
    padding: 10px;
    margin-bottom: auto;
    margin-top: auto;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Updates
--------------------------------------------------------------*/

#updates .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#updates .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#updates .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#updates .btn-get-started:hover {
  transform: translateX(5px);
}

#updates .btn-get-started i:hover {
  background: #798590;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.hover:hover {
  transition: all 0.4s ease-in-out;
  transform: scale(1.01);
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
  border-radius: 0;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  border-radius: 0;
  object-fit: cover;
}

.hover-content {
  position: relative;
  z-index: 99;
  border-radius: 0;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
  border-radius: 0;
}

.hover-1 p {
  font-size: 14px;
}


.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  border-radius: 0;
}

.hover-1 .hover-overlay {
  border-radius: 0;
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
  border-radius: 0;
}

.hover-1:hover .hover-1-content {
  border-radius: 0;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
  border-radius: 0;
}

.hover-1:hover img {
  left: 0;
  border-radius: 0;
  filter: brightness(0.5);
}

.hover-1:hover .hover-overlay {
  opacity: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  
}

/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 20px;
  background: #8BBE41;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 1rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #8BBE41;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

.lasttext {
  margin-top: -40px;
}









/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  position: relative;
  margin-top: 100px;
  background-color: #8cbe4121;
  padding-top: 160px;
}

.testimonials p {
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: bold;
  text-justify: inter-word;

}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonial-item {
  color: #383838;
  margin-left: 100px;
  margin-top: 40px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 40px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  color: #292929;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #3a3a3a;
  margin: 0 0 0 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(34, 34, 34, 0.4);
  font-size: 24px;
}


.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: #4d4d4d;
  text-justify: inter-word;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(80, 80, 80, 0.5);
  opacity: 1;
  margin-left: 20px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0e0e0e;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
#careers .image-container {
  position: relative;
  margin-left: -18rem;
  margin-top: 20px;
  z-index: -999;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

#careers h1 {
  text-shadow: 3px 3px 19px rgba(59, 59, 59, 0.103);
}

#careers .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#careers .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#careers .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #383E44;
  padding: 8px 8px 8px 8px;

}


#careers .btn-get-started:hover {
  transform: translateX(5px);
}

#careers .btn-get-started i:hover {
  background: #798590;
}

@media (max-width: 991px) {

  #careers .image-container {
    margin: auto;

  }

}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#contact .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#contact .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #8BBE41;
  padding: 8px 8px 8px 8px;

}


#contact .btn-get-started:hover {
  transform: translateX(5px);
}

#contact a:hover {
  color: white;
}

#contact .btn-get-started i:hover {
  background: #798590;
}

.contact {
  background-color: #B5B5B5;
  height: auto;
}

.contact h3 {
  line-height: 160%;
  color: white;
}

.contact p {
  color: white;
  line-height: 80%;
  margin-top: 10px;
}

.contact span {
  font-size: 12px;
  font-weight: lighter;
}

.form-control {
  margin-top: 40px;
  border-radius: 0;
}

button {
  all: unset;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.container-footer {
  margin-bottom: 0;

}

@media (max-width: 768px) {

  .container {
    margin-bottom: 0;

  }

}


#footer {
  color: #ffffff;
  background-color: #383E44;
  line-height: 100px;
  height: auto;
}

#footer h4 {
  color: #798590;
  margin-bottom: 25px;
}



#footer p {
  font-size: 16px;
  line-height: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
}

#footer i {
  font-size: 35px;
  margin-right: 40px;
  color: white;
}

#footer i:hover {
  color: #B5B5B5;
}

#footer img {
  padding: 5px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.logos2 {
  margin-top: 40px;
}

.logos3 {
  margin-top: 20px;
}



/*--------------------------------------------------------------
# Projects individual
--------------------------------------------------------------*/


#projectsindividual .projectcards {
  margin-top: 60px;
}



#projectsindividual .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#projectsindividual .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#projectsindividual .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #8BBE41;
  padding: 8px 8px 8px 8px;

}


#projectsindividual .btn-get-started:hover {
  transform: translateX(5px);
}

#projectsindividual .btn-get-started i:hover {
  background: #798590;
}


#aboutuspage {
  height: 50vh;
  width: 100%;
  background-image: url(../img/wind.png); 
  object-fit: inherit;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: 50%;
  margin-bottom: -60px;
  background-blend-mode: darken;
}


#aboutuspage h1 {
  margin-top: 80px;
  color: white;
}



#projectspage a:hover {
  color: white;
}

#projectspage a {
  color: white;
}


#projectspage .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  transition: 0.5s;
  color: #383E44;
}

#projectspage .btn-get-started span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 15px;
}

#projectspage .btn-get-started i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
  background: #8BBE41;
  padding: 8px 8px 8px 8px;

}


#projectspage .btn-get-started:hover {
  transform: translateX(5px);
  color: #383E44;
}

#projectspage .btn-get-started i:hover {
  background: #798590;
}