@charset "utf-8";

/* CSS Document */


/* Config */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900');
.section-title h3:before {
    content: "";
    background: url(../images/line.png) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}

.section-title h3:after {
    content: "";
    background: url(../images/line.png) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}

.btn-navicon {
    font-size: 20px;
    border: solid 1px;
    padding: 3px 14px;
    color: #fff;
    float: right;
}

.btn-navicon:hover, .btn-navicon:focus {
    color: #a9bbf8;
}

.under-develop {
    text-align: center;
    padding: 20px 0 0 0;
}


/* Header */

.header {
    background: #162867;
    display: block;
    width: 100%;
    padding: 14px 0;
}


/* Primary Navigation */

.upper-row {
    clear: both;
}

.phone {
    float: left;
    display: block;
}

.phone p {
    color: #fff;
    font-family: 'OpenSans-Bold';
}

.social {
    display: block;
    margin-left: 15px;
    padding-left: 5px;
    float: left;
    margin-bottom: 6px;
}

.social a {
    color: #fff;
    margin: 0 3px;
    font-size: 16px;
}

.primary-navigation {}

.primary-navigation ul {
    margin: 0;
    padding: 0;
}

.primary-navigation ul li {
    list-style: none;
    float: left;
    padding: 0;
}

.primary-navigation ul li:last-child {
    padding-right: 0;
}

.primary-navigation ul li:last-child a {
    margin-right: 0;
}

.primary-navigation ul li a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 12px;
}

.primary-navigation ul li:hover {}

.primary-navigation ul li:hover a, .primary-navigation ul li.current-menu-item a {
    color: #a9bbf8;
    transition: .2s ease-out;
}


/* M obile Navigation */

.mobile-navigation {
    position: absolute;
    background: transparent;
    top: 100%;
    left: 0;
    z-index: 99999;
    right: 0;
    height: 100%;
}

.mobile-navigation ul {
    width: 100%;
    background: rgba(22, 40, 103, .95);
    position: fixed;
    top: 58px;
    max-width: 300px;
    right: 0;
}

.mobile-navigation ul li {
    float: none;
    clear: both;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
}

.mobile-navigation ul li:last-child {
    border: none;
}

.mobile-navigation ul li a {
    padding: 5px 0;
    margin: 15px 0;
    display: block;
}


/* Banner */


/*.banner img{max-width:100%;}*/

