/* secound header start */
.second_header {
	background-image: url('../images/bg-images/01.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 */



/* single section start */
.single-section {
    background: #fff;
    padding: 75px 0 60px;
}
.single-section p {text-align: justify;}
.single-section img {
       margin-bottom: 20px;
    border-radius: 4px;
    width: 403px;
    height: 478px;

}
.single-section iframe {
    width: 100%;
    min-height: 275px;
}
.single-section h4 {margin-top: 25px;}
.single-section h3 {margin-bottom: 25px;}
.single-section a {color: #009639;}

.single-section blockquote {
	border-left: 4px solid #009639;
    margin: 25px 0 20px;
	padding-left: 1rem;
}
.single-section blockquote p {font-size: 17px;}
.single-section ul,
.single-section ol {margin: 20px 0;}
.single-section ul li,
.single-section ol li {
	line-height: 28px;
	margin-left: 17px;
}
.single-section ul li {list-style-type: disc;}
.single-section ol li {list-style-type: decimal;}
/* single section end */
