html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {   
    color: #203A53;
    font-family: 'urwclassicoregular';
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

img{
	max-width:100%;
	height:auto;
}
 
/*------------------------------
            Global
------------------------------*/

a {
    color: #5A95CC;
    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;
}
a:hover {
    color: #203A53;
    text-decoration: none;
}
a.view-more {
    display: inline-block;
    color: #fff;
    background-color: #083C5D;
    text-align: center;
    padding: .9375rem 3rem;
    margin: 0 auto;
}
a.view-more:hover {
    opacity: .85;
}
h5 {
    font-size: 1.25rem;
    font-weight: 400;
}
h6 {
    font-size: 1.25rem;
    font-weight: 400;
}
p {
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
}
ul li {
    font-size: 1.25rem;
}
.f60 {
    font-size: 3.75rem;
}
.f58 {
    font-size: 3.625rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f40 {
    font-size: 2.5rem;
}
.f35 {
    font-size: 2.1875rem;
}
.f30 {
    font-size: 1.875rem;
}
.f28 {
    font-size: 1.75rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f24 {
    font-size: 1.5rem;
}
.f22 {
    font-size: 1.375rem;
}
.f21 {
    font-size: 1.3125rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.f16 {
    font-size: 1rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.anchor-div {
    position: relative;
    z-index: -9;
    margin-top: -6rem;
    padding-top: 6rem;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}
@media (max-width: 1399px) {
    h3 {
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
    }
    ul li {
        font-size: 1.125rem;
    }
    .f60 {
        font-size: 3rem;
    }
    .f58 {
        font-size: 2.875rem;
    }
    .f30 {
        font-size: 1.5rem;
    }
    .f28 {
        font-size: 1.5rem;
    }
    .f25 {
        font-size: 1.375rem;
    }
    .f24 {
        font-size: 1.375rem;
    }
    .f22 {
        font-size: 1.25rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .p-mobile {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul li {
        font-size: 1rem;
    }
    .f60, .f58 {
        font-size: 1.875rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
    .f35 {
        font-size: 1.375rem;
    }
    .f30 {
        font-size: 1.25rem;
    }
    .f28 {
        font-size: 1.25rem;
    }
    .f25 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}

/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: transparent;
    padding: 1.5rem 0 1.5rem;
}
.navbar .navbar-brand {
    width: 12rem;
    padding: 0;
    margin: 0 5rem 0 .9375rem;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler .fas {
    color: #203A53;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    position: relative;
    color: #203A53;
    font-size:20px;
    font-weight: 300;
    padding: .25rem 0;
    margin: .25rem 1.38rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #4D9BDC;
}
@media (min-width: 992px) {
    .navbar-nav {
        position: relative;
    }
    .navbar.navbar-min {
        background-color: #fff;
        padding: 1rem 0 1rem;
        box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, .4);
    }
    .navbar .nav-item.nav-link:last-child {
        text-align: center;
        min-width: 150px;
        border: 1px solid #203a535c;
		margin-left:4rem;
    }
    .navbar .nav-item.nav-link:last-child:hover {
        color: #fff;
        background-color: #203A53;
        border-color: #203A53;
    }
    .navbar.navbar-min .nav-item.nav-link:last-child {         
        font-size: 1rem;
        padding: .0625rem 1.5rem .125rem;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-brand {
        width: 20rem;
    }
    .navbar .nav-item.nav-link {
        font-size: 1rem;
        margin: .25rem .5rem;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        padding: 1rem 0;
        box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, .4);
    }
    .navbar .navbar-brand {
        width: 14rem;
        margin-right: 0;
    }
    .navbar .navbar-nav {
        text-align: center;
        padding: 1.5rem 0 0;
        margin: 0;
    }
    .navbar .nav-item.nav-link {
        font-size: 1.0625rem;
        padding: .125rem 0;
        margin: .125rem 0;
    }
	.ebita .box {
    padding-bottom: 1.8rem;
	}
	
}





/*------------------------------
            Header
------------------------------*/
header {
    color: #fff;
    background-color: #083C5D;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
header .content {
    display: flex;
    flex-direction: column;
    min-height: 23.25rem;
    padding: 3rem 0;
    margin-top: 8rem;
}
header h1 {
    max-width: 60rem;
    margin-bottom: 2.5rem;
}
header h1 span {
    color: #4D9BDC;
}
header h2 {
    font-weight: 400;
    line-height: 1.5;
    max-width: 54rem;
    margin-bottom: 0;
}
header h2 span {
    color: #4D9BDC;
}
header h2 a {
    color: #68ADCC;
}
header h2 a:hover {
    opacity: .9;
}





/*------------------------------
            Home
------------------------------*/
.home {
	position: relative;
    overflow: hidden;
    background: url(../images/artwork/home-landing.png) no-repeat center;
    background-size: cover;
	background-position:right 0px;
}
.home::after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 101%;
    height: 100%;
    content: '';
    background: rgb(255 255 255 / 38%);
}
.home .main {
    padding: 12rem 0;
}
.home h1 {
    color: #203A53;
    font-weight: 600; 
	max-width: 850px;
	z-index:1;
	line-height: 1.4;	
}
.home h1 span {
    color: #4D9BDC;
}
.home h2 {
    color: #203A53;
    font-weight: 400;
    line-height: 1.45;
    max-width: 58rem;
    margin-bottom: 3.75rem;
}
.home a {
    position: relative;
    display: block;
    color: #4D9BDC;
}
.home a:hover {
    opacity: .85;
}
.home a i {
    position: relative;
    top: .1rem;
    left: .125rem;
}
.home .video {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home .video::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .3);
}
.home .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-approach {
    background: #EFEFEF;
    padding: 7rem 0;
	position:relative;
}
.value-creation {
    background: #16364d;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
}

.value-creation img.img-contain {
    width: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}
.value-creation .carousel {
    height: 100%;
}
.value-creation .carousel-inner {
    height: 100%;
}
.value-creation .carousel-item {
	height: 100%;
}
.title-capital {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'urwclassicobold';
    color: #5A95CC;
    padding-bottom: 1.5rem;
}
.sp-top {
    padding-top: 1.5rem;
}
.our-approach h2.sub-title {
    font-family: 'classico_urw_t_otmedium';
    padding-bottom: 1rem;
    line-height: 1.1;
}
.our-approach p{
	font-size:20px;
	line-height:1.5;	
}
.our-approach .col-lg-6{	
	z-index:2;
	position:relative;
}
.border-outer {
    position: absolute;
    width: 90%;
    height: 80%;
    border: 10px solid #ffffff8a;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ebita {
    background: #203A53;
    padding: 5rem 0;
    position: relative;
	color:#fff;
}
.title {
    color: #5A95CC; 
    padding-bottom: 0.5rem;
}

.ebita .box {
    border-top: 1px solid #5A95CC;
    padding-top: 1.8rem;
}
.f-cp{
	
	text-transform:uppercase;
}
.ebita .num{
	
	font-family: 'urwclassicobold';
	padding-bottom: 5px;
	}
.ebita small{
	font-size:22px;
	font-family: 'urwclassicoregular';
	
	}

.core-value {
    background: #fff;
    padding: 7rem 0;
	position:relative;
}
.core-value .value-creation {
    background: #16364d;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}

.core-value h2.sub-title span{
	display:block;
}

.modal.disc .modal-dialog {
    margin-top: 0rem;
	top:50%;
	transform:translateY(-50%);
}

.modal.disc .modal-body p{
	color: #203A53;
	font-size:18px;
	line-height:30px;
}	

.value-creation img.img-contain {
    width: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
	}
.cont-cv {
    max-width: 50%;
    float: right;
    z-index: 2;
    position: relative;
	}
.cont-vc {
    max-width: 50%;
    float: left;
    z-index: 2;
    position: relative;
}

.sector-focus strong {
    font-family: 'classico_urw_t_otmedium';
    font-weight: normal;
    line-height: 1.2;
	}
	
.sc-box span {
    text-align: center;
    display: block;
	padding-top:1rem;
}
.sc-box .img-box {
    min-height: 100px;
}

.sc-box img {
    
}
.sc-box {
    padding-bottom:5rem;
}
 .cont-cv h2.sub-title {
    padding-bottom: 1rem;
	line-height: 1.1;
	font-family:'classico_urw_t_otmedium';
}

.product-mix {
    padding: 9.375rem 0;
}
.product-mix h4 {
    color: #083C5D;
    font-weight: 600;
    margin-bottom: 3rem;
}
.product-mix .info {
    width: 19rem;
    max-width: 100%;
    padding: 1rem 0;
    margin: 0 auto;
}
.product-mix .title {
    color: #083C5D;
    font-weight: 300;
    margin-bottom: 2.25rem;
}
.product-mix p {
    min-height: 6rem;
    margin-bottom: 2.25rem;
}
.product-mix .num {
    color: #68ADCC;
    font-weight: 600;
    margin-bottom: .75rem;
}
.product-mix .num span {
    font-size: 180%;
}
.product-mix .desc {
    color: #083C5D;
}
.product-mix .highlight {
    color: #D98310;
    text-align: center;
    font-weight: 600;
    margin:5.625rem 0 2rem;
}
.sector-focus {
    background-color: #EFEFEF;
    padding: 5.625rem 0;
	text-align:center;
}
.core-value .border-outer {
    border: 10px solid #efefefa3;
}
.sector-focus h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'urwclassicobold';
    color: #5A95CC;
    padding-bottom: 1.5rem;
}
.max-width {
    max-width: 950px;
    margin: auto;
}
.sector-focus p:last-child {
    margin-bottom: 4.75rem;
	padding-top:1rem;
}
.sector-focus .content {
    height: 18rem;
    background-size: cover;
    background-color: rgba(8, 60, 93, 0.51);
    background-blend-mode: multiply;
    padding: 1rem;
	}
.sector-focus h5 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: auto;
	}
.balance-quote .container-fluid.p-0 {
    z-index: 1;
    position: relative;
	}
.balance-quote h4 {
    position: absolute;
    top: 4rem;
    color: #083C5D;
    font-weight: 600;
    margin-bottom: 3rem;
	}
.balance-quote .carousel-item {
    background-color: #F5F9FC;
    min-height: 46rem;
    padding: 8rem 0;
}
.balance-quote .carousel-item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 120rem;
    height: 100%;
    content: '';
    background: linear-gradient(to right, transparent 90%,rgba(245, 249, 252, 0.95)), url(../images/artwork/balance_point_quote_background_core_yoga.png) center no-repeat;
    background-size: cover;
}
.balance-quote .carousel-item:nth-child(2)::before,
.balance-quote .carousel-item:nth-child(4)::before {
    background: linear-gradient(to right, transparent 90%,rgba(245, 249, 252, 0.95)), url(../images/artwork/balance_point_quote_background_bldg.jpg) center no-repeat;
    background-size: cover;
}
.balance-quote .content {
    position: relative;
}
.balance-quote p {
    color: #2D3C46;
    font-weight: 600;
    line-height: 1.65;
    margin-bottom: 2.5rem;
}
.balance-quote h5 {
    color: #083C5D;
    font-family: 'Barlow', serif;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.balance-quote .img-container {
    width: 16rem;
    height: 5.125rem;
}
.balance-quote .img-container img {
    object-position: left;
}
.balance-quote .carousel-indicators {
    right: auto;
    bottom: 3rem;
    margin: 0;
}
.balance-quote .carousel-indicators li {
    opacity: 1;
    width: .875rem;
    height: .875rem;
    border-radius: 100%;
    margin: 0 .625rem;
}
.balance-quote .carousel-indicators li.active {
    background-color: #083C5D;
}
.investments {
    padding: 7rem 0;
}
.investments h4 {
    color: #083C5D;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}
.investments a:focus {
    outline: none;
    box-shadow: none;
}
.investments .img-container {
    height: 12rem;
    padding: 2rem 5rem;
    margin-top: 1rem;
}
.investments a.view-more {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .product-mix .row:nth-child(2) .col-md-6:first-child {
    border-right: 1px solid #68ADCC;
    }
}
@media (min-width: 992px) {
    .firm-overview .col-md-auto {
    position: static;
    }
    .firm-overview h4 {
	position: absolute;
	top: 4.5rem;
	left: .9375rem;
	width: 10rem;
    }
    .sector-focus .col-6:nth-child(3n - 2) {
    padding-right: 0;
    }
    .sector-focus .col-6:nth-child(3n - 1) {
    padding-left: 0;
    padding-right: 0;
    }
    .sector-focus .col-6:nth-child(3n) {
    padding-left: 0;
    }
    .balance-quote .col-lg-5 {
    position: static;
    order: 2;
    }
    .balance-quote .col-lg-7 {
    order: 1;
    }
    .balance-quote h4 {
	position: absolute;
	top: 9rem;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 28rem;
	height: 28rem;
	color: #fff;
	background-color: rgba(175, 200, 219, 0.85);
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 1rem 3rem;
	margin-bottom: 0;
    }
    .balance-quote p {
    min-height: 15.372rem;
    }
}
@media (max-width: 1440px) {
    .sector-focus .content {
    height: 21rem;
    }
}
@media (max-width: 1199px) {
    .sector-focus .content {
    height: 18rem;
    }
}
@media (max-width: 991px) {
    .sector-focus .col-6:nth-child(odd) {
    padding-right: 0;
    }
    .sector-focus .col-6:nth-child(even) {
    padding-left: 0;
    }
    .balance-quote .carousel-item {
	background-color: #F5F9FC;
	min-height: 100%;
	padding: 10rem 0 8rem;
    }
}
@media (max-width: 767px) {
    .sector-focus .content {
    height: 15rem;
    }
    .balance-quote .carousel-item {
    padding: 8rem 0;
    }
}

@media (max-width: 575px) {
    .sector-focus .content {
    height: 10rem;
    }
	.home h1 {
     line-height: 1.2;
     padding-top: 4rem;
     font-size: 40px;
	}
	.value-creation {
     position: static;
     width: 100%;
     height: auto;
	}
	.border-outer{
	 height:90%;	
	}
	.core-value .value-creation {
    width: 100%;
    position: static;
	}
	.cont-cv {
    max-width: 100%;
    margin-top: 3rem;
	}
	footer ul li { 
    text-align: center;
	}
	nav.f-links {
    padding: 1.5rem 0;
	}
	nav.f-links p:last-child{margin-left:0 !important;}
	nav.f-links p {
    width: 100%;
    text-align: center;
    display: block;
	}
	nav.f-links h5 {
    text-align: center;
	}
	.sc-box .img-box {
    min-height: 90px;
	}
	.ebita .box {
    padding-bottom: 1.8rem;
	}
	.cont-vc {
    width: 100%;
    max-width: 100%;
	}
	.sp-top {
    padding-top: 0;
	}
}

/*------------------------------
            About
------------------------------*/
.about {
    padding: 5rem 0 1.25rem;
}

header.about{
	background: url(../images/header/header-about.png) no-repeat center;
	background-position:center;
	background-size:100%;
	background-position:bottom;
	
}

header.common-pages {
    padding: 18rem 0 2rem;
}
header.common-pages h1{	
	margin-bottom:2rem;
	color:#203A53;
	font-family: 'classico_urw_t_otmedium';
}
 
.about h3 {
    color: #083C5D;
    font-weight: 600;
    margin-bottom: 1rem;
}
.about .img-container {
    height: 12.5rem;
}
.about .content {
    height: 100%;
}
.about .title {
    position: relative;
    color: #68ADCC;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.about .title::after {
    z-index: -1;
    position: absolute;
    top: -3rem;
    left: 0;
    display: block;
    width: 4.125rem;
    height: 8.375rem;
    content: '';
    background: url(../images/icons/about-arrow.svg) center no-repeat;
    background-size: contain;
}
.about p {
    color: #8D989F;
    padding-left: 6.625rem;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .about .row:nth-child(even) .col-lg-4 {
    order: 2;
    }
    .about .row:nth-child(even) .col-lg-8 {
    order: 1;
    }
}

/*------------------------------
            Strategy
------------------------------*/

header.stra {
    background: url(../images/header/header-strategy.png) no-repeat center;
    background-position: center;
    background-size: 100%;
    background-position: bottom;
}

.strategy {
    background-color: #EFEFEF;
    padding: 5.625rem 0;
}
.strategy h3 {
    color: #083C5D;
    font-weight: 600;
    margin-bottom: 1.875rem;
}
.strategy p {
    color:#203A53; 
    margin-bottom: 0;
	font-size:34px;
	font-family: 'classico_urw_t_otmedium';
} 
.strategy-info{
    padding-top:0;	
	background:#fff;
	position:relative;
} 
.strategy-info .white-prtn{
	padding: 7rem 0 6rem;
}
.strategy-info .white-prtn .one{
	padding:0 8%;
	position:relative;
}
.strategy-info .white-prtn .one:before{
    position:absolute;
	content:'01';
	color:#5A95CC;
	font-size:130px;
	font-family: 'urwclassicoregular';
	top:-80px;
	left:140px;
	opacity:0.2;
}

.strategy-info h1{
	font-size:34px;
	color:#203A53;
	font-family: 'classico_urw_t_otmedium';
	margin-bottom:30px;
}

.strategy-info p{
	font-size:26px;
	line-height:36px;
	color:#203A53;
	font-family: 'urwclassicoregular';
	margin-bottom:15px;
}

.strategy-info ul li{
	font-size:26px;
	line-height:36px;
	color:#203A53;
	font-family: 'urwclassicoregular';
	margin-bottom:25px;
}

.strategy-info-2{
    padding-top:0px;	
	background:#fff;
	position:relative;
	padding-bottom:4rem;
} 

.strategy-info-2 .two{
	padding:0 8%;
	position:relative;
}

.strategy-info-2 .two:before{
    position:absolute;
	content:'02';
	color:#5A95CC;
	font-size:130px;
	font-family: 'urwclassicoregular';
	top:-80px;
	left:0px;
	opacity:0.2;
}

.strategy-info-2 h1{
	font-size:34px;
	color:#203A53;
	font-family: 'classico_urw_t_otmedium';
	margin-bottom:30px;
}

.strategy-info-2 p{
	font-size:26px;
	line-height:36px;
	color:#203A53;
	font-family: 'urwclassicoregular';
	margin-bottom:15px;
}

.strategy-info-2 ul li{
	font-size:26px;
	line-height:36px;
	color:#203A53;
	font-family: 'urwclassicoregular';
	margin-bottom:25px;
}

.strategy-info-2 .three{
	padding:0 20%;
	position:relative;
	margin-top:70px;
}

.strategy-info-2 .three:before{
    position:absolute;
	content:'03';
	color:#5A95CC;
	font-size:130px;
	font-family: 'urwclassicoregular';
	top:-80px;
	left:140px;
	opacity:0.2;
}

.strategy-info-2 .four{
	padding:0 8%;
	position:relative;
	margin-top:40px;
}

.strategy-info-2 .four:before{
    position:absolute;
	content:'04';
	color:#5A95CC;
	font-size:130px;
	font-family: 'urwclassicoregular';
	top:-80px;
	left:0px;
	opacity:0.2;
}

.strategy-info ul li:last-child, .strategy-info ul{
	margin-bottom:0;
}

.testim{
	padding:6rem 0;
}

.testim .carousel{
	width:80%;
	margin:0 auto;
}

.testim .carousel .carousel-inner{	
	padding:50px;	
	border:2px solid #65A7E6;
	position:relative;
	overflow:visible
}
.testim .carousel .carousel-inner .carousel-item{	
	background-color: #fff;
}

.testim .carousel .carousel-inner:before{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	background:url(../images/coma.png) no-repeat;
	width:373px;
	height:97px;
	content:'';
	top:-50px;
	z-index:1;
}

.testim .carousel-indicators li{
	border:2px solid #65A7E6;
	border-radius:50%;
	width:10px;
	height:10px;
}

.testim .carousel-indicators li.active{
	background-color:#65A7E6 !important;
}

.testim .carousel-indicators {
    bottom: -60px !important;
}

.testim p{
	color:#203A53;
	font-size:24px;
	line-height:34px;
	text-align:center;
	margin-bottom:15px;
}

.testim h3{
	color:#5A95CC;
	font-size:20px;
	text-align:center;
	margin-bottom:0;
}

.env{
	padding:4rem 0;
	background:#fff;
}

.env h4 {
    font-weight: 400;
	text-transform: uppercase;
    font-family: 'urwclassicobold';
    color: #5A95CC;
    padding-bottom: 1.5rem;
}

.env p{
	font-size:26px;
	line-height:36px;
	padding:0 10%;
	color:#203A53;
	margin-bottom:20px;
}

.env a.esg-btn{
	border:1px solid #5A95CC;
	padding:10px 10px;
	font-size:24px;
	color:#5A95CC;
	display:block;
	width:200px;
	margin:50px auto 0;
	text-align:center;
}

.env a.esg-btn:hover{
	color: #fff;
    background-color: #203A53;
    border-color: #203A53;
}

/*------------------------------
          Portfolio
------------------------------*/
header.portfolio{
	background: url(../images/header/portfolio.png) no-repeat center;
	background-position:center;
	background-size:cover;
	background-position:bottom;
	
}		  

.port-1 {
    background: #fff;
    padding: 4rem 0;
    position: relative;
}

.port-1 .border-outer {
    width: 90%;
    height: 70%;
    border: 10px solid #efefefa3;
}

.port-1 .row{
	align-items:center;
}

.port-1 .prt{
	position:relative;
}

.port-1 .prt h1{
	color:#203A53;
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
}

.port-1 .prt p{
	color:#707070;
	font-size:16px;
	line-height:22px;
	font-weight:500;
	margin-bottom:20px;
}

.port-1 .prt p.date{
	color:#203A53;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
}

.port-1 .prt a{
	color:#5A95CC;
	font-size:18px;
	font-weight:500;
}

.port-2 .prtwow a {
    color: #5A95CC;
    font-size: 18px;
    font-weight: 500;
}

.port-1 .prt img.lgo{
    z-index: 2;
	position: absolute;
    top: -12rem;
    height: 6rem;
    width: 25rem;
    object-fit: contain;
    object-position: left;
}
.img-prt img {
    width: 100%;
}
.port-2 {
    background: #fff;
    padding: 4rem 0;
    position: relative;
}

.port-2 .border-outer {
    width: 90%;
    height: 70%;
    border: 10px solid #efefefa3;
}

.port-2 .row{
	align-items:center;
}

.port-2 .prt h1{
	color:#203A53;
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
}

.port-2 .prt p{
	color:#707070;
	font-size:16px;
	line-height:22px;
	font-weight:500;
	margin-bottom:20px;
}

.port-2 .prt p.date{
	color:#203A53;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
}

.port-2 .prt a{
	color:#5A95CC;
	font-size:18px;
	font-weight:500;
}

.port-2 .prt img.lgo{
	z-index: 2;
	position: absolute;
    top: -10rem;
    height: 6rem;
    width: 25rem;
    object-fit: contain;
    object-position: left;
}

.hidden {
    display: none;
}

.prtwow {
    position: relative;
    z-index: 2;
}

.filter{
	padding:4rem 0;
}

.port-1 .prt {
    position: relative;
    z-index: 2;
}

.port-2 .prt {
    position: relative;
    z-index: 2;
}

.filter .filt{
	display:flex;
	align-items:center;
}

.filter .filt h1{
	color:#203A53;
	font-size:22px;
	font-weight:600;
	margin-right:20px;
}

.port-2 .prtwow img {
    position: absolute;
    top: -135px;
    z-index: 2;
}

.filter .filt form{
	border-bottom:1px solid #5A95CC;
	margin-right:30px;
}

.filter .filt select{
	border:none;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	width:200px;
	position:relative;
	background:url(../images/portfolio/icon-dropdown.png) no-repeat;
	background-position: center right;
}
.filter .filt select:focus{
	border:none;
	outline:none;
}

/*------------------------------
            Team
------------------------------*/

header.teams{
    padding:0 !important;	
	position:relative;
}

header.teams .team-txt{
	position:absolute;
	top:50%;
	z-index:1;
	max-width:1140px;
	margin:0 auto;
}

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

.team-area .border-outer {
    width: 100%;
    height: 100%;
    border: 10px solid #B0CEE8;
    top: 52%;
    z-index: 1;
    left: 52%;
	position:absolute;
}
@media (max-width: 1499px) {
    .border-outer {
        width: calc(100% - 2rem)!important;
    }
}
.team-area .team-prtn{
	position:relative;
	margin-bottom:80px;
}

.team-area .team-prtn a:hover .img-ara:before{
	opacity:1;
	transition:0.5s ease;
}

.team-area .team-prtn .img-ara{
	width:96%;
	position:relative;
}

.team-area .team-prtn .img-ara:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:83%;
	background:rgba(32,58,83,0.5);
	content:'';
	z-index:1;
	opacity:0;
	transition:0.5s ease;
}

.team-area .team-prtn .img-ara img{
    width: 100%;
	margin-bottom:50px;
}

.team-area .team-prtn .name{
	background:#fff;
	padding:10px 10px;
	z-index:2;
	position:absolute;
	bottom:-30px;
	left:20px;
	width:85%;
}

.team-area .team-prtn .name h1{
	color:#203A53;
	font-size:20px;
	margin-bottom:0px;
	font-weight:600;
}

.team-area .team-prtn .name h2{
	color:#707070;
	font-size:14px;
	margin-bottom:0px;
	font-weight:500;
}

.team-area .team-prtn .name h2 span{
	display:block;
}

.teams-m h1{
	color:#203A53;
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
}

.teams-m h2{
	color:#707070;
	font-size:22px;
	font-weight:500;
	margin-bottom:20px;
}

.teams-m p{
	color:#707070 !important;
	font-size:22px !important;
	line-height:32px !important;
	font-weight:500 !important;
	margin-top:40px;
	margin-bottom:0 !important;
}

.teams-m .modal-body .row{
	align-items:center;
}

.teams-m .social{
	display:flex;
	align-items:center;
}

.teams-m .social a{
	margin-right:40px;
}

.teams-m.modal{
	padding-right: 0 !important;
}

.teams-m.modal .modal-dialog {
    margin-top: 0rem !important;
}

.teams-m .modal-content{
	border-radius:0;
	height:100%;
}

.teams-m .modal-dialog {
    max-width: 70%;
	margin:0 !important;
	float:right;
}

.teams-m .modal-body{
	padding:3rem 4rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100%;
    background-color: rgba(32,58,83,0.8);
}

.modal-backdrop.show {
    opacity: .8;
}

.teams-m button.close{
	position:absolute;
	left:-35px;
	top:10px;
	color:#fff;
	font-size:30px;
	font-weight:400;
	opacity:1;
}

.teams-m .modal-content img{
	width:100%;
}

/*------------------------------
      Team & Portfolio Modal
------------------------------*/

.modal .modal-dialog {
    margin-top: 14rem;
}

.modal .nav {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
}

.modal .nav .nav-item {
    background-color: #2D3C46;
    padding: 1.125rem 1.5rem;
    margin-left: auto;
}

.modal .nav .nav-item:hover {
    opacity: .95;
}

.modal .nav .nav-item img {
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}

.modal .carousel-item {
    min-height: 32rem;
    padding-bottom: 3rem;
}

.modal#portfolioModal .secondary {
    padding: 0 4rem;
}
.modal .img-container {
    justify-content: center;
    height: 12.25rem;
    border-bottom: 1px solid transparent;
    margin-bottom: 2.5rem;
}
.modal#portfolioModal .img-container {
    padding: 2rem 4rem 2rem 0;
    margin-bottom: 0;
}
.modal#portfolioModal .img-container img {
    object-position: left center;
}
.modal .secondary ul {
    margin-bottom: 1.5rem;
}
.modal .secondary ul li {
    color: #8D989F;
    font-size: .875rem;
    margin-bottom: .5rem;
}
.modal .secondary ul li b {
    color: #2D3C46;
}
.modal .main {
    padding-right: 6rem;
}
.modal#portfolioModal .main {
    padding: 0 12rem 0 6rem;
}
.modal .info {
    justify-content: center;
    min-height: 12.25rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 2.5rem;
}
.modal#portfolioModal .info {
    border-color: transparent;
    margin-bottom: 0;
}
.modal .name {
    color: #2D3C46;
    font-weight: 500;
    margin-bottom: 1rem;
}
.modal .title {
    color: #8D989F;
    font-weight: 500;
    margin: 0;
}
.modal p {
    color: #8D989F;
    font-size: 1rem;
    line-height: 1.8;
}
.modal .nav-list li a {
    color: #2D3C46;
    font-size: .875rem;
    text-transform: uppercase;
    margin-right: 3.75rem;
}
.modal .nav-list li a:hover {
    color: #8D989F;
}
.modal .list-info li {
    color: #8D989F;
    font-size: .875rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5rem;
}
.modal .list-info li:last-child {
    border-bottom: none
}
.modal .list-info li span {
    display: block;
    color: #2D3C46;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.modal .list-info li a:hover {
    color: #68ADCC;
}
.modal .list-info li a:hover {
    color: #8D989F;
}

