:root {
	--light-green: #76c6b6;
}

.custom-cpt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container.py-5.teammemberlayout p {
    font-weight: 400 !important;
}

@media (min-width: 576px) {
  .custom-cpt .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-cpt .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-cpt .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-cpt .container {
    max-width: 1344px;
  }
}

.custom-cpt .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-cpt .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.col-new-1,.col-new-2,.col-new-3,.col-new-4,.col-new-5,.col-new-6,.col-new-7,.col-new-8,.col-new-9,.col-new-10,.col-new-11,.col-new-12 {
    width: 100%;
  padding: 0;
}
@media(min-width: 992px) {
  .col-new-1,.col-new-2,.col-new-3,.col-new-4,.col-new-5,.col-new-6,.col-new-7,.col-new-8,.col-new-9,.col-new-10,.col-new-11,.col-new-12 {
      float:left;
  }
  .col-new-12 {
      width: 100%
  }

  .col-new-11 {
      width: 91.66666667%
  }

  .col-new-10 {
      width: 83.33333333%
  }

  .col-new-9 {
      width: 75%
  }

  .col-new-8 {
      width: 66.66666667%
  }

  .col-new-7 {
      width: 58.33333333%
  }

  .col-new-6 {
      width: 50%
  }

  .col-new-5 {
      width: 41.66666667%
  }

  .col-new-4 {
      width: 33.33333333%
  }

  .col-new-3 {
      width: 25%
  }

  .col-new-2 {
      width: 16.66666667%
  }

  .col-new-1 {
      width: 8.33333333%
  }
}

/* BASE LAYOUT */
.layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  z-index: 1;
}

a.vc_icon_element-link svg {
    fill: #2a2a2a;
    width: 2.5em;
    display: inline;
}

.titleblckc {
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 15px;
}

.layout.custom-cpt h1.vc_custom_heading {
    font-weight: 400 !important;
    font-family: interstate, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    margin: 0;
    padding: 0;
    /* line-height: normal !important; */
}

.quotebox {
    /* margin-bottom: 48px !important; */
    padding: 30px;
    /* background-color: #f8f9f8 !important; */
    border: 1px solid var(--light-green);
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    background: #fff;
    z-index: 999;
}
.quoteboxouter {
	position: relative;
}
.container.py-5.teammemberlayout > .row::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 120px;
    background: var(--light-green);
    left: -50%;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}
