@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mynerve&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
:root {
  --primarycolor: #F6CA0E;
  --primarydarkcolor: #0e6b76;
  --secondarycolor: #0e6b76;
  --secondarydarkcolor: #0C1C34;
  --primarylightcolor: #26c1d2;
  --accentcolor: #F6CA0E;
  --mutedcolor: #898483;
  --adrisseconadrycolor: #F6CA0E;
  --adrissecondarydarkcolor: #c37f0a;
}

.txt-primary {
  color: var(--primarydarkcolor);
}

.txt-secondary {
  color: var(--secondarycolor) !important;
}

.txt-accent {
  color: var(--accentcolor);
}

.bg-accent {
  background-color: var(--accentcolor);
}

.bg-primary {
  background-color: var(--primarycolor) !important;
}

.bg-primary-dark {
  background-color: var(--primarydarkcolor) !important;
}

.bg-dark {
  background-color: var(--secondarydarkcolor) !important;
}

h2.title,
h1.title {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

td {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
}
td small {
  font-size: 0.86em;
  opacity: 0.75;
}

.text-xl {
  font-size: 3em;
}

.hand {
  font-family: "Mynerve", cursive !important;
}

body {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400;
  background-color: #ffffff;
}

.map-section {
  position: relative;
  height: 650px;
  z-index: -1;
  margin-top: -100px;
}
.map-section::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, white, 10%, rgba(255, 255, 255, 0));
}
.map-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ultra-map-sm {
  position: relative;
  height: 280px;
}
.ultra-map-sm img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.ultra-map-sm .overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.ultra-map-sm .overlay ul li {
  list-style-type: none;
  display: inline-block;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 66px;
  width: 66px;
  color: var(--accentcolor);
  background-color: var(--secondarydarkcolor);
}
.ultra-map-sm .overlay ul li div {
  line-height: normal;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}
.ultra-map-sm .overlay ul li span {
  display: block;
  font-size: 60%;
  font-weight: normal;
}

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

h4 {
  font-weight: bolder;
}

h5 {
  font-weight: bold;
}

.content {
  min-height: 50vh;
}

.w-100 {
  width: 100%;
}

.simple-grid-item {
  border-radius: 16px;
  overflow: hidden;
}
.simple-grid-item .img {
  height: 240px;
  background-color: #fefefe;
}
.simple-grid-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.simple-grid-item .caption {
  font-weight: bold;
}

.simple-card-item {
  border-radius: 4px;
  overflow: hidden;
  min-height: 180px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.simple-card-item .title {
  font-weight: bold;
  font-size: 1.3em;
}
.simple-card-item .subtitle {
  font-weight: 400;
  font-size: 1.3em;
  color: var(--mutedcolor);
}

.simple-card {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 8px;
  border: 2px solid var(--secondarydarkcolor);
}
.simple-card .num {
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}
.simple-card .title {
  font-weight: bold;
  font-size: 1.088em;
}
.simple-card .subtitle {
  font-weight: 400;
  font-size: 0.87em;
  color: var(--mutedcolor);
}

.grid-item {
  height: 340px;
  background: #e7e7e7;
  position: relative;
  background-size: cover;
  /* background-position: top left; */
  background-position: center;
  cursor: pointer;
}

.grid-item .logo {
  width: 230px;
  height: 90px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* position: absolute;
  top:50%;
  left:0%;

  transform:translate(-50%);
  -webkit-transform:translateY(-50%); */
  /* border:1px solid red; */
}

.home-gallery-swiper .swiper-slide {
  height: 288px;
}
.home-gallery-swiper .swiper-slide .img {
  height: 100%;
  width: 100%;
}

.service-item,
.card-body {
  border-radius: 0 !important;
  border: none !important;
  background-color: var(--adrisprimarycolor);
}

.service-item img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-item .link {
  color: var(--adrisprimarycolor);
  text-decoration: none;
  background-color: #f7f7f7;
  display: block;
  padding: 4px 8px;
  /* border: 1px solid var(--adrisprimarycolor); */
  border-radius: 40px;
}

.service-item .link:hover {
  color: #fff;
  background-color: var(--adrisprimarydarkcolor);
  /* text-decoration: underline; */
}

.img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-item {
  height: 250px;
  background-color: rgba(255, 255, 255, 0.2);
}

.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.grid-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transition-duration: 0.4s;
  opacity: 0;
  visibility: hidden;
  /* background-color: rgba(244, 244, 244, 0.9); */
}