/*------------------------------
          News
------------------------------*/

header.news{
	background: url(../images/header/header-news.png) no-repeat center;
	background-position:center;
	background-size:cover;
	background-position:bottom;	
}	

.news-list{
	padding:4rem 0;
}

.news-list .listing{
	display:flex;
	align-items:center;
	margin-bottom:50px;
}

.news-list .listing h1{
	color: #5A95CC;
    font-size: 45px;
    font-weight: 600;
    min-width: 9rem;
    margin-right: 7%;
    padding-left: 3%;
}

.news-list .listing h1 span{
	display:block;
	margin-top:5px;
	font-size:18px;
	font-weight:500;
}

.news-list .listing h2{
	margin-bottom:40px;
	position:relative;
}

.news-list .listing h2:before{
	position:absolute;
	content:'';
	width:100%;
	height:2px;
	background:#E0E0E0;
	left:0;
	bottom:-15px;
}

.news-list .listing h2 a{
	color:#203A53;
	font-size:22px;
	font-weight:600;
	padding-bottom:30px;
}

.news-p{    
	background: #203A53;
    padding: 10rem 0;
    position: relative;
}

.news-p .border-outer {
    position: absolute;
    width: 90%;
    height: 80%;
    border: 10px solid #efefefa3;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-p .value-creation {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.news-p .cont-cv {
    max-width: 50%;
    float: left;
    z-index: 2;
    position: relative;
	padding-left:5%;
}

