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



.width-fix{
	margin:0 auto;
}

/*------------------------------
            Global        
------------------------------*/
a {
    color: #707070;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
h1 {
    line-height: 1.3;
	font-family: 'Libre Baskerville', serif;
}

h2{
	font-family: 'Libre Baskerville', serif;
}

h3 {
    color: #000;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    line-height: 1.45;
}
h4 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    line-height: 1.4;
}
h5 {
    font-size: 1.375rem;
    font-weight: 400;
}
h6 {
    font-size: 1.375rem;
    font-weight: 400;
}
p, ul {
    font-size: 1.375rem;
    line-height: 1.4;
	
}
b, strong {
    font-weight: 700;
}
.f75 {
    font-size: 4.6875rem;
}
.f60 {
    font-size: 3.75rem;
}
.f50 {
    font-size: 3.125rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f40 {
    font-size: 2.5rem;
}
.f35 {
    font-size: 2.1825rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1825rem;
}
.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;
}
.f15 {
    font-size: .9375rem;
}
.f14 {
    font-size: .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: 6rem;
    margin-top: -6rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1378px;
    }
}
@media (max-width: 1399px) {
    h5, h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    ul {
        font-size: 1.125rem;
    }
    .f75 {
        font-size: 3.5rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f50 {
        font-size: 2.75rem;
    }
    .f45 {
        font-size: 2.25rem;
    }
    .f40 {
        font-size: 2rem;
    }
    .f36,
    .f35 {
        font-size: 1.625rem;
    }
    .f30,
    .f28 {
        font-size: 1.5rem;
    }
    .f26,
    .f25,
    .f24 {
        font-size: 1.25rem;
    }
    .f22 {
        font-size: 1.25rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .btn.btn-second {
        font-size: 1.125rem;
        margin: 0;
    }
    .btn.btn-second::after {
        right: -1.25rem;
        width: .75rem;
        height: .75rem;
    }
    .p-mobile {
        padding: 3.5rem 0!important;
    }
}
@media (max-width: 991px) {
    .scroll-anchor {
        padding-top: 4rem;
        margin-top: -4rem;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    a.learn-more {
        padding: .5rem 1.75rem;
    }
    .f75 {
        font-size: 2.25rem;
    }
    .f60 {
        font-size: 2rem;
    }
    .f50 {
        font-size: 2rem;
    }
    .f45 {
        font-size: 1.625rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f36,
    .f35 {
        font-size: 1.375rem;
    }
    .f30,
    .f28 {
        font-size: 1.25rem;
    }
    .f26,
    .f25,
    .f24 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .f14 {
        font-size: .75rem;
    }
    .btn {
        font-size: 1.25rem;
        padding: 0;
        margin: .5rem 0;
    }
    .p-mobile {
        padding: 2.5rem 0!important;
    }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: transparent;
    padding: 1.875rem 0;
    border-bottom: 1px solid #fff;
}
.navbar .navbar-brand {
    width: 11.25rem;
    padding: 0;
    margin: 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar .fas {
    color: #fff;
    transform: scale(1.25, 1.25);
    padding: 1rem .5rem;
}
.navbar .nav-link {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
	font-weight:500;
    font-size: 1.375rem;
    padding: .125rem 0!important;
    margin: .5rem 1.375rem;
}
.navbar .dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar .dropdown-menu {
	min-width: 12rem;
	border: none;
	margin: none
}
@media (min-width: 992px) {
    .navbar.navbar-min {
        background-color: #22686C;
        padding: .5rem 0;
        border-color: #22686C;
        box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    }
    .navbar.navbar-min .navbar-brand {
        width: 7.5rem;
    }
    .navbar .nav-link {
        border-bottom: 2px solid transparent;
    }
    .navbar:not(.navbar-min) .nav-link {
        color: #fff;
    }
    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        border-bottom: 2px solid #22686C;
    }
    .navbar .nav-link.nav-firm {
        position: absolute;
        top: -2.75rem;
        right: -1.25rem;
        font-size: 1rem;
        padding: 0.25rem 1.25rem!important;
        border: 1px solid #22686c;
    }
    .navbar.navbar-min .nav-link.nav-firm {
        opacity: 0;
        pointer-events: none;
    }
    .navbar .nav-link.nav-firm:hover {
        color: #fff;
        background-color: #22686c;
    }
}
@media (min-width: 1399px) {
    .navbar .nav-link.nav-firm {
        top: -3.75rem;
    }
}
@media (max-width: 1399px) {
    .navbar {
        padding: 1rem 0;
    }
    .navbar .navbar-brand {
        width: 10rem;
    }
    .navbar .nav-link {
        font-size: 1.25rem;
        margin: .5rem 1rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #22686C;
        padding: .5rem 0;
        border: none;
        box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    }
    .navbar .navbar-brand {
        width: 7rem;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1rem 0;
        margin: 0;
    }
    .navbar .nav-link {
        font-size: 1rem;
        margin: 0 0 .125rem;
    }
}


.image-wrap {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}


/*------------------------------
            Header
------------------------------*/
header {
    z-index: 3;
    position: relative;
    background-color: rgba(1, 32, 105, .4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    margin-top: 6rem;
}
header .content {
    text-align: center;
    min-height: 32rem;
    padding: 8rem 0 6rem;
}
header h1 {
    color: #fff;
    max-width: 64rem;
    margin: 6.5rem auto 1.5rem;
}
header h2 {
    color: #fff;
    font-weight: 400;
}
@media (max-width: 1399px) {
    header .content {
        min-height: 24rem;
        padding: 4rem 0 2rem;
    }
}
@media (max-width: 991px) {
    header {
        margin-top: 4rem;
    }
    header .content {
        min-height: 18rem;
        padding: 2rem 0;
    }
    header h1 {
        margin: 4.5rem auto 1rem;
    }
}
@media (max-width: 767px) {
    header .content {
        min-height: 14rem;
        padding: 2rem 0;
    }
    header h1 {
        margin: 3rem auto .5rem;
    }
}






/*------------------------------
            Home
------------------------------*/
.home {
    position: relative;
}
.home .content {
    height: 100vh;
    min-height: 40rem;
    padding: 8rem 0 6rem;
}
.home h2 {
    color: #fff;
    line-height: 1.4;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}
.home h2 span {
    color: #A8A932;
    text-transform: uppercase;
}
.home .carousel-indicators {
    display: none;
    margin: 0 auto 8vh;
}
.carousel-indicators {
    margin: 0 auto 1rem;
}
.carousel-indicators button[data-bs-target] {
    opacity: .8;
    width: .75rem;
    height: .75rem;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 .75rem;
}
.carousel-indicators button.active {
    background-color: #22686C;
}
.home .img-container {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .img-container::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .5);
}
.home .carousel-item.active img.animate {
    transition: all 30s ease-out;
    transform: scale(1.1);
}
.home .img-container img {
    z-index: -4;
    position: absolute;
    top: 0;
    left: 0;
}
.snapshot {
    position: relative;
    color: #fff;
    background-color: #22686C;
    text-align: center;
    padding: 3.25rem 0;
}
.snapshot .container {
    z-index: 3;
    position: relative;
}
.snapshot::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50vw;
    height: 100%;
    content: '';
    background-color: #A8A932;
}
.snapshot .num {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 1.5rem;
}
.snapshot .num span {
    font-size: 136%;
}
.snapshot .desc {
    text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}
.experience {
    position: relative;
}
.experience .container {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.experience h3{
	font-size:32px;
	display:block;	
    font-family: 'Work Sans', sans-serif;
}

.experience h3 span {
	font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
	font-size:28px;
	margin-bottom:15px;
	display:block;
}
.experience .content {
    position: relative;
    height: 100%;
    justify-content: space-between;
    padding: 1rem 0;
}
.princeples {
    background-color: #F7F7F7;
    padding: 6rem 0;
}
.princeples h5 {
    color: #A8A932;
    font-family: 'Libre Baskerville', serif;
    margin: 4rem 0 1.5rem;
}
.princeples h5 img {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .5rem;
}
.princeples p {
    line-height: 1.6;
	font-size: 16px;
}

.industry.ind{
	padding:0rem 0;
}
.industry {
	position:relative;
	padding:6rem 0;
}
.industry h4 {
    color: #A8A932;
    text-transform: uppercase;
    margin: 3rem 0 1.125rem;
	font-size: 18px;
	display:flex;
	align-items:center;
}

.industry h4 img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.industry .col-md-6:nth-child(even) h4 {
    color: #22686C;
}
.industry p {
    line-height: 1.8;
}
.industry ul {
    padding-left: 1.875rem;
    border-left: 4px solid #A8A932;
    margin: 0 0 0 4rem;
}
.industry .col-md-6:nth-child(even) ul {
    border-color: #22686C;
}
.industry ul li {
    opacity: .9;
    line-height: 2.4;
}
.quote {
    color: #fff;
    background-color: #22686C;
    text-align: center;
    padding: 4rem 0;
}
.quote h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.75rem;
}
.quote .carousel-item img {
    margin-bottom: 1.875rem;
}
.quote .carousel-inner {
    max-width: 60rem;
    padding: 0 1rem;
    margin: 0 auto;
}
.quote p {
    font-style: italic;
    line-height: 1.5;
    text-shadow: 0px 3px 6px #00000029;
    min-height: 6rem;
    margin-bottom: 1rem;
}
.quote h5 {
    font-family: 'Work Sans', sans-serif;
    line-height: 2;
    text-shadow: 0px 3px 6px #00000029;
    margin-bottom: 0;
}
.quote .carousel-control-prev {
    width: 2.5rem;
    opacity: .7;
}
.quote .carousel-control-next {
    width: 2.5rem;
    opacity: .7;
}
@media (max-width: 1399px) {
    .princeples h5 {
        letter-spacing: -1px;
        margin: 3rem 0 1rem;
    }
    .princeples h5 img {
        width: 3.25rem;
        height: 3.25rem;
    }
}
@media (min-width: 992px) {
    .experience::before {
        z-index: -2;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 50vw;
        height: 100%;
        content: '';
        background-color: #A8A932;
    }
    .experience::after {
        z-index: -3;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50vw;
        height: 100%;
        content: '';
        background-color: #22686C;
    }
    .experience .container::before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: -4rem;
        display: block;
        width: calc(100% + 8rem);
        height: 100%;
        content: '';
        background-color: #fff;
    }
	
	.industry::after {
        z-index: -3;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50vw;
        height: 100%;
        content: '';
        background-color: #22686C;
    }
    .industry .container::before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: -4rem;
        display: block;
        width: calc(100% + 8rem);
        height: 100%;
        content: '';
        background-color: #fff;
    }
	
	.industry::before {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50vw;
    height: 100%;
    content: '';
    background-color: #A8A932;
}
	
    .experience .content {
        padding-left: 1rem;
    }
    .experience .content::after {
        position: absolute;
        top: 0;
        left: -.9375rem;
        display: block;
        width: 3px;
        height: 100%;
        content: '';
        background-color: #A8A932;
    }
    .princeples .content {
        max-width: 25rem;
    }
}
@media (max-width: 991px) {
    .snapshot {
        padding: 1rem 0 3rem;
    }
    .snapshot::before {
        width: 100%;
        height: 50%;
    }
    .snapshot .num {
        margin: 2rem 0 0.5rem;
    }
    .princeples h5 {
        margin: 3rem 0 0.5rem;
    }
    .industry h4 {
        margin: 2rem 0 0.5rem;
    }
    .industry ul {
        margin: 0 0 0 1.25rem;
    }
    .industry ul li {
        line-height: 1.8;
    }
    .quote h5 {
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .experience .content {
        padding: 1rem 0 0;
    }
    .quote .carousel-control-prev {
        width: 1rem;
    }
    .quote .carousel-control-next {
        width: 1rem;
    }
	
}
@media (min-width:481px) and (max-width:767px){
	.home .home-image img{
		width:100%;
	}
	
	.home p {
    padding-right: 0;
	}
	
	.home p {
    font-size: 18px;
	}
}
@media (min-width:320px) and (max-width:480px){
	.experience h3 span {
    font-size: 24px;
	}
	
	.experience .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
	}
	
	.home p {
    padding-right: 0;
	}
	
	.home p {
    font-size: 18px;
	}
}





/*------------------------------
            About
------------------------------*/
.about-services {
    padding: 5rem 0;
}
.about-services h4 {
    color: #0F314D;
    margin-bottom: 1.875rem;
}
.about-services .nav-link,
.about-services .nav-link.active {
    background-color: transparent;
}
.about-services .nav-link span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 18rem;
    width: 100%;
    color: #0F314D;
    background-color: #fff;
    box-shadow: 1rem .625rem 1.25rem #17376419;
}
.about-services .nav-link.active span {
    color: #0F314D;
    background-color: #E4F1FC;
}
.about-services .nav-link img {
    width: 7.125rem;
    height: 5.125rem;
    margin-bottom: 1.875rem;
}
.about-services .tab-pane {
    color: #0F314D;
    padding: 4.375rem 0;
}
.about-info {
    position: relative;
    color: #fff;
    background: linear-gradient(to right, transparent, #173764);
}
.about-info::before {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #173764;
}
.about-info .content {
    padding: 7.125rem 0;
}
.about-info p {
    margin: 0;
}
.about-info img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
.investment-criteria {
    color: #0F314D;
    padding: 5.625rem 0;
}
.investment-criteria .content {
    text-align: center;
}
.investment-criteria .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0F314D;
    min-height: 5rem;
    margin: 3rem 0 .5rem;
}
.investment-criteria .desc {
    color: #696B6E;
    margin: 0 auto;
}
.deep-knowledge {
    color: #fff;
    background-color: #173764;
    padding: 5.625rem 0;
}
.deep-knowledge h4 {
    margin-bottom: 2.25rem;
}
.deep-knowledge .img-container {
    width: 9.375rem;
    height: 9.375rem;
    background: rgba(255, 255, 255, .1);
    padding: 2rem;
    border-radius: 100%;
    margin: 5rem auto 1.75rem;
}
.deep-knowledge .title {
    font-style: italic;
    text-align: center;
    margin: 0 auto;
}





