html {
  scroll-behavior: smooth;
}
body {
  color: #333;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/*------------------------------
            Global
  ------------------------------*/
a {
  color: #4a863f;
  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: #66a15b;
  text-decoration: none;
}
a.learn-more {
  display: inline-block;
  min-width: 13.5rem;
  max-width: 100%;
  color: #033333;
  font-size: 1.25rem;
  text-align: center;
  padding: 0.625rem 1.625rem;
  border: 1px solid #033333;
  margin: 0;
}
a.learn-more:hover {
  color: #fff;
  background-color: #033333;
}
h1,
h2 {
  font-weight: 700;
}
h3 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #033333;
  line-height: 1.3;
  margin-bottom: 2.25rem;
}
h4 {
  font-size: 1.875rem;
  font-weight: 400;
}
h5,
h6,
p,
ul li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.55;
}
.f45 {
  font-size: 2.8125rem;
  font-weight: 700;
}
.f35 {
  font-size: 2.1875rem;
  line-height: 1.3;
}
.f30 {
  font-size: 1.875rem;
}
.f25 {
  font-size: 1.5625rem;
}
.f22 {
  font-size: 1.375rem;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.f16 {
  font-size: 1rem;
}
.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px), (max-height: 800px) {
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 1.875rem;
  }
  h5,
  h6,
  p,
  ul li {
    font-size: 1.125rem;
  }
  a.learn-more {
    font-size: 1rem;
  }
  .f45 {
    font-size: 2.5rem;
  }
  .f35 {
    font-size: 1.75rem;
  }
  .f30 {
    font-size: 1.5rem;
  }
  .f25 {
    font-size: 1.375rem;
  }
  .f22 {
    font-size: 1.25rem;
  }
  .f20 {
    font-size: 1.125rem;
  }
  .f18 {
    font-size: 1rem;
  }
  .f16 {
    font-size: 0.875rem;
  }
  .p-mobile {
    padding: 3.5rem 0 !important;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h6,
  p,
  ul li {
    font-size: 1rem;
  }
  .f45 {
    font-size: 1.625rem;
  }
  .f35 {
    font-size: 1.375rem;
  }
  .f30 {
    font-size: 1.375rem;
  }
  .f25 {
    font-size: 1.25rem;
  }
  .f22 {
    font-size: 1.125rem;
  }
  .f20 {
    font-size: 1rem;
  }
  .p-mobile {
    padding: 2.5rem 0 !important;
  }
}

/*------------------------------
            Navbar
  ------------------------------*/
.navbar {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
}
.navbar .navbar-brand {
  width: 8.875rem;
  padding: 0;
  margin: 0 0.9375rem;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
}
.navbar .navbar-toggler .fas {
  color: #4a863f;
  transform: scale(1.5, 1.5);
  padding: 0.5rem;
}
.navbar .nav-item.nav-link {
  color: #4a863f;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0;
  margin: 0.25rem 1.125rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
  color: #66a15b;
}
.navbar.navbar-min {
  background-color: #b6ceb2;
  padding: 0.25rem 0;
  box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, 0.4);
}
.navbar.navbar-min .navbar-brand {
  width: 6rem;
}
wrapper#home img.img-fluid {
  margin-left: -50px;
}
.ctct-form-defaults {
  padding: 0 !important;
}
@media (min-width: 992px) {
  #home .navbar:not(.navbar-min) {
    background-color: transparent;
  }
  .navbar .navbar-nav {
    position: relative;
    top: -2rem;
    border-bottom: 0;
  }
  .navbar.navbar-min .navbar-nav {
    top: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 0.25rem 0;
  }
  .navbar .navbar-brand {
    width: 6rem;
  }
  .navbar .navbar-nav {
    text-align: center;
    padding: 0.25rem 0;
  }
  wrapper#home img.img-fluid {
    margin-left: 0;
  }
}

/*------------------------------
            Header        
  ------------------------------*/
header .content {
  min-height: 24rem;
  padding: 3rem 0;
}
header h1 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  header h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  /* header .content {
    min-height: 24rem;
  } */
}
@media (max-width: 767px) {
  header h1 {
    font-size: 2.125rem;
  }
}

/*------------------------------
            Home      
  ------------------------------*/
