/* secound header start */
.second_header {
	background-image: url('../images/bg-images/04.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.second_header .cover {
	background: linear-gradient(to right, rgba(0,0,0, .9), transparent);
    min-height: 300px;
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 140px 0 25px;
}
.second_header .header-content h2 {
    font-weight: 700;
    font-size: 46px;
    margin: 5px 0 15px;
    word-spacing: 3px;
}
.second_header .header-content ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.second_header .header-content ul li {
    font-size: 17px;
    float: left;
    color: rgba(#fff, .7);
}
.second_header .header-content ul a {
    margin-right: 24px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.second_header .header-content ul a::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    position: absolute;
    background: #fff;
    transform: rotate(10deg);
    right: -15px;
    top: 3px;
}
.second_header .header-content ul a:hover {text-decoration: underline;}
/* header section end */



/* management section start */
.management-section {
    padding: 75px 0 55px;
    background: #FFF;
}
.management-section .management-img {
    position: relative;
    padding: 6%;
    z-index: 2;
}
.management-section .management-img::before {
    display: inline-block;
    background: #EDEDED;
    position: absolute;
    content: "";
    height: 88%;
    width: 88%;
    top: 0;
    left: 0;
    z-index: -1;
}
.management-section .management-img::after {
    display: inline-block;
    position: absolute;
    background: #EDEDED;
    content: "";
    width: 88%;
    height: 88%;
    bottom: 0;
    z-index: -1;
    right: 0;
}
.management-section .management-img img {
    object-fit: cover;
    height: 225px;
    width: 100%;
}
.management-section .management-content {margin-bottom: 30px;}
.management-section .management-content h5 {
    margin: 15px 0 3px;
    font-size: 19px;
}
.management-section .management-content p {margin: 0;}
/* management section end */