/*------------------------------
            Criteria
------------------------------*/
.criteria-info {
    padding: 4rem 0;
}
.criteria-info h1 {
    color: #173764;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.criteria .row {
    position: relative;
}
.criteria .row:nth-child(even) {
    color: #fff;
    background-color: #173764;
}
.criteria .row:nth-child(even)::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 200vw;
    height: 100%;
    content: '';
    background-color: #173764;
}
.criteria .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 41rem;
    max-width: 100%;
    height: 100%;
}
.criteria .title {
    color: #173764;
    font-weight: 500;
    width: 20rem;
    max-width: 100%;
    margin: auto;
}
.criteria .row:nth-child(even) .title {
    color: #fff;
}
.criteria ul {
    margin-bottom: 0;
}
.criteria ul.list-unstyled li:not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 1.25rem;
}
.criteria ul:not(.list-unstyled) li::marker {
    font-size: 1rem;
}
.finders {
    position: relative;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.796));
    padding: 6rem 0;
    margin-top: 2rem;
}
.finders::after {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 100%;
    content: '';
    background: url(../images/art/criteria-finders-fee-img.png) center right no-repeat;
    background-size: cover;
}
.finders h3 {
    color: #173764;
    font-weight: 500;
    margin-bottom: 1.875rem;
}
.finders a {
    color: #4187E8;
    border-bottom: 3px solid #4187E8;
}
.finders a:hover {
    opacity: .8;
}
@media (min-width: 768px) {
    .criteria .row {
        margin-top: 1.875rem;
    }
    .criteria .row:nth-child(even) .col-md-5 {
        order: 2;
    }
    .criteria .row:nth-child(even) .col-md-7 {
        order: 1;
    }
    .criteria .row:nth-child(odd) .col-md-5 .content::after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100vw;
        height: 100%;
        content: '';
        background: url(../images/icons/criteria-arrow-background-shape.svg) center right no-repeat;
        background-size: cover;
    }
    .criteria .row:nth-child(even) .col-md-5 .content::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100vw;
        height: 100%;
        content: '';
        background: url(../images/icons/criteria-arrow-background-shape-reversed.svg) center left no-repeat;
        background-size: cover;
    }
    .criteria .content {
        position: relative;
        min-height: 27.5rem;
    }
    .criteria .row:nth-child(even) .content {
        padding-left: 7.5rem;
    }
    .criteria ul:not(.list-unstyled) {
        padding-left: 4rem;
    }
}
@media (min-width: 1200px) {
    .finders p {
        margin-bottom: 1.75rem;
    }
}
@media (max-width: 767px) {
    .criteria .row {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .criteria .title {
        width: 100%;
        margin-bottom: 2rem;
    }
    .criteria ul.list-unstyled li:not(:last-child) {
        padding-bottom: .5rem;
        margin-bottom: .5rem;
    }
}





/*------------------------------
            ESG
------------------------------*/
.esg {
    padding: 4rem 0;
}
.esg h3 {
    text-align: center;
    margin-bottom: 2rem;
}
.esg .content {
    text-align: center;
}
.esg h4 {
    color: #fff;
    background-color: #A8A932;
    font-weight: 500;
    padding: .5rem 1rem;
    margin: 1rem 0 0;
}
.esg p {
    text-align: center;
    background-color: #F2F2F2;
    padding: 1rem;
}
.esg p span {
    color: #22686C;
    font-weight: 600;
}
.esg a:hover {
    color: #22686C;
}





/*------------------------------
          Team Filter
------------------------------*/
.nav.filter {
    margin-bottom: 3.75rem;
}
.nav.filter .nav-item {
    position: relative;
    color: #173764;
    font-weight: 500;
    margin: 0 3rem .25rem 0;
}
.nav.filter .nav-item:not(.active):hover {
    color: #7B93B5;
}
.nav.filter .nav-item.active {
    color: #737880;
}
.nav.filter .nav-item:not(:last-child)::after {
    position: absolute;
    top: .5rem;
    right: -1.5rem;
    display: block;
    height: 1rem;
    width: 1px;
    content: '';
    background-color: #173764;
}





/*------------------------------
            Team
------------------------------*/
.team {
    padding: 4rem 0;
}
.team h4 {
    color: #173764;
    line-height: 1.5;
    margin-bottom: 2.25rem;
}
.team .row:not(:nth-child(2)) h4 {
    margin-top: 1.75rem;
}
.team .person {
    cursor: pointer;
    margin-bottom: 1.875rem;
}
.team .person:hover > .img-container {
    box-shadow: 0 3px 20px #00000029;
}
.team .person:hover > .info .name {
    color: #4187E8;
}
.team .person img {
    width: 100%;
}
.team .person .info {
    text-align: right;
    width: 100%;
    padding: 1.25rem 0 0;
}
.team .name {
    color: #173764;
    font-weight: 500;
    margin-bottom: .25rem;
    transition: all .3s ease-out;
}
.team .title {
    color: #7B93B5;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .team .person .info {
        padding: .5rem 0 0;
    }
    .team .name {
        margin-bottom: 0;
    }
}