.home {
  position: relative;
  overflow: hidden;
}
.home .content {
  min-height: 100vh;
  padding: 9rem 0 4rem;
}
.home h1 {
  color: #fff;
  font-size: 2.8125rem;
  text-align: right;
  max-width: 45rem;
  margin: auto 0 2rem auto;
}
.home h5 {
  color: #fff;
  font-size: 1.375rem;
  text-align: right;
  max-width: 28em;
  margin: 0 0 0 auto;
}
.home .video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-we-are {
  background-color: #e9f0e8;
  text-align: center;
  padding: 5.625rem 0 3.625rem;
}
.who-we-are h4 {
  color: #033333;
  margin-bottom: 3rem;
}
.who-we-are .content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 10rem;
  margin: 1rem 0;
}
.who-we-are .num {
  color: #4a863f;
  font-weight: 400;
  margin: auto 0;
}
.who-we-are .num span {
  font-size: 127%;
  font-weight: 700;
}
.who-we-are .info {
  color: #033333;
  font-weight: 700;
  margin: 0;
}
.services {
  position: relative;
}
.services::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 49%;
  content: '';
  background-color: #e9f0e8;
}
.services .content {
  background-color: #fff;
  text-align: center;
  padding: 2.125rem 2.75rem 1.25rem;
  box-shadow: 0 6px 10px #e9f0e8;
  margin-bottom: 1.875rem;
}
.services .title {
  color: #033333;
  font-weight: 700;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #4a863f;
  margin-bottom: 1.5rem;
}
.services a {
  display: block;
  color: #033333;
}
.services a:hover {
  color: #66a15b;
}
.services a i {
  font-size: 150%;
}
.what-sets-us-appart {
  text-align: center;
  padding: 3rem 0 12rem;
}
.what-sets-us-appart h3 {
  margin-bottom: 4.625rem;
}
.what-sets-us-appart .main {
  margin-bottom: 1.875rem;
}
.what-sets-us-appart .content {
  position: relative;
  padding-top: calc(100% - 0.625rem);
  border: 5px solid #4a863f;
  border-radius: 100%;
  overflow: hidden;
  background-blend-mode: multiply;
}
.what-sets-us-appart .content .overlay {
  opacity: 0;
  background-color: #fff;
}
.what-sets-us-appart .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 1.5rem;
  transform: translate(-50%, -50%);
}
.what-sets-us-appart .info h5 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.what-sets-us-appart .info p {
  color: #3c3c3c;
  opacity: 0;
  max-height: 0;
  margin: 1rem 0 0;
}
.what-sets-us-appart .main:hover > .info h5 {
  color: #033333;
}
.what-sets-us-appart .main:hover > .info p {
  opacity: 1;
  max-height: 10rem;
}
.what-sets-us-appart .main:hover > .content .overlay {
  opacity: 1;
}
.investors {
  background-color: #e9f0e8;
  overflow: hidden;
}
.investors .content {
  max-width: 32rem;
  padding: 5.375rem 0;
}
.investors p {
  line-height: 1.6;
  margin-bottom: 3rem;
}
.investors .carousel {
  width: 50vw;
}
.investors .carousel-indicators {
  bottom: 0;
}
.investors .carousel-indicators li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
}
.investors .img-container {
  height: 100%;
  min-height: 18rem;
}
.portfolio-home {
  text-align: center;
  padding: 6.25rem 0;
}
.portfolio-home h4 {
  max-width: 52rem;
  line-height: 1.95;
  margin: 0 auto 3.5rem;
}
.portfolio-home .port {
  height: 10rem;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
}
.executive {
  text-align: center;
  padding: 3.125rem 0 5.125rem;
}
.executive .carousel .img-container {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 100%;
  margin: 0 auto 1.875rem;
  overflow: hidden;
}
.executive .carousel .desc {
  color: #033333;
  font-style: italic;
  line-height: 1.8;
  max-width: 52rem;
  margin: 0 auto 1.5rem;
}
.executive .carousel .name {
  color: #707070;
  font-family: 'Cormorant', serif;
  font-weight: 700;
}
.carousel-indicators {
  bottom: -2.5rem;
  margin: 0;
}
.carousel-indicators li {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #4a863f;
  border-radius: 100%;
  margin: 0 0.875rem;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 2.25rem;
}
@media (min-width: 1200px) {
  .who-we-are .col-xl:not(:last-child) .content::after {
    position: absolute;
    top: 0;
    right: -0.9375rem;
    display: block;
    width: 1px;
    height: calc(100%);
    content: '';
    background-color: #b6ceb2;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .who-we-are .col-xl:not(:nth-child(3)):not(:last-child) .content::after {
    position: absolute;
    top: 0;
    right: -0.9375rem;
    display: block;
    width: 1px;
    height: calc(100%);
    content: '';
    background-color: #b6ceb2;
  }
}
@media (max-width: 1199px) {
  .home h1 {
    font-size: 2.5rem;
  }
  .home h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .what-sets-us-appart {
    padding: 3rem 0;
  }
  .investors .content {
    max-width: 100%;
    padding: 4rem 0;
  }
  .investors .carousel {
    width: 100%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 1rem;
  }
  .carousel-control-prev img,
  .carousel-control-next img {
    position: relative;
    top: -8rem;
  }
  .modal-header.top-right {
    top: 5px;
  }
  .modal-dialog.modal-content.modal-lg.teams {
    max-width: 500px;
    margin: auto auto;
  }
  .modal-header.top-right a img {
    max-width: inherit;
    top: 0px;
  }
  .modal-header.top-right .left-arw {
    padding-right: 40px;
  }
  .modal-header.top-right .right-arw {
    padding-right: 40px;
  }
  .modal-header.top-right .left-arw {
    padding-right: 40px;
  }
  .modal-header.top-right .right-arw {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .home h1 {
    font-size: 1.5rem;
  }
  .home h5 {
    font-size: 1.0625rem;
  }
  .who-we-are {
    padding: 4rem 0;
  }
  .who-we-are h4 {
    margin-bottom: 0;
  }
  .who-we-are .content {
    min-height: auto;
    margin: 3rem 0 0;
  }
  .portfolio-home .port {
    height: 8rem;
    padding: 1.25rem 3rem;
    margin-bottom: 1rem;
  }
}

/*------------------------------
            About US       
  ------------------------------*/
section.about-silver-oak {
  padding: 80px 0;
}
section.about-silver-oak h1 {
  color: #033333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2rem;
}
section.about-silver-oak p {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 35px;
  padding-top: 10px;
}
section.sector-focus {
  position: relative;
  padding: 0 0 80px 0;
}
section.sector-focus:before {
  content: '';
  position: absolute;
  width: 100%;
  min-height: 634px;
  background: url(../images/about/bg-light-green.svg);
  top: 41%;
  z-index: -1;
}
.services-tiles {
  position: relative;
  background: #021b18f7;
}
.services-tiles img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
.services-tiles .title-services {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 1.5rem;
}

.overlay-services .text {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.overlay-services .text p {
  font-size: 13px;
  line-height: 18px;
  line-height: 22px;
  opacity: 1;
  visibility: visible;
}
.overlay-services {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #021b18d6;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1, 1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  background: url('../images/about/business-services.svg') no-repeat top center;
  background-size: cover;
}

.helth-bg .overlay-services {
  background: url('../images/about/healthcare-services.svg') no-repeat top center;
  background-size: cover;
}
.consumer-bg .overlay-services {
  background: url('../images/about/customer-services.svg') no-repeat top center;
  background-size: cover;
}

.portfolio-btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #4a863f;
}
.portfolio-btn a {
  color: #fff;
  padding: 10px 0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
}
.overlay-services .text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0;
}
.overlay-services .text h4:before {
  background-color: #848484;
  position: absolute;
  width: 75%;
  padding: 0 10px 0 10px;
  height: 1px;
  bottom: 0px;
  left: 0;
  content: '';
  right: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.services-tiles:hover .overlay-services {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  visibility: visible;
}
/*.overlay-services::after{width: 100%;display: block;height: 100%;background: url('../images/about/business-services.svg') no-repeat top center; background-size: cover;-webkit-transition: .4s ease;  transition: .4s ease;opacity: 0;visibility: hidden;content: "";z-index: -1;}
  .services-tiles:hover .overlay-services::after{opacity: 1;visibility: visible;}*/

.no-space {
  padding-left: 0;
  padding-right: 0;
}
.space-lr {
  padding-right: 15px;
  padding-left: 15px;
}
section.sector-focus h2 {
  color: #033333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4rem;
}
h3.inv-criteria {
  color: #033333;
  font-size: 26px;
  font-weight: 700;
  margin: 4rem 0;
}
.investment-criteria {
  line-height: 30px;
  color: #4a863f;
  font-size: 38px;
  letter-spacing: -1px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.investment-criteria small {
  font-size: 30px;
}
.investment-criteria span {
  color: #033333;
  font-size: 18px;
}
.investment-criteria:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 65px;
  background: #bfbfbf;
  right: -15px;
  top: 0;
}
.investment-criteria p {
  letter-spacing: 0px;
  font-size: 14px;
  font-style: italic;
  height: 30px;
  padding: 9px 0;
  margin: 0;
}
.investment-criteria p.style-1 {
  margin: -32px 0 0 0;
  padding: 0;
  letter-spacing: 0px;
}
.investment-criteria.after:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 65px;
  background: #bfbfbf;
  right: -15px;
  top: 32px;
}
.investment-criteria.after-none:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 65px;
  background: transparent;
  right: -15px;
  top: 32px;
}