.news-p .cont-cv h2{
	color:#5A95CC;
	font-size:26px;
	margin-bottom:10px;
	font-weight:700;
	text-transform:uppercase;
}

.news-p .cont-cv a{
	color:#fff;
	font-size:34px;
	margin-right:10px;
	font-weight:700;
}

.pagin{
	width:fit-content;
	margin:20px auto 30px;
}

.pagin .pagination{
	display:flex; 
	align-items:center;
}

.pagin .pagination li:not(:last-child){
	margin-right:5px;
}

.pagin .pagination li a span{
	width:20px;
	height:20px;
	border-radius:50%;
	border:2px solid #E0E0E0;
	display:block;
	transition:0.5s;
}

.pagin .pagination li a span:hover{
	background:#5A95CC;
	transition:0.5s;
}

.pagin .pagination li.active a span{
	background:#5A95CC;
	transition:0.5s;
}

/*------------------------------
        News Details
------------------------------*/

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

.news-details .back-to-news {
    display: inline-block;
}

.news-details .new-top-nav a {
    font-size: 16px;
    color: #092327;
    font-weight: 600;
}

.news-details .new-top-nav .back-to-news a img {
    padding-right: 10px;
}

.news-details .previous-nxt-news {
    display: inline-block;
    float: right;
}

