.breadcrumb{
	border-radius: 0! important;
}
[class*="gradient-overlay-half"] {
    position: relative;
    z-index: 1;
}
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: top center;*/
	background-position: 50% -193.272px;
}
.breadcrumb {
    margin-bottom: 0rem !important;
}
@media (min-width: 992px){
.height-85vh--lg {
    height: 85vh;
}}
@media (min-width: 992px){
.align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}}
@media (min-width: 992px){
.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
li{
	list-style-type:none;
}




.accordion {
    margin-bottom: 1rem;
}
.accordion-item {
    margin-bottom: 20px;
	box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
}
.accordion-item-header {
    background-color: #377dff;
    padding: 20px;
}
.accordion-item-header h6 {
    margin: 0;
}
.accordion-item-header h6 a {
    position: relative;
    display: block;
    color: #222;
}
.accordion-item-body {
    padding: 20px 20px 0;
}
.accordion-item-body > *:last-child {
    margin-bottom: 0;
}
.accordion-item-header h6 a.collapsed::after {
    content: "\f067";
}
.accordion-item-header h6 a::after {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    line-height: 1.8;
    font-weight: 900;
    font-size: .625rem;
    content: "\f068";
    right: 0;
    top: 0;
}