@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,800");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: normal;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3rem;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none !important;
  transition: 0.2s;
}

input,
button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #202020;
}

.section-title {
  padding-bottom: 40px;
}

section {
  z-index: 1;
}

.diagonal-end {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 110vw;
  height: 200px;
  margin-top: 0;
  margin-bottom: -100px;
  margin-left: -5vw;
  background-color: #fff;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

#contact,
footer {
  background: #ffffff;
  text-align: center;
}

.hideme {
  opacity: 0;
  margin-right: 100px;
}

.showme {
  opacity: 0;
  padding: 0 30% 0 5%;
  margin-top: -5rem;
}

#home .overlay {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #617f9dab, #001e3ade);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #617f9dab, #001e3ade);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}

.online-form {
  position: relative;
}

.online-form .form-control {
  border-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  box-shadow: none;
  height: 50px;
  margin-right: 0.5em;
  padding-left: 15px;
}

.online-form input[type="email"] {
  width: 60%;
}

.online-form button {
  background: #fdc219;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 6em;
  width: 25%;
}

.online-form button:hover {
  background: #202020;
  color: #ffffff;
}

/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  background: #fdc219;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 30px;
  transition: 0.5s 0.2s;
}

.section-btn:hover,
.section-btn:focus {
  background: #202020;
  color: #ffffff;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 10% 1.25rem 1.25rem;
  transition: 0.2s;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

.navbar-header {
  margin: 0 auto 0 3rem;
}

.navbar-logo {
  background: url("../images/brand_logo.svg") no-repeat center center;
  background-size: cover;
  width: 155px;
  height: 57px;
}

.logo-sm {
  width: 125px;
  height: 45px;
}

.top-nav-collapse {
  background: #ffffff;
  padding: 1rem 10% 1rem 1rem;
}

.custom-navbar .navbar-nav {
  margin-left: 6em;
}

.custom-navbar .nav li a {
  font-size: 16px;
  font-weight: normal;
  color: #f0f0f0;
  padding-right: 22px;
  padding-left: 22px;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #fdc219;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #fdc219;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #fdc219;
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  }

  .top-nav-collapse .navbar-brand {
    color: #252525;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}

/*---------------------------------------
      HOME          
  -----------------------------------------*/

#home {
  background-size: cover;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 12em;
  text-align: center;
  background-position: 50% 50% !important;
}

#home h1 {
  font-weight: bold;
  font-family: "Red Hat Display";
  font-size: 6rem;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: left;
}

.home-info {
  margin-top: -7rem;
  position: relative;
}

.home-info h3 {
  color: #ffff;
  font-size: 2.5rem;
  text-align: left;
  font-family: "Lato";
  display: block;
  width: 75%;
}

/*---------------------------------------
      WHATWEDO              
  -----------------------------------------*/

#wwd {
  margin: 0 2rem 2rem;
  padding-bottom: 0;
  overflow: hidden;
}

#wwd .container {
  display: none;
}

#wwd .section-title {
  color: #ffffff;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  background: #002140;
}

#wwd .col-md-8 {
  padding: 5rem;
}

#wwd .col-md-12 {
  display: flex;
  margin-bottom: 5rem;
  padding: 0;
}

#wwd .col-md-4 {
  margin: 3px 0 0;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}

#wwd .wwd-card-title {
  display: inline-block;
  position: relative;
  font-family: Lato;
  width: 100%;
  text-align: left;
  font-size: 4rem;
  color: #4a6075;
  margin-bottom: 2rem;
}

#wwd .wwd-card-text {
  position: relative;
  text-align: left;
  font-weight: 100;
  margin-right: 5rem;
  font-size: 2.25rem;
  font-family: Lato;
  color: #292b2c;
  padding: 1rem;
}

#wwd .wwd-card-button {
  color: white;
  position: relative;
  padding: 1rem;
  margin-left: auto;
  border: solid 1px white;
  width: fit-content;
  cursor: pointer;
  display: inline-block;
  transition: ease 0.2s;
}