.investment-attributes {
  background: #fff;
  padding: 80px 0;
}
.investment-attributes h2 {
  color: #033333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4rem;
}
.investment-attributes .attribute-tiles {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #033333;
  font-size: 18px;
  font-weight: 700;
}
.investment-attributes .attribute-tiles .title-attributes {
  padding: 20px;
}
.investment-attributes .attribute-tiles .image-box {
  height: 100px;
  vertical-align: middle;
  display: inline-flex;
}
.portfolio-btn.mobile {
  display: none;
}
.overlay-services:after {
  content: '';
  position: absolute;
  background: #011613bf;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------------------
            approach       
  ------------------------------*/

section.approach {
  padding: 80px 0;
  padding-bottom: 150px;
  position: relative;
}
section.approach h1 {
  color: #033333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 46px;
  margin-bottom: 4.5rem;
}
section.approach:before {
  background: #e9f0e8;
  position: absolute;
  width: 100%;
  content: '';
  height: 529px;
  top: 0;
}
.approach-tiles {
  margin: 1rem 0;
  background: #86bf7c;
  padding: 12px;
  text-align: center;
  display: block;
  min-height: 340px;
  position: relative;
}
.approach-tiles span.border-lines {
  border-bottom: 1px solid #4a863f;
  width: 90%;
  display: block;
  border-width: 1px;
  text-align: center;
  padding-top: 2rem;
  margin: 0 auto;
}
.approach-tiles .head-title {
  color: #033333;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
.approach-tiles p {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.approach-tiles img {
  padding-top: 24px;
}
.space-rdc {
  margin-top: 2rem;
}
.approach-tiles:hover {
  background: #5ead50;
}
.overly-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.approach-tiles:hover .overly-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 20px solid #5ead50;
  width: 100%;
  border-bottom: 20px solid #5ead50;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1.08);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 0;
  top: 0;
  overflow: visible;
}

.identification-process {
  padding: 70px 0;
}
section.approach h2 {
  color: #033333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 46px;
}
.identification-timeliness {
  padding: 0px 0;
}
.process-tiles {
  padding: 0 40px;
}
.process-tiles h4 {
  color: #033333;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.5rem;
  line-height: 30px;
}
.process-tiles p {
  font-size: 16px;
  line-height: 30px;
  color: #3c3c3c;
}
.process-time-line {
  padding: 80px 0;
  text-align: center;
}
.row.mid-arranged {
  max-width: 900px;
  margin: 0 auto;
}

/*------------------------------
            teams       
  ------------------------------*/

section.approach.teams:before {
  display: none;
}
.tab-content > .active .fade:not(.show) {
  opacity: inherit;
}
.tab-content > .active {
  display: block;
  margin-top: 3rem;
}
ul.nav.nav-tabs {
  background: #e9f0e8;
  padding: 0px;
  position: relative;
  border: 0;
}
ul.nav.nav-pills li a {
  float: left;
  display: inline-block;
  position: relative;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link::after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -7px;
  left: 0;
  border-bottom: 4px solid transparent;
}
.nav-tabs .nav-link.active::after {
  border-color: #033333;
}
li.nav-item {
  padding: 5px 35px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 4px 0px;
  color: #4a863f;
  font-weight: 700;
  font-size: 18px;
}
.nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
  color: #4a863f;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-radius: 0;
  border-color: transparent;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus {
  border: 0;
  outline: 0 none;
  padding: 0;
}
.teams-content {
  padding: 0.75rem 0 1.5rem;
}
.teams-content h5 {
  color: #4a863f;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.125rem;
}
.teams-content span.degin {
  font-size: 14px;
  color: #707070;
  text-transform: uppercase;
  font-weight: 600;
}
.teams-card img {
  background-size: cover;
  max-width: 100%;
}
.teams-card {
  margin-top: 2rem;
}
.member-image {
  position: relative;
}
.card-overlay {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #033333bd;
  overflow: hidden;
  width: 100%;
  height: 3.375rem;
  transition: 0.3s ease-out;
}
.teams-card a:hover > div .card-overlay {
  opacity: 1;
}
.bio-text {
  position: absolute;
  bottom: 14px;
  right: 0;
  color: #fff;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  font-size: 18px;
  font-style: italic;
  padding-right: 22px;
}

.modal-dialog.modal-content.modal-lg.teams {
  max-width: 950px;
  border-radius: 0;
}
.bio-text a {
  color: #fff;
}
.top-lcr {
  position: relative;
  width: 100%;
  z-index: 1;
}
.modal-header.top-right {
  position: absolute;
  padding: 6px 10px;
  right: 0px;
  top: 0;
  background: #e9f0e8;
  border: 0;
}
.close-btn button.close {
  margin: 0;
  padding: 0 20px;
  color: #4a863f;
  font-size: 46px;
  opacity: inherit;
}
.author-row.left {
  background: #e9f0e8;
  height: 100%;
}
.author-row.left img {
  max-width: 100%;
}
.author-row.left span {
  text-align: center;
  width: 100%;
  display: block;
}
.author-row.left h4 {
  color: #033333;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0px;
}
.title-author {
  font-style: italic;
  font-size: 16px;
  color: #033333;
}
.author-row.left p {
  color: #707070;
  font-size: 16px;
  padding: 15px 0;
}
.author-row.left p a {
  color: #707070;
}
.author-row.left p a:hover {
  color: #4a863f;
}
.about-author {
  margin-top: 3rem;
}
.about-author h4 {
  color: #033333;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 5px 0;
}
.about-author span {
  color: #707070;
  font-size: 18px;
  text-transform: uppercase;
}
.about-author hr {
  border-color: #707070;
  margin-top: 2rem;
}
.about-author p {
  padding: 5px 0;
  font-size: 16px;
  color: #707070;
  line-height: 26px;
}
.about-author p.highlight {
  padding-top: 10px;
  font-weight: 700;
  color: #4a863f;
  line-height: 26px;
  font-size: 16px;
}
.modal-header.top-right .left-arw {
  padding-right: 40px;
  padding-top: 2px;
}
.modal-header.top-right .right-arw {
  padding-left: 40px;
  padding-top: 2px;
}
.close-btn {
  padding: 0 10px;
}
.about-author .education {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.about-author .education h5 {
  color: #033333;
  font-weight: 700;
}
.close-btn button.close:focus {
  border: none;
  outline: none;
}
.teams-card .mobile {
  display: none;
}
.modal.fade.show {
  background: #033333c9;
}

/*------------------------------
            portfolio       
  ------------------------------*/
.portfolio-dropdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 30px 0 0;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.portfolio-dropdown .left-bar {
  width: 30%;
  float: left;
}
.portfolio-dropdown .btn-default {
  border-color: #033333;
  border-radius: 0;
  padding: 13.4px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #033333;
}
.portfolio-dropdown .left-bar {
  width: 50%;
  float: left;
  margin: 0 8px;
}
.portfolio-dropdown .btn-default {
  border-color: #033333;
  border-radius: 0;
  border: 0 none;
  padding: 5.4px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #4a863f;
  background: #e9f0e8;
}
.portfolio-dropdown .btn-default:hover,
.portfolio-dropdown .btn-default.active.focus,
.portfolio-dropdown .btn-default.active:focus,
.portfolio-dropdown .btn-default.active:hover,
.portfolio-dropdown .btn-default:active.focus,
.portfolio-dropdown .btn-default:active:focus,
.portfolio-dropdown .btn-default:active:hover,
.portfolio-dropdown .open > .dropdown-toggle.btn-default.focus,
.portfolio-dropdown .open > .dropdown-toggle.btn-default:focus,
.portfolio-dropdown .open > .dropdown-toggle.btn-default:hover {
  color: #4a863f;
  background-color: #d1efcd;
  border-color: #4a863f;
  box-shadow: inherit;
}
.portfolio-dropdown .dropdown-menu > li > a {
  font-size: 18px;
  color: #033333;
}
.portfolio-dropdown .dropdown-menu > li > a label.checkbox {
  margin: 0;
  font-size: 18px;
  color: #4a863f;
  font-weight: 400;
}
.portfolio-dropdown .dropdown-menu {
  max-width: 100%;
  width: 255px;
  padding: 16px 20px;
  border-radius: 0;
  border-color: #4a863f;
  box-shadow: inherit;
}
.portfolio-dropdown .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #033333;
  background-color: #fff;
  outline: 0 none;
}
.portfolio-dropdown .dropdown-menu > li > a label.checkbox input[type='checkbox'] {
  margin-top: 7px;
}
.portfolio-dropdown .dropdown-menu > .active > a,
.portfolio-dropdown .dropdown-menu > .active > a:focus,
.portfolio-dropdown .dropdown-menu > .active > a:hover {
  color: #033333;
  background-color: #fff;
}
.portfolio-dropdown .btn-group.open .dropdown-toggle {
  box-shadow: inherit !important;
}
.portfolio-dropdown .btn-default.active,
.portfolio-dropdown .btn-default:active,
.portfolio-dropdown .open > .dropdown-toggle.btn-default {
  color: #033333;
  background-color: #fff;
  border-color: #4a863f;
}
.portfolio-dropdown .btn-default.focus,
.portfolio-dropdown .btn-default:focus {
  color: #033333;
  background-color: #e9f0e8;
  border-color: #4a863f;
}
.portfolio-dropdown .btn-default .caret {
  display: none;
}
.portfolio-dropdown .btn-default .caret::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f078';
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #033333;
}
.portfolio-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 5px;
}
.portfolio-section {
  margin: 3rem 0;
}
.portfolio-tiles {
  margin-bottom: 2rem;
}
.portfolio-bg .logo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.5rem 2rem;
}
.portfolio-bg img.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.portfolio-bg img.logo[src*="Drive-Automotive"] {
  position: relative;
  top: -.75rem;
  width: 115%;
  height: 115%;
}
.portfolio-bg img {
  max-width: 100%;
}

