/* pt-serif-regular - latin */

@font-face {
  font-family: "PTSerif";
  font-style: normal;
  font-weight: 400;
  src: local("PTSerif-Regular"), local("PTSerif-Regular"),
    url("../assets/fonts/PTSerif-Regular.woff") format("woff");
  /* Legacy iOS */
}

/* pt-serif-regular - latin */

@font-face {
  font-family: "PTSerif";
  font-style: italic;
  font-weight: 400;
  src: local("PTSerif-Italic"), local("PTSerif-Italic"),
    url("../assets/fonts/PTSerif-Italic.woff") format("woff");
  /* Legacy iOS */
}

/* pt-serif-700 - latin */

@font-face {
  font-family: "PTSerif-Bold";
  font-style: normal;
  font-weight: bold;
  src: local("PTSerif-Bold"), local("PTSerif-Bold"),
    url("../assets/fonts/PTSerif-Bold.woff") format("woff");
  /* Legacy iOS */
}

@font-face {
  font-family: "PTSerif";
  font-style: italic;
  font-weight: 700;
  src: local("PTSerif-BoldItalic"), local("PTSerif-BoldItalic"),
    url("../assets/fonts/PTSerif-BoldItalic.woff") format("woff");
  /* Legacy iOS */
}

/* source-sans-pro-regular - latin */

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PTSans-Regular"), local("PTSans-Regular"),
    url("../assets/fonts/PTSans-Regular.woff") format("woff");
  /* Legacy iOS */
}

@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: local("PTSans-Italic"), local("PTSans-Italic"),
    url("../assets/fonts/PTSans-Italic.woff") format("woff");
  /* Legacy iOS */
}

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: local("PTSans-Bold"), local("PTSans-Bold"),
    url("../assets/fonts/PTSans-Bold.woff") format("woff");
  /* Legacy iOS */
}

@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: bold;
  src: local("PTSans-BoldItalic"), local("PTSans-BoldItalic"),
    url("../assets/fonts/PTSans-BoldItalic.woff") format("woff");
  /* Legacy iOS */
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  transition: 1s opacity;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

body.fade-out {
  opacity: 0;
  transition: none;
}

* {
}

a:hover {
  color: #264f5b;
  transition: 0.5s;
}

.navbar > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-badge__people {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.container-badge__people img {
  height: 51px;
}
.wrapper-badge a {
  display: flex;
  height: 25px;
  justify-content: center;
  align-items: center;
}
.container-badge__people.container-badge__single-people img {
  height: 100px;
}
.wrapper-badge {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  margin-bottom: 25px;
}
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  box-shadow: 2px 1px 10px #cccccc;
  flex-flow: row wrap;
  padding: 0;
}

.header {
  margin: 0 50px;
}