.grid-item:hover .overlay {
  background-color: rgba(24, 76, 90, 0.9);
  visibility: visible !important;
  opacity: 1;
}

.grid-item .overlay .name {
  font-weight: bold;
}

.grid-item .overlay .desc,
h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 0.88em;
}

.count-down {
  display: flex;
}
.count-down .count-down-item {
  margin: 0 8px;
  color: var(--accentcolor);
  border: 2px solid var(--accentcolor);
  text-align: center;
  width: 88px;
  border-radius: 16px;
  padding: 8px 0;
}
.count-down .count-down-item .num {
  font-size: 1.58em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.09em;
  color: #fff;
}
.count-down .count-down-item .text {
  font-size: 0.89em;
}

.table table {
  width: 100%;
}
.table table th {
  background-color: #eee;
  vertical-align: middle !important;
}

table {
  width: 100%;
}
table th {
  background-color: #eee;
  vertical-align: middle !important;
}
table td {
  padding: 4px 0;
}

.top-banner {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 200;
}

.ultra-menu-primary {
  position: absolute;
}

.menu {
  background-color: rgba(0, 0, 0, 0.88);
}
.menu ul {
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0 16px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  opacity: 0.7;
}
.menu ul li.active a.nav-link {
  font-weight: bold;
  color: #000;
  background-color: var(--primarycolor);
  opacity: 1;
}
.menu ul .dropdown:hover .dropdown-menu {
  position: absolute;
  width: auto;
  display: block;
  background-color: #000;
}
.menu ul .dropdown:hover .dropdown-menu li {
  display: block;
}
.menu ul .dropdown:hover .dropdown-menu li a {
  white-space: nowrap;
  line-height: normal !important;
  height: auto;
  display: block;
  padding: 8px 16px;
  font-size: 0.88em;
  font-weight: normal;
}
.menu ul .dropdown:hover .dropdown-menu li a:hover {
  background-color: #fff;
  color: #000;
}

.page-hero {
  height: 455px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  position: relative;
  background-color: #eee;
}
.page-hero .caption {
  bottom: 56px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  text-align: center;
}
.page-hero .caption .text {
  color: #fff;
  background-color: var(--primarydarkcolor);
  display: inline-block;
  padding: 0 24px;
  font-size: 2.8em;
  font-family: "Oswald";
}

.hero {
  height: 645px;
  background-color: #fefefe;
  position: relative;
}
.hero .content {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 120px 0 56px;
}
.hero .content div.title {
  font-size: 4.02em;
  font-weight: bold;
  display: inline-block;
  max-width: 620px;
  color: #fff;
  line-height: normal;
}
.hero .content div.subtitle {
  font-size: 0.4em;
  font-weight: bold;
  padding: 4px 24px;
  max-width: auto;
  transform: rotate(4deg);
  background-color: var(--primarydarkcolor);
  color: #fff;
  display: inline-block;
  font-family: "Oswald";
}

.pt-xl {
  padding-top: 16em;
}

.work {
  /* margin-top: 100vh; */
  /* background-color: #329ea8; */
  background-color: #1860a3;
}

.footer-msg {
  font-size: 16pt;
  font-weight: bold;
}

.copy {
  font-size: 13px;
  opacity: 0.55;
  color: #fff;
}

.text-lg {
  font-size: 1.24em;
  font-weight: 400;
}

.btn {
  border-radius: 8px !important;
  font-weight: 600;
}
.btn.primary {
  color: #fff;
  background-color: var(--adrisprimarycolor);
  border-color: var(--adrisprimarycolor);
}
.btn.primary:hover {
  color: #fff;
  background-color: var(--adrisprimarylightcolor);
  border-color: var(--adrisprimarylightcolor);
}
.btn.btn-rounded {
  border-radius: 50px !important;
}
.btn.btn-secondary {
  color: #000;
  background-color: var(--adrisseconadrycolor);
  border-color: var(--adrisseconadrycolor);
}
.btn.btn-secondary:hover {
  color: #000;
  background-color: var(--adrissecondarydarkcolor);
  border-color: var(--adrissecondarydarkcolor);
}

.img-btn {
  background-color: var(--primarydarkcolor);
  text-decoration: none;
  color: #fff;
  font-size: 2.099em;
}
.img-btn:hover {
  background-color: #000;
  color: var(--adrisseconadrycolor);
}

.cta-card {
  background-color: #fff;
}