.wwd-card-button:hover {
  transform: scale(1.1);
}

#wwd .img-trd {
  background: url("../images/trading.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#wwd .img-ds {
  background: url("../images/coder-man.jpg") no-repeat;
  background-size: cover;
}

#wwd .img-md {
  background: url("../images/cloudy-sky.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}

#wwd h3 {
  color: #f0f0f0;
  padding: 0 1rem;
}

#wwd h2 {
  font-size: 5rem;
  color: #003a74;
  padding-bottom: 1rem;
}

#wwd h1 {
  margin-top: 1rem;
}

#wwd .wwd-image {
  height: 40rem;
  width: 25%;
}

#wwd .nav-tabs {
  border-bottom: 0;
}

#wwd .nav > li > a {
  padding: 8px 0;
}

#wwd .nav-tabs > li > a {
  color: #999999;
  font-size: 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin-right: 35px;
}

#wwd .nav-tabs > li.active > a,
#wwd .nav-tabs > li.active > a:focus,
#wwd .nav-tabs > li.active > a:hover {
  background: transparent;
  color: #202020;
  border-bottom: 3px solid #fdc219;
}

#wwd .nav > li > a:focus,
#wwd .nav > li > a:hover {
  background: transparent;
  border-bottom: 3px solid #fdc219;
  color: #202020;
}

#wwd .tab-content {
  margin-top: 50px;
}

.tab-pane-item {
  margin: 20px 0;
}

.tab-pane-item h2 {
  margin: 0 0 5px 0;
}

.prod-img {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  height: 20rem;
  width: 32rem;
  border-radius: 1rem;
}

/*---------------------------------------
      PROD              
  -----------------------------------------*/
#prod {
  margin: 0 2rem 2rem;
  overflow: hidden;
  position: relative;
  height: 50rem;
  display: flex;
  align-items: center;
  padding: 5% 15%;
  background: url("../images/wind-turbines.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 90%;
}

#prod h2 {
  font-weight: 400;
  position: relative;
  color: white;
}
/*---------------------------------------
      ABOUT              
  -----------------------------------------*/
#about {
  background-size: 100% 100%;
  padding: 0;
  margin: 5rem 2rem 10rem;
}

#about .container {
  padding: 10rem 15%;
  width: 100%;
}

#about .row {
  margin: 0;
}

#about .col-md-6 {
  color: #4b4b4b;
}

#about h1 {
  font-family: Lato;
  font-weight: 400;
  color: #366796;
  width: fit-content;
  margin-top: 1rem;
}

#about h3 {
  font-size: 2.5rem;
  font-family: "Lato";
  font-weight: 300;
  color: #5c5c5c;
}

#about strong {
  font-weight: 400;
}

#about .section-title {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about .section-text {
}

#about .nav-tabs {
  border-bottom: 0;
}

#about .nav > li > a {
  padding: 8px 0;
}

#about .nav-tabs > li > a {
  color: #999999;
  font-size: 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin-right: 35px;
}

#about .nav-tabs > li.active > a,
#about .nav-tabs > li.active > a:focus,
#about .nav-tabs > li.active > a:hover {
  background: transparent;
  color: #202020;
  border-bottom: 3px solid #fdc219;
}

#about .nav > li > a:focus,
#about .nav > li > a:hover {
  background: transparent;
  border-bottom: 3px solid #fdc219;
  color: #202020;
}

#about .tab-content {
  margin-top: 50px;
}

.tab-pane-item {
  margin: 20px 0;
}

.tab-pane-item h2 {
  margin: 0 0 5px 0;
}

.about-image {
  position: absolute;
  bottom: -27em;
}

.prod-img {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  height: 20rem;
  width: 32rem;
  border-radius: 1rem;
}

/*---------------------------------------
      OUR EPROACH           
  -----------------------------------------*/

#ourepr {
  margin: 10% 2rem;
}