.banner {
    text-align: right;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.banner h3 {
    font-family: 'Playfair-bold';
    color: #000;
    font-size: 50px;
    margin-top: 100px;
    line-height: 1.3
}

.banner p {
    font-family: 'OpenSans-regular';
    color: #000;
    font-size: 20px;
    margin-top: 60px;
}

.banner a {
    margin-top: 55px;
    margin-bottom: 110px;
}

.btn-falun-gong {
    font-family: 'OpenSans-Bold';
    background: #0076be;
    color: #fff;
    border: solid 2px transparent;
    text-transform: uppercase;
    border-bottom: 2px solid #25408f;
    border-radius: 0;
    padding: 12px 25px;
    margin-right: 30px;
}

.btn-persecution {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background: transparent;
    color: #000;
    border: solid 2px #000;
    border-radius: 0;
    padding: 12px 25px;
}

.btn-falun-gong:hover {
    background: transparent;
    color: #000;
    border: solid 2px #000;
    transition: ease-in-out .2s;
}

.btn-persecution:hover {
    background: #0076be;
    color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #25408f;
    transition: ease-in-out .2s;
}


/* quick-view-thamb */

.quick-view-thamb {
    margin-top: 50px;
}

.quick-view-thamb h3 {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.quick-view-thamb p {
    display: inline-block;
    margin-top: 20px;
    color: #000;
    font-family: 'OpenSans-regular';
}

.quick-view-thamb p a {
    color: #25408f;
    text-decoration: underline;
    font-family: 'OpenSans-semi-bold';
}

.quick-view-thamb p a:hover {
    color: #a9bbf8;
    text-decoration: none;
    transition: ease-out .2s;
}

.quick-view-thamb img {
    max-width: 100%;
    display: inline-block;
}


/* middle-band */

.middle-band {
    background: #162867;
    color: #fff;
    margin-top: 50px;
    padding: 30px 0;
}

.btn-act-now {
    background: #fdb02b;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    padding: 12px 20px;
    border-bottom: solid 2px #d88f29;
    font-size: 16px;
    margin: 12px 0;
}

.btn-act-now:hover {
    border-bottom: solid 2px #fdb02b;
    background: #d88f29;
    transition: ease-in-out .2s;
}

.middle-band h2 {
    font-family: 'Playfair-bold';
    font-size: 30pt;
    margin: 0;
}

.middle-band p {
   font-family: 'Open Sans', sans-serif;
}


/* fetured-vedio */

.fetured-vedio {
    margin-top: 50px;
}

.fetured-vedio img {
    display: inline-block;
    max-width: 100%;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Playfair-black-italic';
}
.section-title-new {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Playfair-black-italic';
}
.vedio-title h3 {
    margin-top: 25px;
    color: #000;
    font-weight: bold;
}


/* voices-support */

.voices-support {
    margin-top: 50px;
}

.voices-support-slider-content {
    margin-top: 30px;
    padding: 0 30px 0 0;
    font-family: 'Playfair-regular';
}

.voices-support-slider-content p {
    font-size: 16px;
}

.voices-support-slider-immage {
    display: inline-block;
}

.voices-support-slider-immage-info {
    text-align: center;
    margin-top: 10px;
}

.voices-support-slider-immage-info h4 {
    margin: 0;
    font-family: 'OpenSans-Bold';
}

.voices-support-slider-immage-info p {
    margin: 0;
    font-family: 'Playfair-italic';
}

.voices-support-slider li {
    padding: 0 60px;
}

.voices-support .title {
    font-family: 'Playfair-black-italic';
    text-align: center;
}

.image-align {
    text-align: center;
}


/* Personal Accounts */

.personal-accounts {
    margin-top: 50px;
    background-repeat: no-repeat;
    background-color: #8a8a8a;
    background-size: cover !important;
    padding: 30px;
    background-position: center;
}

.personal-accounts .title {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0 0 0;
    color: #fff;
}

.cotation p {
    font-size: 34px;
    color: #000;
    font-family: 'Playfair-italic';
}

.info-text {
    margin-top: 40px;
    color: #000;
    font-family: 'OpenSans-regular';
    font-size: 18px;
    margin-left: 40px;
}

.btn-register {
    background: #0076be;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    padding: 12px 20px;
    border-bottom: solid 2px #25408f;
    font-size: 16px;
    margin: 40px 0;
}

.btn-register:hover {}


/* Featured News */

.featured-news {
    margin-top: 50px;
    font-family: 'Playfair-bold';
}

.featured-news img {
    max-width: 100%;
    display: inline-block;
}

.featured-news p {
    font-family: 'OpenSans-regular';
    color: #000;
}

.featured-news p a {
    font-family: 'OpenSans-semi-bold';
    color: #25408f;
    text-decoration: underline;
}

.featured-news p a:hover {
    color: #a9bbf8;
    text-decoration: none;
    transition: ease-out .2s;
}


/*  view Now */

.view-now {
    margin-top: 50px;
    background: url(../images/iimages12.jpg) no-repeat;
    color: #fff;
    padding: 30px 0;
}

.view-now h2 {
    margin: 0;
    font-size: 30pt;
    font-family: 'Playfair-bold';
}

.view-now p {
   font-family: 'Open Sans', sans-serif;
}

.view-now .btn-act-now {
    margin: 33px 0px;
}


/* footer */

.footer {
    margin: 30px 0 0 0;
    background: #041049;
    padding: 50px 0;
}

.page-template-page-tamplateresource-center-php .footer {
    margin: 0;
}

.footer .col-md-3 p {
    font-family: 'OpenSans-Bold';
    color: #fff;
    font-size: 16px;
}

.footer-navigation {
    border-bottom: solid 1px #76788a;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
}

.footer-navigation ul li {
    list-style: none;
}

.footer-navigation ul li a {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
}

.footer-navigation ul li:hover a {
    color: #a9bbf8;
    transition: ease-out .2s;
}

.footer-logo img {
    margin: 40px 0 0 0;
}

.footer-info {
    color: #fff;
    text-align: center;
    margin: 30px 0 0 0;
    font-family: 'OpenSans-regular';
}

.footer-info a {
    font-family: 'OpenSans-regular';
    color: #fff;
    text-decoration: none;
}

.footer-info a:hover {
    color: #a9bbf8;
    transition: ease-out .2s;
}
#search:focus{
    border: 2px solid rgba(0,168,216,0.4);
    border-radius: 2px;
}

/* Research Center */

.research-center {
    background: url(../images/iimages22.jpg) no-repeat;
    background-size: 100%;
    background-color: #000;
}

.research-center .title {
    text-align: center;
    color: #fff;
    font-family: 'Playfair-black';
    margin: 62px 0 0 0;
}

.research-center .title h2 {
    margin: 0;
    font-size: 350%;
}

.research-center .title p {
    font-family: 'OpenSans-semi-bold';
    margin: 0;
}

.search-research-center {
    margin: 45px 0 0px 0;
    text-align: center;
}

.search-research-center input[type="search"] {
    color: #231f20;
    font-family: 'OpenSans-Bold';
    border: solid 1px transparent;
    background: transparent;
    min-width: 450px;
    outline: none;
    padding: 8px 15px;
}

.search-research-center label {
    font-family: 'OpenSans-Bold';
    border: solid 1px #fff;
    background: rgba(255, 255, 255, .600);
    min-width: 450px;
    outline: none;
}

.search-research-center input[type="search"]::-webkit-input-placeholder {
    color: #231f20;
    text-transform: uppercase;
}

.search-research-center input[type="search"]::-moz-placeholder {
    color: #231f20;
    text-transform: uppercase;
}

.search-research-center input[type="search"]:-ms-input-placeholder {
    color: #231f20;
    text-transform: uppercase;
}

.search-research-center input[type="search"]:-moz-placeholder {
    color: #231f20;
    text-transform: uppercase;
}

.search-research-center input[type="search"]:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-research-center input[type="search"]:focus::-moz-placeholder {
    color: transparent;
}

.search-research-center input[type="search"]:focus:-ms-input-placeholder {
    color: transparent;
}

.search-research-center input[type="search"]:focus:-moz-placeholder {
    color: transparent;
}

.search-research-center input[type="search"]:focus {}

.search-research-center input[type="submit"] {
    background: #faa336;
    border: none;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    padding: 9px 15px;
}

.popular-topics {
    display: inline-block;
    width: 100%;
    margin: 28px 0 70px 0;
}

.popular-topics .title {
    text-transform: uppercase;
    font-family: 'OpenSans-bold';
    font-size: 20px;
    margin: 0;
}

.popular-topics ul {
    margin: 0;
    padding: 0;
    list-style: outside;
}

.popular-topics ul li {
    color: #fff;
    font-family: 'OpenSans-semi-bold';
    font-size: 15px;
    text-align: left;
}

.popular-topics ul li a {
    color: #fff;
    font-family: 'OpenSans-semi-bold';
    text-decoration: none;
}

.popular-topics ul li a:hover {
    color: #a9bbf8;
    text-decoration: none;
    transition: ease-out .2s;
}


/* breadcrumb */

.breadcrumb {
    font-family: 'OpenSans-semi-bold';
    color: #000;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
}


/* Blog */

.blog-listing {
    margin: 50px 0 0 0;
}

.blog-listing .title {
    font-family: 'Playfair-black';
    margin-bottom: 50px;
}

.blog-listing .title p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
}

.blog-listing ul {
    margin: 0;
    padding: 0;
}