.portfolio-bg {
  position: relative;
}
.portfolio-bg .img-overlay {
  background-color: rgba(3, 51, 51, 45%);
}
.portfolio-bg .img-overlay img {
  z-index: -1;
  position: relative;
}
.overly-brief {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #4a863f;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  height: 22%;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
  padding: 10px 0;
}

.portfolio-bg:hover .overly-brief {
  opacity: 1;
}

/** slider-bar **/
.carousel.slide.portfolio .carousel-inner {
  overflow: visible;
}
.carousel.slide.portfolio .goverlay {
  background: rgba(27, 71, 71, 0.85);
}
.carousel.slide.portfolio .gcontainer {
  max-width: 950px;
  margin: 3rem auto 0;
  height: initial !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 3rem;
}
.carousel.slide.portfolio .gcontainer {
  max-width: 950px;
}
.carousel.slide.portfolio .gslide-media {
  display: none;
}
.carousel.slide.portfolio .gslide-description {
  max-width: 100% !important;
  background: inherit;
  padding: 12px 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  overflow: inherit !important;
  max-height: inherit !important;
}
.carousel.slide.portfolio .gdesc-inner {
  padding: 0;
  position: static;
  overflow: inherit;
}
.carousel.slide.portfolio .full-container {
  max-width: 100%;
  padding: 0;
  background: #fff;
  display: flex;
  flex: 1;
}
.carousel.slide.portfolio .full-container .author-row {
  width: 325px;
  padding: 50px 10px 50px 65px;
}