.ls {
  letter-spacing: 4px;
}

footer .socials a {
  color: var(--mutedcolor);
  display: block;
  text-decoration: none;
  font-weight: 400;
  padding: 0 8px;
  height: 44px;
  line-height: 44px;
}
footer .socials a span {
  margin-right: 8px;
}

.foot {
  background-color: #fff;
  padding: 32px 0;
}

.form {
  text-align: left;
}
.form label {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 0.98em;
}
.form .form-control {
  background: none;
  border-radius: 0px;
}
.form button:disabled {
  /* color:#fff !important; */
  border-color: #fff !important;
  background-color: #fff !important;
  opacity: 0.75;
}
.form .form-control::-moz-placeholder {
  opacity: 0.6;
}
.form .form-control::placeholder {
  opacity: 0.6;
}
.form .form-control:disabled {
  color: var(--adrisprimarycolor);
  opacity: 1;
}
.form .form-control::-moz-placeholder {
  opacity: 0.6;
}
.form .form-control::-webkit-placeholder {
  opacity: 0.6;
}
.form .form-group {
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
.form .form-group .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  margin: 0 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.form .form-group .form-control {
  padding-left: 48px;
  border-radius: 8px;
}

.team-item {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.team-item img {
  height: 120px;
  width: 120px;
  border-radius: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}

.team-item .title {
  letter-spacing: 0px;
  margin-bottom: 4px;
  font-size: 1.2em;
  color: var(--adrisaccentcolor);
}

.team-item .subtitle {
  opacity: 0.75;
  /* color: var(--adrisprimarycolor); */
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-link {
  text-decoration: none;
}

.blog-item {
  background-color: rgba(247, 247, 247, 0.1);
}
.blog-item .title {
  color: #fff;
  letter-spacing: 0px;
}
.blog-item .subtitle {
  color: #fff;
}
.blog-item.sm .img-fill {
  height: 160px;
  width: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-item.lg .img {
  height: 460px;
  width: 100%;
}

/*tablet*/
@media (max-width: 996px) {
  .count-down .count-down-item {
    margin: 0 4px;
    color: #fff;
    border: 2px solid var(--accentcolor);
    text-align: center;
    width: 58px;
    border-radius: 16px;
    padding: 8px 0;
  }
  .count-down .count-down-item .num {
    font-size: 1.28em;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.09em;
    color: var(--accentcolor);
  }
  .count-down .count-down-item .text {
    font-size: 0.59em;
  }
  .menu {
    background-color: rgba(0, 0, 0, 0.58);
  }
  .menu ul {
    padding: 0;
    list-style-type: none;
  }
  .menu ul li {
    display: inline-block;
  }
  .menu ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 0 8px;
    height: 54px;
    line-height: 54px;
    font-size: 0.85em;
  }
  .menu ul li a:active {
    color: #fff !important;
  }
  .menu ul li.active a.nav-link {
    font-weight: bold;
    border-bottom: 4px solid var(--adrisprimarylightcolor);
    color: var(--adrisprimarylightcolor);
    opacity: 1;
  }
}
/*phone*/
.s-mobile {
  display: none;
}

@media (max-width: 770px) {
  .h-mobile {
    display: none;
  }
  .s-mobile {
    display: block;
  }
  .brand-image {
    display: inline-block;
  }
  .brand-image img {
    height: 88px;
  }
  .toggle-menu {
    display: inline-block !important;
    color: #fff;
    border: 2px solid #fff;
    margin: 16px;
    float: right;
  }
  .top-banner {
    z-index: 100;
  }
  .ultra-menu-primary {
    padding-top: 250px;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: -890px;
    width: 70%;
    background-color: var(--primarydarkcolor);
    z-index: 104;
  }
  .ultra-menu-primary.show {
    left: 0;
  }
  .menu {
    background: none !important;
  }
  .menu ul {
    padding: 0;
    list-style-type: none;
  }
  .menu ul li {
    display: block;
  }
  .menu ul li a {
    text-align: left;
  }
  .menu ul li.active a.nav-link {
    font-weight: bold;
    border-bottom: 4px solid var(--adrisprimarylightcolor);
    color: var(--adrisprimarylightcolor);
    opacity: 1;
  }
  .hero {
    height: 380px;
  }
  .hero .content .title {
    font-size: 1.5em !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .hero .content .subtitle {
    font-size: 1.08em !important;
    top: 120px !important;
  }
}/*# sourceMappingURL=app.css.map */