.blog-listing ul li {
    list-style: none;
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.blog-listing ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.blog-listing ul li a {
    /*
    font-family: 'Playfair-bold';*/
	font-size: 26px;
	color: #000;
	text-decoration: none;
	font-family: 'playfair_displaybold';
}

.blog-listing ul li a:hover {
    color: #777;
    text-decoration: none;
    transition: ease-out .2s;
}

.blog-listing ul li .title {
    /*margin: 0;*/
	margin-bottom:10px;
}

.blog-listing ul li .date p {
    color: #0076be;
    font-family: 'OpenSans-bold';
}

.blog-listing ul li .short-content p, .blog-listing ul li .short-content {
    font-family: 'OpenSans-regular';
    color: #000;
}

.blog-listing ul li .short-content ul {
    margin: 0;
    padding: 0 30px;
}

.blog-listing ul li .short-content ul li {
    border: none;
    margin: 0;
    padding: 0;
    list-style: circle;
    padding: 6px 0;
}

.blog-listing ul li .short-content a {
    font-size: 15px;
    color: #0076be;
    font-family: 'OpenSans-regular';
    text-decoration: underline;
}


/* Pagination */

.blog-listing .pagination {
    float: right;
}

.pagination ul {}

.pagination ul li {
    margin: 0 6px;
    padding: 6px 10px;
    float: left;
    border: solid 1px #2277b0;
    color: #2277b0;
}

.pagination ul li:last-child {
    border: solid 1px #2277b0;
}

.pagination ul li a {
    font-size: 16px;
    font-family: 'OpenSans-regular';
    color: #2277b0;
}

.pagination ul li.disabled {
    border: solid 1px #999;
    color: #999;
    pointer-events: none;
}

.pagination ul li.disabled a {
    pointer-events: none;
    color: #999;
}

.pagination ul li:hover {
    border-color: #000;
    color: #000;
}

.pagination ul li a:hover {
    color: #000;
}


/* Blog Details*/

.blog-thumbnail img {
    width: 100%;
    height: 100%;
}

.blog-thumbnail p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*color: #000;*/
	color:#333;
    margin: 10px 0 0 0;
}

.personal-info {
    margin: 10px 0px 10px 0;
}

.personal-info a {
    text-transform: uppercase;
    margin: 0 6px;
    font-size: 20px;
}

.personal-info a:first-child {
    margin-left: 0;
    font-size: 20px;
    color: #0076be;
    font-family: 'Playfair-bold';
}

a.facebook {
    color: #213f8b;
}

a.twitter {
    color: #54acd8;
}

a.envelope {
    color: #000;
}

.blog-title {
    font-family: 'Playfair-black';
}

.blog-title h2 {
    font-size: 40px;
    margin: 0;
}
.blog-title h1 {
	font-size:48px;
        font-family: 'playfair_displayblack';
}

.blog-content {
    margin-bottom: 30px;
}

/*.blog-content p {
   font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #2B2E34;
}*/
.blog-content p {
font-family: 'Open Sans', sans-serif;
font-size: 22px;
color: #000;
font-weight: 300;
font-style: normal;
}
.author-info {
    margin-top: 5px;
}

.author p {
    font-family: 'Playfair-regular';
    font-size: 16px;
    margin: 0;
	font-style:normal;
}

.author p b {
    font-family: 'Playfair-black';
}

.date p {
    margin: 0;
    font-family: 'OpenSans-regular';
    font-size: 14px;
	font-style:normal;
}

.key-points-content1 {
    margin: 12px 0 0 0;
    font-size: 14.7263px;
    line-height: 1.6666666667;
}

.key-points-content1 p {
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size: 14.7263px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}

.key-points-content1:first-letter {
    font-size: 60px;
    color: #000;
    display: block;
    float: left;
    font-family: 'Playfair-black';
    line-height: .4;
    padding: 10px 0;
}

.key-points-content1 .inner-thumbnils {
    margin-left: -115px;
    display: inline;
    float: left;
    padding: 4px 10px;
}

.key-points-content1 b {
    font-family: 'Playfair-black';
    font-size: 20px;
}


/* Right Section */

.recent-article .title {
    font-family: 'Playfair-black-italic';
}

.recent-article .title h3 {
	font-size: 22px;
    font-family: 'playfair_displayblack_italic' !important;
    margin: 0;
    border-bottom: solid 1px #b6b6b6;
    padding-bottom: 10px;
}

.recent-article ul {
    margin: 0;
    padding: 0;
}

