body {
	padding: 0;
	margin: 0;
	background: #fff;
	font-weight: 100;
}

.navbar {
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.navbar:hover {
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.nav-link, .navbar-brand {
	color: #000;
	font-weight: 200;
}

.neg-space {
	padding-top: 50px;
}

.nav-link {
	margin-right: 1em !important;
}

.nav-link:hover {
	color: #197A56;
}

.navbar-collapse {
	justify-content: flex-end;
}

.case-studies {
	background-image: linear-gradient(rgba(97, 135, 132, 0.5) 0px,
		rgba(142, 169, 188, 0.1) 100%), url("img/case-studies.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.our-domains-image {
	background-image: url("img/jumbotron_1.png");
	padding-top: 10%;
	padding-bottom: 2%;
}

.hiring {
	background-image: url("img/hiring.png");
	padding-top: 10%;
	padding-bottom: 2%;
}

.our-domains-image {
	background-image: url("img/jumbotron_1.png");
	padding-top: 10%;
	padding-bottom: 2%;
}

.about-us-image {
	background-image: url("img/budapest5.jpg");
	padding-top: 0%;
	padding-bottom: 0%;
}

.our-domains-image2 {
	background-image: url("img/jumbotron_2.png");
	padding-top: 0%;
	padding-bottom: 0%;
}

.services-list {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

.services-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 10px 0px 0px;
}

.btn-round {
	border: 0px solid #197A56;
	background: rgb(41, 186, 116);
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
}

.important {
	font-weight: 700;
}

.btn-round a {
	text-decoration: none !important;
}

.btn-round:hover {
	border-color: transparent;
	background: #197A56;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.icon:hover {
	margin-left: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.icon {
	color: rgb(41, 186, 116);
	font-weight: 300;
	padding-left: 20px;
}

@media screen and (max-width: 780px) {
	.border-media {
		border-bottom: 1px solid #D8D8D8;
		border-right: 0px solid #D8D8D8;
	}
	h2 {
		padding-top: 40px;
	}
	h1 {
		padding-top: 70px;
	}
	.col-sm-12 {
		padding-top: 20px;
	}
	.page-section {
		padding: 0px;
	}
	.nth-row {
		padding-top: 0px;
	}
}

@media screen and (max-width: 780px) {
	.our-domains-image {
		padding-top: 25%;
		padding-bottom: 20%;
	}
	.our-domains-image2 {
		padding-top: 25%;
		padding-bottom: 20%;
	}
	.about-us-image {
		padding-top: 20%;
		padding-bottom: 20%;
	}
	.hiring {
		padding-top: 20%;
		padding-bottom: 20%;
	}
}

.uc-title-card {
	padding: 1.0rem;
	background: rgba(255, 255, 255, 0.8);
	border-top: 4px solid rgb(41, 186, 116);
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
}

a.uc-title-card {
	text-decoration: none !important;
}

.uc-title-card:hover {
	background: rgba(41, 186, 116, 0.8);
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a {
	color: #000;
}

a:hover {
	color: #197A56;
}

.headline {
	border-left: 3px solid #2251ff;
}

.jumbotron {
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 0;
}

.jumbotron {
	margin-bottom: 0 !important;
	border-radius: 0px !important;
}

.jumbotron .lead {
	color: #fff;
	font-weight: 300;
}

.jumbotron>.inner {
	position: relative;
	z-index: 2;
}

.jumbotron h1 {
	color: #fff;
	font-weight: 500;
	font-size: 2.25rem;
}

.jumbotron>.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.jumbotron>.overlay2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(220, 220, 220, 0.85);
	z-index: 1;
}

.partner-list {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.partner-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 40px;
}

.partner-list li img {
	opacity: .3;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.partner-list li img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.industry-leaders {
	background: rgb(41, 186, 116);
}

.page-footer {
	background: #fff;
	color: #fff;
	border-top: 10px solid #197A56;
}

.footer-copyright {
	color: #c4c4c4;
	padding: 0px 0;
}

.page-footer a {
	font-weight: 100;
	text-decoration: none;
}

.page-footer a:hover {
	border-bottom: 1px solid #197A56;
}

.aod-sec-color {
	color: rgb(41, 186, 116);
}

.font-500 {
	font-weight: 500;
}

.nth-row {
	padding-top: 25px;
}

.project-card {
	background: #f9f9f9;
	padding: 40px;
}

.project-card-title {
	font-weight: 700;
	font-size: 1.1em;
}

.social-icon:hover {
	background-color: #197A56;
	color: #fff;
}

.social-icon {
	padding: 15px;
	border: 1px solid;
}

.imagetest {
	background-image:
		url("https://web-assets.bcg.com/dims4/default/c9ad886/2147483647/strip/true/crop/1688x1688+656+0/resize/768x768!/format/webp/quality/90/?url=http%3A%2F%2Fboston-consulting-group-brightspot.s3.amazonaws.com%2Fa5%2F12%2F6c0d921e478d9e7664921eed40dc%2Fbcgxmym-hero-desktop.jpg");
	background-size: cover;
}

.bank-card {
	background-image: url("img/bank-card2.jpg");
	padding-top: 0%;
	padding-bottom: 2%;
}

.legal-compliance {
	background-image: linear-gradient(rgba(97, 135, 132, 0.5) 0px,
		rgba(142, 169, 188, 0.8) 100%), url("img/compliance.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.treasury {
	background-image: url("img/dollars.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.consultants {
	background-image: url("img/consultants_1.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.investments {
	background-image: url("img/investments.jpeg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.business-intelligence {
	background-image: url("img/business-intelligence.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.case-studies {
	background-image: linear-gradient(rgba(97, 135, 132, 0.5) 0px,
		rgba(142, 169, 188, 0.1) 100%), url("img/case-studies.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.psd2 {
	background-image: url("img/psd2.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.core-banking {
	background-image: linear-gradient(rgba(97, 135, 132, 0.6) 0px,
		rgba(142, 169, 188, 0.9) 100%), url("img/corebanking.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.legal-compliance {
	background-image: linear-gradient(rgba(97, 135, 132, 0.6) 0px,
		rgba(142, 169, 188, 0.9) 100%), url("img/compliance.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.parcels {
	background-image: linear-gradient(rgba(97, 135, 132, 0.6) 0px,
		rgba(142, 169, 188, 0.7) 100%), url("img/logistics.jpeg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.bank-card {
	background-image: url("img/bank-card2.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.payment-services {
	background-image: url("img/payment_services.jpg");
	padding-top: 10%;
	padding-bottom: 2%;
}

.introduction {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6) 0px,
		rgba(90, 90, 90, 0.7) 100%),
		url("https://images.pexels.com/photos/356286/pexels-photo-356286.jpeg");
	background-size: cover;
	padding-top: 10%;
	padding-bottom: 7%;
	background-size: cover;
}