html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #053947;
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #053947;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #053947;
  text-decoration: none;
}
h3 {
  font-weight: 400;
  margin-bottom: 3.75rem;
}
h3 span {
  display: block;
  color: #1D6D33;
}
h5, p, ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
address {
  font-size: 1rem;
  line-height: 1.5;
}
.f78 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 4.875rem);
}
.f67 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4.1875rem);
}
.f50 {
  font-size: clamp(1.5rem, 3.125vw, 3.125rem);
}
.f48 {
  font-size: clamp(1.5rem, 3.125vw, 3rem);
}
.f40 {
  font-size: clamp(1.125rem, 3vw, 2.5rem);
}
.f30 {
  font-size: clamp(1.0625rem, 3.125vw, 1.8125rem);
}
.f27 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.6875rem);
}
.f24 {
  font-size: clamp(1.125rem, 1.22vw + .667rem, 1.5rem);
}
.f22 {
  font-size: clamp(1.0625rem, 1vw + .5rem, 1.375rem);
}
.f20 {
  font-size: clamp(1rem, 1vw + .5rem, 1.25rem);
}
h3 .f18 {
  font-size: clamp(.875rem, 1vw + .5rem, 1.125rem);
}
.f18 {
  font-size: clamp(1rem, 1vw + .5rem, 1.125rem);
}
.f14 {
  font-size: clamp(.75rem, 1vw + .25rem, .875rem);
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 2rem;
  margin-top: -2rem;
}
.scroll-anchor#about {
  padding-top: 8rem;
  margin-top: -8rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.p-sections {
  padding: 6.25rem 0;
}
@media (min-width: 1520px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1399px) {
  .p-sections {
    padding: 4rem 0;
  }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: transparent;
  padding: 1.25rem 0;
}
.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  width: 14rem;
  padding: 0;
  margin: 0 .9375rem;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
}
.navbar svg path {
  stroke: #fff!important;
}
.navbar .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin: auto 1.25rem;
}
.navbar .nav-link:hover {
  color: #fff;
}
.navbar .nav-link.active {
  font-weight: 900;
}
@media (min-width: 992px) {
  .navbar.navbar-min {
    background-color: #0d3f2e;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar.navbar-min .navbar-brand {
    width: 10rem;
  }
  .navbar.navbar-min .nav-link.nav-contact {
    padding: .5rem 1.625rem;
  }
  .navbar .nav-link.nav-contact {
    padding: .75rem 1.75rem;
    border: 1px solid #fff;
    transition: all .3s ease-out;
  }
  .navbar .nav-link.nav-contact:hover {
    background-color: #1D6D33;
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #0d3f2e;
    padding: .625rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .navbar-brand {
    width: 10rem;
  }
  .navbar-nav {
    padding: 1rem 0 .5rem;
  }
  .navbar .nav-link {
    font-size: .875rem;
    font-weight: 400;
    line-height: 2;
    padding: .125rem 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 8rem;
  }
}





/*------------------------------
            Header
------------------------------*/
header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/header/team.jpg) center top 20% no-repeat;
  background-size: cover!important;
}
#whatWeDo_page header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url(../images/header/what-we-do.jpg) center no-repeat;
}
header .content {
  min-height: 26rem;
  text-align: center;
  padding: 11rem 0 2rem;
}
header h1 {
  color: #fff;
  font-weight: 400;
  margin: auto;
}
header .f48 {
  font-size: clamp(1.875rem, 3.125vw, 3rem);
}
@media (max-width: 1399px) {
  header .content {
    min-height: 17rem;
    padding: 8rem 0 2rem;
  }
}





