@import url("../fonts/Gilroy_fonts/stylesheet.css");
@import url("../fonts/galano-test/stylesheet.css");
html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type=submit],
button {
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

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

.relative, .rel {
  position: relative;
}

.absolute, .abs {
  position: absolute;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.change_header_bg {
  background: rgba(0, 0, 0, 0.8);
}

.section_padding {
  padding: 100px 0;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000;
  transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before, .navbar-toggler:after {
  position: relative;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
}

.navbar-toggler--active:before {
  transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  transform: translateY(-6px) rotate(225deg);
}

body {
  font-family: "Poppins", sans-serif;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -130px;
}

.container-fluid {
  padding: 0 10%;
}

/* START YOUR CSS HERE (NOTE: YOU CAN MODIFY CSS ABOVE) */
.common-banner {
  padding: 15% 0% 22% 0%;
}
.common-banner .common-content h1 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 4.688vw;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 20px;
}
.common-banner .common-content p {
  color: #FFFFFF;
  font-family: "Galano Test";
  font-size: 1.146vw;
  font-weight: 300;
}

.banner-container {
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 15px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
}
header .site-logo {
  height: 13vh;
}
header .navbar-nav li a {
  font-family: "Poppins", Sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  color: #fff;
  padding: 13px 20px;
}

.map-content {
  margin-top: -5%;
}
.map-content .map-wrapper h2 {
  color: #232323;
  font-family: "Poppins", Sans-serif;
  font-size: 2.083vw;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.map-content .map-wrapper p {
  color: #000000;
  font-family: "Galano Test";
  font-size: 1.563vw;
  font-weight: 300;
  line-height: 1.2em;
  padding: 0% 8% 0% 0%;
}

.map-list {
  margin: 20px 0;
}
.map-list h2 {
  color: #7D7D7D;
  font-family: "Poppins", Sans-serif;
  font-size: 1.823vw;
  font-weight: 300;
  margin-bottom: -2%;
}

.our-technology {
  padding: 100px 0;
  margin-top: 50px;
}
.our-technology .section-wrapper h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.our-technology .section-wrapper p {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.3em;
}
.our-technology .section-wrapper a {
  font-family: "Poppins", Sans-serif;
  font-size: 1.406vw;
  font-weight: 500;
  fill: #A37C3D;
  color: #A37C3D;
  background-color: #FFFFFF;
  border-radius: 57px 57px 57px 57px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 40px;
}
.our-technology .section-graphic {
  position: absolute;
  top: -17%;
  left: 0;
  max-width: 200px;
}

.home-products {
  padding: 5% 0;
}
.home-products .product-heading {
  margin-bottom: 50px;
}
.home-products .product-heading h2 {
  color: #171717;
  font-family: "Poppins", Sans-serif;
  font-size: 3.854vw;
  font-weight: 600;
}
.home-products .product-heading .line {
  width: 5%;
  border: 1px solid #a37c3d;
  margin: 10px auto;
}
.home-products .product-content h2 {
  color: #294C5B;
  font-family: "Poppins", Sans-serif;
  font-size: 2.344vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-products .product-content .line {
  width: 5%;
  border: 1px solid #a37c3d;
  margin: 10px 0;
}
.home-products .product-content p {
  padding: 0% 30% 0% 0%;
  color: #646464;
  font-family: "Galano Test";
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.2em;
}
.home-products .product-content ul {
  margin: 10px 0;
}
.home-products .product-content ul li {
  display: flex;
  gap: 10px;
  font-size: 17px;
}
.home-products .product-content ul li img {
  margin-left: -5px;
}
.home-products .image-wrapper {
  position: relative;
}
.home-products .image-wrapper .product-image {
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-products .image-wrapper .circle-group-2 {
  position: absolute;
  top: -19%;
  right: 0;
}
.home-products .image-wrapper .circle-group-3 {
  position: absolute;
  bottom: -32%;
  left: -20%;
}
.home-products .image-wrapper .circle-group-4 {
  position: absolute;
  bottom: -23%;
  right: -10%;
}

footer .footer-design {
  width: 100%;
}
footer .footer-background {
  padding: 50px 0 20px;
}
footer .column-wrapper {
  margin-bottom: 20px;
}
footer .column-wrapper h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 1.094vw;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .column-wrapper p {
  font-family: "Galano Test";
  font-size: 0.833vw;
  font-weight: 300;
  color: #fff;
}
footer .column-wrapper ul li {
  font-family: "Galano Test";
  font-size: 0.833vw;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}
footer .column-wrapper ul li a {
  font-family: "Galano Test";
  font-size: 0.833vw;
  font-weight: 300;
  color: #fff;
}
footer .column-wrapper .social-media {
  display: flex;
  gap: 10px;
}
footer .column-wrapper .social-media a {
  height: 40px;
  width: 40px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
footer .column-wrapper .social-media a i {
  font-size: 20px;
  color: #fff;
}
footer .footer-note {
  color: #FFFFFF;
  font-family: "Galano Test";
  font-size: 1vw;
  font-weight: 300;
  margin-top: 20px;
}

.brand-section .brand-heading {
  padding: 0% 25% 0% 25%;
  margin-bottom: 5rem;
}
.brand-section .brand-heading h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.brand-section .brand-heading p {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 0.938vw;
  font-weight: 300;
}
.brand-section .brand-list {
  margin-bottom: -9rem;
}
.brand-section .brand-list .brand-wrapper {
  padding: 9% 16% 9% 16%;
  background-color: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.brand-section .brand-list .brand-wrapper img {
  width: 100%;
  height: 99.13%;
  max-width: 115px;
  margin-bottom: 10px;
}
.brand-section .brand-list .brand-wrapper h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 10px;
}
.brand-section .brand-list .brand-wrapper p {
  color: #000000;
  font-family: "Galano Test", Sans-serif;
  font-size: 0.885vw;
  font-weight: 300;
}

.brown-section {
  padding: 10rem 0 50px;
  background-color: #A37D3D;
}
.brown-section .content-wrapper {
  padding: 0% 12% 0% 12%;
}
.brown-section .content-wrapper .line {
  width: 30%;
  margin: 20px auto;
  border: 1px solid #fff;
}
.brown-section .content-wrapper h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 2.604vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.brown-section .content-wrapper p {
  text-align: center;
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 1.042vw;
  font-weight: 300;
}

.common-btn {
  font-family: "Poppins", Sans-serif;
  font-size: 1.406vw;
  font-weight: 500;
  fill: #A37C3D;
  color: #A37C3D;
  background-color: #FFFFFF;
  border-radius: 57px 57px 57px 57px;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 40px;
}

.block-section .block-content h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 2.448vw;
  font-weight: 600;
  margin-bottom: 20px;
}
.block-section .block-content p {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.042vw;
  font-weight: 300;
}

.graph-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.graph-div div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-form {
  background-color: #FFFFFF;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.16);
  margin: 7% 8% 7% 8%;
  padding: 5% 10% 5% 10%;
  border-radius: 20px;
}
.footer-form span {
  color: #A37C3D;
  font-family: "Poppins", Sans-serif;
  font-size: 0.938vw;
  font-weight: 500;
}
.footer-form h2 {
  color: #A37C3D;
  font-family: "Poppins", Sans-serif;
  font-size: 2.656vw;
  font-weight: 700;
  line-height: 1;
}
.footer-form p {
  color: #000000;
  font-family: "Galano Test", Sans-serif;
  font-size: 0.781vw;
  font-weight: 300;
}
.footer-form .form-btn {
  margin-top: 30px;
}
.footer-form .form-btn a {
  font-family: "Poppins", Sans-serif;
  font-size: 1.094vw;
  font-weight: 400;
  background-color: #A37C3D;
  border-radius: 144px 144px 144px 144px;
  color: #fff;
  padding: 10px 24px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer-form .form-btn div {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.094vw;
  font-weight: 600;
  text-align: center;
  margin: 5px 0;
}

.footer-form-section {
  position: relative;
  z-index: 20;
}
.footer-form-section .footer-design {
  position: absolute;
  left: 0;
  bottom: 30%;
  z-index: -1;
}
.footer-form-section .offset-div {
  margin-bottom: -11%;
}

.footer-inner .footer-background {
  padding-top: 10rem;
}

.contact-form {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.16);
  margin: 5% 5% 5% 5%;
  padding: 7% 10% 7% 10%;
  border-radius: 20px;
}
.contact-form .form-heading {
  margin-bottom: 20px;
}
.contact-form .form-heading h4 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.094vw;
  font-weight: 500;
}
.contact-form .form-heading h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 2.24vw;
  font-weight: 600;
}
.contact-form .form-heading p {
  color: #000000;
  font-family: "Galano Test";
  font-size: 0.781vw;
  font-weight: 300;
}
.contact-form .form-group h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 1vw;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form .form-group input, .contact-form .form-group select {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #707070;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
}
.contact-form .form-group textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  height: 138px;
}
.contact-form .submit button {
  background-color: #A37C3D;
  color: #FFFFFF;
  border-radius: 57px 57px 57px 57px;
  text-align: center;
  width: 100%;
  border: none;
  padding: 15px 20px;
  font-size: 1vw;
}

.contact-block {
  text-align: right;
}
.contact-block h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 2.604vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-block h3 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 2.24vw;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-block .info-block {
  margin-bottom: 20px;
}
.contact-block .info-block h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.198vw;
  font-weight: 600;
}
.contact-block .info-block p {
  color: #000000;
  font-family: "Galano Test";
  font-size: 0.781vw;
  font-weight: 300;
}
.contact-block .social-media {
  margin-top: 2rem;
}
.contact-block .social-media div {
  display: flex;
  justify-content: flex-end;
}
.contact-block .social-media h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.198vw;
  font-weight: 600;
}
.contact-block .social-media a {
  height: 40px;
  width: 40px;
  border: 1px solid #A37C3D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A37C3D;
  font-size: 20px;
  border-radius: 50%;
}

