@import url("https://fonts.googleapis.com/css2?family=Glory:wght@100;200;300;400;500;600;700;800&display=swap");
@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import "fontawesome.min.css";

body {
  font-family: "Glory", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: #212529;
}
p {
  font-size: 22px;
}
h1{
  font-size: 88px;
}
h1,
h2,
h3 {
  font-weight: 700;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}
h1 {
  font-size: 72px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:hover,
a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.btn:focus {
  box-shadow: none;
}
.btn {
  border-radius: 100px;
  padding: 12px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.btn-primary {
  background-color: #1fcfb3;
  color: #fff;
  border-color: #1fcfb3;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: rgba(31, 207, 179, 0.7);
  color: #fff;
}

.form-group {
  margin-bottom: 30px;
}

.wrapper {
  overflow: hidden;
}

section {
  padding: 100px 0;
}
/* Header */
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
  /* background-color: rgba(0,0,0,0.5); */
}

header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #2d465b;
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar-brand img {
  height: 26px;
  /* filter: brightness(0) invert(1); */
}

header .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  text-transform: uppercase;
}

header .navbar-nav .nav-item .nav-link:focus,
header .navbar-nav .nav-item .nav-link:hover{
  color: #1fcfb3;
}
header .navbar {
  padding: 20px 0;
}
/* COMING SOON */
.bgimg {
  background-image: url("../images/forestbridge.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-size: 25px;
}

.topleft {
  position: absolute;
  top: 15px;
  left: 16px;
}

.topleft img {
  filter: brightness(0) invert(1);
}
.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bgimg video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

#timeCounter {
  display: flex;
  align-items: center;
}
#timeCounter div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  font-size: 36px;
}

#timeCounter div span {
  font-size: 22px;
  font-weight: 300;
}

/* HERO MAIN START */
.hero-main {
  min-height: 90vh;
  background-image: url(../images/slider/08.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.hero-main:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, rgba(2, 45, 98, 0)),
    to(#2a445a)
  );
  background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #2a445a 100%),
    linear-gradient(to left, rgba(2, 45, 98, 0) 0, #2a445a 100%) top auto;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hero-main .container {
  position: relative;
  z-index: 5;
}

.hero-main p,
.hero-main h1 {
  color: #fff;
  margin-bottom: 24px;
}
.hero-main h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}.hero-main h1{
  font-size: 88px;
}
.hero-main p {
  font-size: 24px;
}

.hero-main .btn span {
  margin-left: 10px;
}

.hero-main .btn span svg {
  height: 16px;
  line-height: 1;
}