/*------------------------------
            Home
------------------------------*/
.home {
  z-index: 3;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(../images/art/hero.jpg) bottom left no-repeat;
  background-size: cover;
  background-color: #000;
}
.home .content {
  min-height: 100vh;
  padding: 10rem 0 2rem;
}
.home h1 {
  position: relative;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.home h1::before {
  z-index: -1;
  position: absolute;
  top: -5rem;
  left: -50vw;
  display: block;
  width: 150vw;
  height: calc(100% + 10rem);
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
}
.snapshot {
  position: relative;
  text-align: center;
  padding: 5rem 0;
}
.snapshot::before {
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #eee;
}
.snapshot::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/art/snapshot-background.svg) center right no-repeat;
  background-size: contain;
}
.snapshot .content {
  position: relative;
}
.snapshot .title {
  height: 1.875rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.snapshot .details {
  color: #1D6D33;
  margin-bottom: 1.25rem;
}
.snapshot .num {
  margin: 0;
}
.snapshot hr {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 1.25rem 0 2.25rem;
}
.philosophy {
  padding: 6.25rem 0;
}
.philosophy .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.philosophy h3 {
  margin-bottom: 1.25rem;
}
.philosophy .circle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 115%;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 2rem 2rem;
  background-color: rgba(5, 57, 71, 0.50);
  border-radius: 100%;
  transition: all .3s ease-out;
}
.philosophy .col-6:nth-child(1) .circle:hover {
  z-index: 3;
  background-color: rgba(5, 57, 71, 1);
}
.philosophy .col-6:nth-child(2) .circle {
  background-color: rgba(244, 152, 67, 0.50);
  float: right;
}
.philosophy .col-6:nth-child(2) .circle:hover {
  z-index: 3;
  background-color: rgba(244, 152, 67, 1);
}
.philosophy .col-6:nth-child(3) .circle {
  background-color: rgba(69, 126, 100, 0.50);
  margin-top: -36%;
  margin-left: -7.5%;
}
.philosophy .col-6:nth-child(3) .circle:hover {
  z-index: 3;
  background-color: rgba(69, 126, 100, 1);
}
.philosophy .circle h5 {
  color: #053947;
  line-height: 1.3;
  margin: 0 auto .5rem;
  transition: all .3s ease-out;
}
.philosophy .circle:hover > h5 {
  color: #fff;
}
.philosophy .circle p {
  color: #fff;
  font-size: .875rem;
  line-height: 1.4;
  height: 5rem;
  margin: 0 0 -5rem;
  opacity: 0;
  transition: all .3s ease-out;
}
.philosophy .circle:hover > p {
  opacity: 1;
  margin-bottom: 0;
}
.map {
  background: #eee;
  padding: 5rem 0;
}
.map h3 {
  text-align: center;
  margin-bottom: .5rem;
}
.map .content {
  position: relative;
  padding: 0 2.875rem;
}
.map img.us-map {
  width: 100%;
}
.map .locations {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 2.875rem;
  width: calc(100% - 5.75rem);
  height: 100%;
}
.map .btn {
  z-index: 6;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
}
.map .btn[data-bs-container="body"] {
  z-index: 9;
}
.map .btn:nth-child(1) {
  top: 70%;
  left: 49%;
}
.map .btn:nth-child(2) {
  top: 63%;
  left: 71%;
}
.map .btn:nth-child(3) {
  top: 80%;
  left: 51%;
}
.map .btn:nth-child(4) {
  top: 79%;
  left: 46%;
}
.map .btn:nth-child(5) {
  top: 41%;
  left: 33%;
}
.map .btn:nth-child(6) {
  top: 55.5%;
  left: 77.25%;
}
.map .btn:nth-child(7) {
  top: 66%;
  left: 20%;
}
.map .btn:nth-child(8) {
  top: 82%;
  left: 44%;
}
.map .btn:nth-child(9) {
  top: 51%;
  left: 14%;
}
.map .btn:nth-child(10) {
  top: 61%;
  left: 21%;
}
.map .btn:nth-child(11) {
  top: 85.5%;
  left: 41.25%;
}
.map .btn:nth-child(12) {
  top: 83.5%;
  left: 48.75%;
}
.map .btn:nth-child(13) {
  top: 73.5%;
  left: 50%;
}
.map .btn:nth-child(14) {
  top: 66.5%;
  left: 45%;
}
.map .btn:nth-child(15) {
  top: 57.5%;
  left: 48.75%;
}
.map .btn:nth-child(16) {
  top: 33.5%;
  left: 62.75%;
}
.map .btn:nth-child(17) {
  top: 63.5%;
  left: 66.25%;
}
.map .btn:nth-child(18) {
  top: 83.5%;
  left: 77.5%;
}
.map .btn:nth-child(19) {
  top: 80.5%;
  left: 78.75%;
}
.map .btn:nth-child(20) {
  top: 54%;
  left: 82%;
}
.map .btn:nth-child(21) {
  top: 41.75%;
  left: 81%;
}
.map .btn:focus {
  outline: none;
  box-shadow: none;
}
.map .btn img {
  position: relative;
  top: -.25rem;
  width: 100%;
  height: 100%;
}
.popover {
  width: 9.5rem;
  background-color: rgba(226, 169, 115, 0.8);
  text-align: center;
  border-radius: 1rem;
  border: none;
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
}
.popover.blue-popover {
  background-color: rgba(5, 57, 71, 0.8);
}
.bs-popover-top > .popover-arrow::after {
  border-top-color: rgba(226, 169, 115, 0.8);
}
.bs-popover-start > .popover-arrow::after {
  border-left-color: rgba(226, 169, 115, 0.8);
}
.bs-popover-bottom > .popover-arrow::after {
  border-bottom-color: rgba(226, 169, 115, 0.8);
}
.popover.blue-popover .popover-arrow::after {
  border-bottom-color: rgba(5, 57, 71, 0.8);
}
.popover.blue-popover .bs-popover-top > .popover-arrow::after {
  border-top-color: rgba(5, 57, 71, 0.8);
}
.popover.blue-popover .bs-popover-start > .popover-arrow::before {
  /* border-left-color: rgba(5, 57, 71, 0.8); */
}
.popover-body {
  padding: .875rem .75rem;
}
.popover.blue-popover .popover-body {
  color: #fff;
}
.popover b {
  font-weight: 500;
}
.map ul  {
  margin: -2rem 0;
}
.map ul li  {
  position: relative;
  padding-left: 1.5rem;
}
.map ul li img {
  position: absolute;
  top: .25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .snapshot .col-sm-6:not(:last-child) .content::after {
    position: absolute;
    top: 0;
    right: -.875rem;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.10);
  }
}
@media (max-width: 991px) {
  .snapshot {
    padding-bottom: 2rem;
  }
  .snapshot .content {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 3rem;
  }
  .snapshot .title {
    height: auto;
    margin-bottom: 1rem;
  }
  .snapshot .details {
    margin-bottom: .5rem;
  }
  .snapshot hr {
    display: none;
    margin: .625rem 0 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .snapshot .col-sm-6:nth-child(3) .content,
  .snapshot .col-sm-6:nth-child(4) .content {
    padding-bottom: 0;
    border-bottom: none;
  }
} 
@media (max-width: 767px) {
  .home {
    background-position: center;
  }
  .snapshot .col-sm-6:nth-child(4) .content {
    padding-bottom: 0;
    border-bottom: none;
  }
  .philosophy .circle {
    padding: 1.5rem;
  }
  .philosophy .circle p {
    font-size: .625rem;
    height: 4.5rem;
  }
  .map .content {
    left: -2.875rem;
    width: calc(100% + 5.75rem);
    margin: 1rem 0 1.5rem;
  }
  .map .btn {
    width: .625rem;
    height: .625rem;
  }
  .map ul {
    margin: 0 0 -2rem;
  }
  .popover-body {
    font-size: .75rem;
    line-height: 1.3;
    padding: .625rem;
  }
} 




/*------------------------------
            Team
------------------------------*/
.team {
  padding: 5rem 0 0;
}
.team h3 {
  margin-bottom: 3.75rem;
}
.team .col-12:not(:first-child) h3 {
  padding-top: 2rem;
}
.team h4 {
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  margin: -3rem 0 4.75rem;
}
.team .person {
  cursor: pointer;
  text-align: center;
  margin-bottom: 3.75rem;
}
.team .img-container {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.team .info {
  padding-top: 1.25rem;
}
.team .name {
  font-weight: 700;
  margin: 0;
}
.team .title {
  color: #222;
  font-size: .875rem;
  margin: 0;
}
.team .overlay {
  z-index: 1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #006759;
  transition: all .3s ease-out;
}
.team .person:hover > div .overlay {
  opacity: 1;
}
.team .overlay h5 {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  margin: auto;
}
.team .overlay h5::before {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -.25rem;
  display: flex;
  width: 100%;
  height: .0625rem;
  content: '';
  background-color: #fff;
}
.team-info {
  background: url(../images/art/ICG_BrandMark_RGB.png) top right no-repeat;
  background-size: contain;
  padding: 4rem 0 10rem;
  margin-bottom: 2rem;
}
.team-info .img-container {
  aspect-ratio: 1/.75;
  padding: 2rem 3rem;
}
.team-info .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-info .content p {
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  width: 105%;
  margin: auto 0;
}
@media (max-width: 1199px) {
  .team-info {
    background: none;
  }
}
@media (max-width: 575px) {
  .team .person {
    margin-bottom: 2rem;
  }
  .team .img-container {
    max-width: 16rem;
    margin: 0 auto;
  }
  .team .info {
    padding-top: .5rem;
  }
  .team-info {
    padding: 4rem 0 2rem;
  }
  .team-info h3 {
    margin: 0;
  }
  .team-info .img-container {
    aspect-ratio: 1 / .625;
    padding: 1rem 2rem;
  }
  .team-info .content p {
    width: 100%;
  }
}




/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
  z-index: 1;
  position: absolute;
  top: 0rem;
  right: -3.75rem;
  background-color: #2D2D23;
  padding: 0;
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
.modal .nav .nav-item {
  background-color: #2D2D23;
  padding: 1rem .875rem;
  border: none;
  transition: all .3s ease-out;
}
.modal .nav .nav-item:first-child {
  background-color: #404040;
}
.modal .nav .nav-item:hover {
  background-color: #404040;
}
.modal .nav .nav-item svg {
  width: 2rem;
  height: 2rem;
}
.modal .nav .nav-item:first-child svg {
  padding: .4rem;
}
.modal .modal-content {
  border-radius: 1rem 0 1rem 1rem;
}
.modal .carousel-item {
  border-radius: 1rem 0 1rem 1rem;
  overflow: hidden;
}
.modal .img-container {
  aspect-ratio: 1/1.2;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1rem 0 0 0;
  overflow: hidden;
}
.modal .info {
  flex: auto;
  background-color: #061914;
  padding: 4.5rem 0;
}
.modal .info ul {
  margin: auto 0;
}
.modal .info ul li {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0675rem;
}
.modal .info ul li a {
  display: block;
  color: #fff;
  background: #F49843;
  padding: .75rem 1rem;
  border-radius: 8.125rem;
  backdrop-filter: blur(45.72500228881836px);
}
.modal .info ul li a:hover {
  background: #f2a55e;
}
.modal .info ul li .fa-linkedin {
  position: relative;
  top: .125rem;
  font-size: 125%;
}
.modal .content {
  padding: 6rem 3rem 3rem;
}
.modal .name {
  font-family: "Libre Baskerville";
  font-weight: 700;
  margin-bottom: .375rem;
}
.modal .title {
  position: relative;
  margin-bottom: 1.5rem;
}
.modal p {
  color: #595959;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
}
.modal p:last-child {
  margin-bottom: 0;
}
.modal {
  padding: 0 1rem!important;
}
.modal-xl {
  max-width: 62.5rem;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: .5;
}
@media (max-width: 1199px) {
  .modal .nav {
    right: 0;
    border-radius: 0;
  }
  .modal .nav .nav-item {
    padding: .5rem .375rem;
  }
  .modal .nav .nav-item svg {
    transform: scale(.75);
  }
}
@media (max-width: 991px) {
  .modal .content {
    padding: 2.5rem 1rem;
  }
  .modal .info {
      padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .modal .img-container {
    aspect-ratio: 1/.9;
  }
  .modal .info {
    padding: 1.5rem 0;
  }
  .modal .info ul li a {
    font-size: .75rem;
    padding: .5rem 1rem;
  }
  .modal-xl {
    max-width: 30rem;
  }
}





/*------------------------------
          What We Do
------------------------------*/
.what-we-do {
  padding: 5rem 0;
}
.what-we-do h3 {
  color: #222;
  margin-bottom: 5rem;
}
.what-we-do .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1/1.38;
  min-height: calc(100% - 1rem);
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/art/what-we-do-partner.jpg) center no-repeat;
  background-size: cover!important;
  padding: 1rem;
  border-radius: .5rem;
  margin: 0 auto 1rem;
}
.what-we-do .col-md-4:nth-child(2) .content {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/art/what-we-do-invest.jpg) center no-repeat;
}
.what-we-do .col-md-4:nth-child(3) .content {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/art/what-we-do-operate.jpg) center no-repeat;
}
.what-we-do h4 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin: auto;
  transition: all .3s ease-out;
}
.what-we-do .content:hover > h4 {
  opacity: 0;
}
.what-we-do .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,.8);
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.what-we-do .content:hover > .overlay {
  opacity: 1;
}
.what-we-do .overlay h5 {
  text-align: left;
  margin: 30% 0 .5rem;
  transition: all 0.3s ease-out;
}
.what-we-do .content:hover > .overlay h5 {
  margin-top: 10%;
}
.what-we-do .overlay p {
  color: #fff;
  max-height: 10rem;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.what-we-do .content:hover > .overlay p {
  max-height: 40rem;
}
.business {
  background: #eee;
  text-align: center;
  padding: 5rem 0;
}
.business h3 {
  margin-bottom: .75rem;
}
.business .desc {
  max-width: 40rem;
  margin: 0 auto;
}
.business .content {
  position: relative;
  margin-top: 3rem;
}
.business .img-container {
  position: relative;
  height: 38rem;
  border-radius: 1.125rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.business .img-container img {
  position: relative;
  top: -30%;
  width: auto;
  height: 150%;
}
.business .col-4 .img-container img {
  float: right;
  height: calc(150% + 1rem);
  margin-top: -.5rem;
}
.business .col-8 .img-container img {
  object-position: 0% 50%;
}
.business .image-split-line {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34%;
  width: .5rem;
  background-color: #eee;
}
.business .tag {
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: #ff6b00;
  color: white;
  padding: 6px 14px;
  border-radius: .57rem;
  font-size: 13px;
  font-weight: bold;
  transform: rotate(-10deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.case-studies {
  padding: 5rem 0;
}
.case-studies h3 {
  margin-bottom: 2rem;
}
.case-studies .slider-box {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  background-color: #eee;
  margin: 0 .875rem;
  border-radius: 2.1875rem;
}
.case-studies .img-container {
  width: 50%;
  aspect-ratio: 1/1.1;
  max-height: 23rem;
  border: 6px solid #fff;
  border-radius: 2.1875rem;
  overflow: hidden;
}
.case-studies .info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2rem 1rem 1rem;
}
.case-studies .title {
  color: #222;
  font-weight: 700;
}
.case-studies .address {
  color: #222;
}
.case-studies .read-more {
  color: #1D6D33;
  font-weight: 800;
  margin: auto 0 0;
}
.slick-track {
  margin: 0 -.875rem;
}
.slick-prev {
  top: -3.5rem;
  left: auto;
  right: 6.5rem;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid #1D6D33;
  border-radius: 100%;
  transition: all .3s ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #1D6D33;
}
.slick-prev:hover::before,
.slick-next:hover::after {
  filter: brightness(0) invert(1);
}
.slick-prev:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/icons/slick-arrow.png) center no-repeat;
  background-size: 1.25rem;
}
.slick-next {
  top: -3.5rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid #1D6D33;
  border-radius: 100%;
}
.slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/icons/slick-arrow.png) center no-repeat;
  background-size: 1.25rem;
  transform: rotate(180deg);
}
.properties {
  background-color: #eee;
  padding: 5rem 0;
}
.properties h3 {
  margin-bottom: 2rem;
}
.properties .content {
  background-color: #fff;
  padding: .75rem .75rem 1rem;
  border-radius: 0.9375rem;
  margin-bottom: 2.5rem;
}
.properties .img-container {
  border-radius: 0.9375rem;
  margin-bottom: 1rem;
}
.properties .title {
  font-weight: 600;
  margin-bottom: .25rem;
}
.properties .location {
  color: #52525B;
}
.properties .location .fa-location-dot {
  color: #053947;
  margin: 0 .25rem 1.125rem 0;
}
.properties .extra h5 {
  color: #071501;
  background: #F5F5F5;
  font-size: .875rem;
  font-weight: 600;
  padding: .375rem .9375rem;
  border-radius: 2.5rem;
  margin: 0;
}
.properties .extra h5:not(:last-child) {
  margin-right: .875rem;
}
.properties .extra h5 svg {
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
}
@media (max-width: 1399px) {
  .case-studies .img-container {
    width: 16rem;
    max-height: 17.625rem;
  }
}
@media (max-width: 1199px) {
  .what-we-do .content {
    max-width: 24rem;
  }
  .what-we-do .overlay {
    padding: 0 1rem;
  }
  .what-we-do .overlay p {
    font-size: .75rem;
  }
}
@media (max-width: 991px) {
  .what-we-do .overlay p {
    font-size: .625rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .what-we-do .content:hover > .overlay h5 {
    margin-top: 30%;
  }
  .what-we-do .overlay p {
    font-size: .875rem;
    line-height: 1.5;
  }
}





/*------------------------------
      Case Studies Modal
------------------------------*/
.port-main {
  color: #fff;
  background-color: #24392c;
  padding: 3rem 2rem;
}
.port-main img {
  max-width: 14rem;
}
.port-main .case-title {
  color: #fff;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin: auto 0 0;
}
.port-content {
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid #24392c;
  border-bottom: 1px solid #24392c;
  margin: 2.5rem 2rem 2.5rem 1rem;
}
.port-content .case-title-2 {
  color: #24392c;
  font-weight: 600;
}
.port-content ul {
  color: #222;
}
.port-content ul:last-child {
  margin: 0;
}
.modal .case-info {
  height: 22rem;
  overflow-y: scroll;
  padding-right: .5rem;
}
.modal .case-info::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}
.modal .case-info::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05); /* color of the track */
  border-radius: 30px;
}
.modal .case-info::-webkit-scrollbar-thumb {
  background-color: rgba(5, 57, 71, 0.7); /* color of the scroll thumb */
  border-radius: 30px; /* roundness of the scroll thumb */
}
.modal .case-info::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* color of the scroll thumb on hover */
}
@media (max-width: 767px) {
  .modal {
    padding: 0 .25rem !important;
  }
}