#ourepr .section-title {
  color: #ffffff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ourepr .section-text {
  display: flex;
  padding: 0 25%;
  margin: 5rem 0;
  flex-direction: column;
}

#ourepr .inner-text {
  font-size: 3rem;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  margin: -4rem 0 0 3rem;
  color: #616e78;
  font-size: 3rem;
}

#ourepr .section-detail {
  width: 60%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ourepr .section-detail h4 {
  background: linear-gradient(
    90deg,
    rgb(13 81 145 / 9%) 0%,
    rgb(135 160 208 / 0%) 90%
  );
  padding: 2rem;
  margin-top: 2rem;
  margin-left: -1rem;
  font-size: 2rem;
  font-family: "Lato";
}

#ourepr .section-img-1 {
  background-image: url("../images/buildings.jpg");
  background-size: cover;
  height: 40rem;
  width: 40%;
  box-shadow: 0 40px 25px -16px rgb(10 17 35 / 37%);
}

#ourepr .section-img-2 {
  background-image: url("../images/adaptability.jpg");
  background-size: cover;
  height: 40rem;
  width: 40%;
  box-shadow: 0 40px 25px -16px rgb(10 17 35 / 37%);
}

#ourepr h1 {
  color: #366796;
  margin: 1rem 0 0 0;
}

#ourepr h2 {
  color: #366796;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-family: Open Sans;
}

#ourepr h3 {
  font-size: 3rem;
  font-family: "Lato";
  color: #434b52;
}

#ourepr .inner-container {
  display: flex;
  align-items: center;
  padding: 5% 15%;
}

/*---------------------------------------
OUR TEAM
  -----------------------------------------*/

#ourteam {
  margin: 5% 2rem;
}

#ourteam h1 {
  color: #366796;
  margin: 1rem 0 4rem 0;
}

#ourteam .section-title {
  background: url("../images/hikers.jpg") no-repeat;
  background-position: 100% 50%;
  width: 100%;
  height: 35rem;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 0;
}

#ourteam .section-title span {
  font-size: 4rem;
  font-family: "Lato";
  margin: 0 0 1rem 5rem;
}

#ourteam .container {
  font-size: 2rem;
  font-family: "Lato";
  padding: 5%;
  background: white;
  margin-top: -7rem;
  width: 90%;
}

/* ------------------------------------
     CAROUSEL 
----------------------------------------*/

.owl-content {
  padding: 5rem 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background: #dee5eb;
}

.owl-stage {
  background: #dee5ea;
}

.blue-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  bottom: 60px;
}
.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
  z-index: 92;
  position: absolute;
  top: 50%;
}
.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
  outline: none;
}
.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
  color: #fff;
}
.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
  font-size: 40px !important;
}
.owl-1 .owl-nav .owl-next {
  right: 0;
  padding: 1.25rem 0 1rem 2rem;
  background: white;
}
.owl-1 .owl-nav .owl-prev {
  left: 0;
  padding: 1.25rem 0 1rem 2rem;
  background: white;
}

.owl-1 .owl-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-1 .owl-dots .owl-dot {
  background: none;
  display: block;
}
.owl-1 .owl-dots .owl-dot > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #91a1ae;
  margin: 2rem 4px;
}
.owl-1 .owl-dots .owl-dot.active > span {
  background: #00386c;
}
.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
  outline: none;
}

.media-29121 {
  min-height: 70rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.media-29121.overlay {
  position: relative;
}
.media-29121.overlay:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.media-29121 .container {
  position: relative;
  z-index: 2;
}

.media-29121 h2 {
  font-size: 38px;
  color: #fff;
}

.icon-keyboard_arrow_left {
  width: 5rem;
  height: 5rem;
  display: block;
  background: url("../images/arrow-left.svg") no-repeat;
}
.icon-keyboard_arrow_right {
  width: 5rem;
  height: 5rem;
  display: block;
  background: url("../images/arrow-right.svg") no-repeat;
}

/*---------------------------------------
      CAREER             
  -----------------------------------------*/
#career {
  background: -webkit-linear-gradient(to right,#481E14,#9B3922);
  background: linear-gradient(to right,#481E14,#9B3922); 
  background-size: cover;
  margin: 0rem 2rem 2rem;
  padding: 10% 5%;
}

#career .section-title {
  text-align: center;
}

#career .col-md-4 {
  margin: 0;
  padding: 0;
}