/*------------------------------
            Team Modal
------------------------------*/
#teamModal .modal-body {
    padding: 1.875rem 3rem;
}
#teamModal .name {
    color: #22686C;
    font-weight: 600;
    letter-spacing: .17px;
    margin-bottom: 2rem;
}
#teamModal .title {
    line-height: 1;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}
#teamModal .desc ul {
    min-height: 6rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 3rem;
}
#teamModal .desc ul li span {
    display: inline-block;
    min-width: 8.5rem;
    color: #22686C;
    font-weight: 600;
}
#teamModal .img-container {
    margin-bottom: 1rem;
}
#teamModal .img-container img {
    width: 26rem;
}
#teamModal .info h5 {
    color: #22686C;
    font-weight: 600;
    text-transform: uppercase;
}
#teamModal .info ul {
    margin-bottom: 1.875rem;
}
#teamModal p {
    color: #7c8591;
    letter-spacing: 0.1px;
}
#teamModal ul li {
    color: #7c8591;
}
#teamModal .close {
    z-index: 9;
    position: absolute;
    top: 1.625rem;
    right: .25rem;
    opacity: 1;
    background-color: transparent;
    border: none;
}
#teamModal .close:hover {
    opacity: 0.8;
}
#teamModal .close img {
    width: 1.75rem;
}
.carousel-control-next img {
    transform: rotate(180deg);
}
.carousel-control-next {
    width: 1.5rem;
    max-height: 50rem;
    opacity: 1;
    right: -4rem;
}
.carousel-control-prev {
    width: 1.5rem;
    max-height: 50rem;
    opacity: 1;
    left: -4rem;
}
.carousel-control:hover {
    opacity: 0.75;
}
.carousel-control img {
    padding: 5rem 1.5rem;
}
.modal-backdrop {
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .925;
}
@media (min-width: 1599px) {
    .carousel-control-prev {
        left: -6rem;
    }
    .carousel-control-next {
        right: -6rem;
    }
}
@media (min-width: 1440px) {
    #teamModal .modal-dialog {
        max-width: 1149px;
    }
    #teamModal .content {
        padding-right: 4rem;
    }
}
@media (max-width: 1199px) {
    #teamModal .title {
        margin-bottom: 0;
    }
    #teamModal .name {
        margin-bottom: 1rem;
    }
}
@media (max-width: 991px) {
    #teamModal .modal-body {
        padding: 1rem;
    }
    #teamModal .desc ul {
        min-height: auto;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    #teamModal .carousel-control-prev {
        left: -1rem;
        width: 1.125rem;
    }
    #teamModal .carousel-control-next {
        right: -1rem;
        width: 1.125rem;
    }
}






/*------------------------------
            Portfolio
------------------------------*/
.portfolio {
    padding: 4rem 0;
}
.portfolio .port {
    cursor: pointer;
    position: relative;
    height: 12.5rem;
    background-color: #fff;
    padding: 2.5rem 2rem;
    border: 2px solid #B2B2B2;
    margin-bottom: 1.875rem;
}
.portfolio .port:hover > .info {
    opacity: 1;
}
.portfolio .port .info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #173764;
}
.portfolio .title {
    font-weight: 700;
    margin-bottom: 1rem;
}
.portfolio .details img {
    width: .625rem;
    margin-left: .375rem;
}
@media (max-width: 1199px) {
    .portfolio .port {
        height: 10rem;
        padding: 1.75rem 1.25rem;
    }
}
@media (max-width: 575px) {
    .portfolio .col-6:nth-child(odd) {
        padding-right: .5rem;
    }
    .portfolio .col-6:nth-child(even) {
        padding-left: .5rem;
    }
    .portfolio .port {
        height: 8rem;
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
}





/*------------------------------
        Portfolio Modal
------------------------------*/
#companiesModal .img-container img {
    width: 20rem;
    height: 10rem;
}
@media (max-width: 767px) {
    #companiesModal .img-container img {
        height: 16rem;
        padding-right: 3rem;
    }
}






/*------------------------------
            News
------------------------------*/
.news {
    padding: 6.25rem 0;
}
.news a.d-block:not(:last-child) {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #BCBCBC;
    margin-bottom: 2.5rem;
}
.news .date {
    color: #737880;
    text-align: center;
    margin: 0 auto 0 0;
    float: left;
}
.news a:hover > div div .date {
    color: #173764;
}
.news .date span {
    opacity: .68;
    display: block;
    color: #173764;
    font-size: 230%;
    margin: .25rem 0 0;
}
.news .title {
    color: #173764;
    font-weight: 500;
    margin-bottom: 1.75rem;
}
.news .desc {
    color: #737880;
    margin-bottom: 0;
}
.news .pagination {
    margin-top: 5rem;
}
.news .pagination .page-item .page-link {
    color: #173764;
    border: none;
    border-radius: .3125rem;
    margin-right: .5rem;
}
.news .pagination .page-item.active .page-link {
    color: #173764;
    background-color: #EDEEEF;
}
@media (max-width: 1399px) {
    .news {
        margin-top: 9rem;
    }
}
@media (max-width: 1199px) {
    .news {
        padding: 4rem 0;
    }
}
@media (max-width: 991px) {
    .news {
        margin-top: 5rem;
    }
    .news .title {
        margin-bottom: .75rem;
    }
}





/*------------------------------
          News Article
------------------------------*/
.news-article .content {
    background-color: #fff;
    padding: 4rem 0;
}
.news-article .title {
    color: #173764;
    font-weight: 500;
    margin-bottom: 1.75rem;
}
.news-article .date {
    margin-bottom: 2rem;
}
.news-article p {
    margin-bottom: 1.75rem;
}
.news-article .nav {
    margin-top: 4rem;
}
.news-article .nav .nav-item {
    display: flex;
    flex-direction: column;
    color: #00305E;
    text-align: center;
    margin-bottom: 3rem;
}
.news-article .nav .nav-item:hover > span {
    opacity: 1;
}
.news-article .nav .nav-item span {
    opacity: .6;
    transition: all .3s ease-out;
    max-width: 5rem;
    margin: 0 auto;
}
.news-article .nav .nav-item img {
    width: 1.875rem;
    height: 1.625rem;
    margin: 0 auto .75rem;
}
@media (min-width: 1200px) {
    .news-article .content {
        z-index: 9;
        position: relative;
        padding: 3.25rem 7.125rem;
        margin-top: -6.5rem;
    }
}
@media (max-width: 1199px) {
    .news-article .nav .nav-item:nth-child(2) {
        order: 3;
    }
    .news-article .nav .nav-item:nth-child(3) {
        order: 2;
        margin-left: auto;
        margin-right: 2rem;
    }
    .news-article .nav .nav-item span {
        max-width: 100%;
    }
    .news-article .nav .nav-item {
        margin-bottom: 0;
    }
}