.news-details .previous-nxt-news li {
    display: inline-block;
    padding-left: 65px;
}

.news-details .new-top-nav .lft a img {
    padding-right: 10px;
}

.news-details .new-top-nav .rght a img {
    padding-left: 10px;
}

.news-details .detail{
	margin-top:20px;
}

.news-details .detail h1{
	color: #203A53;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
}

.news-details .detail h6{
	color: #203A53;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}

.news-details .detail p{
	color: #000;
    font-size: 16px;
	line-height:26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-details .detail h4{
	color: #203A53;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
	padding-top: 20px;
}

/*------------------------------
        Portolfio Filter
------------------------------*/
.filter-nav {
    padding: 5rem 0 3rem;
}
.filter-nav .dropdown {
    height: 100%;
}
.filter-nav .btn {
    color: #083C5D;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: .9375rem 2rem;
    border: 2px solid #68ADCC;
    border-radius: 0;
}
.filter-nav .btn:focus {
    outline: none;
    box-shadow: none;
}
.filter-nav .btn i {
    color: #68ADCC;
    font-size: 125%;
}
.filter-nav .dropdown-menu {
    width: 100%;
    background-color: #fff;
    padding: .5rem 1rem;
    border: 1px solid #68ADCC;
    border-radius: 0;
    margin-top: .25rem;
}
.label-holder {
    display: block;
    cursor: pointer;
    position: relative;
    color: #333;
    font-size: 1rem;
    padding: .25rem 0 .25rem 1.875rem;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: .45rem;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #707070;
}
.label-holder input:checked ~ .checkmark {
    background-color: #68ADCC;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.label-holder input:checked ~ .checkmark:after {
    display: block;
}
.label-holder .checkmark:after {
    left: 0.45rem;
    top: 0.2rem;
    width: 5px;
    height: 5px;
    border: solid #68ADCC;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*------------------------------
            Portfolio
------------------------------*/
.portfolio {
    padding: 0 0 4rem;
}
.portfolio .img-container {
    position: relative;
    height: 12.75rem;
    padding: 3rem 3rem;
    margin-bottom: 1.875rem;
}
.portfolio .img-container:hover > img {
    filter: brightness(0) invert(1);
}
.portfolio .img-container .info {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    transition-duration: 220ms;
    transition-timing-function: ease-out;
    transform: scale(.9);
}
.portfolio .img-container:hover > .info {
    opacity: 1;
    transform: scale(1);
}
.portfolio .img-container.acl-airshop .info {
    background-color: #e9000c;
}
.portfolio .img-container.apex-learning .info,
.portfolio .img-container.apex-learning-2 .info {
    background-color: #00c7c4;
}
.portfolio .img-container.apollo-intelligence-corporation .info {
    background-color: #2e78bd;
}
.portfolio .img-container.aps-technology .info {
    background-color: #0963a3;
}
.portfolio .img-container.autocrat .info {
    background-color: #e06b1c;
}
.portfolio .img-container.bear-down-brands .info {
    background-color: #5c5c5e;
}
.portfolio .img-container.budderfly-inc- .info {
    background-color: #13653b;
}
.portfolio .img-container.clarus-commerce .info {
    background-color: #0397d6;
}
.portfolio .img-container.compass-media-networks .info,
.portfolio .img-container.compass-media-networks-2 .info {
    background-color: #27a7e8;
}
.portfolio .img-container.connoisseur-media .info {
    background-color: #1f63b6;
}
.portfolio .img-container.cora .info {
    background-color: #c19451;
}
.portfolio .img-container.corepower-yoga .info {
    background-color: #f27c34;
}
.portfolio .img-container.eventus .info {
    background-color: #193140;
}
.portfolio .img-container.digity-media .info {
    background-color: #0032a4;
}
.portfolio .img-container.eventus-wholehealth .info {
    background-color: #193140;
}
.portfolio .img-container.family-entertainment-group .info {
    background-color: #1757a5;
}
.portfolio .img-container.freshready-foods .info {
    background-color: #176c43;
}
.portfolio .img-container.freshaddress .info {
    background-color: #05295b;
}
.portfolio .img-container.gigatrust .info {
    background-color: #253870;
}
.portfolio .img-container.grindmaster-cecilware .info {
    background-color: #cf3535;
}
.portfolio .img-container.halo-innovations .info {
    background-color: #003a5c;
}
.portfolio .img-container.health-media-network .info {
    background-color: #01b0b5;
}
.portfolio .img-container.igenex-inc .info {
    background-color: #1b1714;
}
.portfolio .img-container.johnny-on-the-spot .info {
    background-color: #00539b;
}
.portfolio .img-container.just-home-healthcare-services .info {
    background-color: #6b1a31;
}
.portfolio .img-container.mapleton-communications .info {
    background-color: #52202c;
}
.portfolio .img-container.meridien-research .info {
    background-color: #154f93;
}
.portfolio .img-container.miltons-craft-bakers .info {
    background-color: #6b1c7e;
}
.portfolio .img-container.onesource-water .info {
    background-color: #ee5d2c;
}
.portfolio .img-container.onramp .info {
    /* background-color: #2d3193; */
}
.portfolio .img-container.pamal-broadcasting .info {
    background-color: #2d3193;
}
.portfolio .img-container.patientpoint-health-technologies .info {
    background-color: #5e6b71;
}
.portfolio .img-container.playmonster .info {
    background-color: #434798;
}
.portfolio .img-container.prime-technology-group .info {
    background-color: #73d904;
}
.portfolio .img-container.prohealth-partners .info {
    background-color: #2a475c;
}
.portfolio .img-container.ranger-international-services-group .info {
    background-color: #00235e;
}
.portfolio .img-container.recommerce .info {
    background-color: #14baea;
}
.portfolio .img-container.rescom-energy .info {
    background-color: #0065b2;
}
.portfolio .img-container.restorix-health .info {
    background-color: #4f6d1f;
}
.portfolio .img-container.smartypants .info {
    background-color: #1474b3;
}
.portfolio .img-container.spindrift-beverage-co-inc .info {
    background-color: #5046b1;
}
.portfolio .img-container.trendline-interactive .info {
    background-color: #011a02;
}
.portfolio .img-container.two-twenty-records-management .info {
    background-color: #ed2028;
}
.portfolio .img-container.unipower .info {
    background-color: #c4112e;
}
.portfolio .img-container.vaultlogix .info {
    background-color: #241d5e;
}
.portfolio .img-container.wholesome-sweeteners .info {
    background-color: #304a8d;
}

/*------------------------------
            News
------------------------------*/
.news {
    padding: 4rem 0;
}
.news .nav-side ul {
    margin-bottom: 1.5rem;
}
.news .nav-side ul li {
    color: #A0A0A0;
    line-height: 1.8;
}
.news .nav-side ul li b {
    color: #083C5D;
    font-weight: 700;
}
.news .nav-side ul li a {
    color: #A0A0A0;
}
.news .nav-side ul li a:hover {
    color: #083C5D;
}
.news .media {
    margin-bottom: 5rem;
}
.news .media img {
    width: 19.125rem;
    height: 12.75rem;
    object-fit: contain;
    padding: 2rem 1.5rem;
    margin-right: 1.875rem;
}
.news .title {
    color: #083C5D;
    font-weight: 500;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 1.5rem;
}
.news .date {
    color: #68ADCC;
    font-weight: 500;
    margin-bottom: 1.125rem;
}
.news h6 {
    color: #083C5D;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.news p {
    color: #8D989F;
    margin-bottom: 3.125rem;
}
.news p:last-child {
    margin: 0;
}
.news p a {
    color: #8D989F;
}
.news p a:hover {
    color: #083C5D;
}

/*------------------------------
          News Article
------------------------------*/
.nav-news {
    padding-bottom: .5rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 2.5rem;
}
.nav-news .nav-item {
    color: #68ADCC;
}
.nav-news .nav-item:hover {
    color: #083C5D;
}
.nav-news .nav-item:nth-child(2) {
    margin: 0 20% 0 auto;
}
.nav-news .nav-item:nth-child(2) img {
    transform: rotate(180deg);
}
#news-article .news .title {
    border-bottom: 1px solid transparent;
}
#news-article .news .nav-side ul li:first-child {
    color: #083C5D;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}
#news-article .news .nav-side ul li {
    color: #8D989F;
    line-height: 1.4;
}
#news-article .news .nav-side ul li a {
    color: #8D989F;
}
#news-article .news .nav-side ul li a:hover {
    color: #083C5D;
}
#news-article .news .nav-side img {
    width: 19.125rem;
    height: 12.75rem;
    padding: 2rem 1.5rem;
    margin-bottom: 3.125rem;
}

