.imagemreal {
    color: #4b858e !important;
}

.primaryBtn {
  background-color: #4b858e;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  transition: background-color 0.5s ease-out;
}
.primaryBtn:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #c4c4c4;
}
.primaryBtn img {
  margin-left: 20px;
}

.btnSecundary {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  height: 60px;
  color: #4b858e;
  padding: 20px 52px;
  display: inline-block;
  position: relative;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.btnSecundary svg {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btnSecundary rect {
  fill: none;
  stroke: #4b858e;
  stroke-width: 5;
  stroke-dasharray: 422, 0;
  transition: all 2s linear;
}
.btnSecundary img {
  margin-left: 12px;
}
.btnSecundary:hover {
  text-decoration: none;
  color: #4b858e;
}
.btnSecundary:hover rect {
  stroke-width: 5;
  stroke-dasharray: 70, 164;
  stroke-dashoffset: 266;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.custom-select-wrapper {
  height: 100%;
  width: 150px;
  background: #f1f1f1;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #222222;
  border: 0;
  cursor: pointer;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  background: #f1f1f1;
  color: #222222;
  height: 100%;
  justify-content: center;
  padding: 0;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #222222;
  background: #f1f1f1;
  cursor: pointer;
  border: none;
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.custom-select__trigger .arrow img {
  transition: all 0.5s;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: none;
  background: #f1f1f1;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  text-align: center;
}
.custom-options .custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-select.open .arrow img {
  transition: all 0.5s;
  transform: rotate(180deg);
}

.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #4b858e;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
  transform: translateY(-100%);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #c5c5c5;
  padding: 0 5px;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 2px solid #e8e8e8;
  transition: box-shadow 150ms ease-out;
  color: #222222;
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  padding-left: 20px;
}

#header {
  height: 90px;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2050;
  padding-left: 20px;
}
@media (min-width: 992px) {
  #header {
    padding-right: 0;
    padding-left: 45px;
  }
}
#header.headerMain {
  background-color: #fff;
}
#header header {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header header nav {
  align-items: center;
  height: 100%;
}
#header header nav .link-container {
  width: calc(100vw - 390px);
  display: flex;
  justify-content: center;
}
#header header nav a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 14;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-right: 40px;
  transition: opacity 0.5s ease-out;
}
#header header nav a:hover {
  text-decoration: none;
  color: #4b858e !important;
}
#header header nav a.primaryBtn {
  color: #fff !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 0;
}
#header header nav .languageSelector {
  height: 100%;
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: center;
}
#header header .hamburguer {
  cursor: pointer;
  height: 100%;
  padding: 35px 20px 35px 40px;
}
#header header .hamburguer > div {
  position: relative;
  margin-right: 5px;
}
#header header .hamburguer > div span {
  width: 20px;
  height: 1.5px;
  position: absolute;
  background-color: #4b858e;
  border-radius: 100px;
  display: block;
}
#header header .hamburguer > div span:nth-child(1) {
  left: -20px;
  top: 4px;
}
#header header .hamburguer > div span:nth-child(2) {
  left: -20px;
  top: 15px;
}
#header header .hamburguer > p {
  font-family: "Oswald", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #4b858e;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #4b858e;
  z-index: 99;
  overflow-x: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu .mobileNav a {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #fff !important;
  margin-bottom: 20px;
}
.mobile-menu .mobileNav a:hover {
  text-decoration: none;
    color: #4b858e !important;
}
.mobile-menu .mobile-menu-footer {
  position: absolute;
  bottom: 0;
  height: 90px;
  display: flex;
  width: 100%;
}
.mobile-menu .mobile-menu-footer > div {
  height: 100%;
  width: 50%;
}
.mobile-menu .mobile-menu-footer > div .custom-options {
  bottom: 100%;
  top: unset;
}
.mobile-menu .mobile-menu-footer .languageSelector {
  height: 100%;
  width: 50%;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #f1f1f1;
  border: 0;
  outline: none;
}
.mobile-menu .mobile-menu-footer a {
  display: block;
  height: 100%;
  width: 50%;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: center;
}
.mobile-menu .mobile-menu-footer a.contactUsBtn {
  background: #fff;
  color: #222222;
}

.aboutUs .row p {
  width: 85%;
}
@media (max-width: 991px) {
  .aboutUs .row p {
    width: 100%;
  }
}


a:hover {
  color:#4b858e !important;
}
.aboutUs .row ul {
  padding-left: 15px;
  list-style-image: url("../icons/listCircle.svg");
}