/*------------------------------
           Terms
------------------------------*/
.terms {
  padding: 6.25rem 0;
}
.terms h5 {
  /* color: #2D4168; */
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.terms p {
  line-height: 1.4;
  margin-bottom: 1.75rem;
}
.terms ul {
  line-height: 1.4;
  margin-bottom: 1.75rem;
}
.terms a:hover {
  color: #000035;
}
@media(min-width: 992px) {
  
}





/*------------------------------
           Footer
------------------------------*/
footer {
  color: #fff;
  background: #061914;
  padding: 3.75rem 0 2.5rem;
}
footer img {
  width: 14rem;
}
footer h5 {
  font-weight: 500;
  text-transform: uppercase;
}
footer .nav .nav-item {
  color: #fff;
  margin-bottom: .5rem;
}
footer .nav .nav-item.nav-contact {
  padding: .75rem 1.75rem;
  border: 1px solid #fff;
  margin: 0 0 0 auto;
}
footer .nav .nav-item.nav-contact:hover {
  background-color: #1D6D33;
}
footer p {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin: 1.75rem 0 0;
}
footer a {
  color: #fff;
}
@media (max-width: 1199px) {
  footer img {
    width: 10rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  footer img {
    width: 8rem;
  }
  footer .nav .nav-item {
    font-size: .875rem;
  }
  footer .nav .nav-item.nav-contact {
    padding: .5rem 1.25rem;
    margin: 1rem auto 0 0;
  }
  footer p a {
    display: block;
    margin-top: .5rem;
  }
}