/*------------------------------
            ESG
------------------------------*/
.esg {
    padding: 4.375rem 0 2.375rem;
}
#about .esg {
    background-color: #F6FAFD;
}
.esg .row {
    margin-bottom: 2rem;
}
.esg h3 {
    color: #083C5D;
    font-weight: 500;
    min-height: 8.75rem;
}
.esg h4 {
    color: #083C5D;
    font-weight: 700;
    line-height: 1.55;
    max-width: 28rem;
    margin-bottom: 2rem;
}
.esg h5 {
    color: #68ADCC;
    font-weight: 600;
    max-width: 40rem;
    margin-bottom: 3.125rem;
}
.esg h6.esg-title {
    color: rgba(104, 172, 204, 0.27);
    font-weight: 900;
    margin-bottom: 1rem;
}
.esg h6.about-title {
    color: #68ADCC;
    font-weight: 600;
    margin-bottom: 1.75rem;
}
.esg p {
    color: #8D989F;
    max-width: 40rem;
    margin-bottom: 1.75rem;
}
.esg p b {
    color: #083C5D;
    font-weight: 400;
}
.esg .img-container {
    position: relative;
    height: 20rem;
}
.esg .img-container img {
    position: absolute;
    top: -3rem;
    width: 29rem;
}

/*------------------------------
            Contact
------------------------------*/
.contact {
    padding: 6.25rem 0 2.25rem;
}
.contact .content {
    padding-left: 3rem;
    margin-bottom: 3rem;
}
.contact h5 {
    position: relative;
    color: #083C5D;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.contact .col-lg-6:nth-child(1) h5::before {
    position: absolute;
    top: 0;
    left: -3rem;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    content: '';
    background: url(../images/icons/contact-location.svg) center no-repeat;
    background-size: contain;
}
.contact .col-lg-6:nth-child(2) h5::before {
    position: absolute;
    top: 0;
    left: -3rem;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    content: '';
    background: url(../images/icons/contact-conversation.svg) center no-repeat;
    background-size: contain;
}
.contact ul li {
    color: #8D989F;
}
.contact ul li a {
    color: #8D989F;
}
.contact ul li a:hover {
    color: #083C5D;
}
.contact-map {
    display: flex;
    flex-direction: column;
    flex: auto;
    flex-grow: 1;
}
.contact-map .img-container {
    height: 25rem;
    flex: auto;
    flex-grow: 1;
    min-height: 100%;
}


