@font-face {
  font-family: roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
* {
  font-family: roboto;
}

.orange {
  color: #f9a72b !important;
}

.green {
  color: #47b7a9 !important;
}

.small-title {
  font-size: 30pt;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.normal-text {
  font-size: 14pt;
  text-align: center;
}

.big-text {
  font-size: 25pt;
}

.section-padding {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner, .banner-1, .banner-2 {
  width: 100%;
  height: 500px;
}

.banner-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/banner-1.jpg");
}

.banner-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/banner-2.jpg");
}

.bold {
  font-weight: bold;
}

#form-noti-red {
  display: block;
  color: red;
  font-size: 20px;
  margin-bottom: 10px;
}

#form-noti-green {
  color: #47b7a9;
  display: none;
  font-size: 20px;
  margin-bottom: 10px;
}

.loader {
  display: none;
  position: unset;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translate(-44%, 20%);
}

/*.loader {
    display: inline-block;
    position: absolute;
    top: 13px;
    margin-left: 14px;
}*/
.loader div {
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid transparent;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader div,
.loader div:after {
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  position: relative;
  width: 100px;
  margin: 2px 0px;
  z-index: 2;
}

#nav {
  transition: 0.2s;
  box-shadow: 5px 6px 14px rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 0 20px !important;
  background: transparent;
  z-index: 9999;
}
.navbar .navbar-toggler {
  border: unset;
}
.navbar #navbarNav {
  font-size: 14pt;
  justify-content: flex-end;
}
.navbar #navbarNav .nav-item .nav-link {
  padding: 0 20px;
  text-align: center;
  color: white;
  transition: 0.2s;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.sticky {
  position: sticky;
  top: 0;
}

/*.transparent{
    background-color:transparent;
}*/
.light {
  background-color: white;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#main-banner .background {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/banner.jpg");
  background-position: 50% 10%;
  height: 100vh;
}
#main-banner .background .overlay {
  content: '';
  background-color: black;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main-banner .background .banner-container {
  position: relative;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#main-banner .background .banner-container .banner-title span {
  font-size: 50pt;
}
#main-banner .background .banner-container .banner-content {
  font-size: 14pt;
  color: white;
}

#whychooseus .whychoose-title {
  margin-bottom: 50px;
}
#whychooseus .whychoose-item, #whychooseus .whychoose-item-gray {
  padding: 25px 0;
}
#whychooseus .whychooseus-container {
  justify-content: flex-end;
  padding-right: 30px;
}
#whychooseus .ico-container {
  border: 2px solid #f9a72b;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#whychooseus .ico-container img {
  width: 50px;
  height: auto;
}

#benefit .ico-container {
  background-color: #f9a72b;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#benefit .ico-container img {
  width: 70px;
  height: auto;
}
#benefit .ico-name {
  margin-top: 15px;
}

#investment {
  background: #f8f8f8;
}
#investment ul {
  list-style: none;
}
#investment ul li {
  text-transform: uppercase;
}
#investment ul li::before {
  content: "-";
  padding-right: 10px;
}

#marketing ul {
  list-style: none;
}
#marketing ul li i {
  padding-right: 10px;
}

#whatwedo {
  background: #f8f8f8;
  border-bottom: 2px solid #f1f1f1;
}

#footer .background {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/footer.jpg");
  background-position: 50% 10%;
  height: auto;
}
#footer .background .overlay {
  content: '';
  background-color: black;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#footer .background .container {
  position: relative;
  z-index: 2;
}
#footer .background .container .small-title {
  color: white;
}
#footer .background .container .contact-form input {
  background: transparent;
  border: unset;
  border-bottom: 2px solid white;
  color: white;
  transition: 0.5s;
  border-radius: unset;
}
#footer .background .container .contact-form input:focus {
  transition: 0.5s;
  box-shadow: none !important;
  border-color: #f9a72b;
}
#footer .background .container .contact-form input::placeholder {
  color: white;
}
#footer .background .container .contact-form .absolute-label {
  font-size: 10pt;
  color: white;
  margin-bottom: 0 !important;
}
#footer .background .custom-btn {
  background: transparent;
  border: 2px solid white;
  padding: 10px 30px;
  margin-top: 20px;
  color: white;
  transition: 0.5s;
}
#footer .background .custom-btn:hover {
  border-color: #f9a72b;
  color: #f9a72b;
  transition: 0.5s;
  cursor: pointer;
}
#footer .background .connect-text {
  margin-top: 25px;
  color: white;
  font-weight: normal;
}
#footer .credit {
  background: black;
  padding: 20px;
  color: white;
}
#footer .contact {
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .navbar #navbarNav .nav-item .nav-link {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  *.small-title {
    font-size: 20pt;
  }

  *.normal-text {
    font-size: 13pt;
  }

  .banner, .banner-1, .banner-2 {
    height: 300px;
  }

  #main-banner .background .logo {
    width: 100px;
  }
  #main-banner .background .banner-container .banner-title span {
    font-size: 35pt;
  }
  #main-banner .background .banner-container .banner-content {
    font-size: 13pt;
    color: white;
  }

  #whychooseus .whychoose-title {
    margin-bottom: 50px;
  }

  #investment .normal-text {
    text-align: center !important;
  }
  #investment .investment-title {
    margin-top: 1rem;
  }

  #footer .contact {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #whychooseus .whychooseus-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  #benefit .ico-name {
    margin-top: 15px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 425px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  #whatwedo.section-padding {
    padding-bottom: 1.5rem;
  }

  *.small-title {
    font-size: 20pt;
  }

  *.normal-text {
    font-size: 12pt;
  }

  #whychooseus .whychoose-title {
    margin-bottom: 30px;
  }

  #whychooseus.section-padding {
    padding-bottom: 0;
  }

  #main-banner .background {
    background-position: 60% 10%;
  }

  #main-banner .background .banner-container .banner-title span {
    font-size: 25pt;
  }

  .banner, .banner-1, .banner-2 {
    height: 200px;
  }

  #main-banner .background .logo {
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
  }

  #whatwedo .small-title {
    margin-bottom: 0.5rem;
  }

  #footer .background .connect-text {
    margin-bottom: 0.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