.contact-section {
  padding: 50px 0;
}

.product-section {
  padding: 100px 0;
  overflow: hidden;
}
.product-section .page-design {
  position: absolute;
  right: -55%;
  bottom: 0;
}
.product-section .product-heading {
  margin-bottom: 6rem;
}
.product-section .product-heading h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.product-section .product-heading p {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 0.938vw;
  font-weight: 300;
  padding: 0% 25% 0% 25%;
}
.product-section .product-list .product-wrapper {
  min-height: 600px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section .product-list .product-wrapper:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #543D16;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 50%;
}
.product-section .product-list .product-wrapper .content {
  padding: 3rem;
  position: relative;
  z-index: 20;
  width: 100%;
}
.product-section .product-list .product-wrapper .content h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  color: #fff;
}
.product-section .product-list .product-wrapper .content .line {
  width: 50%;
  border-top: 1px solid #fff;
  margin: 20px 0;
}
.product-section .product-list .product-wrapper .content p {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 0.781vw;
  font-weight: 300;
  margin-bottom: 20px;
}
.product-section .product-list .product-wrapper .content ul {
  margin-left: 20px;
}
.product-section .product-list .product-wrapper .content ul li {
  list-style: disc;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.781vw;
  color: #fff;
  margin-bottom: 10px;
}