@media (min-width: 1400px) {
    .contact ul li {
    font-size: 1.375rem;
    }
}


/*------------------------------
            Terms of Use
------------------------------*/
.terms-use {
    padding: 4rem 0;
}

.terms-use p{
	font-size:20px;
	line-height:30px;
	margin-bottom:25px;
	display:block;
}

.terms-use h2{
	font-size:26px;
	font-weight:600;
	margin-bottom:20px;
	margin-top:20px;
	display:block;
}

/*------------------------------
            Footer        
------------------------------*/
footer {
    background-color:#EFEFEF;
    padding: 5.25rem 0 1.5rem;
	border-top:1px solid #fff;
}
footer .nav .nav-item {
    color: #203A53;
    margin: 0 .875rem;
}
footer .nav .nav-item:hover {
    color: #4D9BDC;
}
footer ul {
    text-align: left;
    margin: 0;
}
footer ul li {
    color: #203A53;
}
footer ul li img { 
    margin: 0 0 1.5rem 0rem;
}
footer ul li a {
    color:#203A53;
}
footer ul li a:hover {
    color: #4D9BDC;
}
nav.f-links p{
    display: inline-block;
    vertical-align: top;
}
nav.f-links p:last-child{
	margin-left:40px;
}
nav.f-links h5{
	font-family: 'urwclassicobold';
	font-size:20px;
}