#career h1,
#career h2,
#career h3 {
  color: #fff;
}

#career h1 {
  text-align: left;
  margin: 1rem 0 0 0;
}

#career h2 {
  font-size: 3rem;
  width: 60%;
  margin-bottom: 5rem;
}

#career a {
  width: fit-content;
}

#career button {
  position: relative;
  padding: 1rem 2rem;
  margin-right: auto;
  border: solid 1px white;
  color: white;
  width: fit-content;
  cursor: pointer;
  display: flex;
  background: transparent;
}

#career button:hover {
  background: #ffffff2b;
  color: #ffff;
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact {
  margin: 10rem 2rem;
  padding: 0;
}

#contact-form .col-md-12 {
}

#contact .splitted-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

#contact .section-title {
  padding: 0 2rem;
  margin: 5% auto;
  width: max-content !important;
  font-size: 5rem;
  font-family: Lato;
}

#contact .inner-container {
  margin: 0 2rem;
  width: 40%;
  box-shadow: 0 10px 30px -16px rgb(12 22 44 / 26%);
  transition: ease 0.2s;
  overflow: hidden;
}

#contact img {
  transition: ease 0.5s;
}

#contact .inner-container:hover img {
  transform: scale(1.1);
}

#contact .text-container {
  padding: 2rem 5rem;
}

#contact .left-image-container {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}
#contact .right-image-container {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

#contact .left-image-container img {
  width: 100%;
  height: 100%;
  background: url("../images/luzern.jpg");
  background-size: cover;
  background-position: 100% 25%;
}

#contact .right-image-container img {
  width: 100%;
  height: 100%;
  background: url("../images/urla.jpg");
  background-size: cover;
}

#contact .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0029079c;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact h1 {
  color: #366796;
  margin: 1rem 0 0 0;
}

#contact h2 {
  color: #303030;
  font-weight: 500;
}

#contact li {
  color: #494949;
  font-size: 1.5rem;
  list-style-type: none;
}
#contact ul {
  padding: 0;
}

#contact-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0;
}

#contact-form .form-control:focus {
  border-bottom-color: #202020;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type="submit"] {
  background: #202020;
  border-radius: 50px;
  border: 0;
  color: #ffffff;
}

#contact-form input[type="submit"]:hover {
  background: #fdc219;
  color: #ffffff;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

#footer {
  background: #04294a;
  display: flex;
  padding: 5%;
  margin: 0 2rem 2rem;
}

#footer .navbar-logo {
  width: 152px;
  height: 54px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#footer .inner-container {
  width: 33%;
}

.copyright-text p {
  margin: 5px;
  color: whitesmoke;
}

#footer .social-icon a:hover {
  text-decoration: none !important;
}

#footer a:hover {
  text-decoration: underline !important;
  color: #337ab7;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  color: #052d52;
  background: #3375a0;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
  background: #0e4667;
  text-decoration: none !important;
  color: #ffffff;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (max-width: 1200px) {
  .custom-navbar .navbar-nav {
    margin-left: 3em;
  }

  .home-info {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    padding-bottom: 20px;
  }

  .custom-navbar {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 5px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #202020;
    font-weight: normal;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #656565;
  }

  #about .col-md-4:nth-child(3n) .team-thumb {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
}