/*------------------------------
            Contact
------------------------------*/
.contact {
    padding: 4rem 0;
    margin-top: 12rem;
}
.contact h3 {
    color: #00305E;
    margin-bottom: 1.75rem;
}
.contact .desc {
    font-weight: 500;
    max-width: 26rem;
    margin-bottom: 2.25rem;
}
.contact .title {
    color: #00305E;
    font-weight: 500;
    margin-bottom: .625rem;
}
.contact address {
    margin-bottom: 2.25rem;
}
.contact address span {
    color: #00305E;
}
.contact a.directions {
    display: block;
    color: #00305E;
    font-weight: 500;
    margin: -1rem 0 1rem;
}
.contact .img-container {
    max-width: 33rem;
}
.contact form {
    padding: 3.75rem;
    border-radius: .625rem;
    box-shadow: 0 3px 20px #00000029;
    margin-top: 1rem;
}
.contact form h4 {
    color: #00305E;
    font-weight: 400;
    margin-bottom: 2.375rem;
}
.contact form .form-control {
    padding: .75rem;
    border-color: #848484;
}
.contact form .btn {
    color: #fff;
    background-color: #00305E;
    padding: .5rem 3rem;
}
@media (min-width: 1200px) {
    .contact form .form-label {
        margin-bottom: 1.5rem;
    }
    .contact form .form-control:not(#contactFormMessage) {
        height: calc(1.875em + .75rem + 2px);
        margin-bottom: 2.5rem;
    }
    .contact form .btn {
        padding: .75rem 5rem;
        margin-top: 1.5rem;
    }
}
@media (max-width: 1399px) {
    .contact {
        margin-top: 9rem;
    }
}
@media (max-width: 991px) {
    .contact {
        margin-top: 5rem;
    }
    .contact .desc {
        margin-bottom: 1.5rem;
    }
    .contact address {
        margin-bottom: 1.5rem;
    }
    .contact form {
        padding: 1rem;
        margin-top: 3rem;
    }
}





/*------------------------------
            Terms
------------------------------*/
.terms {
    padding: 4rem 0;
    margin-top: 12rem;
}
.terms h3 {
    color: #00305E;
    margin-bottom: 1.75rem;
}
@media (min-width: 1200px) {
    .terms p {
        margin-bottom: 1.75rem;
    }
}
@media (max-width: 1399px) {
    .terms {
        margin-top: 9rem;
    }
}
@media (max-width: 991px) {
    .terms {
        margin-top: 5rem;
    }
}






/*------------------------------
            Footer
------------------------------*/
footer {
    color: #707070;
    background-color: #fff;
    padding: 2.5rem 0 1.875rem;
}
footer img {
    width: 11.25rem;
}
footer h5 {
    color: #22686C;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    margin-bottom: 0;
}
footer address {
    line-height: 1.5;
    margin-top: 1.875rem;
}
footer address span {
    color: #A8A932;
}
footer a {
    color: #707070;
}
footer a:hover {
    color: #22686C;
}
footer p {
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5;
    max-width: 18rem;
}
@media (max-width: 991px) {
    footer {
        padding: 1.25rem 0 1rem;
    }
    footer img {
        width: 10rem;
    }
    footer h5 {
        margin: 1rem 0 0;
    }
    footer address {
        margin: 0;
    }
    footer .nav {
        margin: 1rem 0;
    }
}

@media (min-width:991px){
	.home .home-image img{
	width:100%;
	height:100vh;
	}
}


/* about page */
#contact .abt {
    background-position: center top 40%!important;
}
.abt {
    position: relative;
    overflow: hidden;
}

.abt::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0);
    background-size: cover;
}
#esg .abt::before {
    background: rgba(0,0,0,0.1);
}

.abt .home-image {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.abt .content {
    padding: 8rem 0 6rem;
	height:500px;
}
.abt.extra .content {
    padding: 8rem 0;
	height: 80vh;
    min-height: 500px;
}
@media(max-width: 767px) {
    .abt.extra .content {
        height: 17rem;
        min-height: 30vh;
    }
}
.abt .home-image img {
    width: 100%;
	height:100vh;
}
.abt h1 {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
	position:relative;
	z-index: 2;
	margin-bottom:20px;
	
}
.abt p{
	font-size:22px;
	color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-align: left;
	padding-right:15%;
    text-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
	position:relative;
	z-index: 2;
}
.abt .carousel-item::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.4);
    background-size: cover;
}
.abt .img-container {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.founded{
	position: relative;
}

.founded::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50vw;
    height: 100%;
    content: '';
    background-color: #22686C;
	z-index:-1;
}

.founded .left-prt{
	background:#22686C;
	padding:7rem 4rem;
	height: 100%;
	z-index:2;
}

.founded .left-prt h2{
	color:#fff;
	font-size:36px;
	line-height:55px;
}

.founded .left-prt h2 span{
	color:#A8A932;
}

.founded .right-prt{
	position:relative;
	padding: 40px 0;
	height:100%;
}

.founded .right-prt .right-data{
	padding:20px 60px;
	background:#fff;
	border-left:4px solid #A8A932;
	position: relative;
    width: 100%;
    left: 60px;
	top:50%;
	transform:translateY(-50%);
}

.founded .right-prt .right-data h2{
	display:flex;
	align-items:center;
	padding-bottom:20px;
	padding-top:20px;
}

.founded .right-prt .right-data h2 img{
	margin-right:50px;
	width:40px;
	height:auto;
}

.founded .right-prt .right-data p{
	color:#22686C;
	font-size:26px;
	margin-bottom:0;
}

.founded .right-prt .right-data p span{
	color:#A8A932;
	text-transform:uppercase;
	font-family: 'Work Sans', sans-serif;
}


.circle{
	padding: 4rem 0;
	background:#A8A932;
}

.circle .circle-area{
	display:flex;
}

.circle .circle-area .circl-prt{
	width:60%;
	padding-left:20px;
}

.circle .circle-area .circl-prt .crcl-1{
	background:url(../images/cir-1.png) no-repeat;
	width:200px;
	height:200px;
	float:left;
	background-size:100% 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:10px;
}

.circle .circle-area .circl-prt .crcl-1 p{
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:0 30px;
}

.circle .circle-area .circl-prt .crcl-2{
	background:url(../images/cir-2.png) no-repeat;
	width:200px;
	height:200px;
	float:left;
	background-size:100% 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:10px;
}

.circle .circle-area .circl-prt .crcl-2 p{
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:0 30px;
}

.circle .circle-area .circl-prt .crcl-3{
	background:url(../images/cir-2.png) no-repeat;
	width:200px;
	height:200px;
	float:left;
	background-size:100% 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.circle .circle-area .circl-prt .crcl-3 p{
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:0 30px;
}

.circle h3{
	color:#fff;
	font-size:30px;
	line-height:40px;
	width:40%;
}

.e-team{
	padding:4rem 0 6rem;
	background:#F7F7F7;
}

.e-team .exp.last{
	padding-left:3%;
	padding-right:12%;
}

.e-team h3{
	color:#A8A932;
	font-size:30px;
	margin-bottom:24px;
}

.e-team .cntnt{
	padding-left: 1.875rem;
    border-left: 4px solid #A8A932;
    margin: 0 0 0 4rem;
}

.e-team .cntnt p{
	color:#707070;
	font-size:18px;
	line-height:26px;
	padding: 20px 0;
}

.e-team .last .img-part{
	position:absolute;
	left:0;
}

.e-team .img-part{
	position:absolute;
	right:0;
}

.e-team .img-part img{
	width:440px;
	height:auto;
}

.e-team .middle{
	margin-top:40px;
	margin-bottom:50px;
}

.e-team .middle h3{
	color:#22686C;
	font-size:30px;
	margin-bottom:24px;
}

.e-team .middle .cntnt{
	padding-left: 1.875rem;
    border-left: 4px solid #22686C;
    margin: 0 0 0 4rem;
}



/* strategy */

/* about page */

.strategy {
    position: relative;
    overflow: hidden;
}

.strategy::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.1);
    background-size: cover;
}

.strategy .home-image {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}

.strategy .content {
    padding: 8rem 0 6rem;
	height:500px;
}

.strategy .home-image img {
    width: 100%;
	height:100vh;
}

.strategy h1 {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
	position:relative;
	z-index: 2;
	margin-bottom:20px;
}

.strategy p{
	font-size:22px;
	color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-align: left;
	padding-right:15%;
    text-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
	position:relative;
	z-index: 2;
}

.strgy .container{
	padding-top: 3rem;
    padding-bottom: 3rem;
}
.strgy h1{
	color:#333333;
	font-size:34px;
	font-weight:600;
	margin-bottom:50px;
}
.strgy .type-trans{
	padding:0 45px;
	text-align:center;
	margin-bottom:60px;
}
.strgy .type-trans img{
	margin-bottom:15px;
}
.strgy .type-trans p{
	color:#333333;
	font-size:20px;
}

.owned{
	background:url(../images/partnership.jpg) no-repeat center;
	background-size:cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
	position:relative;
}
.owned::after {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
    height: 100%;
    content: '';
    background-color: rgb(0 0 0 / 0.25)
}
.owned .container{
	z-index: 3;
	position: relative;
	padding-top: 7rem;
    padding-bottom: 7rem;
}
.owned .container h3{
	color:#fff;
	font-size:32px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	margin-bottom:30px;
}

.owned .container h3 span{
	text-transform:uppercase;
}

.owned .container p{
	color:#fff;
	font-size:20px;
	line-height:30px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	padding:0 70px;
}

.value{
	background:#F7F7F7;
	padding:4rem 0;
}

.value h2{
	color:#000000;
	font-size: 2.25rem;
	margin-bottom:30px;
	font-weight:400;
}

.value .value-cntnt{
	display:flex;
	margin-top:40px;
	margin-bottom:20px;
}