.full-container .author-row .span-logo {
  display: block;
  margin-bottom: 55px;
}
.full-container .author-row .span-logo img {
  max-width: 100%;
  width: 150px;
}
.carousel.slide.portfolio .full-container .about-author {
  margin: -10px 0 0 0;
  width: calc(100% - 325px);
  background: #e9f0e8;
  padding: 70px 65px 50px 25px;
  position: relative;
}
.carousel.slide.portfolio .full-container .about-author::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  background: #e9f0e8;
}
.author-row .title-author {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  font-style: italic;
}
.author-row .title-author:last-child {
  margin-bottom: 0px;
}
.author-row .title-author label {
  display: block;
  color: #033333;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.author-row .title-author span {
  margin: 0;
  font-size: 14px;
  color: #707070;
  display: block;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 500;
}
.about-author h4 {
  color: #033333;
  font-size: 22px;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
}
.about-author p {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #707070;
  padding: 0;
  line-height: 26px;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 500;
}
.about-author p:last-child {
  margin-bottom: 0;
}
.glightbox-container .gcontainer button.gnext {
  position: absolute;
  top: 0;
  opacity: 1;
  outline: 0 none;
  background: url(../images/Team/right-arw.svg) no-repeat center center;
}
.glightbox-container .gcontainer button.gprev {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 73%;
  outline: 0 none;
  background: url(../images/Team/left-arw.svg) no-repeat center center;
}
.glightbox-container .gcontainer button.gnext g,
.glightbox-container .gcontainer button.gprev g {
  display: none;
}
.glightbox-container {
  overflow-y: auto;
}
.glightbox-container .gcontainer button.gclose.gbtn {
  position: absolute;
  top: 7px;
  outline: 0 none;
  opacity: 1;
  right: 13%;
  background-color: inherit;
}
.glightbox-container .gcontainer button.gclose.gbtn path {
  fill: #4a863f;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more,
.glightbox-container .gcontainer .gslider .gslide-description .desc-more {
  display: none;
}

.team-popup-slider .glightbox-container .gcontainer button.gnext {
  top: 45px;
}
.team-popup-slider .glightbox-container .gcontainer button.gprev {
  top: 45px;
}
.team-popup-slider .glightbox-container .gcontainer button.gclose.gbtn {
  top: 54px;
}
/* .modal-dialog.modal-content.modal-lg.teams .title-author {
    margin-bottom: 0;
  } */
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-family: inherit;
}
.modal-dialog.modal-content.modal-lg.teams .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
  position: relative;
}
.modal-header.top-right .left-arw a {
  position: static;
}
.modal-header.top-right .right-arw a {
  position: static;
}
.investment-criteria div {
  display: inline-block;
}