#mouse-scroll {
  position: fixed;
  margin: auto;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
  -webkit-animation: animated-mouse 1.2s ease infinite;
}
#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-dekay: 0.3s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll span {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .custom-navbar {
    flex-direction: column;
    justify-content: unset;
    background: white;
    padding: 1rem 0 0 0;
  }

  #home {
    background-position: 0% 100% !important;
    padding-top: 0rem;
  }
  #home h1 {
    font-size: 3rem !important;
  }
  #home h3 {
    font-size: 1.75rem !important;
    width: 80%;
  }

  .showme {
    padding: 0 2rem;
  }

  #about,
  #wwd,
  #ourepr,
  #ourteam,
  #contract {
    padding: 0%;
    margin: 1rem 1rem 5rem;
  }

  #about h1 {
    margin-bottom: -2rem;
  }

  #about .container {
    padding: 6rem 2rem;
  }

  #about .section-title {
    padding: 4rem 0 !important;
  }

  #contact {
    /*   display: none;
 */
  }

  .section-title {
    width: 100% !important;
    padding: 4rem 2rem !important;
  }

  h1 {
    font-size: 4rem !important;
    width: 100% !important;
  }

  h3 {
    font-size: 2rem !important;
  }

  #footer .footer-container {
    flex-direction: column;
  }

  #footer .inner-container {
    width: 100%;
    margin: 2rem 0;
  }
  .im.im-quote-right {
    font-size: 5rem !important;
  }

  #ourepr .section-text {
    padding: 0 2rem;
    margin: 0;
  }

  #ourepr .section-detail {
    width: 100%;
  }

  #ourepr .section-detail h4 {
    margin-left: 0rem;
    font-size: 1.5rem;
  }

  #ourepr .inner-container {
    padding: 2rem;
    flex-direction: column;
  }

  #ourepr .inner-container.sm-reverse-col {
    flex-direction: column-reverse !important;
  }

  #ourepr .inner-text {
    font-size: 3rem;
    font-weight: 400;
    margin: -4rem 0 0 3rem;
    font-size: 2rem;
  }

  #ourepr h3 {
    margin: -2.25rem 0 0 0rem;
  }

  #ourepr h2 {
    margin-bottom: 5rem !important;
  }

  #ourepr .section-img-1,
  #ourepr .section-img-2 {
    width: 100%;
    height: 20rem;
    margin: 5rem 0;
  }

  #contact {
    margin-top: 1rem;
  }

  #contact .splitted-container {
    flex-direction: column-reverse;
  }
  #contact .inner-container {
    width: 100%;
    margin: 2rem 0;
  }

  #ourteam h3 {
  }

  #ourteam .section-title {
    height: 20rem;
  }

  #wwd .owl-carousel.owl-1 {
    display: none;
  }

  #wwd .container {
    display: block;
    padding: 0 !important;
  }

  #wwd h3 {
    padding: 0;
  }

  #wwd .owl-content {
    padding: 2rem;
  }

  #wwd .col-md-12 {
    flex-direction: column;
  }

  #wwd .col-md-4 {
    height: 15rem !important;
    margin: 4rem 0 0 !important;
  }

  #wwd .wwd-card-text {
    margin-right: 0;
    padding: 0 !important;
    font-size: 2rem;
  }

  #wwd .wwd-card-title {
    font-size: 3rem;
  }

  #wwd .col-md-12 {
    margin-bottom: 0;
  }

  #career {
    padding: 4rem 2rem;
    background-position: 60% 90%;
    background-size: unset;
  }

  #career .section-title {
    padding: 4rem 0 !important;
  }

  #career h2 {
    font-size: 2rem;
    width: 100%;
  }

  #faq {
    padding: 2rem 1rem;
  }

  .navbar-header {
    margin: 0;
    padding: 0 2rem;
    width: 100%;
  }

  .navbar-collapse {
    width: 100%;
    text-align: left;
    margin-top: 2rem;
  }

  .navbar-logo {
    width: 83px;
    height: 30px;
  }

  .navbar-toggle {
    margin: 0;
  }

  #mouse-scroll {
    bottom: 2rem;
  }
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #003e0e45;
  top: 0;
  right: 0;
  left: 0;
}

.copyright {
  color: #638093;
  font-size: 1rem;
  margin-top: 1rem;
}