.value .value-cntnt h3{
	width:30%;
	color:#22686C;
	font-size:26px;
}

.value .value-cntnt p{
	width:70%;
	color:#707070;
	font-size:20px;
	line-height:28px;
	padding-left: 50px;
}

.value .value-cntnt ul{
	width:70%;	
	padding-left: 50px;
	list-style:none;
}

.value .value-cntnt ul li{
	color:#707070;
	font-size:20px;
	line-height:26px;
	margin-bottom:15px;
}

.value hr{
	color:#707070;
	height:2px;
}



/* team Page */



.team-p{
	padding:4rem 0;
}

.team-p .team-prt{
	margin-bottom:50px;
}

.team-p .team-prt img{
	margin-bottom:15px;
	filter: grayscale(1);
}

.team-p .team-prt:hover img{
	filter: grayscale(0);
	transition:0.4s;
	cursor:pointer;
}

.team-p h3 {
	color:#22686C;
	font-weight:600;
	margin: 1rem 0 1.5rem;
}
.team-p a h3 {
	color: #fff;
    background-color: #22686C;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    margin: 1rem 0 1.5rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgb(0 0 0 / 15%);
    transition: all .3s ease-out;
}
.team-p a:hover > h3 {
    box-shadow: 0.25rem 0.25rem 0.625rem rgb(0 0 0 / 35%);
}
.team-p .team-prt h4{
	color:#22686C;
	margin-bottom:10px;
	font-size:20px;
	font-weight:500;
}

.team-p .team-prt h5 {
	color:#707070;
	font-size:13px;
	font-weight:500;
}
.operating-partners {
    padding: 4rem 0;
}
.operating-partners h3 {
    margin-bottom: 2rem;
}
.operating-partners h3 span {
	color:#22686C;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.25rem;
	font-weight:500;
    line-height: 1.25;
}
.operating-partners .person {
    margin-bottom: 1.5rem;
}
.operating-partners .name {
    color:#22686C;
	margin-bottom:10px;
	font-size:1.25rem;
	font-weight:500;
    min-width: 15rem;
}
.operating-partners .title {
    color:#707070;
	font-size: 1rem;
	font-weight:500;
    margin: auto 0;
}
.team-section .modal-header.top-right {
    position: absolute;
    padding: 6px 10px;
    left: 0px;
    bottom: 0px;
    background: #A8A932;
    border: 0;
	width:100%;
    height: 45px;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}

.team-section .modal-header.top-right .left-arw {
    position: absolute;
    top: 8px;
	left:0;
}
.team-section .modal-header.top-right .left-arw a {
    position: static;
}
.team-section .carousel-control-next, .port-section .carousel-control-prev {
    opacity: 1;
    width: 2rem;
}
#teamModal .close-btn {
    padding: 0 6px;
	position:absolute;
	top:5px;
	right:10px;
}
#teamModal .close-btn button.close {
    margin: 0;
    padding: 0 0px;
    color: #ffffff;
    font-size: 25px;
    opacity: inherit;
	background:transparent;
	border:none;
	
}

.team-section .modal-header.top-right .right-arw {
    position: absolute;
    top: 8px;
	right:0;
}
.team-section .modal-header.top-right .right-arw a {
    position: static;
}

.modal.team-section .carousel-item {
    padding: 0;
}

#teamModal .data{
	padding-left:0 !important;
	padding-right:0 !important;
}

#teamModal .team-inner-part .mail-icon{
	position:absolute;
	bottom:7px;
	left:50%;
	transform:translateX(-50%);
	z-index:9;
}
	
#teamModal .team-inner-part{
	padding-left:0 !important;
	padding-right:0 !important;
	position:relative;
} 

#teamModal .modal-content{
	border-radius:0 !important ;
}

#teamModal .modal-body .header-bio{
	background:#22686C;
	padding:1rem 2rem;
}
#teamModal .modal-body .header-content{
	padding:1rem 2rem;
}
#teamModal .modal-body .header-bio p{
	color:#fff;
	padding:0;
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
}
#teamModal .modal-body .header-content h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
#teamModal .modal-body .header-content ul li{
	font-size: 17px;
}
#teamModal .modal-body .header-bio h6{
	color:#fff;
	font-size:24px;
	margin-bottom:6px;
	font-weight:600;
	font-family: 'Libre Baskerville', serif;
}
.team-p h1 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.team-p .dropdown .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #22686C;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 0.875rem;
    margin-bottom: 1rem;
    background: #EFEFEF;
    border-radius: 0;
}

.team-p .dropdown .btn i {
    padding-left: 15px;
}

.team-p .dropdown .btn i {
    font-size: 1.125rem;
    margin-top: -4px;
    color: #A8A932;
}

.team-p .dropdown .dropdown-menu {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
}

.team-p .dropdown .dropdown-menu label:hover, .team-p .dropdown .dropdown-menu label.active {
    color: #0b6b4b;
}

.team-p .dropdown .dropdown-menu label {
    position: relative;
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 1.75rem;
}

.team-p button.btn-reset {
    background: #EFEFEF;
    border: none;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.875rem;
    color: #22686C;
    font-size: 0.875rem;
    font-weight: 700;
}

.team-p .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.team-p .dropdown input:checked ~ .checkmark {
    background-color: green;
}

.team-p .checkmark:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-p .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.team-p .dropdown input:checked ~ .checkmark:after {
    display: block;
}

/* Portfolio Page */

.portf {
    position: relative;
    overflow: hidden;
}

.portf::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.1);
    background-size: cover;
}

.portf .home-image {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}

.portf .content {
    padding: 8rem 0 6rem;
	height:500px;
}

.portf .home-image img {
    width: 100%;
	height:100vh;
}

.portf h1 {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
	position:relative;
	z-index: 2;
	margin-bottom:20px;
}

.portf p{
	font-size:22px;
	color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-align: left;
	padding-right:15%;
    text-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
	position:relative;
	z-index: 2;
}

.portfolio-part{
	padding:4rem 0;
}

.portfolio-part .head{
	position:relative;
	margin-bottom:50px;
}

.portfolio-part .head:before{
	background:#A8A932;
	height:4px;
	left:0;
	top:20px;
	content:'';
	width:30%;
	position:absolute;
}

.portfolio-part .head:after{
	background:#A8A932;
	height:4px;
	right:0;
	top:20px;
	content:'';
	width:30%;
	position:absolute;
}

.portfolio-part .head h1{
	color:#22686C;
	font-size:30px;
	font-weight:600;
	font-family: 'Libre Baskerville', serif;
}

.portfolio-part .port-p{
	cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 14rem;
    text-align: center;
    padding: 4rem 2rem;
    margin-bottom: 1.875rem;
    transition: all .3s ease-out;
}
.portfolio-part .port-p:hover > .info {
	opacity: 1;
    transform: scale(1);
}
.portfolio-part .port-p .info {
    z-index: -1;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: 220ms;
    transition-timing-function: ease-out;
    transform: scale(.9);
}

.portfolio-part .port-p img.device{
	display:none;
}

.portfolio-part .port-p:hover img.device{
	display:block;
}

.portfolio-part .port-p:hover img.desk{
	display:none;
}

.portfolio-part .port-p h4{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #425CA0;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    opacity: 0;
}
#the-ima-group.port-p h4{
    padding: 10px 4rem;
}
/* .portfolio-part .port-p:hover{
	background:#425CA0;
} */
/*.portfolio-part .port-p.kns-international:hover {
	background:#165D86;
}
.portfolio-part .port-p.tastemakers-holdings-llc:hover {
	background:#2B1A46;
}
.portfolio-part .port-p.united-land-services-holdings-llc:hover {
	background:#064C36;
}
.portfolio-part .port-p.sabrosura-foods:hover {
	background:#D45E5F;
}
.portfolio-part .port-p.one-world-fitness-pff-llc:hover {
	background:#000000;
}
.portfolio-part .port-p.guy-and-oneill-inc:hover {
	background:#FCB714;
}
.portfolio-part .port-p.the-ima-group:hover {
	background:#0582D3;
}
.portfolio-part .port-p.nearly-natural-inc:hover {
	background:#02552B;
}
.portfolio-part .port-p.golding-farms-foods-inc:hover {
	background:#CA5225;
}
.portfolio-part .port-p.vision-innovation-partners:hover {
	background:#30b3c1;
}
.portfolio-part .port-p.bradford-health-services-llc-2:hover {
	background:#343399;
}
.portfolio-part .port-p.sun-orchard-inc:hover {
	background:#2b2e73;
}
.portfolio-part .port-p.gathr-outdoors:hover {
	background:#a03b18;
}
.portfolio-part .port-p.lifetime-brands-inc:hover {
	background:#fdbc31;
}
.portfolio-part .port-p.covenant-care-llc:hover {
	background:#0D594E;
}
.portfolio-part .port-p.k2-pure-solutions-llc:hover {
	background:#3A8B16;
}*/
.portfolio-part .port-p:hover h4{
	opacity:1;
	transition:0.4s;
}

