body, html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  scroll-padding-top: 0px;
}

.container-xl {
  max-width: 1344px;
}

.container {
  max-width: 1148px;
}

section {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
}

.text-link {
  text-decoration: underline;
  color: #010612;
}
.text-link:hover {
  text-decoration: none;
  color: #010612;
}

.text-link-2 {
  text-decoration: none;
  color: #010612;
}
.text-link-2:hover {
  text-decoration: underline;
  color: #010612;
}

button:focus {
  outline: none;
}

.navbar {
  transition: 0.5s;
  background-color: #FFF;
}
.navbar-nav {
  justify-content: end;
  align-items: center;
}
.navbar-brand img {
  height: 60px;
}
.navbar .nav-item {
  padding: 10px 12px;
}
.navbar .nav-link {
  color: #010612 !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar .nav-link:hover {
  color: #FE8D03 !important;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 32px 0;
}

h1, .title-h1 {
  font-size: 48px;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #FE8D03;
  border: 1px solid #FE8D03;
  color: #FFF;
  box-shadow: none;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 32px;
  margin-bottom: 10px;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #FE8D03;
  border: 1px solid #FE8D03;
  color: #FFF;
}
.btn-primary:hover {
  color: #FE8D03;
  background-color: #FFF;
  border: 1px solid #FFF;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-secondary:hover {
  background-color: #FE8D03;
  border: 1px solid #FE8D03;
  color: #FFF;
}

.btn-white {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #010612;
}
.btn-white:hover {
  background-color: #FE8D03;
  border: 1px solid #FE8D03;
  color: #FFF;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #010612;
  margin-bottom: 0;
}

.img-radius {
  border-radius: 20px;
}

.header {
  padding: 125px 0;
  position: relative;
  color: #FFF;
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: center;
  align-items: center;
}
.header-in {
  max-width: 600px;
}
.header-in h1 {
  margin-bottom: 40px;
}
.header .img-absolute {
  position: absolute;
  left: -125px;
  bottom: -125px;
  height: 250px;
}

.about {
  background-color: #eeeeee;
}
.about h2 {
  margin-bottom: 40px;
}
.about p {
  margin-bottom: 30px;
}

.projects a {
  text-decoration: none;
}
.projects a:hover img {
  transform: scale(1.2);
}
.projects a:hover h3, .projects a:hover span {
  color: #FE8D03;
}
.projects-item {
  color: #FFF;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  max-height: 230px;
}
.projects-item img {
  transition: 0.5s;
}
.projects-item-content {
  position: absolute;
  bottom: 0px;
  padding: 32px;
  z-index: 1;
  width: 100%;
  background: linear-gradient(to bottom, rgba(1, 6, 18, 0) 0%, rgba(1, 6, 18, 0.8) 100%);
}
.projects-item-content span {
  display: block;
  margin-bottom: 5px;
}

.contact {
  background-color: #eeeeee;
}
.contact-block-in img {
  max-width: 200px;
  margin: 15px 0;
}
.contact-block-in a {
  display: block;
  text-decoration: none;
  color: #010612;
  margin-bottom: 10px;
}
.contact-block-in a:hover {
  text-decoration: none;
  color: #FE8D03;
}
.contact-block-in a svg {
  margin-right: 5px;
}
.contact-block-in-name {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

footer {
  padding: 32px 0;
  background-color: #010612;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
footer a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
footer a:hover {
  color: #FE8D03;
  text-decoration: none;
}
footer .footer-box span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right ul {
  padding-left: 0px;
}
footer .footer-right li {
  list-style: none;
  display: inline;
  padding: 16px;
}
footer .footer-right li:last-child {
  padding-right: 0px;
}
footer .footer-right li a {
  text-decoration: none;
}
footer .footer-right li a path {
  fill: #FFF;
}
footer .footer-right li a:hover path {
  fill: #FE8D03;
}
footer .img-absolute {
  position: absolute;
  right: -60px;
  top: 40px;
  height: 150px;
  transform: rotate(20deg);
}

.meet .line {
  height: 1px;
  background-color: #FE8D03;
  width: 100%;
  left: 0px;
  margin-top: 30px;
  position: absolute;
}
.meet .swiper-slide {
  max-width: 100%;
  width: 520px;
  margin-left: 140px;
  margin-top: 5px;
}
.meet .swiper-slide .number {
  padding: 5px 15px;
  font-size: 30px;
  color: #FFF;
  background-color: #FE8D03;
}
.meet .swiper-slide p {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .header .img-absolute {
    display: none;
  }
  footer .img-absolute {
    display: none;
  }
}
@media (max-width: 992px) {
  section {
    padding: 60px 0 !important;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }
  .navbar .col-lg-3 {
    display: flex;
    align-items: center;
  }
  .navbar .col-lg-3 .navbar-toggler {
    height: 40px;
  }
  .services-item {
    height: 128px;
    flex-flow: unset;
    align-items: center;
  }
  .services-item-img {
    width: auto;
  }
  .services-item-img img {
    max-height: 80px;
  }
  .services-item h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  .projects .nav {
    margin-bottom: 58px;
  }
  .projects-item-content {
    padding: 5px;
    text-align: center;
    width: 100%;
  }
  .projects-item-content h3 {
    font-size: 18px;
  }
  .contact .container {
    padding: 24px;
  }
  .contact .container img {
    height: 145px;
    margin-bottom: 32px;
  }
  .contact .container p {
    font-size: 24px;
  }
  .contact .container p .hashtag {
    font-size: 40px;
  }
  .contact .container .btn {
    width: 100%;
  }
  .contact .container input[type=checkbox] {
    margin-top: 18px;
  }
  footer {
    text-align: center;
  }
  footer .footer-box {
    margin-bottom: 32px;
  }
  footer .footer-right {
    text-align: center;
  }
  footer .footer-right li:last-child {
    padding-right: 16px;
  }
  footer .footer-right ul {
    margin-bottom: 32px;
  }
  .meet .swiper-slide {
    margin-left: 0px;
    padding: 0 30px;
  }
}/*# sourceMappingURL=style.css.map */