.nav-sidebar>li>a {
	color: #0C397A !important;
}

.kt-block-spacer hr.kt-divider {
	opacity: 1;
}
.footer-link a {
	color: #0C397A !important;
}
.max-h-image img {
	max-height: 150px;
	width: auto;
}
.custom-contact-form form input,
.custom-contact-form form textarea {
	width: 100% !important;
  padding: 28px !important;
  margin-bottom: 20px !important;
  border: 1px solid #0C397A !important;
  border-radius: 13px !important;
}
.sm-border li {
	background-color: #fff !important;
	border: 1px solid #0C397A !important;
}
.person-color-1 {
    position: relative;
		margin-bottom: 40px;
}

.person-color-1::after {
    content: "";
    display: block;
    width: 100%;
    height: 33px;
    background-image: linear-gradient(to right, #e8a579, #e89e76, #e79773, #e78f71, #e68870, #e6826f, #e67b6e, #e5756d, #e46e6b);
    position: absolute;
    bottom: -33px;
    left: 0;
}
.person-color-2 {
    position: relative;
		margin-bottom: 40px;
}

.person-color-2::after {
    content: "";
    display: block;
    width: 100%;
    height: 33px;
    background-image: linear-gradient(to right, #e5756d, #e46e6b, #e4676a, #e36069, #e25869, #e15f6d, #da5b77, #d25980, #c3648e, #b26e97, #a2779a, #947e98);
    position: absolute;
    bottom: -33px;
    left: 0;
}
.person-color-3 {
    position: relative;
		margin-bottom: 40px;
}

.person-color-3::after {
    content: "";
    display: block;
    width: 100%;
    height: 33px;
    background-image: linear-gradient(to right, #b86b95, #a7749a, #a07da7, #839fcf, #6ab0e0, #47c1e9, #1bd2e8);
    position: absolute;
    bottom: -33px;
    left: 0;
}
.box-bottom-arrow {
	position: absolute;
  left: 50%;
  /*background: #2575E4;*/
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 100%;
	z-index: -1;
}
.box-bottom-arrow.arrow-blue {
  background: #2575E4;
}
.box-bottom-arrow.arrow-red {
  background: #d44f66;
}
.box-bottom-arrow.arrow-orange {
  background: #eba87c;
}

.social-button, .social-icons .button.icon:hover, .social-icons .button.icon:not(.is-outline) {
	background-color: #fff !important;
	border-color: #0C397A !important;
}

.social-button>i, .social-button>span, .social-icons .button.icon:hover>i, .social-icons .button.icon:hover>span, .social-icons .button.icon:not(.is-outline)>i, .social-icons .button.icon:not(.is-outline)>span{
	color: #0C397A !important;
}

.linkedin {
	margin-left:10px !important;
}

.header-social-icons .social-icons {
	font-size: 0.75em; !important
}
.social-button, .social-icons .button.icon:hover {
	background:#fff !important;
}

.header-full-width .container {
	padding-left: 40px;
  padding-right: 40px;
	max-width: 1350px !important;
}

.nav-spacing-medium>li {
	margin: 0px 20px;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	background-color: #fff !important;
  border-color: #0C397A !important;
  border-radius: 99px;
  box-shadow: none;
  color: #0C397A;
}

.icon-search {
  color: #0C397A !important;
	font-size: 1em !important
}