/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.banner_head {
    background-image: url(/images/banner/privacy.jpg) !important;
    background-position: 0px 50% !important;
}

/*PRIVACY*/
.page-header-inner {
    background: rgba(0, 0, 0, .3) !important;
}
.banner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-header {
    background-position: center -306px !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-content {
	padding-left: 0px !important;
}
.blog-banner-area {
	background-image: url(../../../../banner/privacy.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 620px;
}
.blog-banner h4, .blog-banner h1, .blog-banner a {
    text-transform: uppercase;
    color: #FFF !important;
	text-shadow: 2px 2px 4px #000;
}

/*PRIVACY PAGE STYLE*/
.privacy-detail .row {
	margin-top: 15px;
}
.privacy-detail p {
    /* font-size: 19px; */
    margin: 0px;
    width: 100%;
    /* text-align: justify; */
    white-space: pre-line;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
    color: #000;
}
.privacy-detail h4 {
    font-size: 19px;
    font-weight: bolder;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.privacy-detail a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	display: inline;
}
.privacy-detail a:hover {
	color: #902d42;
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.banner_head {
	    background-position: center center !important;
	}
}