.navbar-brand img {
  width: 263px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.navbar-title {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-right: 50px;
  padding-top: 12px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  border-top: 1px solid #fff;
  transition: 0.5s;
}

.navbar-title:hover {
  color: #562c47;
  border-top: 1px solid #562c47;
  transition: 0.5s;
}

.nav-contact {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  border: 1px solid #000;
  border-radius: 2px;
  text-align: center;
  transition: 0.5s;
  margin-left: 15px;
}

.nav-contact:hover {
  color: #fff;
  background-color: #562c47;
  transition: 0.5s;
}

.nav-contact .navbar-title {
  color: #333;
  transition: 0.5s;
  border-top: none;
  margin-right: 0;
}

.nav-contact .navbar-title:hover {
  color: #fff;
  border-top: none;
  transition: 0.5s;
}

.nav-contact .navbar-title {
  padding: 10px 25px;
}

.banner {
  background-image: url("../assets/img/sean-pollock-PhYq704ffdA-unsplash (1).png");
  height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-full {
  background: rgba(38, 79, 66, 0.61);
  height: 700px;
}

.banner-content {
  margin: 12% 0;
  width: 70%;
  text-align: center;
}

.banner-subtitle {
  color: #fff;
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
}

.banner-title {
  font-family: "PTSerif-Bold";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 48px;
  margin-bottom: 30px;
}

.btn {
  background: #264f42;
  border-radius: 4;
  padding: 15px 25px;
  color: #fff;
  transition: 0.5s;
}

.btn:hover {
  background: #562c47;
  border-radius: 4;
  padding: 15px 25px;
  color: #fff;
  transition: 0.5s;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.pagecontent {
  padding: 50px 0;
}

.section-title {
  font-family: "PTSerif-Bold";
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #264f42;
  margin-bottom: 70px;
}

.areas-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #264f5b;
  position: relative;
}

.areas-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.areas-title {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 2.5px;
  margin-top: 24px;
  text-align: left;
  color: #264f5b;
}

.areas-text p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #000000 !important;
}

.areas-readmore {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: left;
  color: #555555;
  margin-top: 25px;
}

.content-grey {
  background: #d9d9d9;
  position: relative;
}

.content-aquinasholding {
  position: relative;
  background: url(/assets/img/adrien-olichon-C77js_MQ5wo-unsplash.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.content-green {
  background: #203f34;
  position: relative;
}

.ataquinas-title {
  font-family: "PTSerif-Bold";
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #264f42;
  margin-bottom: 40px;
}

.aboutus-title {
  font-family: "PTSerif-Bold";
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #264f42;
  margin-top: 140px;
}

.ataquinas-subtitle {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: normal;
  text-align: left;
  color: #264f42;
}

.ataquinas-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
}

.ataquinas_img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutus_img {
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ataquinas_img img {
  width: 70%;
}

.quote {
  font-family: "Libre Baskerville", serif;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.2;
  letter-spacing: 7.5px;
  text-align: center;
  color: #555555;
}

.testimonial-content {
  font-family: "PTSerif-Bold";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #555555;
  margin-top: 60px;
  margin-bottom: 45px;
}

.testimonial-client {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-align: center;
  color: #555555;
  margin-bottom: 45px;
}

.slick-dots li button:before {
  font-size: 26px !important;
}

.content-contact {
  background: #d9d9d9;
  position: relative;
}

.homemap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

input,
textarea {
  padding: 10px 15px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  border: none;
  font-size: 14px;
}

.member {
  text-align: center;
}

.page-footer {
  padding: 100px 0 30px 0;
  background: #264f42;
  color: #000;
}

.footer-title {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "PT Serif";
}

.page-footer hr,
.page-footer p {
  color: #fff;
}

.page-footer hr {
  border-top: 1px solid #fff;
}

.footer-text {
  font-size: 14px;
}

.copyright {
  color: #fff;
  margin: 15px 0 5px 0;
  font-size: 12px;
}

.about-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
}

.pill-row {
}

.white {
  color: #fff;
}

.tab-pill {
  text-align: center;
  background-color: #fff;
  color: #264f5b;
  padding: 60px 30px;
  border: 1px solid #264f5b;
  transition: 0.5s;
}

.tab-pill:hover {
  background-color: #264f5b;
  transition: 0.5s;
  cursor: pointer;
}

.tab-pill.active {
  background-color: #264f5b;
  transition: 0.5s;
  cursor: pointer;
}

.tab-pill a {
  font-family: "PTSerif-Bold";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: center;
  color: #264f5b;
  transition: 0.5s;
}

.tab-pill:hover a {
  color: #fff;
  transition: 0.5s;
}

.tab-pill.active a {
  color: #fff;
  transition: 0.5s;
}

.tab-content p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
  margin-top: 80px;
  text-align: justify;
  margin-left: 15%;
  width: 70%;
}

.about-readmore {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: center;
  color: #555555;
  margin-top: 25px;
}

.center {
  text-align: center;
}

.reach-title {
  font-family: "PTSerif-Bold";
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: center;
  color: #264f5b;
  margin: 25px 0 50px;
}

.reach-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}

.reach-container {
  padding: 0 25px;
}

.dropdown-toggle::after {
  display: none;
}

.area-header {
  background: url(../assets/img/viktor-jakovlev-H0vuplqoX0c-unsplash.png);
  background-position: 50%;
  position: relative;
}

.area-title {
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.area-title2 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.area-title3 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.area-title4 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  background: #264f42;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.layer2 {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.45;
  width: 100%;
  height: 100%;
}

.expertise-text,
.expertise-text1 p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #000000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 35px;
}

.expertise-text:before {
  content: ">";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -5px;
}

.card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  width: 100%;
  padding: 20px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.cardcontainer h4 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: #264f5b;
  margin-top: 15px;
  margin-bottom: 5px;
}

.cardcontainer p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: #000000;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cardcontainer {
  padding: 2px 16px;
}

.profile-btn {
  background: #264f5b;
  padding: 8px 15px;
}

.partners-header {
  background: url(../assets/img/kyle-glenn-n-xt-5-ht-lmlg-e-unsplash.jpg);
  background-position: 50%;
  position: relative;
}

.people-header {
  background: url(../assets/img/samuel-zeller-es-6-l-a-pda-0-unsplash-1.png);
  background-position: 50%;
  position: relative;
}

.contact-header {
  background: url(../assets/img/chris-brignola-X2CxUXFqKcM-unsplash.png);
  background-position: 50%;
  position: relative;
}

.aquinashol-header {
  background: url(../assets/img/adrien-olichon-C77js_MQ5wo-unsplash.png);
  background-position: 50%;
  position: relative;
}

