html {
  scroll-behavior: smooth;
}
body {
  color: #606060;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
wrapper {
  min-height: 100vh;
  overflow: hidden;
}
.merriweather-sans {
  font-family: "Merriweather Sans", sans-serif;
}

/*------------------------------
            Global        
------------------------------*/
a {
  color: #25403c;
  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: #25403c;
  text-decoration: none;
}
h2 {
  color: #032f2b;
  font-size: 1.5rem;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.alt h2 {
  color: #f0e6e4;
}
h3 {
  color: #f0e6e4;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.alt h3 {
  color: #5c97a0;
}
h4 {
  color: #f0e6e4;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.alt h4 {
  color: #5c97a0;
}
h5 {
  font-weight: 400;
  margin-bottom: 1rem;
}
p {
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
}
ul {
  font-size: 1.125rem;
}
.f80 {
  font-size: 4.75rem;
}
.f75 {
  font-size: 5rem;
}
.f70 {
  font-size: 4.375rem;
}
.f65 {
  font-size: 4.0625rem;
}
.f60 {
  font-size: 3.75rem;
}
.f55 {
  font-size: 3.4375rem;
}
.f52 {
  font-size: 3.25rem;
}
.f50 {
  font-size: 3.125rem;
}
.f45 {
  font-size: 2.8125rem;
}
.f44 {
  font-size: 2.75rem;
}
.f42 {
  font-size: 2.625rem;
}
.f40 {
  font-size: 2.5rem;
}
.f36 {
  font-size: 2.25rem;
}
.f35 {
  font-size: 2.1825rem;
}
.f34 {
  font-size: 2.125rem;
}
.f32 {
  font-size: 2rem;
}
.f30 {
  font-size: 1.875rem;
}
.f28 {
  font-size: 1.75rem;
}
.f26 {
  font-size: 1.625rem;
}
.f25 {
  font-size: 1.5625rem;
}
.f24 {
  font-size: 1.5rem;
}
.f22 {
  font-size: 1.375rem;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.f16 {
  font-size: 1rem;
}
.f14 {
  font-size: 0.875rem;
}
.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;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll-anchor {
  z-index: -9;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  ul {
    font-size: 1rem;
  }
  .f80,
  .f75 {
    font-size: 4rem;
  }
  .f70 {
    font-size: 3.5rem;
  }
  .f65,
  .f60 {
    font-size: 3rem;
  }
  .f55,
  .f52 .f50 {
    font-size: 2.75rem;
  }
  .f45,
  .f44 {
    font-size: 2.25rem;
  }
  .f42,
  .f40 {
    font-size: 2rem;
  }
  .f36,
  .f35,
  .f34 {
    font-size: 1.625rem;
  }
  .f32,
  .f30 {
    font-size: 1.5rem;
  }
  .f28 {
    font-size: 1.7rem;
  }
  .f26,
  .f25,
  .f24 {
    font-size: 1.25rem;
  }
  .f22 {
    font-size: 1.125rem;
  }
  .f20 {
    font-size: 1.125rem;
  }
  .f18 {
    font-size: 1rem;
  }
  .f16 {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 1.0625rem;
  }
  .f80,
  .f75 {
    font-size: 3rem;
  }
  .f70 {
    font-size: 2.5rem;
  }
  .f65,
  .f60 {
    font-size: 2rem;
  }
  .f55,
  .f52,
  .f50 {
    font-size: 2rem;
  }
  .f45,
  .f44 {
    font-size: 1.625rem;
  }
  .f42,
  .f40 {
    font-size: 1.5rem;
  }
  .f36,
  .f35,
  .f34 {
    font-size: 1.375rem;
  }
  .f32,
  .f30 {
    font-size: 1.25rem;
  }
  .f28 {
    font-size: 1.25rem;
  }
  .f26,
  .f25,
  .f24 {
    font-size: 1.125rem;
  }
  .f22 {
    font-size: 1.0625rem;
  }
  .f20 {
    font-size: 1rem;
  }
  .f16 {
    font-size: 0.875rem;
  }
}

/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  padding: 3rem 0;
}
#team_page .navbar,
#contact_page .navbar {
  background-color: #032f2b;
}
.navbar .navbar-brand {
  width: 224px;
  height: 48px;
  padding: 0;
  background-image: url(../images/EPGroup_sticky_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.navbar.navbar-min .navbar-brand {
  background-image: url(../images/EPGroup_sticky.svg);
}

.navbar .navbar-toggler {
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .fas {
  color: #f0e6e4;
  transform: scale(1.5, 1.5);
  padding: 0.5rem;
}
.navbar .nav-item.nav-link {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  padding: 0.25rem;
  margin: 0 1rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
  color: #a3cccb;
}
@media (min-width: 992px) {
  .navbar.navbar-min {
    background-color: #032f2b;
    padding: 1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .navbar.navbar-min .navbar-brand {
    width: 10rem;
  }
  .navbar.navbar-min .nav-item.nav-link {
    color: #f0e6e4;
  }
  .navbar .nav-item.nav-link.active {
    color: #a3cccb;
  }
}
@media (max-width: 1199px) {
  .navbar .nav-item.nav-link {
    font-size: 1rem;
    margin: 0 0.5rem;
  }
  .navbar .nav-item.nav-link:not(:last-child)::after {
    top: 0.5rem;
    right: -0.5rem;
    height: 0.875rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 0.75rem 0;
    background: #032f2b;
  }
  .navbar .navbar-brand {
    width: 10rem;
    padding-left: 0.9375rem;
  }
  .navbar .navbar-nav {
    text-align: center;
    padding: 1rem 0 0.5rem;
    margin: 0;
  }
  .navbar .nav-item.nav-link {
    font-size: 1.125rem;
    padding: 0.125rem;
    margin: 0;
  }
  .navbar.navbar-min .nav-item.nav-link {
    color: #fff;
  }
  .navbar-collapse {
    
    color: #fff;
}
}




/*------------------------------
            Header      
------------------------------*/
header {
  display: none;
  color: #fff;
  background-color: #032f2b;
}
header .content {
  min-height: 30rem;
  padding: 8rem 0 4rem;
}

/*------------------------------
            Home      
------------------------------*/
.home {
  z-index: 3;
  position: relative;
}
.home::before {
  z-index: -1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(3, 47, 43, 0.3);
}
.home .content {
  justify-content: center;
  min-height: 100vh;
}
.home h1 {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.home .video {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home img {
  z-index: -1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: auto;
  height: calc(100% - 2rem);
  opacity: 0.3;
  filter: brightness(0) invert(1);
}
.home form {
  width: 40rem;
  max-width: 100%;
  background-color: rgba(255,255,255,.75);
  padding: 3rem 5rem;
  border-radius: 1rem;
  margin: 1rem auto 0;
}
.home form .form-control {
  padding: .75rem 1rem;
}
@media (max-width: 1399px) {
  .home h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home h1 {
    font-size: 1.75rem;
  }
}





/*------------------------------
           Who We Are        
------------------------------*/
.about {
  color: #fff;
  /* background-color: #5c97a0; */
  background: linear-gradient(rgba(3, 47, 43, 0.35), rgba(3, 47, 43, 0.35)), url(../images/header/about.jpg) center no-repeat;
  background-size: cover;
  padding: 15rem 0 5rem;
}
.about p {
  color: rgb(240, 230, 228);
}





/*------------------------------
            Famiy       
------------------------------*/
.family {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #5c97a0;
  padding: 5rem 0 5rem;
  background-color:#ffffff;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.family h2 {
  color: #5c97a0;
}
.family h3 {
  color: #5c97a0;
  padding-bottom: 0px !important;
}
.family h4 {
  color: #5c97a0;
}
.family .content {
  text-align: center;
}
.family h5 {
  text-transform: uppercase; color:#000000;
}
.family.timelineOfGrowth h3 {color:#ffffff;}
.family .img-container {
  height: 5rem;
  margin-bottom: 2rem;
}
.family .alignleft {
  text-align: left;
  margin-bottom: 100px;
}

/*------------------------------
            Snapshot       
------------------------------*/
.snapshot {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 3;
  position: relative;
  color: #fff;
  padding: 15rem 0 5rem;
  background: linear-gradient(
      rgba(92, 131, 193, 0.25),
      rgba(92, 131, 193, 0.25)
    ),
    url(../images/art/david-martin-q86md0sqdBA-unsplash.jpg) center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  text-align: center;
}
.snapshot .num {
  height: 7rem;
  margin: 0 auto;
}
.snapshot .num span {
  font-size: 225%;
}
.snapshot .desc {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
}
.snapshot img {
  width: 7rem;
  margin: 0 auto;
  margin-bottom: 10px;
}
.snapshot h3 {text-align: left;}

/*------------------------------
        Sector Focus        
------------------------------*/
.sector {
  padding: 2rem 0 5rem;
}
.sector h2 {
  color: #032f2b;
}
.sector .content {
  min-height: 100%;
  background-color: #5c97a0;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
}
.sector .content h4 {
  color: #032f2b;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.sector .content p {
  color: #fff;
  margin: 0;
}
.sector .grd {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.sector .grd .dv {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5c97a0;
  color: #5c97a0;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}

.sector.blue {background-color: #5c97a0; padding:30px 0px; color: #ffffff; text-align: center;}

/*------------------------------
            Team        
------------------------------*/
.team {
  padding: 15rem 0 5rem;
  background: url(../images/sc.png) center no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
.team .person {
  cursor: pointer;
  text-align: center;
  margin-bottom: 2rem;
}
.team .person .img-container {
  position: relative;
  border-radius: 100%;
  background-color: rgba(26, 70, 69, 0.3);
  overflow: hidden;
  max-width: 310px;
  margin: 0px auto;
}
.team .person .img-container:hover > .info {
  opacity: 0.9;
}
.team .person .info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 64, 60, 0.95);
}
.team .person .info ul li {
  margin: 0 0.5rem;
}
.team .person .info ul li a {
  color: #fff;
}
.team .person .info ul li a:hover > i {
  color: #a3cccb;
}
.team .person .info ul li i {
  font-size: 1.25rem;
}
.team .person .info img {
  z-index: -1;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  opacity: 0.5;
}
.team .name {
  color: #25403c;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.team .title {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .team .name {
    font-size: 1.25rem;
  }
  .team .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .team .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .team .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .team .name {
    font-size: 1rem;
  }
  .team .title {
    font-size: 0.875rem;
  }
}

/*------------------------------
          Portfolio        
------------------------------*/
.portfolio {
  background-color: #032f2b;
  padding: 15rem 0 5rem;
}
.portfolio .nav {
  margin-bottom: 3rem;
}
.portfolio .nav .nav-item {
  color: #f0e6e4;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.25rem 0;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin: 0 2rem;
}
.portfolio .nav .nav-item.active {
  border-bottom: 3px solid #f0e6e4;
}
.portfolio .nav .nav-item:focus {
  outline: none;
  box-shadow: none;
}
.portfolio .content {
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.portfolio .content > img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5rem 3rem;
  transform: translate(-50%, -50%);
}
.portfolio .content:hover > .info {
  opacity: 0.99;
}
.portfolio .info {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(92, 151, 160);
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.portfolio .info img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: calc(100% - 1rem);
  opacity: 0.5;
}
.portfolio .content .title {
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all .3s ease-out;
}
.portfolio .content:hover > .title {
  opacity: 0;
}
.portfolio .sec1 p {color:#f0e6e4;}
@media (min-width: 1200px) {
  .portfolio .row-industry .col-6:nth-child(1) {
    margin-left: .5%;
  }
  .portfolio .row-industry .col-6:nth-child(3) {
    margin-right: .5%;
  }
}
@media (max-width: 1199px) {
  .portfolio .nav .nav-item {
    font-size: 1rem;
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .portfolio .nav {
    /*flex-direction: column;*/
  }
  .portfolio .nav .nav-item {
    padding: 0;
    margin: 0 auto 1rem;
  }
  .portfolio .col-6:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .portfolio .col-6:nth-child(even) {
    padding-left: 0.5rem;
  }
  .portfolio .content {
    height: 9rem;
    
  }
  .portfolio .content > img{
    padding: 3rem 3rem;
  }
}

/*------------------------------
            Modal        
------------------------------*/
.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal .media .img-container {
  width: 16rem;
  height: 16rem;
  padding: 1rem;
  margin-right: 1rem;
}
.modal.team-modal .media img {
  width: 16rem;
  margin-bottom: 0.75rem;
}
.modal .modal-body {
  padding: 2rem;
}
.modal .name {
  color: #25403c;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.modal .title {
  color: #25403c;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.modal .list-info {
  margin-bottom: 3rem;
}
.modal .list-info span {
  display: inline-block;
  min-width: 4.5rem;
}
.modal .list-info a {
  color: #606060;
}
.modal .list-info a:hover {
  color: #25403c;
}
.modal p {
  text-align: justify;
}
.modal p:last-child {
  margin-bottom: 0;
}
.modal ul.list-info li span {
  color: #032f2b;
  font-weight: 600;
  min-width: 9rem;
}
.modal .close {
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #25403c;
  padding: 0.5rem;
  transition: all 0.3s;
  opacity: 1;
}
.modal .btn {
  color: #fff;
  background-color: #25403c;
  padding: 0.5rem 1.25rem;
  margin-top: 2rem;
}
.modal .btn:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 954px;
  }
}
@media (max-width: 991px) {
  .modal .media {
    flex-direction: column;
  }
  .modal .media .img-container {
    width: 100%;
    height: 14rem;
    margin: 0;
  }
  .sector .content{ 
      margin-bottom: 2rem; 
  }
  .sector {
    padding: 2rem 0;
}
}
@media (max-width: 767px) {
  .modal .modal-body {
    padding: 2rem 1rem;
  }
  .sector .grd .dv {
    margin-bottom: 1rem;
}
.sector .grd {
  display: block;
}
}

/*------------------------------
            Contact        
------------------------------*/
.contact {
  padding: 15rem 0 5rem;
  background-image: url(../images/sc.png);
  background-position-x: center;
  background-repeat: no-repeat;
  background-position-y: -240px;
  background-attachment: fixed;
}
.contact h3 {
  color: #5c97a0;
}
.contact h4 {
  color: #5c97a0;
  max-width: 600px;
}
.contact .lk {background: #032f2b; color: #fff; display: block; padding: 10px; border-radius: 10px; text-align: center; width: 200px; margin: 0px 0px 40px 0px;}
.contact .lk:hover {background: #5c97a0;}
.contact .ic {margin:-4px 8px 0px 0px;}
.contact .lk2 {color:#5c97a0;}

.contact ul li b {
  color: #25403c;
  font-size: 125%;
}
.contact .office {
  height: 26rem;
  background: url(../images/art/office.jpg) center no-repeat;
  background-size: cover;
  border: 6px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/*------------------------------
            Terms        
------------------------------*/
.terms {
  padding: 4rem;
}
.terms h5 {
  color: #25403c;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.terms h5:not(:first-child) {
  padding-top: 2rem;
}
.terms p {
  margin-bottom: 1.75rem;
}
.terms p b {
  color: #25403c;
}
.terms a {
  color: #25403c;
}
.terms a:hover {
  color: #a3cccb;
}

/*------------------------------
            Footer        
------------------------------*/
#home_page footer,
#coInvestors_page footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
}
footer {
  z-index: 99;
  color: #fff;
  background: #032f2b;
  font-size: 16px;
  padding: 2rem 0;
}
footer a {
  color: #fff;
  margin-left: 20px;
}
footer a:hover {
  color: #fff;
  opacity: 0.9;
}

.my_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  padding: 0px 20px;
  display: none;
}
.my_popup .pp_dv {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  width: calc(100% - 40px);
  max-width: 800px;
  padding: 20px;
  border-radius: 6px 0px 6px 6px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.my_popup .pp_cl {
  position: absolute;
  top: -39px;
  right: 0px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 6px 6px 0px 0px;
  padding: 8px 0px 0px 11px;
  cursor: pointer;
}
.my_popup .pp_ct {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  padding-right: 20px;
}
.my_popup .pp_content {
  display: none;
}
.my_popup .pp_content {
  display: none;
}
.my_popup .pp_content .lg {
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.my_popup .pp_content .lg img {
  width: 200px;
}
.my_popup .pp_content .st {
  text-align: center;
  padding: 10px 0px 20px 0px;
  color: #5c97a0;
  font-weight: 700;
  border-bottom: 1px dashed #5c97a0;
  margin-bottom: 20px;
}
.sector .img-box img {
  width: 150px;
}

.sector h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #5c97a0;
}
.sector .grd .dv {
  color: #032f2b;
  font-size: 24px;
}
.sector .grd .dv .font36 {
  font-size: 36px;
}
.growth {
  padding-top: 80px;
}
.growth h3 {
  color: #5c97a0;
  margin-bottom: 50px;
}

.imgbox{
  width: 200px;
  margin: auto;
}
.content_Wrap{
  width: 90%;
  margin: auto;
}
.content-inner h2{    text-align: center;
  padding: 10px 0px 20px 0px;
  color: #5c97a0;
  font-weight: 700;
  border-bottom: 1px dashed #5c97a0;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: initial;
  font-family: Merriweather, sans-serif;
}
.carousel-control-prev{
  left: -15%;
}
.carousel-control-next{
  right: -15%;
}
.modal-header button:focus{
box-shadow: none;
}

.family.timelineOfGrowth {
  /*display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #fff;
  padding: 15rem 0 5rem;
  padding-top: 5rem;
  background: linear-gradient(
      #5c97a0,
      #5c97a0
    ),
    url(../images/test_image_epgroup.jpeg) center no-repeat;
  background-size: cover;
  min-height: 85vh;
  width: 100vw;*/
}

.timelineOfGrowth {position: relative;}
.timelineOfGrowth img {width: 100%;}
.timelineOfGrowth h3 {position: absolute; top: 60px; left: 40px;}



.family .txtgrid .container {background-color: #032f2b; padding-top:20px; padding-bottom: 20px; color:#f0e6e4; margin-bottom: 30px; border-radius: 10px;}
.family .txtgrid .grd {display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center;}
.family .txtgrid .grd .dv {border-right: 1px solid #13766d; padding:0px 20px; display: flex; align-items: center; justify-content: center;}
.family .txtgrid .grd .dv:last-child {border-right: none;}
.family .txtgrid .grd .dv span {font-size: 3.5rem; margin-top: .5rem;}
@media (max-width: 1199px) {
  .family .txtgrid .grd {grid-template-columns: repeat(2, minmax(0, 1fr));}
  .family .txtgrid .grd .dv {margin-bottom:40px;}
  .family .txtgrid .grd .dv:nth-child(2) {border:none;}
  .family .txtgrid .grd .dv:nth-child(3) {margin-bottom: 0px;}
  .family .txtgrid .grd .dv:nth-child(4) {margin-bottom: 0px;}
}
@media (max-width: 767px) {
  .family .txtgrid {padding-top:0px;}
  .family .txtgrid .grd {grid-template-columns: repeat(1, minmax(0, 1fr));}
  .family .txtgrid .grd .dv {border:none; margin-bottom:20px !important; padding-bottom:20px; border-bottom: 1px solid #13766d !important;}
  .family .txtgrid .grd .dv:last-child {border:none !important; margin-bottom: 0px !important; padding-bottom: 0px;}
}


@media (max-width:575px){
  .carousel-control-prev{
    left: 5%;
  }
  .carousel-control-next{
    right: 5%;
  
}
}