/*------------------------------
           news and contact       
  ------------------------------*/

.portfolio-dropdown.new-filter {
  max-width: 700px;
  margin: 0 0 2rem 0;
}
.news-title {
  color: #033333;
  font-size: 26px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 40px;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
span.ddmmyy {
  color: #033333;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1rem;
  display: block;
}
.news-row p {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
}
.news-title a {
  color: #033333;
  font-size: 26px;
  line-height: 40px;
  padding: 0 0 2rem 0px;
  margin-bottom: 2rem;
}
.news-title a {
  font-size: 26px;
  font-weight: 700;
}
.news-row a img {
  padding-left: 0.5rem;
}
.news-row {
  margin-bottom: 3.5rem;
  display: block;
  width: 100%;
}
.news-title a:hover {
  color: #4a863f;
}
.portfolio-dropdown.new-filter .left-bar input[type='checkbox'] {
  display: none;
}
.portfolio-dropdown.new-filter .dropdown-menu {
  width: 340px;
}
.portfolio-dropdown.new-filter .dropdown-menu > li > a label {
  color: #707070;
}
.back-to-news {
  display: inline-block;
}
.previous-nxt-news {
  display: inline-block;
  float: right;
}
.previous-nxt-news li {
  display: inline-block;
  padding-left: 65px;
}
.new-top-nav a {
  font-size: 16px;
  color: #4a863f;
  font-weight: 600;
}
h3.news-title.details {
  border: 0;
  margin-bottom: 0px;
}
.news-articles p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2rem;
}
.news-articles h5 {
  font-weight: 700;
  color: #033333;
}
section.contact {
  padding: 80px 0;
  background: url(../images/contact/map.png) no-repeat right;
  object-fit: cover;
  background-size: contain;
}
section.contact .info-box {
  height: 4rem;
  max-width: 24.5rem;
  color: #4a863f;
  margin-bottom: 2rem;
  border: 2px solid #033333;
}
section.contact .info-box:hover {
  color: #fff;
  background-color: #033333;
}
section.contact .info-column {
  font-size: 22px;
  padding-bottom: 1rem;
}
section.contact .info-column h5 {
  color: #033333;
  font-size: 22px;
  font-weight: 700;
}
section.contact .info-column p {
  color: #707070;
  font-size: 18px;
}
.cont-details {
  color: #707070;
  font-size: 18px;
  margin: 2rem 0;
}
.cont-details span {
  color: #033333;
}
.portfolio-dropdown.new-filter .dropdown-menu > li > a label input[type='radio'] {
  display: none;
}
.portfolio-dropdown.new-filter .dropdown-menu > li > a label:hover {
  color: #4a863f;
}
.portfolio-dropdown.new-filter .dropdown-menu > li > a label {
  width: 100%;
  cursor: pointer;
}
.bio-pop.modal-dialog.modal-content.modal-lg.teams.portfolio {
  margin: 4rem auto;
}

