.banner-top{
	background-image: url(/../img/bg/bg-modal.jpg);
	    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100% auto;
}
.banner-top::before {
    background: #07294d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
}
.page-banner-cont {
    position: relative;
    z-index: 5;
}
.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}
.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #f07335;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.pb-6 {
    padding-bottom: 6rem;
}
.pt-6 {
    padding-top: 6rem;
}
.p-5rem{
	padding: 5rem;
}
.p-4rem{
	padding: 4rem;
}
.mt-6{
	margin-top: 9rem;
}
.p-imgOther{
	    max-width: 100%;
    position: absolute;
    right: 11%;
    left: 11%;
    top: 0rem;
}
.h-800px{
	height: 980px;
}
.mission1{
	border: 10px solid #f17335;
}
.mission2{
	position: relative;
    top: 8rem;
    left: -5rem;
    border: 10px solid #7f9844;
}
.bg-height {
    height: 400px;
}
.about-img-other {
    left: -45px;
    /* padding-bottom: 83px; */
}
/*.bg-8{
		background-image: url(../img/bg/bg-6.jpg);
	    margin-top: -13px !important;
    padding-top: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 0px !important;
    padding-left: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}*/
/*.bg-8::before {
    background: #07294d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.8;
    z-index: 1;
}*/