.past-invest .head{
	position:relative;
	margin-bottom:50px;
}

.past-invest .head:before{
	background:#A8A932;
	height:4px;
	left:0;
	top:20px;
	content:'';
	width:30%;
	position:absolute;
}

.past-invest .head:after{
	background:#A8A932;
	height:4px;
	right:0;
	top:20px;
	content:'';
	width:30%;
	position:absolute;
}

.past-invest .head h1{
	color:#22686C;
	font-size:30px;
	font-weight:600;
	font-family: 'Libre Baskerville', serif;
}

.past-invest .past-part{
	margin-bottom:50px;
}

.past-invest .past-part h3{
	color:#333333;
	font-size:22px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:1px solid #D6D6D6;
	font-family: 'Work Sans', sans-serif;
}

.past-invest .past-part h6{
	color:#707070;
	font-size:18px;
	font-weight:500;
}

.portfolio-part .dropdown .btn {
    display: flex;
    flex-direction: row;
	align-items:center;
    width: 100%;
	justify-content:center;
    color: #22686C;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 0.875rem;
    margin-bottom: 1rem;
	background:#EFEFEF;
    border-radius: 0;
}
.portfolio-part .dropdown .btn:focus {
    outline: none;
    box-shadow: none;
}
.portfolio-part .dropdown .btn i {
    font-size: 1.125rem;
    margin-top: -4px;
	color:#A8A932;
}

.mtb-3{
	margin-bottom:40px;
	margin-top:10px;
}

.portfolio-part .dropdown .dropdown-menu {
    width: 100%;
    padding: 1rem;
    border-radius: 0;
}
.portfolio-part .dropdown .dropdown-menu label {
    position: relative;
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 1.75rem;
}
.portfolio-part .dropdown .dropdown-menu label:hover,
.portfolio-part .dropdown .dropdown-menu label.active {
    color: #0b6b4b;
}
.dropdown .dropdown-menu label input {
    display: none;
}
.portfolio-part .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}
.portfolio-part .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.portfolio-part .dropdown input:checked ~ .checkmark {
    background-color: green;
}
.portfolio-part .dropdown input:checked ~ .checkmark:after {
    display: block;
}
.portfolio-part .checkmark:after {
    left: 6px;
    top: 4px;
    width: 5px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-part h1{
	color:#333333;
	font-size:24px;
	font-weight:600;
	font-family: 'Work Sans', sans-serif;
}

.portfolio-part .dropdown .btn i{
	padding-left:15px;
}

.portfolio-part button.btn-reset{
	background:#EFEFEF;
	border:none;
	width:100%;
	text-align:center;
	padding: 0.5rem 0.875rem;
	color: #22686C;
    font-size: 0.875rem;
    font-weight: 700;
}

#portModal .data{
	padding-left:0 !important;
	padding-right:0 !important;
}

#portModal .team-inner-part .mail-icon{
	position:absolute;
	bottom:7px;
	left:50%;
	transform:translateX(-50%);
	z-index:9;
}
	
#portModal .team-inner-part{
	padding-left:0 !important;
	padding-right:0 !important;
	position:relative;
} 

#portModal .modal-content{
	border-radius:0 !important ;
}

#portModal .modal-body {
    padding: 0rem;
}

#portModal .modal-body .header-bio{
	background:#425CA0;
	padding:1rem 2rem;
}
#portModal .modal-body .header-bio p{
	color:#fff;
	padding:0;
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
}
#portModal .modal-body .header-bio h6{
	color:#fff;
	font-size:24px;
	margin-bottom:6px;
	font-weight:600;
}
#portModal .modal-body p{
	color:#707070;
	font-size: 15px;
    line-height: 20px;
	padding:1rem 2rem;
	margin-bottom:0;
}

#portModal .team-inner-part .team-area img{
	width:100%;
}

#portModal .modal-dialog{
	margin:0 !important;
}
#portModal .carousel-item{
	padding:0 !important;
}

.port-section .modal-header.top-right {
    position: absolute;
    padding: 6px 10px;
    right: -25px;
    top: 0px;
    background: transparent;
    border: 0;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}

.port-section .modal-header.top-right .left-arw {
    position: absolute;
    top: 140px;
	border-radius:50%;
	border:1px solid #fff;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.port-section .modal-header.top-right .left-arw a {
    position: static;
	font-size: 20px;
}

.port-section .modal-header.top-right .right-arw a {
    position: static;
	font-size: 20px;
}
.port-section .carousel-control-next, .port-section .carousel-control-prev {
    opacity: 1;
    width: 2.25rem;
}

.port-section .close-btn {
	top:60px;
    padding: 0 6px;
	border-radius:50%;
	border:1px solid #fff;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
}

.port-section .close-btn button.close {
    margin: 0;
    padding: 0 0px;
    color: #ffffff;
    font-size: 20px;
    opacity: inherit;
	background:transparent;
	border:none;	
}

.port-section .close {
    float: right;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.port-section .modal-header.top-right .right-arw {
    position: absolute;
    top: 220px;
	border-radius:50%;
	border:1px solid #fff;
	height:40px;
	width:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.port-section .header-bio{
	position:relative;
	height:110px;
}

.port-section .header-bio img{
	position: absolute;
    left: 140px;
    width: 15rem;
    height: 8rem;
    object-fit: contain;
    padding: 1rem;
    background-color: #fff;
}

#portModal .modal-body .folio-data{
	padding:0 140px;
	margin-top:100px;
	margin-bottom:60px;
}

#portModal .modal-body h2{	
	color:#333333;
	font-size:26px;
	font-weight:700;
	margin-bottom:20px;
}

#portModal .modal-body p{
	color:#707070;
	font-size:18px;
	line-height:32px;
	font-weight:500;
	padding:0;
	margin-bottom:40px;
}

#portModal .modal-body .folio-data .data-pop{
	margin-top:30px;
	margin-bottom:20px;
}

#portModal .modal-body .folio-data .data-pop h6{
	color:#333333;
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:500;
}

#portModal .modal-body .folio-data .data-pop p{
	color:#333333;
	font-size:20px;
	margin-bottom:10px;
	font-weight:600;
}

#portModal .modal-body .folio-data .data-pop p a{
	color:#A8A932;
}


/* News Page */

.news-listing{
	padding:2rem 0 4rem;
}

.news-listing .news-list{
	margin-bottom:60px;
}

.news-listing .news-list h1{
	color:#707070;
	font-size:18px;
	font-weight:500;
	font-family: 'Work Sans', sans-serif;
	background:#FAFAFA;
	padding:10px 15px;
}

.news-listing .news-list p a{
	color:#22686C;
	font-size:18px;
	line-height:30px;
	font-weight:600;
	font-family: 'Libre Baskerville', serif;
	margin-top:15px;
	margin-bottom:30px;
	text-decoration:none;
}

.news-listing .news-list a{
	color:#A8A932;
	font-size:18px;
	font-weight:600;
	font-family: 'Work Sans', sans-serif;
	text-decoration:underline;
}

.news-listing .load-more-btn{
	border:1px solid #A8A932;
	background:#EFEFEF;	
	text-align:center;
	padding:10px 85px;	
	margin-top:50px;
}

.news-listing .load-more-btn a{
	color:#A8A932;
	font-size:22px;
	font-weight:500;
	font-family: 'Work Sans', sans-serif;
}

/* News Detail Page */

.news-details{
	width:60%;
	margin:0 auto;
	position:relative;
}
.news-details .news-list{
	position:relative;
	top:-50px;
	background:#fff;
	padding:15px 60px;
	z-index:3;
}

.news-details h1 {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    background: #FAFAFA;
	margin-top:15px;
	margin-bottom:20px;
}

.news-details h2{
	color:#22686C;
	font-size:26px;
	font-family: 'Libre Baskerville', serif;
	line-height:38px;
	margin-bottom:30px;
}

.news-details h5{
	color:#707070;
	font-size:20px;
	margin-bottom:10px;
	font-weight:600;
}
.news-details p{
	color:#707070;
	font-size:20px;
	line-height:28px;
	margin-bottom:36px;
}

.news-details .article{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:40px 0;
}

.news-details .article a{
	color:#A8A932;
	font-size:16px;
	font-weight:600;
}

.news-details .article .next-prev a:first-child{
	margin-right:20px;
}