.services {
  background-color: rgba(75, 133, 142, 0.1);
}
.services span {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #4b858e;
  padding: 24px 0px 6px 14px;
  display: block;
}
.services h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #444444;
  margin-top: 15px;
}
.services ul {
  padding-left: 14px;
  margin-bottom: 0;
  list-style-image: url("../icons/listCircle.svg");
}
.services ul li {
  margin-bottom: 6px;
  font-family: "Raleway", sans-serif;
  color: #606162;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}
.services ul li:last-child {
  margin-bottom: 0;
}
.services .btnSecundary {
  margin: 20px 0px;
}

.testimonials {
  background-color: rgba(75, 133, 142, 0.1);
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .testimonials {
    padding: 2rem;
  }
}
.testimonials img {
  width: 50%;
}
.testimonials .carousel {
  padding: 60px 60px 126px;
  margin-top: 3rem;
  min-height: 474px;
  background-color: #fff;
  box-shadow: 0px 20px 100px rgba(34, 34, 34, 0.15);
}
@media (min-width: 992px) {
  .testimonials .carousel {
    position: absolute;
    right: 0;
    bottom: 66px;
    width: 53.5%;
    padding: 60px;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .testimonials .carousel {
    padding: 60px 26px 126px;
  }
  .testimonials .carousel .carousel-indicators {
    margin-left: 26px !important;
  }
}
.testimonials .carousel .carousel-indicators {
  bottom: 12px;
}
.testimonials .carousel .carousel-indicators li {
  background-color: #e1e1e1;
  opacity: 1;
  transition: background-color 0.6s ease;
}
.testimonials .carousel .carousel-indicators .active {
  background-color: #4b858e;
}
@media (max-width: 992px) {
  .testimonials .carousel .carousel-indicators {
    justify-content: left;
    bottom: 65px;
    right: 0;
    margin-left: 60px;
  }
}
.testimonials .carousel .carousel-item article {
  position: relative;
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  padding-top: 64px;
}
.testimonials .carousel .carousel-item article span {
  position: absolute;
  color: #4b858e;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 170px;
  line-height: 100px;
  top: 0;
}
.testimonials .carousel .carousel-item h6 {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-top: 30px;
}
.testimonials .carousel .carousel-item h6 span {
  display: block;
  font-weight: normal;
  color: #8b8b8b;
  margin-top: 10px;
}
.testimonials .carousel .carousel-control-next {
  height: 66px;
  width: 66px;
  top: revert;
  right: 0;
  background-color: #4b858e;
  opacity: 1;
}
@media (min-width: 992px) {
  .testimonials .carousel .carousel-control-next {
    top: 100%;
    left: -22px;
  }
}
.testimonials .carousel .carousel-control-prev {
  height: 66px;
  width: 66px;
  top: revert;
  left: calc(100% - 132px);
  background-color: rgba(75, 133, 142, 0.2);
  backdrop-filter: blur(5px);
  opacity: 1;
}
@media (min-width: 992px) {
  .testimonials .carousel .carousel-control-prev {
    top: 100%;
    left: -88px;
  }
}

.portfolio {
  padding-bottom: 100px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .portfolio {
    margin-top: 70px;
  }
}
.portfolio h2 {
  margin-bottom: 32px;
}
.portfolio .portfolioCard {
  max-width: 352px;
  position: relative;
  background-color: #fff;
  text-align: left !important;
  padding: 20px;
  height: 385px;
  margin-bottom: 55px;
  box-shadow: 0px 10px 40px rgba(34, 34, 34, 0.1);
}
.portfolio .portfolioCard:hover .portfolioCardImg {
  transform: scale(1.2);
}
.portfolio .portfolioCard:hover .portfolioArrow img {
  transform: scale(1.6);
}
@media (max-width: 991px) {
  .portfolio .portfolioCard {
    margin-left: auto;
    margin-right: auto;
  }
}
.portfolio .portfolioCard .portfolioCardImgWrapper {
  overflow: hidden;
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  position: relative;
}
.portfolio .portfolioCard .portfolioCardImgWrapper .portfolioCardImg {
  width: 100%;
  height: 100%;
  transition: all 2s;
}
.portfolio .portfolioCard .cardSeperation {
  width: 100%;
  background: #222222;
  opacity: 0.1;
  height: 1px;
  margin: 10px 0px;
}
.portfolio .portfolioCard .cardFooter span {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}
.portfolio .portfolioCard .cardFooter .blue {
  color: #4b858e;
}
.portfolio .portfolioCard .cardFooter .orange {
  color: #be9558;
}
.portfolio .portfolioCard h4 {
  color: #222222;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.portfolio .portfolioCard span {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #8b8b8b;
  min-height: 40px;
  display: block;
}
.portfolio .portfolioCard .portfolioArrow {
  background-color: #4b858e;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  right: -20px;
  cursor: pointer;
}
.portfolio .portfolioCard .portfolioArrow img {
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 10px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  overflow-x: hidden;
  background: #fff;
  transition: all;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
@media (max-width: 991px) {
  .contact-modal {
    overflow-y: auto;
  }
}
.contact-modal header .primaryBtn {
  color: #fff !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 58px;
  width: 150px;
  background-color: #4b858e;
}
.contact-modal header .primaryBtn:hover {
  background-color: #c4c4c4;
    color: #fff !important;
}
.contact-modal h2 {
  font-family: "Playfair Display", serif;
  color: #4b858e;
  font-weight: normal;
  font-size: 60px;
  line-height: 80px;
}
.contact-modal h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.contact-modal .paragraphDark {
  max-width: 360px;
  color: #333333;
}
.contact-modal form {
  max-width: 400px;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .contact-modal form {
    max-width: 100%;
  }
}
.contact-modal form button {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #fff;
  border: 0;
}
.contact-modal form button:focus {
  outline: none;
}
.contact-modal form button p {
  margin: 0;
}

.footer {
  background-color: rgba(75, 133, 142, 0.1);
  margin-top: 80px;
}
.footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
}
.footer .paragraphDark {
  font-size: 12px;
  display: block;
  line-height: 12px;
  margin: 20px 0px;
  color: #606162;
}
.footer .copyRight {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.5;
  line-height: 24px;
}

html {
  scroll-behavior: smooth;
}

.move-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.move-up.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.main {
  transition: margin-left 0.5s;
}

a p {
  margin: 0;
}
a:hover {
    color:#4b858e !important;
  text-decoration: none;
}

.hero {
  background-image: url("../images/hero/hero.png");
  background-repeat: no-repeat;
  background-size: 66%;
  background-position: 0% 0%;
  width: 100%;
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .hero {
    background-size: 80%;
    height: 50vh;
    margin-bottom: 220px;
  }
  .hero .hero-content {
    top: 18.5%;
    left: 5%;
  }
}
@media (max-width: 769px) {
  .hero {
    background-size: 100%;
  }
  .hero > div {
    align-items: flex-end !important;
  }
  .hero .hero-content {
    top: 20vw;
    left: -16.5vw;
  }
}
.hero .hero-content {
  position: relative;
  background-color: #4b858e;
  padding: 5rem 1.5rem;
}
.hero span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4b858e;
  display: block;
}
@media (max-width: 991px) {
  .hero span {
    margin-bottom: 30px;
  }
}
.hero .btnSecundary {
  position: absolute;
  right: 0px;
  bottom: -57px;
}

h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 90px;
  color: #4b858e;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 53px;
  }
}