.heroText {
  min-height: calc(90vh - 100px);
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
}
.heroText .flex1 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.heroText ul {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.heroText ul li {
  padding: 0 15px;
}
.heroText ul li img {
  height: 40px;
}

.caption {
  max-width: 900px;
  margin: 0 auto 50px;
}
.caption h2 {
  font-size: 44px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.caption p {
  font-weight: 500;
  font-size: 24px;
}
.caption h2 span {
  color: #1fcfb3;
}

.card-expertise {
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 0 68px 0 rgba(174, 175, 175, 0.17);
  border-radius: 10px;
  height: 100%;
}
.card-expertise .icon {
  margin: 0 auto;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-expertise .icon img {
  max-height: 100%;
}
.card-expertise ul{
  line-height: 24px;
}
.our-services {
  background-color: #f9fbfc;
}

.our-services [class*="col-"] {
  margin-top: 30px;
}

.our-services ul li {
  font-size: 16px;
}
.bg-dark {
  position: relative;
  padding: 250px 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.bg-dark p {
  color: #c4c4c4;
  text-align: center;
  margin: 0;
  font-size: 28px;
  line-height: 52px;
  font-weight: 300;
}

.card-value .card_header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
}

.card-value .card_header:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #1fcfb3;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
.card-value .card_header span {
  color: #1fcfb3;
  opacity: 1;
  font-size: 48px;
  font-weight: bold;
  transition: all 0.3s;
}
.card-value .card_header .media-body {
  flex: 1;
  color: #2a445a;
  line-height: 1.4;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 24px;
}
.card-value .card_body {
  font-size: 24px;
}

.card-value:hover .card_header:before {
  width: 100%;
}

.card-value {
  margin-top: 100px;
}
.card-value:hover .card_body,
.card-value:hover .card_header .media-body,
.card-value:hover .card_header span {
  opacity: 1;
}
.card-value .card_body {
  color: #606060;
  opacity: 0.5;
  transition: all 0.3s;
}

/* Career */
.careers {
  background-image: url(../images/team.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0 200px;
  position: relative;
}

.careers .caption {
  margin: 0 auto;
}
.careers .caption h2 {
  font-size: 72px;
  font-weight: 700;
}

.card-wrapper {
  background-color: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 5;
  padding: 50px;
  border-radius: 10px;
}

.career-secondary {
  background-color: #f8f8f8;
}

.card-benefits {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #fff;
  height: 100%;
}

.card-benefits h4 {
  font-weight: 600;
}

.card-benefits .icon {
  margin-bottom: 20px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
}

.card-benefits .icon img {
  max-height: 60px;
}
.card-benefits .icon i {
  color: #1fcfb3;
  font-size: 24px;
}

/* .card-benefits .icon {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
} */

/* Testimonial */

.testimonial {
  background-image: url(../images/office.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.testimonial:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(45, 71, 92, 0.8);
}
.testimonial .container {
  position: relative;
  z-index: 5;
}
/* Footer */

.social-icon {
  display: flex;
  align-items: center;
}
.social-icon li {
  margin-right: 15px;
}
.social-icon li a {
  color: #212529;
}
.social-icon li a:hover {
  color: #1fcfb3;
}



/* .card-b-primary {
  border: 3px solid #212529;
  border-left-width: 7px;
  border-color: #1ebed3;
}

.card-b-secondary {
  border: 3px solid #212529;
  border-right-width: 7px;
  border-color: #2d465b;
}
.card-b-default {
  border: 3px solid #212529;
  border-right-width: 7px;
  border-color: #1db3e2;
} */

.card-wrapper li {
  margin-top: 50px;
}
/* .card-wrapper ul li:first-child {
  transform: rotate(3deg);
}

.card-wrapper ul li:nth-child(3) {
  transform: rotate(2deg);
}

.card-wrapper ul li:nth-child(5) {
  transform: rotate(-2deg);
} */

.our-values {
  position: relative;
  overflow: hidden;
}
.our-values:before {
  content: "";
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.03);

  transform: translate(50%, -50%);
}

.our-values:after {
  content: "";
  background-image: url(../images/aquila360.png);
  inset: 0;
  width: 100%;
  height:100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.our-values .container {
  position: relative;
  z-index: 5;
}
.dots-img {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.dots2-img {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}

.caption h3 span {
  color: #1fcfb3;
}

.testimonial-card {
  text-align: center;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}
.testimonial-card .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-color: #fff;
}
.testimonial-card .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}

.testimonial-card .desg,
.testimonial-card .author,
.testimonial-card p {
  color: #fff;
}

.testimonial-card .author {
  font-size: 700;
  font-size: 24px;
}

.testimonial-card .desg {
  font-weight: 300;
}
.testimonial-card p {
  font-size: 20px;
}
.testimonial .caption {
  margin-bottom: 50px;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
  position: relative;
  inset: auto;
  margin: 0;
  color: #fff;
}

.testimonial .control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.testimonial .swiper-button-next:after,
.testimonial .swiper-button-prev:after {
  content: none;
}

.testimonial .comma {
  margin: 20px 0;
  display: inline-flex;
  height: 25px;
}

.card-job {
  padding: 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px -7px #333;
}
.card-job:before {
  content: "";
  width: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1fcfb3;
}
.card-job h4 {
  font-weight: 700;
  margin: 0;
  font-size: 24px;
}
.card-job .open,
.card-job .location {
  font-weight: 300;
  font-size: 18px;
}
.card-job .location span svg {
  height: 14px;
  width: 14px;
}

.card-job .location {
  margin: 0;
}
.card-job .open {
  display: flex;
}
.card-job .open .media-body {
  flex: 1;
}
.card-job a {
  color: #1fcfb3;
  font-size: 16px;
}
.open-vacancy .caption {
  max-width: 100%;
  margin-bottom: 50px;
  width: 100%;
}

.emailat {
  padding-top: 100px;
  text-align: center;
}

.emailto {
  display: inline-block;
  max-width: max-content;
  padding:10px 20px;
  border-radius: 20px;
  width: 100%;
  background-color: #2a445a;
  position: relative;
}

.emailto:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  bottom: -16px;
  border-left: 30px solid transparent;
  border-right: 2px solid transparent;
  border-top: 30px solid #2a445a;
}

.emailto a{
  color: #1fcfb3;
  font-size: 30px;
  font-weight: 600;
}
.emailto a:hover{
  color: #fff;
}
.emailat h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
.form-main {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -7px #333;
}

.form-main h4 {
  font-weight: 700;
  margin-bottom: 30px;
}
label {
  font-size: 14px;
  margin-bottom: 8px;
}
input.file {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
input.file + label {
  color: #1fcfb3;
  cursor: pointer;
}
.form-control {
  height: 45px;
}
.form-control:focus {
  border: 1px solid #1fcfb3;
  box-shadow: none;
}
textarea.form-control {
  height: auto;
}

.open-vacancy .img-holder {
  max-width: 500px;
}

.left-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.left-content .row {
  flex: 1;
}


/* Footer */

footer {
  overflow: hidden;
}
footer .footer-link li a{
  padding: 0;
  color: #2a445a;
  font-weight: 500;
}
footer .footer-link li a:hover{
  color: #1fcfb3;
}
footer{
  padding: 50px 0 0;
  background-color: #f7f7f7;
  position: relative;
}

footer h5{
  font-weight: 600;
}
#mapCanvas {
  width: 100%;
  height: 250px;
}


#mapCanvas:hover{
  filter: none;
}
.address-list li{
  display: flex;
  font-size: 18px;
}
.address-list li svg{
  height: 16px;
}
.address-list li .media-body{
  flex: 1;
  max-width: 330px;
}
.address-list li .icon{
  max-width: 30px;
  width: 100%;
}
.address-list li{
  margin-bottom: 10px;
}
.address-list li a{
  color: #2a445a;
}

.address-list li a:hover{
  color: #1fcfb3;
}
.copyright{
  text-align: center;
  background-color: #2a445a;
  padding:  15px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.copyright p{
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

footer .container{
  position: relative;
  z-index: 1;
}

.img-footer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
.img-footer img{
  width: 100%;
}