.container.py-5.teammemberlayout > .row {
    position: relative;
	align-items: flex-end;
    align-items: flex-start;
}
.quotebox h2.vc_custom_heading.quote {
    font-weight: 900 !important;
    font-style: normal !important;
}
details.mb-4 summary {
    font-size: 36px;
    color: #76c7b6;
    line-height: 43px;
    text-align: left;
    padding-bottom: 32px;
    font-family: interstate, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.header-icon {
    color: #76c7b6;
    font-size: 24px;
    font-weight: 500;
}
.education-block {
    background-color: #f8f9f8 !important;
	padding: 20px;
/*     margin: 20px;
    border: 1px solid var(--light-green); */
    margin-top: 0;
}

.education-block ul.list-unstyled {
    margin-left: 0;
    padding-left: 35px;
    margin-top: 0;
    list-style-type: none;
    margin: 0;
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    flex-direction: column;
    padding: 18px 20px;
    padding-right: 5px;
}

.borderbottom {
    border-left: 2px solid var(--light-green);
}

h3.vc_custom_heading.cheifclass.vc_custom_1730908847944 {
    font-size: 16px;
    font: normal normal bold 16px / 22px Interstate;
    letter-spacing: 3.2px;
    color: #000000;
    text-transform: uppercase;
    color: #0a0505;
    line-height: 22px;
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 21px !important;
}

.accordion-item,
.mb-5.imagesin.row {
  overflow: hidden;
	    margin-bottom: 0px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-header h3,
.mb-5.imagesin.row h3 {
    font-size: 27px;
    font-family: interstate, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #76c7b6;
    text-align: left;
	margin: 0;
}
    .mb-5.imagesin.row .col-new-1 img {
        width: 43px !important;
        height: 43px !important;
    }
.accordion-icon {
    font-size: 35px;
    transition: transform 0.2s ease;
    margin-right: 45px;
    color: var(--light-green);
}

.accordion-item.open .accordion-icon {
  transform: rotate(45deg);
}
.accordion-item.row,
.mb-5.imagesin.row {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
	border-top: 5px solid #f8f9f8;
}
.accordion-content {
  display: none;
  background-color: #fff;
	padding-top: 32px;
}
.contentitems {
 	background-color: #fff;
	padding-top: 32px;
	display: block;
}

.accordion-item.open .accordion-content {
  display: block;
}
.contentbottom {
    position: relative;
}
.contentbottom::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    background: var(--light-green);
    left: -50%;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}

.contentbottom .vc_btn3-container.mttc-btn.vc_btn3-inline {
    padding-top: 17px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    /* padding-top: 14px; */
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
	    margin-top: 0;
}

.contentbottom .vc_btn3-container.mttc-btn.vc_btn3-inline a {
	color: #fff;
}

.contentbottom .vc_btn3-container.mttc-btn.vc_btn3-inline:hover,
.contentbottom .vc_btn3-container.mttc-btn.vc_btn3-inline:hover a,
.contentbottom .vc_btn3-container.mttc-btn.vc_btn3-inline a:hover {
    background: #fff!important;
    color: var(--light-green);
}

.contentbottom > .wpb_wrapper {
    display: flex;
    align-items: center;
    column-gap: 50px;
	margin-bottom: 48px;
    margin-top: -72px;
}

.contentbottom .backtoteam a {
    color: #fff !important;
}
.contentbottom .backtoteam {
    border-bottom: 2px solid #fff;
}
.post-content {
    margin-bottom: 32px;
}
.mb-5.imagesin.row:last-of-type {
    margin-bottom: 32px;
}
.quoteboxouter {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
}
.contentitems a,
.accordion-content a {
    color: var(--light-green);
}
.contentitems ul,
.accordion-content ul {
    margin-left: 0;
    padding-left: 35px;
    margin-top: 0;
    list-style-type: none;
    margin: 0;
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    flex-direction: column;
    padding: 0;
    padding-right: 5px;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    column-gap: 20px;
    row-gap: 20px;
    line-height: normal;
    font-weight: 400 !important;
}
.contentitems ul li,
.accordion-content ul li {
    font-weight: 400;
        font-family: interstate, sans-serif !important;
    font-style: normal !important;
}
@media (min-width: 992px) {
	.col-new-8.rightside {
		padding-right: 48px;
	}
	.container.py-5.teammemberlayout {
        margin-bottom: 0px !important;
    }
	.col-new-4.text-center.leftside {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
	.col-new-8.rightside {
        padding-bottom: 48px;
		margin-bottom: 72px;
	}
	.education-block {
    	display: grid;
    	grid-template-columns: 1fr 1fr;
/*     	margin-bottom: 32px; */
	}
	.education-innerBlock {
    	padding: 0 20px;
	}
    .education-block {
        margin-bottom: 25px;
        margin-top: 25px;
        /* border-bottom: 5px solid #f8f9f8; */
    }
}

@media (max-width: 991px) {
	.contentbottom > .wpb_wrapper {
		display: flex;
		align-items: center;
		column-gap: 50px;
		margin-bottom: 0;
		margin-top: 0;
		justify-content: center;
		width: 100%;
		padding: 32px 0;
	}
	.accordion-item.row, .mb-5.imagesin.row {
    	padding-right: 30px;
    	padding-left: 30px;
	}
	ul.list-unstyled.borderbottom {
		border-right: 2px solid var(--light-green);
		border-right: none;
		border-bottom: 2px solid var(--light-green);
		margin-bottom: 20px;
	}
}