/** media query **/
@media (min-width: 1025px) and (max-width: 1279px) {
  li.nav-item {
    padding: 5px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .overlay-services .text h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .overlay-services .text p {
    font-size: 10px;
    line-height: 17.5px;
  }
}
@media (max-width: 991px) {
  section.contact {
    background: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overlay-services .text h4 {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 9px 0;
  }
  .overlay-services .text p {
    font-size: 10px;
    line-height: 14px;
  }
  .portfolio-btn a {
    padding: 6px 0;
    font-size: 13px;
    line-height: 100%;
  }
  .process-time-line img {
    max-width: 100%;
  }
  .process-tiles {
    padding: 0 10px;
  }

  /** slider-bar **/
  .portfolio-bg img.logo {
    width: 55%;
  }
  .portfolio-bg .overly-brief {
    font-size: 11px;
    padding: 7px 0;
    height: auto;
  }
  .portfolio-bg:hover .overly-brief {
    font-size: 11px;
    padding: 7px 0;
  }
  .glightbox-container .gslider {
    padding: 50px 15px 28px 15px;
  }
  .glightbox-container .gcontainer button.gnext,
  .glightbox-container .gcontainer button.gprev {
    top: 50px;
  }
  .glightbox-container .gcontainer button.gclose.gbtn {
    top: 58px;
  }
  .carousel-inner.auto-mobile {
    max-width: 950px;
    margin: 3rem auto 0;
    height: initial !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  section.approach.teams li:first-child {
    padding-left: 35px;
  }
  section.sector-focus:before {
    top: 67%;
    background-repeat: repeat;
  }
  .investment-criteria {
    margin-bottom: 3rem;
    border-bottom: 1px solid #4a863f5e;
    padding-bottom: 32px;
  }
  .investment-criteria p.style-1 {
    margin: 0;
  }
  h3.inv-criteria {
    text-align: center;
  }
  .investment-attributes h2 {
    text-align: center;
  }
  .investment-criteria:after {
    display: none;
  }
  .investment-criteria.after-none {
    border: 0 !important;
  }
  section.sector-focus {
    padding-bottom: 20px;
  }
  .no-space {
    padding: 8px;
  }

  /** overlay effect**/
  .sector-focus .row.space-lr .no-space {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .overlay-services .text h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .overlay-services .text p {
    font-size: 15px;
    line-height: 27px;
  }
  .portfolio-btn a {
    padding: 15px 0;
    font-size: 18px;
    line-height: 100%;
  }
  .overlay-services .text {
    top: 39%;
  }

  .process-time-line {
    display: none;
  }
  .row.mid-arranged {
    margin-right: -15px;
    margin-left: -15px;
  }
  .process-tiles {
    margin-bottom: 3rem;
  }
  .process-tiles {
    padding: 0;
  }

  /** team page**/
  ul.nav.nav-tabs {
    padding: 20px 0;
  }
  .nav-tabs .nav-item {
    margin-bottom: 1rem;
  }
  .nav-tabs .nav-item {
    width: 100%;
  }
  .mobile .bio-text {
    background: #033333b5;
    padding: 7px 20px;
    bottom: 0;
  }
  .mobile .bio-text:after {
    display: none;
  }
  .modal-dialog.modal-content.modal-lg.teams {
    width: auto;
  }
  .member-image img {
    width: 100%;
    object-fit: cover;
  }
  /*.modal-dialog.modal-content.modal-lg.teams {   max-width: 541px !important;}*/
  .portfolio-dropdown .left-bar {
    width: 100%;
    margin-bottom: 15px;
  }
  .portfolio-dropdown {
    flex-direction: column;
  }
  .portfolio-bg img {
    width: 100%;
  }
  .portfolio-bg img.logo {
    width: auto;
  }

  /** slider-bar **/
  .portfolio-bg img.logo {
    width: 55%;
  }
  .portfolio-bg .overly-brief {
    font-size: 11px;
    padding: 7px 0;
    height: auto;
  }
  .portfolio-bg:hover .overly-brief {
    font-size: 11px;
    padding: 7px 0;
  }
  .carousel.slide.portfolio .gslider {
    padding: 0 15px;
  }
  .carousel.slide.portfolio .full-container {
    flex: inherit;
    flex-direction: column;
  }
  .carousel.slide.portfolio .full-container .author-row {
    width: 100%;
    padding: 65px 15px 30px 15px;
  }
  .carousel.slide.portfolio .full-container .about-author {
    margin: 0;
    width: 100%;
    background: #e9f0e8;
    padding: 30px 15px;
    position: relative;
  }

  .carousel.slide.portfolio .full-container .about-author::after {
    display: none;
  }
  .carousel.slide.portfolio .ginner-container {
    height: inherit !important;
  }
  .about-author h4 {
    padding-bottom: 25px;
  }
  .carousel.slide.portfolio .gcontainer button.gprev {
    left: 30px;
  }
  .carousel.slide.portfolio .gcontainer button.gclose.gbtn {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .modal-dialog.modal-content.modal-lg.teams .col-lg-8.col-md-8.col-sm-8.col-xs-12::before {
    background: transparent;
  }
  section.contact {
    background: none;
  }
  .map-cont.mobile img {
    max-width: 100%;
  }
  .lr-none {
    padding-left: 0;
    padding-right: 0;
  }
  .map-cont.mobile {
    padding-top: 2rem;
  }
  .modal-header.top-right.carsoul-arrows.portfolio {
    top: 3rem;
    width: 100%;
    background: transparent;
  }
  .carousel-inner.auto-mobile {
    max-width: 950px;
    margin: 3rem auto 0;
    height: initial !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 3rem;
  }
  .bio-pop.modal-dialog.modal-content.modal-lg.teams.portfolio {
    margin: 0rem auto;
  }
}

@media (max-width: 575px) {
  .services-tiles .title-services {
    font-size: 30px;
  }
  .services-tiles img {
    margin: 0 auto;
  }
  .portfolio-btn.mobile {
    display: block;
  }
  /*.services-tiles:hover{display:none;}*/
  .overlay-services p,
  .overlay-services .text h4 {
    display: none;
  }
  .services-tiles:hover .overlay-services,
  .overlay-services {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .services-tiles .title-services,
  .services-tiles:hover .title-services {
    z-index: 3;
    display: block;
  }
  .process-tiles {
    padding: 0 20px;
  }
  .author-row.left span {
    padding-top: 4rem;
  }
  .modal-header.top-right {
    top: 5px;
  }
  .modal-dialog.modal-content.modal-lg.teams {
    max-width: 500px;
    margin: auto auto;
  }
  .modal-header.top-right a img {
    max-width: inherit;
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .investment-criteria.after-none {
    border: 0 !important;
  }
  .investment-criteria.after {
    border: 0 !important;
  }
  ul.nav.nav-tabs {
    padding: 22px 0;
  }
  li.nav-item {
    padding: 5px 20px;
  }
  .nav-tabs .nav-item {
    margin-bottom: 1rem;
  }
  .bio-pop.modal-dialog.modal-content.modal-lg.teams.portfolio {
    margin: 0rem auto;
  }
}

@media (max-width: 991px) {
  section.sector-focus {
    padding-top: 80px;
    background: #e2e7e1 url(../images/about/pattren-grn.png) repeat;
  }
  .investment-criteria {
    margin-bottom: 3rem;
    border-bottom: 1px solid #4a863f5e !important;
    padding-bottom: 32px;
  }
  .investment-criteria p.style-1 {
    margin: 0;
  }
  h3.inv-criteria {
    text-align: center;
  }
  .investment-attributes h2 {
    text-align: center;
  }
  .investment-criteria:after {
    display: none;
  }
  .investment-criteria.after-none {
    border: 0;
  }
  .investment-criteria.after {
    border: 0;
  }
  .teams-card .mobile {
    display: block;
  }
  .card-overlay {
    display: none;
  }
  /*.modal-dialog.modal-content.modal-lg.teams {   max-width: 741px;}*/
  .modal-dialog.modal-content.modal-lg.teams .no-space {
    padding: 0;
  }
  .modal-header.top-right .right-arw {
    padding: 0;
  }
  .modal-header.top-right .left-arw {
    padding: 0;
  }
  .mobile .bio-text {
    background: #033333b5;
    padding: 7px 20px;
    bottom: 0;
  }
  .mobile .bio-text:after {
    display: none;
  }
  .modal-dialog.modal-content.modal-lg.teams .container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .glightbox-container .ginner-container {
    height: auto !important;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gclose.gbtn {
    top: 97px;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gprev {
    top: 90px;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gnext {
    top: 90px;
  }
  .modal-header.top-right.carsoul-arrows.portfolio {
    top: 3rem;
  }
  .modal.fade.left-pos.show.portfolio {
    padding: 0 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .investment-criteria.after {
    border: 0 !important;
  }
  .investment-criteria {
    padding-bottom: 40px;
  }

  .team-popup-slider #glightbox-body.glightbox-container .gcontainer button.gclose.gbtn {
    top: 44px;
    margin: 0;
    left: initial;
    right: 13% !important;
    float: right;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gprev {
    top: 35px;
    left: 73%;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gnext {
    top: 35px;
  }
}

@media (max-width: 575px) {
  .team-popup-slider #glightbox-body.glightbox-container .gcontainer button.gclose.gbtn {
    top: 22px;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gprev {
    top: 15px;
    left: 35px;
  }
  .team-popup-slider .glightbox-container .gcontainer button.gnext {
    top: 15px;
    right: 22px;
  }
}

@media (max-width: 480px) {
  section.approach:before {
    height: 680px;
  }
  .previous-nxt-news {
    float: inherit;
    width: 100%;
  }
  li:first-child {
    padding-left: 0;
  }
  li.rght {
    float: right;
  }
  .back-to-news {
    padding-bottom: 20px;
  }
}

/*------------------------------
            Footer
  ------------------------------*/
footer {
  color: #033333;
  background-color: #b6ceb2;
  padding: 3.75rem 0 1rem;
}
footer .nav .nav-item {
  color: #033333;
}
footer .nav .nav-item:hover {
  color: #66a15b;
}
footer h5 {
  margin-bottom: 2.125rem;
}
footer p {
  margin: 0;
}
footer p.f16 {
  color: rgba(46, 46, 46, 0.6);
}
footer p.f16 a,
footer a.cleverdesign {
  color: rgba(46, 46, 46, 0.6);
}
footer p.f16 a:hover,
footer a.cleverdesign:hover {
  color: #66a15b;
}
footer ul li {
  color: #033333;
  margin-bottom: 0.5rem;
}
footer ul li a {
  color: #033333;
}
footer ul li .fa-linkedin {
  color: #fff;
  font-size: 125%;
  margin-top: 0.375rem;
}
footer hr {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  margin: 2.25rem 0;
}
@media (max-width: 1199px) {
  footer {
    padding: 2rem 0 1rem;
  }
  footer a.cleverdesign {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  footer h5 {
    margin-bottom: 1rem;
  }
  footer .nav {
    margin: 1rem 0;
  }
  footer .nav:first-child {
    margin-right: 6rem;
  }
  footer ul li {
    margin: 0;
  }
  footer hr {
    margin: 1.5rem 0;
  }
}