.people {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-align: center;
  color: #d9d9d9;
}

.people-active {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-align: center;
  color: #264f5b;
}

.partners-tab {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.map-area {
}

.map-area > img {
  opacity: 0.15;
}

.map-pin {
  position: absolute;
}

.map-pin img {
  width: 26px;
}

.pin-aus {
  left: 974px;
  top: 600px;
}

.modal-body {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.44);
  background-color: rgba(0, 0, 0, 0.93) !important;
  padding: 35px;
}

button.close {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}

.close span {
}

.modal-open {
  background: none;
}

.modal-dialog {
  position: absolute;
  width: 60%;
  right: 0;
}

.modal-dialog {
  max-width: 100%;
}

.modal-texttitle {
  font-family: "PTSerif-Bold";
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.modal-textsubtitle {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.modal-more {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.case-studies-card {
  background-color: #d9d9d9;
  padding: 15px;
  width: 31%;
  margin-right: 2%;
  flex: auto;
}

.case-studies-card .case-studies-content {
  color: #000;
  margin-top: 10px;
}

.case-studies-card .modal-more {
  color: #000;
}

.aquinas-hlding-container {
  background-color: #f0f0f0;
  padding: 36px;
  width: 31%;
  margin-right: 2%;
  flex: auto;
}
.content-white {
  background: #fff;
  position: relative;
}

.panel-title {
  border-top: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 0;
  padding: 15px;
  position: relative;
}

.panel-title:after {
  content: "+";
  position: absolute;
  font-size: 40px;
  right: 25px;
  top: 5px;
  color: #264f5b;
}

.panel-title a {
  color: #264f5b !important;
}

.panel-body p {
  color: #000;
}

.panel-body {
  margin: 25px 0;
}

.cardcontainer > p {
  margin-left: 0;
  width: 100%;
  margin-top: 0;
}

.peoples > li {
  width: 33.33%;
  padding-right: 30px;
}

.peoplesa {
  font-family: "PTSerif-Bold";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: center;
  background-color: #264f5b;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  color: #264f5b;
  padding: 60px 30px;
  border: 1px solid #264f5b;
  transition: 0.5s;
  width: 100%;
  float: left;
}
.peoplesa:hover {
  background-color: #fff;
}
.peoplesa:hover {
  background-color: #264f5b;
  color: #fff;
  text-decoration: none;
}
.peoplesa.active {
  background-color: #264f5b;
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
}

.partnersa li {
  margin: 5px 15px;
}

.partnersa .active span {
  color: #264f5b;
}
.partnersa a:hover span {
  color: #264f5b;
}
.cardcontainer {
  min-height: 265px;
}
.people-title {
  font-family: PTSerif-Bold;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  margin-top: 40px;
}
.people-header {
  padding-bottom: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
}
.people-header_img {
  width: 50%;
  margin-left: 40%;
}
.people2-title {
  font-family: PTSerif-bold;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  padding-top: 27px;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .pagecontent {
    padding: 0 15px;
  }
  .header {
    margin: 0 25px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .banner {
    height: 300px;
    background-position: 50%;
    background-attachment: initial;
  }
  .container-full {
    height: 300px;
  }
  .banner-content {
    margin: auto;
    margin-top: 12%;
  }
  .banner-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 15px;
  }
  .homemap {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
  }
  .banner-title {
    font-size: 24px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .banner-btn {
    margin-left: 15px;
  }
  .section-title {
    font-size: 24px;
  }
  .ataquinas_img img {
    width: 80%;
    opacity: 0.5;
  }
  .section-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .quote {
    display: none;
  }
  .member {
    margin-bottom: 15px;
  }
  .page-footer {
    padding: 30px 0;
  }
  .footer-title {
    margin-top: 15px;
  }
  .nav-contact {
    text-align: left;
    border: none;
    margin-left: 0;
  }
  .nav-contact .navbar-title {
    padding-top: 12px;
    padding-left: 0;
  }
  .tab-pill {
    padding: 10px;
    margin-right: 0;
  }
  .pill-row {
    width: initial !important;
  }
  .tab-content p {
    margin: 0;
    margin-top: 15px;
    width: 100%;
  }
  .peoples > li {
    width: 100%;
    padding-right: 0;
  }
  .peoplesa {
    padding: 15px;
  }
  .banner-title p {
    margin-bottom: 0;
  }
  .people-header_img {
    width: 60%;
    margin-left: 20%;
  }
  .people-title {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .people-header {
    padding-bottom: 15px;
  }
}
.section-title {
  margin-top: 5px;
}
.expertise-text1 {
  margin-top: 25px;
}
