.about {
	background-blend-mode: multiply;
    background-image: url(/img/about-banner.jpg)!important;
    background-color: rgba(0,0,0,0.45)!important;
    min-height: 450px;
}

.about-overlay {
  position: relative;
  text-align: center;
  color: white;
}

.about-overlay .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: cover;
  background-position: 50% 50%;
  transform: translate(-50%, -50%);
}

blockquote {
	padding: 21px 30px 18px;
	border-left: 5px solid #fde428;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 26px;
	color: #243238;
	font-style: italic;
	margin: 0 0 20px;
}

.why-us {
	padding: 35px 0px !important;
}

.why-us h3 {
	text-align: center;
	font-weight: 700;
	font-style: normal;
	line-height: 38px;
	font-size: 30px;
	padding: 17px 0 0;
	margin-bottom: 23px;
	color: #002e5b;
}

.why-us h3:after {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background: #6c98e1;
	margin: 15px auto;
}

.why-us .icon {
	float: left;
	margin: 0;
	text-align: center;
	color: #002e5b;
	vertical-align: bottom;
}

.why-us .icon:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.why-us .icon i {
	display: block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: 0 0;
	text-align: center;
	border-radius: 50%;
	background-color: #002e5b;
	color: #ffffff;
	font-size: 22px;
}

.why-us .icon_text {
	position: relative;
	overflow: hidden;
}

.why-us .icon_text h5 {
	margin-bottom: 9px;
	padding-top: 0;
	font-size: 18px;
	text-transform: none;
	position: relative;
	transition: all .3s ease;
	color: #002e5b;
	font-weight: 600;
}

.why-us .icon_text p {
    font-size: 13px;
    line-height: 24px;
    transition: all .3s ease;
    font-family: inherit!important;
    opacity: 1;
}

.partner {
	padding: 35px 0px !important;
	/*background-color: #f2f2f2 !important;*/
}

.partner h3 {
	text-align: left;
	font-weight: 700;
	font-style: normal;
	line-height: 38px;
	font-size: 30px;
	padding: 17px 0 0;
	margin-bottom: 23px;
	color: #002e5b;
}

.partner h3:after {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background: #6c98e1;
	margin: 15px 0 0;
}

.our-team {
	padding: 35px 0px !important;
}

.our-team h3 {
	text-align: left;
	font-weight: 700;
	font-style: normal;
	line-height: 38px;
	font-size: 30px;
	padding: 17px 0 0;
	margin-bottom: 23px;
	color: #002e5b;
}

.our-team h3:after {
	content: '';
	display: block;
	width: 52px;
	height: 3px;
	background: #6c98e1;
	margin: 15px 0 0;
}

img.leader-link {
    border: 2px #002e5b solid;
    width: 180px;
}

.p-txt {
    font-size: 14px;
    letter-spacing: 2px;
    color: #002e5b;
    font-weight: bold;
}

.p-txt-desc {
    font-size: 13px;
    color: #002e5b;
}

.text-cv {
    border: 1px solid #002e5b;
    padding: 30px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: -10px 10px 10px 50px;
}

.nav-pills .nav-link{
	color: #002e5b !important;
	font-weight: 600;
	line-height: 22px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #002e5b !important;
    background-color: #6c98e1 !important;
}