.recent-article ul li {
    list-style: none;
	padding: 12px 0;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.recent-article ul li:last-child {
    border-bottom: none;
}

.recent-article ul li a {
    text-decoration: none;
    color: #000;
}

.more-article {
    text-align: right;
    margin-top: 30px;
}

.more-article a {
    color: #0076be;
    text-decoration: none;
    font-style:italic;
}

.stay-informed .title {
    font-family: 'Playfair-black-italic';
    margin-top: 60px;
}

.stay-informed .title h3 {
        font-size: 22px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999;
    font-family: 'playfair_displayblack_italic';
}

.stay-informed .title p {
    margin-top: 7px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.news-letter-form input[type="email"], .news-letter-form input[type="text"] {
    border-radius: 0;
}

.news-letter-form input[type="submit"] {
    background: #0076be;
    border: solid 1px #7fbade;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-family: 'OpenSans-Bold';
}


/* FalunInfoWebsitePersecutionV63 / Topic */

.inner-banner {
    background: url(../images/iimages15.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}

.inner-banner-text {
    color: #fff;
    text-align: center;
    padding: 450px 0 70px 0;
}

.inner-banner-text p {
    background: #fdb02b;
    display: inline-block;
    padding: 6px 12px;
    font-family: 'OpenSans-regular';
    font-size: 20px;
}

.inner-banner-text h2 {
    font-family: 'Playfair-black';
    font-size: 400%;
}

.inner-banner2 {
    background: url(../images/iimages23.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}

.inner-banner2 h2 {
    color: #000;
}


/* Sub Topic */

.topic, .topic3 {
    margin-top: 50px;
}

.topic3 .inner-thubmnil-right {
    margin-top: 60px;
}

.sub-topic .title {
    font-family: 'Playfair-black-italic';
}

.sub-topic .title h3 {
    margin: 0;
    border-bottom: solid 1px #b6b6b6;
    padding-bottom: 8px;
}

.sub-topic ul {
    margin: 0;
    padding: 0;
}

.sub-topic ul li {
    list-style: none;
    border-bottom: dotted 1px #e4e4e4;
    padding: 10px 0;
}

.sub-topic ul li:last-child {
    border-bottom: none;
}

.sub-topic ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'OpenSans-semi-bold';
}

.sub-topic .social {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 12px;
}

.sub-topic .social a:first-child {
    margin-left: 0;
}

.topic-content .title {
    font-family: 'OpenSans-bold';
    font-size: 20px;
}

.topic-content .title p {
   font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.topic-content {
    font-family: 'OpenSans-regular';
}

.topic-content h3 {
    font-family: 'Playfair-black';
    font-size: 30px;
    margin: 0;
}

.middle-band2 {
    text-align: left;
    font-family: 'OpenSans-bold-italic';
}

.middle-band2 h2 {
    font-size: 280%;
    border: solid 1px #bfbfbf;
    border-left: none;
    border-right: none;
    color: #454545;
    padding: 20px 0;
}

.key-points {
    font-family: 'OpenSans-regular';
    margin: 0 0 15px 0
}

.key-points .title p {
    font-family: 'Playfair-black';
    text-transform: uppercase;
}

.key-points ul {
    margin: 0 15px;
    padding: 0;
    font-size: 18px;
    color: #000;
}

.key-points ul li {
    margin: 7px 0;
}


/*for page 3*/


/*for page 3 banner*/


@font-face {
    font-family: 'playfair_displayblack';
    src: url('../paths/playfairdisplay-black-webfont.woff2') format('woff2'), url('../paths/playfairdisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayblack_italic';
    src: url('../paths/playfairdisplay-blackitalic-webfont.woff2') format('woff2'), url('../paths/playfairdisplay-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../paths/playfairdisplay-bold-webfont.woff2') format('woff2'), url('../paths/playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displaybold_italic';
    src: url('../paths/playfairdisplay-bolditalic-webfont.woff2') format('woff2'), url('../paths/playfairdisplay-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.banner-wrap {
    width: 100%;
    background: url('../images/c4_tiananmenTwoChineseDisplayBannerWithDignity_crop.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding-top: 56.8%;
    position: relative;
}

.banner-wrap-first h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'playfair_displayblack';
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ffffff , 0 0 70px #ffffff , 0 0 80px #ffffff , 0 0 100px #ffffff ;
}

.banner-wrap-first {
    width: 100%;
    background: url('../images/central-park-practice.png') no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding-top: 59%;
    position: relative;
}

.banner-wrap-first .inner, .banner-wrap .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.banner-wrap-based {
    padding: 4px 12px;
    background: #FCAF2B;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    font-family: 'open_sansregular';
    margin-top: 30%;
    max-width: 80%;
}

.inner .banner-wrap-based {
    margin-top: 0;
}

.banner-wrap h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'playfair_displayblack';
    padding-left: 15px;
    padding-right: 15px;
}


/*for page 3 banner*/


/*for page 3 body*/

.for-sliding {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.body-divisional-base {
    width: 100%;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

.body-divisional-base h1 {
    font-size: 40px;
    color: #000;
    margin: 30px 0 30px 136px;
    font-family: 'playfair_displayblack';
}

.body-division-left {
    width: 100%;
    max-width: 110px;
    color: #000;
    font-size: 12px;
    text-align: left;
    float: left;
    min-height: 1px;
}

.body-division-left-pic img {
    width: 100%;
    max-width: 110px;
    margin-bottom: 10px;
}

.body-division-mid {
    width: 100%;
    display: inline-block;
    max-width: 700px;
    text-align: left;
    padding: 0 60px 0 30px;
    float: left;
}

.body-division-mid h2 {
    font-size: 40px;
    color: #000;
    margin: 0;
    font-family: 'playfair_displayblack';
}

.body-division-mid h3 {
    font-size: 26px;
    color: #000;
    margin: 0;
    font-family: 'open_sansbold';
}

.body-division-mid h4 {
    font-size: 26px;
    color: #666;
    font-family: 'open_sansregular';
}

.body-division-mid p {
    font-size: 16px;
    color: #000;
    font-family: 'open_sansregular';
    margin: 30px 0;
}

.body-division-mid-seperate {
    width: 100%;
    max-width: 700px;
    text-align: left;
    padding: 0 60px 0 0;
    margin-left: auto;
    margin-right: auto;
}

.body-division-mid-seperate h2 {
    font-size: 40px;
    color: #000;
    margin: 0;
    font-family: 'playfair_displayblack';
}

.body-division-mid-seperate h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.body-division-mid-seperate h4 {
    font-size: 26px;
    color: #666;
    font-weight: normal;
}

.body-division-mid-seperate p {
    font-size: 16px;
    color: #000;
    font-family: 'open_sansregular';
    margin: 30px 0;
}

.body-division-right {
    width: 100%;
    max-width: 200px;
    float: left;
    min-height: 1px;
}

.body-division-right-pic img {
    width: 100%;
    max-width: 200px;
}

.step-section-heading {
    font-size: 22px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999;
    font-family: 'playfair_displayblack_italic';
}

.step-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.step-section ul li {
    padding: 10px 2px;
    border-bottom: dotted 1px #999;
}

.step-section ul li:last-child {
    border: none;
}

.step-section ul li a {
    padding: 6px 0;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    font-family: 'open_sansbold';
}

.sos-med-icon ul {
    padding: 0;
    margin-top: 10px;
    list-style: none;
}

.sos-med-icon ul li {
    float: left;
    margin: 10px;
}

.sos-med-icon ul li:first-child {
    margin-left: 0;
}

.sos-med-icon ul li a {
    font-size: 22px;
}

.top-gap {
    margin-top: 15px;
}

.fb {
    color: #003366;
}

.tw {
    color: #99ccff;
}

.env {
    color: #222;
}

.Voices-of-Support {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.Voices-of-Support h1 {
    text-align: center;
    margin: 20px;
    font-family: 'playfair_displayblack_italic';
    font-size: 26px;
}

.Voices-of-Support-left {
    width: 25%;
    float: left;
    text-align: center;
}

.rounded-pic img {
    width: 100% !important;
    max-width: 110px !important;
    height: auto;
    border-radius: 50%;
    margin-bottom: 14px;
    display: inline-block !important;
}

.naming h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.naming p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-style: italic;
}

.Voices-of-Support-right {
    width: 75%;
    float: right;
}

.Voices-of-Support-right p {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    font-family: 'playfair_light';
}

.blue-pannel-base {
    background: #0C2663;
    width: 100%;
    padding: 20px;
}

.middle-slot {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.blue-pannel-base-tag {
    float: left;
}

.blue-pannel-base-tag h3 {
    font-size: 38px;
    color: #fff;
    margin: 0;
    font-family: 'playfair_displaybold';
}

.blue-pannel-base-tag p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-family: 'open_sanslight';
}

.blue-pannel-base-btn img {
    float: right;
    display: inline-block;
    width: 100%;
    max-width: 125px;
    margin-top: 10px;
}

.spacer {
    float: right;
    clear: right;
    width: 0;
    height: 80px;
}

.spacer002 {
    float: right;
    clear: right;
    width: 0;
    height: 122px;
}

.spacer003 {
    float: right;
    clear: right;
    width: 0;
    height: 46px;
}

.spacer004 {
    float: right;
    clear: right;
    width: 0;
    height: 0;
}

.spacer005 {
    float: right;
    clear: right;
    width: 0;
    height: 0;
    margin-top: 11px;
}

.for-video {
    max-width: 100%;
    width: 500px;
    height: 300px;
    float: right;
    margin: 15px;
    margin-right: -260px;
    clear: right;
}

.for-video.mt-0 {
    margin-top: 0;
}

.for-video-seprt {
    max-width: 100%;
    width: 500px;
    height: 300px;
    float: right;
    margin: 15px;
    margin-right: -260px;
    clear: right;
}

.under-script {
    width: 192px;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-align: left;
    float: right !important;
}

.under-script002 {
    width: 220px;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-align: left;
    float: right !important;
    margin-right: 4px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: none;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -50px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: -50px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.borderd-wrap {
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 34px;
    font-family: 'open_sansbold_italic';
    color: #000;
    width: 100%;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}


/*for page 3 body*/


/*for page 3 end*/


/*for page 6*/

.for-page6-division {
    width: 100%;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

.for-page6-left {
    width: 100%;
    max-width: 810px;
    padding: 0 60px 0 30px;
    float: left;
}

.for-page6-right {
    width: 100%;
    max-width: 260px;
    float: right;
}

.for-page6-right p {
    font-size: 14px;
    color: #000;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    margin: 6px 0;
}

.sqr-box {
    border: 2px solid #999;
    padding: 5px;
    margin: 6px 0;
    width: 100%;
}

.btn-go {
    display: inline-block !important;
    padding: 3px 40px !important;
    background: #1079C2;
    margin-left: 73px;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'open_sans_condensedbold';
    margin-top: 4px;
    border-radius: inherit !important;
}
.related-article {
	margin-top:30px;
}
.related-article a {
    text-align: right;
    font-size: 14px;
    color: #0099ff;
	font-style:italic;
}

.step-section-heading6 {
    font-size: 22px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999;
    font-family: 'playfair_displayblack_italic';
    margin-top: 100px;
}

.step-section2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.step-section2 ul li {
    padding: 10px 2px;
    border-bottom: dotted 1px #999;
}

.step-section2 ul li:last-child {
    border: none;
}

.step-section2 ul li a {
    padding: 6px 0;
    font-size: 14px;
    color: #222;
    font-family: 'open_sanssemibold';
}

.step-section-result ul {
    padding: 0;
    margin: 0;
    list-style: inside;
}

.step-section-result ul li {
        border-bottom: 1px dotted #ccc !important;
    padding: 10px 0;
}
.step-section-result ul li:last-child {
	border-bottom:none !important;
}

.step-section-result ul li a {
    padding: 6px 0;
    font-size: 14px;
    color: #222;
}

.for-page6-left h2 {
    font-size: 52px;
    color: #000;
    margin-top: 20px;
    font-family: 'playfair_displayblack';
}

.for-page6-left p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.for-page6-left-borderd:first-child {
     padding:0 0 34px 0;
}
.for-page6-left-borderd:last-child {
     border-bottom: none;
}
.for-page6-left-borderd {
    width: 100%;
    padding: 34px 0;
    border-bottom: 1px solid #999;
}

.for-page6-left-borderd h6 {
    font-size: 16px;
    font-weight: bold;
    color: #00ccff;
    margin: 0;
    font-family: 'open_sans_condensedbold';
}

.for-page6-left-borderd h3 a {
    font-size: 26px;
    color: #000;
    margin: 6px 0;
    font-family: 'playfair_displaybold';
    text-decoration: none;
}

.for-page6-left-borderd h3 span {
    font-family: 'playfair_displayblack_italic';
}

.for-page6-left-borderd p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-family: 'open_sansregular';
}

.pagination-base {
    width: 100%;
    text-align: right;
    margin-top: 40px;
}

.pagination6 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.pagination6 ul li {
    float: left;
    margin: 2px;
}

.pagination6 ul li a {
    border: 1px solid #2277b0;
    font-size: 16px;
    text-align: center;
    padding: 6px;
    text-decoration: none;
}

.not-only {
    border: none;
}

.fixed-pic img {
    width: 100%;
    max-width: 470px;
}

.gap-for-all {
    margin-top: 40px;
}


/*for page 6 end*/

.es_textbox_button {
    display: inline-block;
    padding: 4px 45px;
    background: #1079C2;
    margin-left: 73px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: 'open_sans_condensedbold';
    margin-top: 0px;
}

.mob-long-part {
    width: 100%;
    background: transparent;
    padding: 0;
    display: block;
}

#res-menu-btn-rec-cen {
    padding: 10px;
    background: transparent;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.btn-persecution {
    border: 2px solid #000 !important;
}

.perticular-titles {
    font-family: 'Playfair-bold' !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    font-size: 30px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.btn-to-print {
    color: #000;
    cursor: pointer;
}

.btn-to-print:hover {
    color: #23527c;
}

.field {
    max-width: 573px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.field input {
    color: #231f20;
    font-family: 'OpenSans-Bold';
    border: solid 1px #fff;
    background: rgba(250, 250, 250, 0.7);
    width: 100%;
    outline: none;
    padding: 8px 127px 8px 15px;
    text-transform: uppercase;
}
.submits {
    background: #faa336;
    border: none;
    text-transform: uppercase;
    color: #fff;
    padding: 0 12px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 117px;
    height: 36px;
    font-weight: bold;
}

.fa-search {
    display: none !important;
}


/*----search-result-----*/

.faded-pannel {
    background: #EFEFEF;
    width: 100%;
    padding: 20px;
}

.faded-pannel-contents {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.black-bloke {
    width: 57%;
    display: inline-block;
}

.black-bloke h2 {
    font-size: 50px;
    color: #000;
    margin: 0;
    font-family: 'playfair_displayblack';
}

.small-black-bloke {
    width: 42%;
    display: inline-block;
}

.small-black-bloke p {
    font-size: 16px;
    color: #000;
    line-height: 1;
}


/*----search-result-end-----*/

.for-page6-left-borderd h3 a {
    font-size: 26px;
    color: #000;
    margin: 6px 0;
    font-family: 'playfair_displaybold';
    text-decoration: none;
}

.blog-content .personal-info {
    width: 50%;
    float: right;
    text-align: right;
}

.blog-content .author-info {
    width: 40%;
    float: left;
}

.article-bredcum li span {
    display: none;
}


/*==================for page eight===========================*/

.banner-wrap-eight {
    width: 100%;
    background: url('../images/act.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.banner-wrap-about {
    width: 100%;
    background: url('../images/about-banner.jpg') no-repeat;
    background-position: center;
    text-align: center;
    padding-bottom: 40px;
    min-height: 436px;
}

.banner-wrap-eight p {
    font-size: 20px;
    font-family: 'open_sanssemibold';
    color: #000;
    margin-bottom: 40px;
}

.banner-wrap-eight p span {
    font-family: 'open_sansitalic';
    color: #000;
}

.banner-wrap-eight h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 40px;
    font-family: 'playfair_displayblack';
    padding-top: 18%;
    margin-top: 0;
}

.banner-wrap-about h2 {
    font-size: 70px;
    color: #fff;
    margin-top: 40px;
    font-family: 'playfair_displayblack';
    padding-top: 18%;
    margin-top: 0;
}

.for-page8-para h4 {
    font-family: 'open_sanssemibold';
    font-size: 30px;
}

.for-page8-para p {
    font-family: 'open_sanslight';
    font-size: 14px;
    margin-bottom: 25px;
}

.borderd-form-blocks {
    display: block;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
}

.labeling {
    font-family: 'open_sanslight';
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal !important;
}

.petition-special {
    width: 290px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #1079c2;
    border-bottom: 6px solid #0d3691;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'open_sans_condensedbold';
    font-size: 16px;
    text-decoration: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.step-section-heading8 {
    font-size: 22px;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #999;
    font-family: 'playfair_displayblack_italic';
}

.btn-go8 {
    display: inline-block !important;
    padding: 6px 40px !important;
    background: #1079C2;
    margin-left: 54%;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'open_sans_condensedbold';
    margin-top: 4px;
    text-transform: uppercase;
    margin-bottom: 40px !important;
    border-radius: inherit !important;
}

.small-blue {
    width: 12px;
    height: 12px;
    background: #00ccff;
    color: #fff;
    margin-right: 14px;
}

.map-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.fig-one img {
    width: 100%;
    max-width: 268px;
    height: auto;
}

.pics-tag-info h3 {
    font-size: 20px;
    color: #000;
    font-family: 'playfair_displayblack';
    margin: 0 0 20px 0;
}

.pics-tag-info h3 {
    font-size: 28px;
    color: #000;
    font-family: 'playfair_displayblack';
    margin: 0 0 20px 0;
}

.pics-tag-info h6 {
    font-size: 16px;
    color: #000;
    font-family: 'open_sanslight';
    margin: 0;
}

.other-style {
    font-size: 40px;
    margin: 40px 0 30px 0;
}

.spl-bottom {
    margin-bottom: 40px;
    padding-left: 17px;
}


/*==================for page eight closed===========================*/


/*================================our mission========================================*/

.mission-para h4 {
    font-family: "open_sanssemibold";
    font-size: 30px;
    color: #000;
}

.mission-para h6 {
    font-family: 'open_sansitalic';
    font-size: 20px;
    color: #000;
}

.mission-para p {
    font-family: "open_sanslight";
    font-size: 14px;
    margin-bottom: 30px;
}

.bullet-para ul {
    list-style: outside;
    padding-left: 14px;
}

.bullet-para ul li {
    font-family: "open_sanslight";
    font-size: 14px;
    margin-bottom: 22px;
}

.about-us-keys ul {
    padding: 0;
    margin-bottom: 60px;
    list-style: none;
}

.about-us-keys ul li {
    padding: 12px 0;
    border-bottom: 1px dotted #ccc;
}

.about-us-keys ul li:last-child {
    border: none;
}

.about-us-keys ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.staff-para p {
    font-family: "open_sanslight";
    font-size: 16px;
    margin-bottom: 10px;
}

.staff-para p span {
    font-family: 'open_sansitalic';
    font-size: 14px;
}

.contact-para h5 {
    font-size: 18px;
    font-family: 'playfair_displayblack';
    margin-top: 30px;
}

.contact-para p {
    font-family: "open_sanslight";
    font-size: 16px;
    margin-bottom: 10px;
}

.es_textbox_class {
    width: 100% !important;
}


/*===================================our mission closed=================================================*/

@media print {
    .breadcrumb, .key-points, .recent-article, .stay-informed, .footer {
        display: none;
    }
    .blog-thumbnail, .blog-content .personal-info, .header {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
    @page {
        size: auto;
        margin: 0mm;
    }
    .blog-title h2 {
        font-size: 40pt;
    }
    .blog-content p {
        font-size: 20pt;
    }
    .key-points-content1 {
        font-size: 18pt;
    }
    .caption {
        display: none;
    }
}

.srch-cli-icon {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    position:absolute;
    width: 25px;
   right: 80px;
    top: 5px;
}

.srch-cli-icon:hover {
    color: #fff;
}

.srch-cli-icon .fa-search {
    display: block !important;
}

.mazik-srch-base-box {
    position: absolute;
    width: 320px;
    right: 118px;
    display: none;
    transition: all 1s;
}

.mazik-srch-base {
    width: 272px;
}

.mazik-srch-base input {
    border: 1px solid #fff;
    width: 100%;
    background: #fff;
    height: 21px;
    padding: 0 10px;
}

#go-btn {
    position: absolute;
    width: 40px;
    height: 21px;
    border: 1px solid #fff;
    color: #fff;
    right: 0;
    top: 0;
    background: none;
    padding-top:1px;
    font-size: 12px;
    font-weight:bold;
}

#s-share-buttons {
    display: inline-block !important;
}

.s-share-w-c a.s3-facebook {
    background-position: -10px 636px !important;
}

#s-share-buttons.s-share-w-c a {
    width: 27px !important;
    height: 28px !important;
}
.extra-fine-style {
    width: 100%;
    max-width: 800px;
    margin:0 auto;
    padding:0 30px;
}
.extra-fine-style h1 {
    font-size: 36px !important;
    color:#000;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    margin-bottom:24px;
}
.extra-fine-style h1 {
    font-size: 14px;
    color:#000;
    margin-bottom:24px;
}
.extra-fine-style-images img {
    width: 100%;
    max-width: 832px;
    height:auto;
    margin: 24px 0;
}
.minus-top p {
    margin: 0;
}
.class-for-viewmap {
	margin-top: 20px;
    font-size: 16px;
    text-decoration: underline;
}
.new-page-big-pic img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 30px;
}
.for-newpage-spl h1{
    font-size: 60px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: 'playfair_displayblack';
}
.for-newpage-spl p{
    font-size: 20px;
    color: #000;
    margin-bottom: 52px;
    font-family: 'OpenSans-semi-bold'
}
.for-newpage-top-gapping {
    margin-top: 60px;
}
.research-center-blocks-base {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.research-center-blocks-base h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    font-family: 'OpenSans-bold';
}
.research-center-blocks-base-blocks ul {
    padding: 0;
    margin:0;
    list-style:none;
    display: inline-block;
}
.research-center-blocks-base-blocks ul li {
    float: left;
    margin: 10px;
}
.research-center-blocks-base-blocks-boxes {
    width: 100%;
    max-width: 300px;
    background: rgba(250,250,250,0.8);
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
}
.research-center-blocks-base-blocks-boxes h4 {
    font-size: 20px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    font-weight: bold;
    
}
.research-center-blocks-base-blocks-boxes p {
    font-size: 16px;
    color: #000;
    text-align: left;
	font-weight:600;
	margin: 10px;
}
.research-center-blocks-base-blocks-boxes a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background:#faa336;
    padding: 6px;
    margin-top: 20px;
    display: block;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    height: 31px;
    overflow: hidden;
}
.borderd-portion .section-title {
    margin-bottom: 0;
}
.white-based-zonal-block {
	padding:20px;
	background:#F7F7F7;
	width:100%;
	max-width:800px;
        margin-bottom:60px;
}
.white-based-zonal-block h2 a {
	font-size: 32px;
	color: #25428D;
	font-family: 'playfair_displaybold';
	margin: 0 0 10px 0;
	text-decoration:none;
}
.white-based-zonal-block p {
	font-size: 16px;
	color: #000;
	font-family: 'open_sanslight';
	margin-bottom: 40px;
}
.white-based-zonal-block .spl-bottom {
	margin-bottom:0;
}
.section-based-spl-heading h1 {
	font-size: 22px;
	color: #000;
	font-family: 'playfair_displaybold';
	margin: 0 0 20px 0;
}

.recent-article-plus .title h3 {
    margin: 0;
    border-bottom: solid 1px #b6b6b6;
    padding-bottom: 10px;
	font-family: 'Playfair-black-italic';
}

.recent-article-plus ul {
    margin: 0;
    padding: 12px 0 22px 13px;
}

.recent-article-plus ul li {
    list-style: outside;
    padding: 2px 0;
}
.recent-article-plus ul li a {
    text-decoration: none;
    color: #000;
    font-family: open_sanssemibold;
    font-size: 18px;
}
.logo img {
	width:100%;
	max-width:170px;
	height:auto;
}
.new-purpose .section-title h3 {
margin-bottom: 40px;
font-family: 'Playfair-black-italic'; 
font-size:28px;
text-align: left;
}
/*.gallery_box ul li {
    width: 25%;
    float: left;
}
.gallery_box ul {
	margin-left:15px !important;
	margin-right:15px !important;
}*/
.gal-body {
    width: 100%;
    background: #1F1F1F;
}
.gallery-banner {
    width: 100%;
    /*background: url('../images/gallery-ban.jpg') no-repeat;*/
    background-size: cover !important;
    text-align: center;
   background-position: center top;
    padding-top: 56.8%;
    position: relative;
}
.gal-body .quick-view-thamb h3 {
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.gal-body .section-title h3 {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Playfair-black-italic';
    font-size: 30px !important;
    color: #fff;
    margin-top: 40px;
}
.gal-body .section-title h3::before {
    content: "";
    background: url(../images/w-line.jpg) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}
.gal-body .section-title h3::after {
    content: "";
    background: url(../images/w-line.jpg) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}
.gallery-pics-infos h2 {
    font-size: 20px !important;
color: #fff;
font-family: 'OpenSans-semi-bold' !important;
margin: 8px 0 20px 0;
text-align: left !important;
text-transform: capitalize;
}
.home-photo-gal-base {
    padding: 20px 0;
    background: #1F1F1F;
}
.home-photo-gal-base h2 {
    font-size: 32px;
color: #fff;
font-family: 'playfair_displayblack';
margin-bottom: 20px;
text-align: center;
}
.gallery_box ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.gallery_box ul {
	margin-left: -14px !important;
	margin-right: -14px !important;
}
.gallery_box ul li {
    width:33.333% !important;
    float: left !important;
    padding: 14px !important;
}
.gallery_detail_box {
    font-family: 'OpenSans-semi-bold';
    font-size: 16px;
    color:#fff;
}
.hentry .entry-header {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Playfair-black-italic';
    font-size: 30px !important;
    color: #fff;
    margin-top: 40px; 
}
.hentry .entry-header::after {
    content: "";
    background: url(../images/w-line.jpg) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}
.hentry .entry-header::before {
    content: "";
    background: url(../images/w-line.jpg) no-repeat;
    width: 60px;
    height: 10px;
    display: inline-block;
}
.gllr_wrap .gallery_box ul li {
    width: 100% !important;
	border-bottom:1px solid #fff;
}
.gllr_wrap .gllr_display_single_gallery {
    width: 35%;
    display: block;
    float: left;
}
.gllr_wrap .gllr_display_single_gallery img {
    display: block;
}
.gllr_wrap .gallery_detail_box {
    width: 63%;
    clear:none !important;
}
.gllr_wrap .gallery_detail_box div:nth-child(1) {
    margin-bottom: 20px;
	text-align: left;
	font-family: 'Playfair-black-italic';
	font-size: 24px !important;
	color: #fff;
}
.gllr_wrap .gallery_detail_box div:nth-child(2) {
	font-size:14px;
}

.secondtag-spl .gallery_box .gallery_detail_box div:nth-child(2) {
	display:none !important;
}
.home-photo-gal-base .gallery_box .gallery_detail_box div:nth-child(2) {
	display:none !important;
}
.home-photo-gal-base .gallery_box ul li {
    width:33% !important;
}
/*.home-photo-gal-base .gallery_box ul li .gllr_display_single_gallery img {
    width: 100% !important;
    max-width: 230px !important;
    height: 230px !important;
}*/
.gllr_pagination {
    /*background: #00cccc;*/
    float: right;
}
.gllr_pagination #gallery_pagination .page-numbers {
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid #fff;
	margin-left: 5px;
}
.gllr_pagination #gallery_pagination a.page-numbers {
	color: #fff;
	text-decoration:none;
}
.gllr_pagination #gallery_pagination a.page-numbers:hover {
	color: #000;
	background: #fff;
	text-decoration:none;
}
.gllr_pagination #gallery_pagination span.page-numbers {
	color: #000;
	background: #fff;
	text-decoration:none;
}
.page-id-5925 .footer {
	margin-top:0;
}
/*
.gllr_pagination #gallery_pagination .current {
    padding:14px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.gllr_pagination #gallery_pagination .inactive {
    padding:14px !important;
    color: #000 !important;
    font-size: 16px !important;
}
*/
.pglry-hdng {
	margin: 10px;
    font-family: 'Playfair-black-italic';
	font-size:32px;
	text-align:center;
	color:#FFF;
}
.gallery_box li img {
    width: 100% !important;
    max-width: 320px !important;
}
.page-id-1328 .footer {
	margin-top:0 !important;
}
#bws_gallery_image_title {
	font-weight:bold;
}
#bws_gallery_image_counter {
	display: none;
}
.banner-wrap-based-for-gallery {
   	padding: 4px 12px;
	background: #FCAF2B;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	font-family: 'open_sansregular';
    margin-bottom: 30px;
}
.gallery-banner .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}
.contactblock {
	display: block;
    height: 30px;
	margin-bottom: 10px;
    max-width: 800px;
	width:100%;
	color:#333;;
	padding-left:10px;
	font-weight:normal;
}
.contact-lebel {
	display:block;
	font-size: 16px;
	font-family: 'open_sanslight';
    color: #000;
}
.contactblock-last {
	display: block;
	margin-bottom: 10px;
    max-width: 800px;
	width:100%;
	color:#333;;
	padding-left:10px;
	font-weight:normal;
}
.submit-contact {
	width: 170px;
    padding: 8px;
	color: #fff;
    background: #1079c2;
	isplay: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'open_sans_condensedbold';
    font-size: 16px;
    text-decoration: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.mc4wp-error, .mc4wp-success {
	color: #0a0;
    border: 1px solid #0a0;
    padding: 10px;
    font-size: 16px;
}
.mc4wp-error p, .mc4wp-success p {
	margin:0;
}
.for-page6-right .mc4wp-error p {
	color: #0a0 !important;
}
.for-page6-right .mc4wp-success p {
	color: #0a0 !important;
}
.featured-girl-base-pic img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
/*.special-single-approved-figure {
    margin-top: 40px;
}*/
.special-single-approved-figure .blog-thumbnail {
    padding: 14px;
    border: 1px solid #000;
    margin-bottom: 20px;
    margin-top:6px;
}
.special-single-approved-figure .blog-title h1 {
	margin-top:0;
        font-family: 'Playfair Display', serif;
        font-weight:900;
}
.spl-blogthumb-detail p {
    font-size: 16px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;	
    font-size: 14.7263px;
    color: #333;
    margin-bottom: 20px;
}
.lower-case {
   padding: 0 26px; 
   font-family: 'OpenSans-semi-bold';
   font-size: 16px;
   color: #000;
}
.special-single-approved-figure .clean-based-struc .author-info {
    width: 50%;
    padding-top:5px;
    margin-bottom: 20px;
    float: left;
}
.special-single-approved-figure .blog-title p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 300;
}
.special-single-approved-figure .clean-based-struc {
    position: relative;
    top: 14%;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.special-single-approved-figure .personal-info {
   width: 50%;
    float: right;
    text-align: right;
    padding-top: 10px;
}
.spl-plot-gap {
    margin-top: 10px;
}
.in-spcial-case {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    /*color: #2B2E34;
    font-style: italic;*/
	color: #000;
	font-weight: 300;
}
.spl-blogthumb-detail p:first-child:first-letter {
  color: #000;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Playfair Display', serif;
}
.key-points-content1 div:first-child:first-letter {
  color: #000;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: 'Playfair Display', serif;
}
.playable {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.draw-put-right {
    width: 50%;
    padding: 0 14px;
}
.draw-put-right {
    float: right;
}
.draw-put-left {
    float: left;
    width: 100%;
}
.spl-blogthumb-detail {
    padding-left: 19px;
}
	#noresponsive-single-page {
		display:block;
	}
	#responsive-single-page {
		display:none;
	}