h4 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
}

.paragraphDark {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.paragraphWhite {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.mt70 {
  margin-top: 70px;
}

.mt100 {
  margin-top: 100px;
}

.colorPrimary {
  color: #4b858e;
}

.colorWhite {
  color: #fff;
}

.colorDark {
  color: #222222;
}

footer {
  padding-top: 15px;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer > div {
    display: block;
  }
}
footer a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #4b858e;
}
footer a:hover {
  color: #4b858e !important;
  text-decoration: none;
}
footer p {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #4b858e;
}

.portfolioPage section h3 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  color: #444444;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.portfolioPage section p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #8b8b8b;
  margin-bottom: 5px;
}
.portfolioPage section .row .img-fluid {
  width: 100%;
}
.portfolioPage section .cardFooter span {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #4b858e;
}

@media (max-width: 769px) {
  .quote {
    max-width: 100%;
    padding: 0;
  }
}
.quote > div {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .quote > div {
    display: block;
  }
}
.quote .quoteImage {
  position: relative;
  width: 100%;
  margin-top: 30px;
  z-index: -1;
}
@media (min-width: 770px) {
  .quote .quoteImage {
    max-height: unset;
  }
}
@media (max-width: 991px) {
  .quote .quoteImage {
    padding: 15px;
    margin-top: 4rem;
  }
}
.quote .quoteText {
  background-color: #fff;
  margin: 0 auto;
}
@media (min-width: 770px) {
  .quote .quoteText {
    position: relative;
    margin-top: 0;
  }
}
.quote .quoteText .quoteMark {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 280px;
  line-height: 100px;
  color: #4b858e;
  opacity: 0.2;
  position: absolute;
  right: 15%;
}
.quote .quoteText h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #383838;
  padding-left: 30px;
  padding-top: 20px;
}
.quote .quoteText h3 span {
  color: #4b858e;
}
@media (max-width: 991px) {
  .quote .quoteText h3 {
    padding-left: 15px;
    font-size: 24px;
    line-height: 34px;
  }
}
.quote .quoteText .quoteAuthor {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #8b8b8b;
  line-height: 130%;
  font-weight: 400;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .quote .quoteText .quoteAuthor {
    padding-left: 15px;
  }
}



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