/*------------------------------
            Principle page
------------------------------*/
header.princBanner{
	background: url('../images/header/principles.png') no-repeat center;
	background-size:cover;
}
.prinborder {
    border: 10px solid #CAD9E6;position: relative;height: 100%;
}
.printitle {
    position: absolute;
    background: #fff;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: fit-content;
    padding: 5px;
}
.printitle h2 {
    font-size: 34px;
    text-align: center;
    margin: 0;
}
.princard {
    padding: 40px 20px;
}
.princard strong {
    font-size: 100px;
    color: #CAD9E6;
}
.princard .media{
    align-items: center;margin-bottom: 20px;
}
.princard .media p{margin-bottom: 0;}
.media-img {
    width: 110px;text-align: center;
}
.prinlist {
    padding-bottom: 80px;
}
#strategy .prinlist {
    padding: 80px 0;
}


@media (min-width:1025px) and (max-width:1199px){
	.port-1 .prt img.lgo {
    top: -109px
	}
	.port-2 .prt img.lgo {
    top: -115px;
	}
	.team-area .team-prtn .name h1 {
    font-size: 17px;
	}
}

@media (min-width:992px) and (max-width:1024px){
	.port-1 .border-outer {
    width: 95%;
	}
	.port-2 .border-outer {
    width: 95%;
	}
	.port-1 .prt img.lgo {
    top: -109px
	}
	.port-2 .prt img.lgo {
    top: -115px;
	}
	.team-area .team-prtn .name h1 {
    font-size: 16px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.core-value .cont-cv h2.sub-title{
	font-size:30px;
	padding-right: 25px;
	}
	.sector-focus .sc-box span{
	line-height:28px;	
	}
	.strategy-info .white-prtn .one{
    padding: 0 8%;
	}
	.strategy-info .white-prtn{
	position:relative;
	}
	.strategy-info .white-prtn .one:before, .strategy-info-2 .three:before{
	left:0;	
	}
	.strategy-info-2 .three {
    padding: 0 8%;
	}
	.strategy-info-2 {
    padding-top: 0px;
	}
	.port-1 .prt, .port-2 .prt {
	padding:30px 30px 30px;	
	}
	.port-1 .border-outer {
    height: 95%;
	}
	.port-1 .prt img.lgo {
    top: -90px;
	}	
	.filter {
    padding: 4rem 0;
	}
	.port-2 .m{
	order:2;	
	}
	.port-2 .border-outer {
    height: 95%;
	}	
	.port-2 .prt img.lgo {
    top: -85px;
	}
	.port-1, .port-2 {
    padding: 5rem 0;
	}
	.team-area .team-prtn .name h1 {
    font-size: 17px;
	}
	header.teams {
    margin-top: 110px;
	}
	.printitle h2 {
    font-size: 28px;
	}
	.princard {
    padding: 20px 10px;
	}
	.media-img {
    width: 58px;
	}
	.princard strong {
    font-size: 70px;
	}
}

@media (min-width:481px) and (max-width:767px){
	.strategy p {
    font-size: 25px;
    padding-right: 0%;
	}
	.strategy-info .white-prtn{
	position:relative;
	}	
	.strategy-info .white-prtn .one {
    padding: 0 8%;
	}
	.strategy-info h1 {
    font-size: 26px;
	}
	.strategy-info-2 {
    padding-top: 0px;
	}
	.strategy-info .white-prtn .one:before, .strategy-info-2 .three:before{
	left:0;	
	}
	.strategy-info-2 .three {
    padding: 0 8%;
	}
	.strategy-info-2 p, .strategy-info-2 ul li {
    font-size: 20px;
    line-height: 28px;
	}
	.ebita .box{
	text-align:center;
	}
	.testim .carousel {
    width: 90%;
	}
	.testim .carousel .carousel-inner:before{
	background-size:100% 100%;
	width: 240px;
    height: 68px;	
	}
	.testim .carousel .carousel-inner{
	padding:50px 10px;
	}
	header.about{
	background-size:cover;
	}
	.strategy-info ul li:last-child, .strategy-info ul{
	margin-bottom:0;
	}
	.port-1 .prt, .port-2 .prt {
	padding:30px 30px 30px;	
	}
	.port-1 .border-outer {
    height: 95%;
	}
	.port-1 .prt img.lgo {
    top: -90px;
	}
	.filter .filt {
    display: block;
	}
	.filter .filt select{
	margin:15px 0;
	width:100%;
	}	
	.filter .filt form{
	margin:10px 0;	
	}
	.filter {
    padding: 4rem 0;
	}
	.port-2 .m{
	order:2;	
	}
	.port-2 .border-outer {
    height: 95%;
	}	
	.port-2 .prt img.lgo {
    top: -85px;
	}
	.port-1, .port-2 {
    padding: 5rem 0;
	}
	.news-p .cont-cv {
    padding-left: 0%;
	}
	.news-p .cont-cv h2 {
    font-size: 20px;
	}
	.news-p .cont-cv a {
    font-size: 27px;
	}
	.teams-m .modal-dialog {
    max-width: 90%;
	}
	.teams-m .modal-content img{
	width:100%;
	}
	.teams-m h1 {
	margin-top:20px;	
	}
	.teams-m p {
    font-size: 20px;
    line-height: 30px;
	}
	header.teams {
    margin-top: 110px;
	}
}

@media (max-width:480px){
    
	.strategy p {
    font-size: 25px;
    padding-right: 0%;
	}
	.strategy-info .white-prtn{
	position:relative;
	}	
	.strategy-info .white-prtn .one {
    padding: 0 8%;
	}
	.strategy-info h1 {
    font-size: 26px;
	}
	.strategy-info-2 {
    padding-top: 0px;
	}
	.strategy-info .white-prtn .one:before, .strategy-info-2 .three:before{
	left:0;	
	}
	.strategy-info-2 .three {
    padding: 0 8%;
	}
	.strategy-info-2 p, .strategy-info-2 ul li {
    font-size: 20px;
    line-height: 28px;
	}
	.ebita .box{
	text-align:center;
	}
	.testim .carousel {
    width: 90%;
	}
	.testim .carousel .carousel-inner:before{
	background-size:100% 100%;
	width: 240px;
    height: 68px;	
	}
	.testim .carousel .carousel-inner{
	padding:50px 10px;
	}
	header.about{
	background-size:cover;
	}
	.strategy-info ul li:last-child, .strategy-info ul{
	margin-bottom:0;
	}
	.port-1 .prt, .port-2 .prt {
	padding:30px 30px 30px;	
	}
	.port-1 .border-outer {
    height: 95%;
	}
	.port-1 .prt img.lgo {
    top: -90px;
	}
	.port-2 .prtwow img {
    top: -90px;
	}
	.prt {
    position: relative;
    z-index: 2;
	}
	.filter .filt {
    display: block;
	}
	.filter .filt select{
	margin:15px 0;
	width:100%;
	}	
	.filter .filt form{
	margin:10px 0;	
	}
	.filter {
    padding: 4rem 0;
	}
	.port-2 .m{
	order:2;	
	}
	.port-2 .border-outer {
    height: 95%;
	}	
	.port-2 .prt img.lgo {
    top: -85px;
	}
	.port-1, .port-2 {
    padding: 5rem 0;
	}
	.news-list .listing h1 {
    font-size: 30px;
    padding-left: 0%;
	text-align:center;
    margin-right: 6%;
	width:35%;
	}
	.news-list .listing h1 span {
    font-size: 16px;
	}
	.news-list .listing h2 {
    font-size: 17px;
	}
	.news-p .cont-cv {
    max-width: 100%;
    padding:50px;
	}
	.news-p .value-creation {
    position: relative;
    width: 100%;
	}
	.news-p {
    padding: 0rem 0;
	}
	.news-p .cont-cv h2 {
    font-size: 20px;
	}
	.teams-m .modal-dialog {
    max-width: 90%;
	}
	.teams-m .modal-content img{
	width:100%;
	}
	.teams-m h1 {
	margin-top:20px;	
    font-size: 26px;
	}
	.teams-m p {
    font-size: 16px !important;
    line-height: 22px !important;
	}
	.team-area .team-prtn .img-ara img{
	width:98%;	
	}
	.team-area .team-prtn .img-ara:before {
    height: 87%;
	}
	header.teams {
    margin-top: 110px;
	}
	.teams-m .modal-body {
    padding: 2rem 2rem;
	}
	.terms-use p{
	font-size:16px;
	line-height:26px;
	margin-bottom:20px;
	}
	.terms-use h2{
	font-size:22px;
	}
}

@media(max-width:767px){    
    .printitle h2 {
    font-size: 28px;
	}
    .media-img {
    width: 65px;
	}
	.princard strong{font-size: 50px;}
	.prinborder{height: auto;}
	.prinlist .col-12.col-md-6{margin-top: 50px;}
	.prinlist .col-12.col-md-6:first-child{margin-top: 0;}
	/* .our-approach .container,.core-value .container{width: 90%;} */
	 /* .border-outer{border:0px!important} */
	 .cont-vc{   
	 width: 90%;
	 max-width: 90%;
	 padding-left: 25px;
	 margin-bottom:15px;
	 }
	 .cont-cv{    
	 width: 90%;
	 max-width: 90%;
	 padding-right: 20px;
	 }
	 .prtwow{width: 90%;padding-left: 25px;}
	 .home .main {
	 min-height:100vh;	 
	 }
	 .env h1 {
    font-size: 28px;
	 }
	 .env p {
    font-size: 22px;
    line-height: 28px;
	 }
}

@media(min-width:1600px){
	header.common-pages{
	height:600px;
	background-position: center;
	}
	header.teams.common-pages{
	height:100%;
	}
}