.sector-list .sector-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sector-list .sector-wrapper .content .line {
  margin: 10px auto !important;
}

.login-section {
  min-height: 100vh;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-section:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #A37C3D;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.79;
}
.login-section .form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.login-section .form-wrapper .logo-image {
  margin-bottom: 5rem;
}
.login-section .form-wrapper .login-text {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.login-section .form-wrapper .form-group {
  margin-bottom: 30px;
}
.login-section .form-wrapper .form-group div {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  gap: 10px;
  padding: 10px 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.login-section .form-wrapper .form-group input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  height: 40px;
}
.login-section .form-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-section .form-option .remember-me input {
  transform: scale(1.5);
  margin-right: 10px;
}
.login-section .form-option .remember-me label {
  font-size: 13px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.login-section .form-option a {
  font-size: 13px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.login-section .submit-btn {
  margin-top: 30px;
}
.login-section .submit-btn button {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
  color: #000;
  font-size: 19px;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.our-tech-brand .brand-list {
  margin-bottom: 0;
}

.roadmap {
  background-color: #fff;
  padding: 100px 0;
  margin: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.roadmap .roadmap-wrapper .row:nth-child(1) {
  padding: 0% 0% 10% 0%;
}
.roadmap .roadmap-wrapper .row:nth-child(2) {
  padding: 10% 0% 10% 0%;
}
.roadmap .roadmap-wrapper .row:nth-child(3) {
  padding: 10% 0% 0% 0%;
}
.roadmap .roadmap-wrapper .graphic {
  text-align: center;
}
.roadmap .roadmap-wrapper .this-wrapper {
  padding: 0% 20% 0% 10%;
}
.roadmap .roadmap-wrapper .this-wrapper h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 2.448vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.roadmap .roadmap-wrapper .this-wrapper p {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.042vw;
  font-weight: 300;
}

.tech-feature1 {
  position: relative;
  overflow: hidden;
}
.tech-feature1 .side-1 {
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tech-feature1 .side-2 {
  position: absolute;
  right: -30%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tech-feature1 .row {
  padding: 5% 0;
}
.tech-feature1 .feature-content {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #A37D3D;
  padding: 0% 10% 5% 10%;
  height: 100%;
}
.tech-feature1 .feature-content h2 {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 2.865vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.tech-feature1 .feature-content p {
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 1.042vw;
  font-weight: 300;
  margin-bottom: 10px;
}
.tech-feature1 .feature-content ul li {
  display: flex;
  gap: 10px;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 0.885vw;
  font-weight: 400;
  align-items: flex-start;
}
.tech-feature1 .feature-content ul li img {
  margin-top: -4px;
}

.common-image {
  padding-top: 58%;
}
.common-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech-media {
  background-color: #fff;
  padding: 50px 0;
}
.tech-media .ellipsi1 {
  max-width: 10.469vw;
  max-height: 9.01vw;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  margin-bottom: -7%;
  margin-left: -5%;
}
.tech-media .ellipsi2 {
  max-width: 9.01vw;
  max-height: 9.688vw;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  margin-bottom: -7%;
  margin-right: -2%;
}
.tech-media .image-wrapper {
  position: relative;
  height: 100%;
}
.tech-media .image-wrapper img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech-media .article-row {
  background-color: #A37D3D;
  margin-bottom: 8rem;
}
.tech-media .article-row img {
  vertical-align: middle;
  display: inline-block;
}
.tech-media .article-row .article-wrapper {
  padding: 5% 10%;
}
.tech-media .article-row .article-wrapper h2 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 2.448vw;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.tech-media .article-row .article-wrapper p {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 1.042vw;
  font-weight: 300;
}

.map-image {
  margin: 50px 0;
}

.navbar-nav a {
  position: relative;
}
.navbar-nav li.active a:after {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 20%;
}

/*# sourceMappingURL=main.css.map */