/* Privacy Page */
.privacy {
	padding: 4rem 0;
}
/* .privacy .privacy-part {
	margin-bottom: 60px;
} */
/* .privacy h2 {
	color:#22686C;
	font-size:32px;
	line-height:42px;
	font-weight:400;
	font-family: 'Libre Baskerville', serif;
	margin-bottom:25px;
} */
.privacy h5 {
	color:#bbbbba;
	font-size: 1.5rem;
	font-family: 'Libre Baskerville', serif;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 1rem;
}
.privacy p {
	color:#777777;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;	
	margin: 1rem 0 1.875rem;
}
.privacy b {
	font-weight: 600;
}
.privacy .privacy-part ul {
	margin-bottom: 35px;
}
.privacy ul li,
.privacy ol li {
	color:#777;
	font-size: 1rem;
	line-height: 1.5;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 2px !important;
}
/* .privacy .privacy-part p a {
	color:#A8A932;
	font-size:18px;
	font-weight:600;
	font-family: 'Work Sans', sans-serif;
	text-decoration:underline;
}
.privacy .spacer {
    padding-left: 3rem;
} */
table th {
    color: #777;
    font-size: .9375rem;
    font-weight: 400;
    vertical-align: text-top;
}
.privacy table td {
    color: #777;
    font-size: .875rem;
}
.privacy table ul li {
    font-size: .875rem;
}
.privacy table.annex-a th:first-child {
    color: #fff;
    background-color: #545557;
    min-width: 10rem;
}
.privacy table.annex-a td:first-child {
    background-color: #e1e1e3;
}
/* 
.privacy #FACTS td:nth-child(1) {
    width: 10% !important;
    background-color: #D3D3D3;
    color: #707070;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    margin-top: 15px;
    margin-bottom: 10px !important;
    text-decoration: none;
}
.privacy #FACTS td:nth-child(2) {
    width: 90% !important;
    color: #707070;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    margin-top: 15px;
    margin-bottom: 10px !important;
    text-decoration: none;
    vertical-align: top;
}
.privacy table b {
    font-weight: 600;
}
.privacy table p b {
    font-weight: 600;
}
.privacy table strong {
    font-weight: 600;
}
.privacy #WhoWeAre td:nth-child(1) {
    width: 10% !important;
}
.privacy #WhoWeAre td:nth-child(1) p {
    color: #707070 !important;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600 !important;
    font-family: 'Work Sans', sans-serif;
    margin-top: 15px;
    margin-bottom: 10px !important;
    text-decoration: none;
    vertical-align: top;
} */






/* Contact Page */

.contct{
	padding:4rem 0;
}

.contct .cntct-detail{
	border-left:4px solid #A8A932;
	padding-left: 30px;
	margin-bottom:50px;
}

.contct .cntct-detail h4{
	color:#22686C;
	font-weight:600;
	font-family: 'Libre Baskerville', serif;
	font-size:26px;
	margin-bottom:10px;
}

.contct .cntct-detail p{
	color:#707070;
	font-weight:500;
	font-family: 'Work Sans', sans-serif;
	font-size:22px;
	margin-bottom:40px;
	line-height:30px;
}

.contct .cntct-detail a{
	color:#A8A932;
	font-weight:500;
	font-family: 'Work Sans', sans-serif;
	font-size:22px;
}

.contct iframe{
	filter: grayscale(100%);
}


.inq{
	padding:5rem 0;
	background:#c2d5d6;
}

.inq .content{
	border-left:4px solid #A8A932;
	padding-left: 30px;
}

.inq .content h4{
	color:#22686C;
	font-weight:700;
	font-family: 'Libre Baskerville', serif;
	font-size:26px;
	margin-bottom:25px;
}

.inq .content a{
	color:#707070;
	font-weight:500;
	font-family: 'Work Sans', sans-serif;
	font-size:18px;
}


@media (min-width:992px) and (max-width:1024px){
	.circle h3 {
    width: 35%;
	}
	.circle .circle-area .circl-prt {
    width: 65%;
	}
	.founded .right-prt .right-data {
    left: 20px;
	}
	.e-team .img-part img {
    width: 355px;
	}
	.e-team h3 {
    font-size: 26px;
    margin-bottom: 20px;
	}
	.circle .circle-area .circl-prt .crcl-1 {
	width:180px;
	height:180px;
	}	
	.circle .circle-area .circl-prt .crcl-2 {
	width:180px;
	height:180px;
	}
	.circle .circle-area .circl-prt .crcl-3 {
	width:180px;
	height:180px;	
	}
	
	.circle .circle-area .circl-prt .crcl-1 p, .circle .circle-area .circl-prt .crcl-2 p, .circle .circle-area .circl-prt .crcl-3 p {
    font-size: 14px;
    padding: 0 20px;
	}
	.news-listing .load-more-btn {
    padding: 10px 40px;
	}
}

@media (min-width:768px) and (max-width:991px){
	
	.founded .left-prt {
    padding: 2rem 2rem;
	}
	.founded .right-prt .right-data {
    left: 0px;
	}
	.e-team .img-part img {
    width: 265px;
	}
	.founded .right-prt {
    padding: 20px 0;
	}
	.founded .right-prt .right-data h2 img {
    margin-right: 25px;
	}
	.founded .right-prt .right-data p {
    font-size: 16px;
	}
	.founded .left-prt h2 {
    font-size: 30px;
    line-height: 45px;
	}
	.e-team h3 {
    font-size: 16px;
	margin-bottom: 15px;
	}
	.e-team .exp {
    padding-left: 9%;
	}
	.e-team .cntnt {
    padding-left: 1rem;
    margin: 0 0 0 1rem;
	}
	.e-team .cntnt p {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0;
	}
	
	.e-team .middle h3 {
    font-size: 16px;
	margin-bottom: 15px;
	}
	.e-team .middle .cntnt {
    padding-left: 1rem;
    margin: 0 0 0 1rem;
	}
	
	.circle .circle-area {
    display: block;
	}
	.circle h3 {
    width: 100%;
	margin-bottom:40px;
	}	
	.circle .circle-area .circl-prt {
    width: 100%;
    padding-left: 0px;
	display: flex;
	justify-content:space-between;
	}
	.circle .circle-area .circl-prt .crcl-1 p, .circle .circle-area .circl-prt .crcl-2 p, .circle .circle-area .circl-prt .crcl-3 p {
    font-size: 16px;
    padding: 0 20px;
	}
	.portfolio-part h1 {
    font-size: 18px;
	}
	.portfolio-part .port-p h4{
		padding: 6px 0;
        font-size: 12px;
	}
	.portfolio-part .port-p {
    margin-bottom: 30px;
	}
	
	.port-section .header-bio img {
    left: 50px;
	}
	#portModal .modal-body .folio-data {
    padding: 0 50px;
	}
	
	.abt .content {
    height: 100vh;
	}	
	.news-listing .load-more-btn {
    padding: 10px 30px;
	}
	.news-listing .load-more-btn a {
    font-size: 18px;
	}
	.news-listing .news-list p {
    font-size: 14px;
	}
	.home .owl-carousel .item h2 {
    width: 80%;
    line-height: 39px;
    font-size: 26px;
	}
	.navbar {
    position: relative;
}

.news-details {
    width: 100%;
}

.news-details .news-list {
    padding: 15px 20px;
}
.news-details h2 {
    font-size: 20px;
    line-height: 28px;
}
.news-details p {
    font-size: 18px;
    line-height: 25px;
}

.news-details .article .next-prev {
	margin-top:15px;
    margin-bottom:15px;
	justify-content:space-between;
	display:flex;
	align-items:center;
}

.contct .cntct-detail p {
    font-size: 18px;
}
.inq .content h4 {
    font-size: 19px;
}
.inq .content {
    padding-left: 15px;
}
.inq .content a {
    font-size: 14px;
}

}

@media (min-width:481px) and (max-width:767px){
	.founded::before{
	width:100%;
	height:50%;
	}
	
	.founded .left-prt {
    padding: 4rem 4rem;
	}
	.founded .right-prt .right-data {
    border-left: none;
    left: 0;
	border-top: 4px solid #A8A932;
	}
	.founded .right-prt .right-data p {
    font-size: 22px;
	}
	#teamModal .close-btn button.close {
    color: #000000;
	}
	.e-team h3 {
    font-size: 16px;
	margin-bottom: 15px;
	}
	.e-team .img-part img {
    width: 270px;
	}
	.e-team .cntnt {
    padding-left: 1rem;
    margin: 0 0 0 1rem;
	}
	.e-team .cntnt p {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 0;
	}
	
	.e-team .middle h3 {
    font-size: 16px;
	margin-bottom: 15px;
	}
	.e-team .middle .cntnt {
    padding-left: 1rem;
    margin: 0 0 0 1rem;
	}
	
	.circle .circle-area {
    display: block;
	}
	.circle h3 {
    width: 100%;
	margin-bottom:40px;
	}	
	.circle .circle-area .circl-prt {
    width: 100%;
    padding-left: 0px;
	display: flex;
	justify-content:space-between;
	}
	.circle .circle-area .circl-prt .crcl-1 {
	width:150px;
	height:150px;
	}	
	.circle .circle-area .circl-prt .crcl-2 {
	width:150px;
	height:150px;
	}
	.circle .circle-area .circl-prt .crcl-3 {
	width:150px;
	height:150px;	
	}
	
	.circle .circle-area .circl-prt .crcl-1 p, .circle .circle-area .circl-prt .crcl-2 p, .circle .circle-area .circl-prt .crcl-3 p {
    font-size: 14px;
    padding: 0 20px;
	}
	.strgy .type-trans p {
    font-size: 14px;
	}
	.owned .container h3 {
    font-size: 30px;
	}
	.owned .container p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px;
	}
	.value .value-cntnt ul li {
    font-size: 15px;
    line-height: 22px;
	}
	.value .value-cntnt p {
    font-size: 15px;
    line-height: 22px;
	}	
	.portfolio-part button.btn-reset{
	    margin: 0.5rem 0;
}

.past-invest .head h1 {
    font-size: 22px;
	}
.past-invest .head:before, .past-invest .head:after {
    top: 10px;
    width: 20%;
	}
	
	.portfolio-part .head h1 {
    font-size: 22px;
	}
	.portfolio-part .head:before, .portfolio-part .head:after {
    top: 10px;
    width: 20%;
	}
	.past-invest .past-part h3 {
    font-size: 16px;
	}
	.past-invest .past-part h6 {
    font-size: 14px;
	}

	.portfolio-part .port-p h4{
		display:none;
		padding: 3px 0;
        font-size: 14px;
	}
	
	.portfolio-part .port-p:hover h4{
		display:block;
	}
	
	.portfolio-part .port-p {
    margin-bottom: 20px;
	}
	.port-section .header-bio img {
    left: 50px;
	}
	#portModal .modal-body .folio-data {
    padding: 0px 50px;
	}
	.abt .content {
    height: 100vh;
	}
	.navbar {
    position: relative;
	}
	.home .owl-carousel .item h2 {
    width: 80%;
    line-height: 39px;
    font-size: 26px;
	}
	
	.news-details {
    width: 100%;
}

.news-details .news-list {
    padding: 15px 20px;
}
.news-details h2 {
    font-size: 20px;
    line-height: 28px;
}
.news-details p {
    font-size: 18px;
    line-height: 25px;
}

.news-details .article .next-prev {
	margin-top:15px;
    margin-bottom:15px;
	justify-content:space-between;
	display:flex;
	align-items:center;
}
.contct .cntct-detail h4 {
    font-size: 20px;
}
.contct .cntct-detail p {
    font-size: 14px;
}
.contct .cntct-detail a {
    font-size: 18px;
}
.inq .content {
    padding-left: 10px;
}
.inq .content h4 {
    font-size: 14px;
	margin-bottom: 12px;
}
.inq .content a {
    font-size: 14px;
	line-height:20px;
    word-break: break-all;
}

.privacy .privacy-part h2 {
    font-size: 22px;
    line-height: 32px;
}

.privacy .privacy-part p {
    font-size: 16px;
    line-height: 26px;
}

.privacy .privacy-part ul li {
    font-size: 16px;
    line-height: 26px;
}

.privacy .privacy-part h5 {
    line-height: 30px;
}

}

@media (min-width:320px) and (max-width:480px){
	.founded .left-prt {
    padding: 3rem 2rem;
	}
	.founded .left-prt h2 {
    font-size: 28px;
    line-height: 44px;
	}
	.founded .right-prt {
    padding: 10px 15px;
	}
	.founded .right-prt .right-data {
    padding: 0 10px;
    border-left: none;
    left: 0;
	border-top: 4px solid #A8A932;
	}
	.e-team .img-part {
    position: relative;
	}
	.e-team .img-part img {
    width: 100%;
	}
	.e-team .last .img-part {
    position: relative;
	}
	.e-team .last .img-part img {
    width: 100%;
	}
	.founded::before{
	width:100%;
	height:50%;
	}
	.founded .right-prt .right-data h2 img {
    margin-right: 20px;
	}
	.founded .right-prt .right-data p {
    font-size: 18px;
	}	
	.circle .circle-area {
    display: block;
	}
	.circle h3 {
    width: 100%;
	margin-bottom:40px;
	}	
	.circle .circle-area .circl-prt {
    width: 100%;
    padding-left: 0px;
	}
	.circle .circle-area .circl-prt .crcl-1 {
	margin:0 auto 15px;	
    float: none;
	}	
	.circle .circle-area .circl-prt .crcl-2 {
	margin:0 auto 15px;	
    float: none;
	}
	.circle .circle-area .circl-prt .crcl-3 {
	margin:0 auto 15px;	
    float: none;
	}
	.e-team .exp {
    padding-left: 15px;
    padding-right: 15px;
	}
	.e-team .cntnt {
    padding-left: 1.4rem;
    margin: 0 0 0 0rem;
	}
	.e-team .middle{
	padding-left: 25px;
    padding-right: 25px;
	}
	.e-team .middle .cntnt {
    padding-left: 1.4rem;
    margin: 0 0 0 0rem;
	}
	.e-team .exp.last {
    padding-left: 15px;
    padding-right: 15px;
	padding-top:5%;
	}
	.owned .container h3 {
    font-size: 28px;
	}
	.owned .container p {
    padding: 0;
	}
	.owned {
    background-size: cover;
	}
	.value .value-cntnt p {
    font-size: 16px;
    line-height: 22px;
	}
	.value h2 {
    font-size: 26px;
	}
	.value .value-cntnt ul li {
    font-size: 16px;
    line-height: 22px;
	}
	.team-p .team-prt img{
	width:100%;
	}
	#teamModal .close-btn button.close {
	color: #000000;
	}
	#teamModal .close-btn {
    right: 20px;
	}
	.portfolio-part .head h1 {
    font-size: 17px;
	}
	.portfolio-part .head:before, .portfolio-part .head:after {
    top: 10px;
    width: 20%;
	}
	.portfolio-part .col-md-3{
		width:50%;
		float:left;
	}
	
	.portfolio-part .port-p h4{
		display:none;
		padding: 3px 0;
        font-size: 12px;
	}
	
	.portfolio-part .port-p:hover h4{
		display:block;
	}
	
	.portfolio-part .port-p {
    margin-bottom: 20px;
}

.portfolio-part h1 {
    font-size: 20px;
}

.portfolio-part button.btn-reset{
	    margin: 0.5rem 0;
}

.past-invest .head h1 {
    font-size: 17px;
	}
.past-invest .head:before, .past-invest .head:after {
    top: 10px;
    width: 20%;
	}
	.port-section .header-bio {
    height: auto;
}
.port-section .header-bio img {
    position: relative;
    left: 0px;
	width:180px;
	height:auto;
}
#portModal .modal-body .folio-data {
    padding: 0 20px;
    margin-top: 30px;	
}
.port-section .modal-header.top-right {
    right: 40px;
}
.port-section .close-btn {
    top: 10px;
}
.port-section .modal-header.top-right .left-arw {
    top: 58px;
}
.port-section .modal-header.top-right .right-arw {
    top: 106px;
}

.abt .home-image img {
    object-fit: cover;
}

.news-listing .load-more-btn a {
    font-size: 18px;
}
.news-listing .load-more-btn {
    padding: 10px 60px;
}
.navbar {
    position: relative;
}
.home .owl-carousel .item h2 {
    width: 85%;
    line-height: 23px;
    font-size: 12px;
}

.news-details {
    width: 100%;
}

.news-details .news-list {
    padding: 15px 20px;
}
.news-details h2 {
    font-size: 20px;
    line-height: 28px;
}
.news-details p {
    font-size: 18px;
    line-height: 25px;
}

.news-details .article {
    display: block;
}

.news-details .article .next-prev {
	margin-top:15px;
    margin-bottom:15px;
	justify-content:space-between;
	display:flex;
	align-items:center;
}

.contct .cntct-detail{
	margin-bottom:30px;
}

.contct iframe{
	margin-bottom:40px;
}

.inq .content{
	margin-bottom:30px;
}

.privacy .privacy-part h2 {
    font-size: 18px;
    line-height: 30px;
}

.privacy .privacy-part p {
    font-size: 16px;
    line-height: 26px;
}

.privacy .privacy-part ul li {
    font-size: 16px;
    line-height: 26px;
}

.privacy .privacy-part h5 {
    line-height: 30px;
}

}

@media (min-width:481px) and (max-width:580px){
	.abt .content {
    height: 100vh;
	}
	.portfolio-part .col-md-3{
		width:50%;
		float:left;
	}
	
	.port-section .header-bio {
    height: auto;
}
.port-section .header-bio img {
    position: relative;
    left: 0px;
	width:180px;
	height:auto;
}
#portModal .modal-body .folio-data {
    padding: 0 20px;
    margin-top: 30px;	
}
.port-section .modal-header.top-right {
    right: 40px;
}
.port-section .close-btn {
    top: 10px;
}
.port-section .modal-header.top-right .left-arw {
    top: 58px;
}
.port-section .modal-header.top-right .right-arw {
    top: 106px;
}

}


@media(min-width:1380px){
	.e-team .last .img-part{
	position:relative;
}

.e-team .img-part{
	position:relative;
}

.portfolio-part .port-p {
    height: 17rem;
}

}

.industry.ind .container {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.modal-lg, .modal-xl {
    max-width: 980px;
}

.home .owl-theme .owl-dots .owl-dot.active span, .home  .owl-theme .owl-dots .owl-dot:hover span {
    background: #22686C;
}