﻿/*
Theme Name: ncpdp
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	transition: 250ms ease;
	-webkit-transition: 250ms ease;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-family: "open_sanssemibold";
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {border: 1px solid #bbb;	margin: 0 2px;	padding: 0.35em 0.625em 0.75em;}

legend {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	color: inherit;	display: table;	max-width: 100%;	padding: 0;
	white-space: normal;}

progress {	display: inline-block;	vertical-align: baseline;}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'open_sansregular';
    src: url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face{font-family:'FontAwesome';
	src:url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.eot?v=4.7.0');
	src:url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "open_sansregular", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.6;
	margin: 0 0 0.75em;
	padding: 0;
	font-weight: normal; 
	font-family:"open_sanssemibold";
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
}

h3 {
	color: #93241e;
	font-size: 18px;
	line-height: 25px; 
}

h4 {
	color: #bb4416;
	font-size: 16px;
}

h5 {
	color: #767676;
	font-size: 13px;
}

h6 {
	color: #333;
	font-size: 13px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 15px; 
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-family: "open_sansregular";
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {

	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	padding: 0.5em;
	width: 100%;
	transition:all 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	max-width: 100%;
	width: 100%; padding: 8px; 
	color: #666; 
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #a92f2e;
	border: 0;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-size: 1em;
	font-family: "open_sanssemibold";
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {	border-collapse: collapse;	margin: 0 0 1.5em;	width: 100%;}
thead th {background: #f4eacf;color: #333;font-family: "open_sanssemibold";font-weight: normal;border-right: 1px solid #ddd5c1; font-size: 14px; border-top: 1px solid #ddd5c1;}
th { padding: 7px 10px; }
tr { border-bottom: 1px solid #ddd5c1; }
td {padding: 7px 10px;	border-right: 1px solid #ddd5c1; font-size: 15px; vertical-align: top; }
th:first-child,td:first-child {	border-left: 1px solid #ddd5c1; }
th:last-child,td:last-child {}
tr:nth-child(even) td{ background: #f9f9f9; }
caption { display: none; }
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {

	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {

	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #bb4416;
}

/* Fixes linked images */
.pdfDownload { font-size: 14px; }

.pdfDownload a { text-decoration: none;  }

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-top: none;
	font-size: 15px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #fff;
	font-weight: normal;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	position: relative; 
}
.navigation-top a:after { content: ""; position: absolute; background: #f4eacf; width: 100%; bottom: 0; height: 3px; left: 0; right: 0; display: none; }


.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a { color: #fff; /*font-family: "open_sanssemibold";*/}
.navigation-top li.current-menu-item > a:after, .navigation-top li.current_page_item > a:after, .navigation-top a:hover { display: block; }

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

/*.main-navigation li:first-child a { padding-left: 0; }*/
.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}
.main-navigation li.locationLink { float: right; background: #bb4416; line-height: 29px; bottom: 0;height: 56px;padding-right: 54px;position: absolute;right: 0; font-family: "open_sansbold"; }
.main-navigation li.locationLink:hover { background: #A63912; color: #fff; }
.main-navigation li.locationLink:hover a { color: #fff; }
.main-navigation li.locationLink:after {background: #93241e url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/donationIcon.png) no-repeat scroll right center; bottom: 0; content: "";
height: 56px; left: auto; position: absolute; right: 0; top: auto; width: 55px;}

.main-navigation li.locationLink:before { background: rgba(0, 0, 0, 0);border-bottom: 8px solid rgba(0, 0, 0, 0);border-right: 10px solid #93241e;
border-top: 7px solid rgba(0, 0, 0, 0);content: "";height: 0;left: auto;position: absolute;right: 53px;top: 22px;width: 0; }
.main-navigation li.locationLink a:after { background: rgba(0, 0, 0, 0); border-bottom: 5px solid #812a11; border-left: 5px solid rgba(0, 0, 0, 0);content: "";
display: block;height: 0;left: -5px;position: absolute;top: 0;width: 0;z-index: 9;}
.main-navigation a { display: block; padding: 0.5em 0;	text-decoration: none; }
.main-navigation a:hover {color: #fff; background: #bb4416; }
.main-navigation li.locationLink a:hover { background: none; }
/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
	z-index: 99; 
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	float: left;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;	background: #f4eacf;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 15px;
	
	
	
	
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	
	text-decoration: none;
	
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,.comments-pagination {border-top: 1px solid #e3e3e3; font-size: 0.875rem; padding:15px 0; text-align: right;}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0 10px;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	
	color: #bb4416;
}

.prev.page-numbers {
	float: left; float: left; margin-top: 7px;
}

.next.page-numbers {
	float: right; float: right; margin-top: 7px; ;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
	display: none !important;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 0;
	padding-top: 0;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	
}

.site-info a {
	color: #000;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 0;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {/*display: none;*/position: absolute;right: 0;top: 100%;width: 205px;}
.search-form .search-submit { display: none; }

/*.search-form .search-submit, */.serchBlock {background: #93241e url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/searchIcon.png) no-repeat center center;
border-radius: 0;
bottom: 0;
display: block;
height: 42px;
padding: 0.5em 0.9em;
position: absolute;
right: 0;
text-indent: -9999px;
top: 0;
width: 42px;}

.search-form .search-submit .icon {
	 height: 20px;
    top: -2px;
    width: 16px;
}

/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important; /* !important to overwrite inline styles */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 155px; 
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: center;
	padding: 5px 10px 0 0;
	margin-bottom: 0;
	font-style: normal;
}


/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 10px 0px 5px;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1170px;
		padding-left: 0;
		padding-right: 0;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 20px;
		border-right:1px solid #d2cabb; 
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 15px;
		
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
		background: #4a4130;
		text-transform: uppercase; 
	}

	.navigation-top .wrap {
		max-width: 1170px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0px;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
		box-shadow : 0 3px 6px 3px rgba(0, 0, 0, 0.30); -webkit-box-shadow :0 3px 6px 3px rgba(0, 0, 0, 0.30);
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 15px 18px;
	}

	.main-navigation ul ul {
		background: #fff;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
		left: 0; margin: 0 auto; 
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a { border-bottom: 1px solid #F5EEE1; color: #4a4130; padding: 0.75em 1.25em; width: 16em; }

	.main-navigation li li {
		-webkit-transition: background-color 0.5s linear;
		transition: background-color 0.5s linear;
		-moz-transition: background-color 0.5s linear;
		-o-transition: background-color 0.5s linear;
		/*transition: 5000ms linear;
	    -webkit-transition: 5000ms linear;
	    -moz-transition: 5000ms linear;*/
	
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus, .main-navigation li li.current-menu-item  {
		background: #A3926F;
		
		
	}
	.main-navigation li li.current-menu-item a:after { background: transparent; }
	.main-navigation li li a {
	-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #f5f5f5;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;
		right: auto;
		box-shadow : 3px 3px 4px 3px rgba(0,0,0,0.1);
		-webkit-box-shadow : 3px 3px 4px 3px rgba(0,0,0,0.1);
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		/*width: 36%;*/ 
		width: 100%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		/*width: 58%;*/
		width: 100%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;float: right; width: 100%; margin-top: 30px; margin-bottom: 30px; 
	}
	.nav-links { float: right;}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 20px;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
	
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 25%;
		/*width: 36%;*/
	}

	.site-footer .widget-column.footer-widget-2 {
		/*float: right;
		width: 58%;*/
		float: left;
		width: 25%;
	}
	.site-footer .widget-column.footer-widget-3 {
		float: left;
		width: 25%;
	}
	.site-footer .widget-column.footer-widget-4 {
		float: left;
		width: 25%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		
		padding: 0;
		
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */


	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
		color: #fff; 
		background: #bb4416; 
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}

/** Home page banner **/
.lgx-carousel-section .lgx-carousel .lgx-item{padding:0px;}

/** latest news section **/
#newsGallery { padding:70px 0; overflow:hidden; position:relative; z-index:1;}
#newsGallery h3 { color:#414141; font-family:open_sanslight; text-transform:uppercase; margin:0;}
#newsGallery h3 span {font-family:"open_sansbold";}
#newsGallery h3.titleLine::before { background:#d9d9d9; width:192px;}
#newsGallery h3.titleLine::after { width:50px; background:#d9d9d9;}
.latestNews { float:left; /*width:47.86%;*/ width:64.86%;}
.latestNewsTicker { position:relative; width:100%;}
.latestNewsTicker ul { margin:0; padding:0; list-style:none;}
.latestNewsTicker ul li { border-top:1px solid #e9e9e9; padding-top:25px; margin-top:25px;}
.latestNewsTicker ul li:first-child { border:none; margin-top:18px; padding-top:18px;}
.latestNewsDate { float:left; width:50px; color:#2b59b9;font-family:open_sanssemibold; line-height:20px; padding-top:2px; text-align:center;}
.latestNewsDate span { display:block; font-size:2.143em; line-height:26px; margin-bottom:3px;}

.latestNewsDesc a { color:#737373;}
.latestNewsDesc a:hover, .latestNewsDesc a:hover span {color:#2b59b9;}
.latestNewsDesc p { margin-bottom:0; line-height:22px;}
.latestNewsDesc a span {font-family:open_sanssemibold; color:#414141; font-size:1.286em; display:block; line-height:24px; margin-bottom:5px;-webkit-transition: 350ms ease;transition: 350ms ease;}



/** news gallery responsive css**/
* {
   margin: 0;
   padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.container:after {
    clear: both;
}
.container > .latestNews  {
    min-height: 200px;
    float: left;
}
@media all and (max-width: 500px) {
    .container > div {
        float: none;
        width: 100%;
    }
}

/** download schedules section **/
.downloadschedules {
    float: right;
    /*width: 47%;*/ width: 30%;
}
.downloadschedulesdesc {
    margin-top: 30px;
    text-align: justify;
	padding-left:15px;
}
.downloadschedulesdesc ul li {
    list-style-type: circle;
}



/** Presentations **/
.presentationText{margin: 15px 0;}
.presentationTitle{font-size:15px;}
.presentationNav{margin:0 15px;}
.presentationText .entry-title { font-weight: 400;}
.presentationList {float: left; width: 100%;}

.tabs .tabsPanel { float: left; width: 100%; margin-bottom: 20px; }
.presentationList li {background: #ffffff url("http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/arrow2.png") no-repeat scroll 0 23px;
border-bottom: 1px solid #eeeeee;
float: left;
padding: 15px 0 15px 20px;
width: 100%; display: inline-block; clear:both;  position: relative;}
.presentationList  .reportContent { position: relative; }
.presentationList a img{ position: relative; top:5px; max-width:20px;}
.presentationList .dateD { position: absolute;; left: 0px;   }
.presentationText { min-height: 53px; position:relative;} 
.presentationText .reportContent { position: relative; padding-left:110px; display: inline-block; height: 55px; padding-top: 0px;width: 100%; line-height: 50px; }
.presentationText .reportContent:before { position:absolute; left:45px; bottom: -15px; content: ""; border-bottom: 1px solid #ccc;width: 96%; height: 1px; }
.pressClipingList li:last-child .presentationText .reportContent:before, .presentationList:last-child .reportContent:before{ display: none; }
.presentationText .reportContent span  { }
.presentationList a.pdfDownload { display: inline-block; height: 0; margin-left: 5px; }



.page .panel-content .entry-title, 
.page-title, 
body.page:not(.twentyseventeen-front-page) .entry-title { font-weight: 400;}

/** Publications Manuals **/
.Manuals { margin-top: 10px; text-align: center;  width: 300px;}

/** Services **/
.services li{margin:15px;}

/** headermenu **/
.headermenu-container{float:right; top:0px;}
.menu-headermenu-container { float: left; }
.headerMenu {  float: right; font-size: 14px; margin: 14px 10px 14px 0;width: 100%;}
.headerMenu .menu-item{ border-right: 1px solid #000000; float: left;line-height: 15px;list-style: outside none none;padding: 0 10px;text-align: right;width: auto;}
.headerMenu .menu-item:last-child { padding-right: 0; border-right: 0;}
.menu-headermenu-search{ float: left; position: relative; width: 41px; transition: all 0.2s ease 0ms; -webkit-transition: all 0.2s ease 0ms; display: block; height: 41px;   z-index: 9; }
.menu-headermenu-search label { display: none; }

/** contact **/
.contactInputs ul li { margin-bottom: 20px;list-style:none;float: left;	width: 50%; padding: 0 10px; }
.required, .formList .error { color: #622715;}
.wpcf7-form-control-wrap { position: relative;}

/** our team **/
.tlp-team .layout1 .tlp-equal-height{height:auto!important;}

/** home slider **/
.homeBannerText { background:rgba(0,0,0,0.65);bottom: 0;left: 0;max-width: 280px;padding: 10px 10px 30px;position: absolute;right: inherit;top: inherit;width: 280px;}
.homeBannerText h2 { color: #ffffff; font-size: 15px; line-height: 21px;  position: relative;    text-transform: capitalize; z-index: 1; text-align: left; margin-bottom: 0; font-family: "open_sansregular"; }
.homeBannerText p { color: #ffffff;  font-size: 17px; line-height: 28px;  position: relative;    z-index: 1;}
 


/** donation **/
.donateleft{float:left; width:50%;}
.donateright{float:right; width:50%; padding-left:30px;}

/** left home slider **/
.imageslide .widget-title {display:none;}
.imageslide { max-width: 100%; padding-left: 0; padding-right: 0; margin-left: auto; margin-right:auto;}
.imageslide:after { clear: both;   content: "";    display: block;}
.imageslide .widget-column.image-widget-slider {    float: left;    width: 53%;}
.imageslide .wrap { position: relative; }
.imageslide .owl-carousel .owl-item { /*max-height: 505px; */}
.owl-carousel .owl-item img{max-height:640px;}

.imageslide .owl-theme .owl-controls {  bottom: 0;  left: 0;  margin: 0 auto;  position: absolute;  right: 0;  text-align: center;  margin-left:0px;text-align: center;}
.imageslide .owl-theme .owl-controls .owl-nav { display: none;}
.imageslide .owl-theme .owl-dots { max-width: 1170px; margin:0 auto; text-align: left; padding: 0 20px 0 5px; }
.imageslide .owl-theme .owl-dots .owl-dot span { background: transparent; border: 2px solid #d6d8d9; margin: 5px; transition: 250ms ease; -webkit-transition: 250ms ease;}
.imageslide .owl-theme .owl-dots .owl-dot:hover span { background: #bb4416; }
.imageslide .owl-theme .owl-dots .owl-dot.active span { background: #bb4416; width: 18px; border: none; }
.owl-theme .owl-controls .owl-nav [class*="owl-"] { transition: 250ms ease; -webkit-transition: 250ms ease; }
/** set home page - css **/
#logo{float:left;}
#innerPageTitle {   border-bottom: 1px solid #d3d3d3;    position: relative; max-height: 150px; }
.innerPageBreadcrumb {    margin: -25px auto 0;    max-width: 1170px;    position: absolute;    top: 50%;    width: 100%;}
.innerPageBreadcrumb a { margin-right: 5px; }
.innerPageBreadcrumb strong, .innerPageBreadcrumb  span span span { margin-left: 5px; }
#innerPageTitle h2 {    color: #323232;    float: left;    font-family: open_sansbold;    font-size: 24px;    font-weight: normal;    letter-spacing: normal;    line-height: 24px;    margin: 0 0 7px;    padding: 0;    text-transform: uppercase;
    width: 100%;}
.site-content {    padding: 0;}
.innerMain, #innerMain { min-height: 500px;  padding: 40px 0;}
ul.bulletText { list-style: outside none none;  padding: 0;	margin: 0;}
/*ul.bulletText li::before {
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 3px;
}*/


ul.bulletText li { background: rgba(0, 0, 0, 0) url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/arrow2.png) no-repeat scroll left 11px / 8px auto; padding: 5px 0 5px 20px; position: relative;}
.footermenuLink ul.bulletText li,.footermenuLink .menu li {background: rgba(0, 0, 0, 0) url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/arrow.png) no-repeat scroll left 8px; padding: 3px 0 3px 20px; font-size: 14px; border: none; }
ul li { list-style-type: none; font-size: 15px; }

/** contact **/
.contactLeft {    float: left;    width: 40%;}
.contactLeft ul li { float: left;  margin: 0 0 15px;  padding-left: 63px; position: relative;  width: 100%;}
.innerMain .contactLeft h4 { color: #555; font-family: "open_sanssemibold"; font-size: 16px; margin: 0;}
.innerMain .contactLeft h3 { font-size: 20px; line-height: normal; margin-bottom: 15px;	text-transform: uppercase;	font-family: "open_sansbold";	color: #4a4130;}
.innerMain p { line-height: 24px;  margin-bottom: 18px;color: #414141;}
.contactLeft ul li.address:before {   content: "";  }
.contactLeft ul li:before { color: #414141; content: ""; font-family: FontAwesome; font-size: 16px; left: 0;  position: absolute; top: 0;}
.contactLeft ul li.mobile:before { content: ""; font-size: 19px; }
.contactLeft ul li::before { color: #414141; content: "";  font-family: FontAwesome; font-size: 16px;   left: 0;   position: absolute;    top: 0;}
.contactLeft ul li.email:before {  content: ""; font-size: 19px; }
.contactLeft ul li:before {background: #f5f5f5;border-radius: 50%;color: #bb4416;content: "";font-family: FontAwesome;font-size: 24px;height: 45px;
left: 0;line-height: 45px;position: absolute;text-align: center;top: 0;width: 45px;}
.contactLeft ul li.email { padding: 11px 0 11px 63px;}
.contactUsBox { border: 1px solid #d3d3d3; float: right; margin-top: 0;  padding: 25px 20px; width: 60%; background: #f5f5f5;}
.contactUsBox ul { margin: 0; padding: 0; }
.contactInputs ul li { margin-bottom: 20px; }
.contactInputs ul li:last-child { margin-bottom: 0; }
.contactInputs label { color: #414141; }
.required, .formList .error { color: #622715;}

/** feedback form **/
.feedbackForm { margin: 0 auto;  max-width: 820px;   width: 100%;background: #ffffff; box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);}
.feedbackForm .contactInputs ul { margin: 0 -10px; }
.feedbackForm .contactInputs li { float: left;  margin-bottom: 30px; padding: 0 10px; width: 50%; }
.wpcf7-response-output{float:left; width:100%;}


/** footer menu **/
.menu-footer-menu-container { padding:0; line-height:23px; /*margin-bottom: 20px;*/ margin-bottom: 0px; }
.menu-footer-menu-container ul { list-style:none; padding:0; margin:0; width:100%; }
.menu-footer-menu-container li { display:inline-block; position:relative; padding: 0 7px 0 11px; border:none !important; }
.menu-footer-menu-container a { color:#222; text-decoration:none; font-size:0.875rem; }
.menu-footer-menu-container a:hover { text-decoration:underline !important; color:#222 !important; border:none !important; box-shadow: none !important; }
.menu-footer-menu-container li:first-child { padding-left:0; }
.menu-footer-menu-container li:last-child { padding-right:0; }
.menu-footer-menu-container li:before { content:" "; position:absolute; left:0; top:50%; z-index:auto; height:14px; width:1px; background:#515151; overflow:hidden; margin-top:-7px; }
.menu-footer-menu-container li:first-child:before { display:none; }

.site-footer nav{/*float:left; width:80%;*/}
.visitorcount{font-weight:bold;}
.visitorcount span{font-weight:normal;}

.footer{width:100%; float:left;}
.footer .rt-col-md-8{float:left; width:78%;}
.footer .rt-col-md-4{float:left;}
.lastupdated{padding:0.7em 0 0;}

/** Photo Gallery **/
.ngg-album-compactbox::after, .ngg-album-compactbox::before { border:none !important;}
.ngg-album-compactbox { border:none!important; padding:0!important;}
.ngg-album-compact h4 a{ color:#000;}
.ngg-album-compactbox .Thumb {border:none !important;}
.ngg-albumoverview { margin:0 -10px !important;}
.ngg-album-compact { padding:0 10px !important; width:33.33%; margin-bottom:20px !important; line-height:normal; }
.ngg-album-compactbox img { width:100%;}
.ngg-album-compactbox a { position:relative; display:block;}
.ngg-album-compactbox a:before { content: ""; position: absolute;  height: 200px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.90)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.90)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.90)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.90)); /* Standard syntax (must be last) */
	bottom:0; width: 100%; left: 0px; transition: 250ms ease; -webkit-transition: 250ms ease;}
.innerMain .ngg-album-compact h3 a { bottom: 0; font-size: 16px; left: 0; line-height: 24px; margin-bottom: 0; margin-left: 0; margin-right: 0; padding: 15px 18px; position: absolute; width: 100%;-webkit-transition: 350ms ease;transition: 350ms ease; background: rgba(37, 37, 37, 0); z-index:1; color:#fff; max-width:100% !important;}
.innerMain .ngg-album-compact h3 {position:relative; margin:0; text-align:center; padding:0px; font-family: "open_sansregular"; }
.innerMain .ngg-album-compact:hover h3 a { color:  #fff; }
.ngg-album-compactbox:hover a:before { background:none; transition: 250ms ease; -webkit-transition: 250ms ease; }
.ngg-album-compact:hover > .ngg-album-compactbox a:before { content: ""; position: absolute;  height: 200px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	bottom:0px; width: 100%; left: 0px; }

.ngg-gallery-thumbnail { border:none !important; margin:0 !important;}
.ngg-gallery-thumbnail-box { width:33.33%; padding:0 10px; margin-bottom:20px; overflow:hidden;}
.ngg-gallery-thumbnail-box img { width:100%;}
.ngg-gallery-thumbnail a { margin:0 !important; position:relative;}
.ngg-galleryoverview { margin:0 -10px !important;}
.ngg-gallery-thumbnail a:before {background: rgba(37, 37, 37, 0.8); bottom: 0; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: 350ms ease;transition: 350ms ease; width: 100%; z-index:1;}
.ngg-gallery-thumbnail a:hover:before {opacity: 0.5;}
.fa-search-plus:before { content: "\f00e";}
.ngg-gallery-thumbnail a:after {bottom: 0; content: "\f00e"; font-family:fontawesome; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: -50%; -webkit-transition: 550ms ease;transition: 550ms ease; width: 100%; z-index:1; color:#fff; font-size:36px; margin-top:-18px;}
.ngg-gallery-thumbnail a:hover:after {opacity: 1; top:50%;}

.ngg-gallery-thumbnail { border:none !important; margin:0 !important;}
.ngg-gallery-thumbnail-box { width:33.33%; padding:0 10px; margin-bottom:20px; overflow:hidden;}
.ngg-gallery-thumbnail-box img { width:100%;}
.ngg-gallery-thumbnail a { margin:0 !important; position:relative;}
.ngg-galleryoverview { margin:0 -10px !important;}
.ngg-gallery-thumbnail a:before {background: rgba(37, 37, 37, 0.8); bottom: 0; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: 350ms ease;transition: 350ms ease; width: 100%; z-index:1;}
.ngg-gallery-thumbnail a:hover:before {opacity: 0.5;}
.fa-search-plus:before { content: "\f00e";}
.ngg-gallery-thumbnail a:after {bottom: 0; content: "\f00e"; font-family:fontawesome; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: -50%; -webkit-transition: 550ms ease;transition: 550ms ease; width: 100%; z-index:1; color:#fff; font-size:36px; margin-top:-18px;}
.ngg-gallery-thumbnail a:hover:after {opacity: 1; top:50%;}

.ngg-albumoverview .ngg-album-compact p { display: none; }


.ngg-breadcrumbs{display:none;}
#logo .custom-logo-link:last-child { border: none; padding-left: 15px;padding-right: 0; }
.search-form input{ border: 2px solid #d2cabb; font-size: 13px; height: 42px; padding: 0.4em 0.7em; position: absolute; right: 0; width: 100%;}

/* Service Block */
.servBlock { float: left; width: 270px; position: relative;} 
.servBlock img { width: 100%; }
.servBlock3.servBlock { background: #ffffff;margin: 0px 25px 0;position: relative;width: 320px;z-index: 1;}
.servBlock4.servBlock  { width: 255px;  }
.servBlock1.servBlock  { padding-right: 12px; }
.servBlock2.servBlock  { padding-left: 12px; }
.servBlock .titleLine { bottom: 0; color: #ffffff; font-size: 16px; left: 0; padding: 15px; position: absolute; z-index: 1;  transition: 250ms ease; -webkit-transition: 250ms ease;  }
.innerservBlock { position: relative; }
.innerservBlock a{ display: block; border:0px solid #eee; }
.innerservBlock a:hover .titleLine{ color: #fff; padding: 15px 15px 25px; }
.innerservBlock:after { content: ""; position: absolute;  height: 200px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	bottom:0; width: 100%; left: 0px; }
.servBlock  h2 { font-size: 19px; color: #333; font-family: "open_sanssemibold"; }
/** location dropdown **/
.Buildingartisan{ padding: 20px 25px 0 25px;text-align: center;text-transform: capitalize; border: 1px solid rgba(179,179,179,0.20); border-bottom: none; box-shadow: 0 -17px 11px 5px rgba(179,179,179, 0.1); -webkit-box-shadow : 0 -17px 11px 5px rgba(179,179,179, 0.1); min-height: 330px; }
.Buildingartisan p {color: #535353; font-size: 15px; line-height: 19px; margin: 0; text-align: left; text-transform: none;}
.Buildingartisan h3{text-align:center;}
.Buildingartisan .customSelectourter{ margin: 24px 0 10px; padding: 0px; width: 100%; font-size: 15px; color: #666666; }
.Buildingartisan .customSelectourter span.customSelect { text-align: left; width: 100%; border: 1px solid #d7d7d7; }
/*#sub_cat { margin-top: 20px;  }*/
.Buildingartisan .btn { float: left; margin-top: 150px; text-align: left; display: none; }
.btn { background: #a92f2e; padding: 14px 30px; font-size: 17px; font-family: "open_sanssemibold"; color: #fff; line-height: 20px; }
.btn:hover { background: #ccc; color: #a92f2e;} 

.serviceBlock { padding: 40px 0;}
.servBlock ul { margin-top: 19px; }
.servBlock ul li {transition : 250ms ease;  -webkit-transition : 250ms ease; }
.servBlock ul li a { display: block; padding: 30px 0 30px 60px; position: relative; border-top: 1px solid rgba(0,0,0,0.20);  }
.servBlock ul li a:hover{ color: #111; }
.servBlock ul li a:before { content: ""; width: 42px; height: 50px; position: absolute; background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat 0 0; top: 20px; left: 0; transition : 250ms ease;  -webkit-transition : 250ms ease;}
.servBlock ul li.icon1 a:before { background-position: 0 0; }
.servBlock ul li.icon1:hover a:before { background-position: 0px -70px; }
.servBlock ul li.icon2 a:before { background-position: -53px 0px; }
.servBlock ul li.icon2:hover a:before { background-position: -53px -70px; }
.servBlock ul li.icon3 a:before {  background-position: -123px 0px; }
.servBlock ul li.icon3:hover a:before {  background-position: -123px -70px; }

/* Mision Block*/
.misnstatBlock { background: #8f231d url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/missionBg.jpg) no-repeat 0 0; background-size: cover; position: relative;  overflow: hidden;}
.misnstatBlock:before{ position:absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: rgba(245,243,239,0.9); width: 100%; height: 100%; }
.misnBlock { float: left; width: 57.5%; position: relative; padding: 40px 145px 50px 0; }
/*.misnBlock:before { background: transparent  ; content: "";height: 100%;position: absolute;right: 0;top: 0; width: 3000px; display: none;  }*/
.shelterBlock { float: left; padding: 40px 0 40px 55px; position: relative; width: 42.5%; z-index: 1;}
.shelterBlock:after {background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/shelterdesignBg.jpg) no-repeat scroll 0 0;content: "";height: 100%;left: 0;position: absolute;top: 0;width: 3000px;z-index: -2; opacity: 1; }
.shelterBlock:before {background-color: rgba(147, 36, 30, 0.95);content: "";height: 100%;left: 0;position: absolute;top: 0;width: 3000px;z-index: -1; }
.misnBlock h2 { font-size: 30px; color: #000; position: relative;  line-height: 33px; padding-bottom: 10px; }
.headTitle { position: relative; }
.headTitle:after { content: ""; background: #cccbc9; width: 100px; height: 1px; position:absolute; bottom:0; left: 0;}
.headTitle:before { content: ""; background: #bb4416; width: 70px; height: 3px; position: absolute; bottom: 0; left: 0; z-index: 1;}
.misnBlock p { font-size: 23px; padding-left: 75px; position: relative; }
.misnBlock p:before { background: rgba(0, 0, 0, 0) url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/quoteTop.png) no-repeat scroll 0 0 / 57px auto; content: ""; height: 80px; left: 0; position: absolute; top: 2px; width: 80px;}
.sheltertpBlock { float: left; width: 100%; margin-bottom: 20px; }
.shelterBlock h2 { color: #fff;  font-size: 21px; font-family: "open_sanssemibold"; line-height: 40px; padding-bottom: 3px; margin-bottom: 0; }
.sheltertpBlock .headTitle { float: left; }
.shelterBlock .carouselBlock { margin-bottom: 0;  }
.sheltertpBlock .shelterdesginDropdown { color: #848484; float: right; font-size: 15px; padding: 0px; width: 220px; }
.shelterBlock .headTitle:before { background: #fff; }
.shelterbtmBlock { display: inline-block; position: relative;  }
.shelterbtmBlock span { position: absolute; padding: 10px; bottom: 0; left: 0; font-family: "open_sanssemibold"; font-size: 16px; width: 100%; color: #fff; z-index:999; }
.shelterbtmBlock:before{ content: ""; position: absolute;  height: 90px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	bottom:0; width: 100%; z-index:99; }
	
.customSelect { background: #ffffff url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/dropdownAerrow.png) no-repeat 94% center; padding: 10px 15px; cursor: pointer; width: 100%;  }

.mediaBlock { background: #fff; clear: both; height: max-height: 550px; height: auto; }
.projectBlock { background: #4a4130; padding: 50px 0; width: 42.5%; float: left; position: relative; z-index: 1; }
.projectBlock:before {background-color: #4a4130;content: "";height: 100%;right: 0;position: absolute;top: 0;width: 3000px; z-index: -1 }
.progrmBlock { padding: 50px 0 40px 30px; width: 57.5%; float: left}

.latestprojectTicker { position: relative; display: block; padding-right: 25px;}
ul.progcarouselBlock, ul.photogallerycarouselBlock  { margin-bottom: 0; }
.latestprojectTicker .owl-controls, .progcarouselBlock  .owl-controls { position: absolute; top: -65px; right: 0px; }
.latestprojectTicker .owl-theme .owl-controls .owl-nav [class*="owl-"], .progcarouselBlock.owl-theme .owl-controls .owl-nav [class*="owl-"] { background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat 0 0; height: 16px; margin: 0; padding: 5px 10px; font-size: 0px;}
.latestprojectTicker .owl-theme .owl-controls .owl-nav .owl-prev { background-position: -1px -216px; margin-right: 5px;}
.latestprojectTicker .owl-theme .owl-controls .owl-nav .owl-prev:hover { background-position: -1px -195px;}
.latestprojectTicker .owl-theme .owl-controls .owl-nav .owl-next { background-position: -35px -216px; margin-left: 5px;}
.latestprojectTicker .owl-theme .owl-controls .owl-nav .owl-next:hover { background-position: -35px -195px; }



.progcarouselBlock.owl-theme .owl-controls .owl-nav .owl-prev { background-position: -1px -247px; margin-right: 5px;}
.progcarouselBlock.owl-theme .owl-controls .owl-nav .owl-prev:hover { background-position: -1px -279px;}
.progcarouselBlock.owl-theme .owl-controls .owl-nav .owl-next { background-position: -35px -247px; margin-left: 5px;}
.progcarouselBlock.owl-theme .owl-controls .owl-nav .owl-next:hover { background-position: -35px -279px; }

.photogallerycarouselBlock.owl-theme .owl-controls { height: 90px; position: absolute;right: -2px;top: 0;}
.photogallerycarouselBlock.owl-theme .owl-controls .owl-nav [class*="owl-"]  { background: #000 url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat 0 0; height: 34px; margin: 0; padding: 6px; font-size: 0px; width: 21px; border-radius: 0;}
.photogallerycarouselBlock.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover { background-color: #666666; }
.photogallerycarouselBlock.owl-theme .owl-controls .owl-nav .owl-prev { background-position: 2px -342px;margin-right: 0;position: absolute;top: 36px;}
.photogallerycarouselBlock.owl-theme .owl-controls .owl-nav .owl-next { background-position: 1px -309px; margin-left: 0; margin-top: 0; position: absolute;top: 0;}
.photogallerycarouselBlock.owl-carousel .owl-item .item .galleryImg{ max-height: 175px; overflow: hidden; }
.viewAll { background: #a29a8a url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/viewAllwhite.png) no-repeat 90% center; color: #fff; font-size: 15px; padding: 10px 35px 10px 17px; box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4); display: inline-block; }
.viewAll:hover { background: #fff url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/viewAll.png) no-repeat 90% center; background-position: 87% center; color: #000;}

.imgdatePro { float: left; width: 100%; }
.imgdatePro .progimg { position:relative; }
.imgdatePro .viewAll {bottom: 10px; position: absolute; right: 5px; box-shadow : none; padding: 6px 30px 6px 10px; font-size: 14px; }
.imgdatePro .proImg { float: left; width: 50%; border: 1px solid #000000; }
.imgdatePro .proTitle { float: left; width: 50%; color: #fff; padding: 0 0 0 25px; }
.imgdatePro .proTitle h3 { font-family: "open_sansbold"; margin-bottom: 0; margin-top: 15px; padding: 0; max-height: 132px; overflow: hidden; font-size: 19px; line-height: 26px; }
.imgdatePro .proTitle h3 a { color: #fff; }
.latestprojectTicker .imgdatePro .proTitle h3 a:hover{ color: #f4eacf; }
.programmesBlock .imgdatePro .proTitle h3 a:hover { color: #bb4416; }
.proDate { color: #fff; font-size: 13px; font-family:"open_sanssemibold"; padding-left: 25px; background:transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat -41px -175px;}
.latestNewsDesc { color: #ffffff;float: left;margin-top: 20px;padding-left: 0;width: 100%; height: 90px; }
.latestNewsDesc .link-more { display: none; }
.projectBlock .headTitle { font-size: 21px; color: #fff; line-height: 25px; padding-bottom: 15px; margin-bottom: 20px;}
.projectBlock .headTitle:before { background: #fff; }


.programmesBlock { width: 290px; float: left; margin-right: 25px;}
.programmesBlock .headTitle, .photogalleyBlock .headTitle{ font-size: 21px; color: #000; line-height: 25px; padding-bottom: 15px; margin-bottom: 20px;}
 .photogalleyBlock .headTitle:before { background: #bb4416; }

.photogalleyBlock { float: left; width: 300px; margin-left: 25px; }
.programmesBlock .imgdatePro .proTitle {color: #000; float: left; padding: 0;width: 100%; margin-top: 3px; height: 53px; overflow: hidden; }
.programmesBlock .proDate { color: #bb4416; background-position:  -41px -175px;  }
.programmesBlock .imgdatePro .proTitle h3 a,.programmesBlock .latestNewsDesc{ color: #222; }
.programmesBlock .imgdatePro .proTitle h3 { margin-top:2px; line-height: 25px; font-size: 19px; }
.programmesBlock .latestNewsDesc { max-height: 70px; line-height: 23px; margin: 0 0 6px 0; overflow: hidden; font-size: 15px; }

.summaryawards .galleryImg{ display: block; position: relative; }
.summaryawards .galleryImg:after {content: ""; position: absolute;  height: 80px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	bottom:0; width: 100%; }
.summaryawards a{ display: block; }
.summaryawards span {bottom: 0;color: #222;display: inline-block;font-family: "open_sansbold";font-size: 19px;padding: 19px 0 10px;text-align: center;width: 100%;z-index: 1;line-height: 23px;}
.otherlinkBlock { background: #f1f1f1; padding: 50px 0; }
.summaryawards a:hover span { color: #bb4416;  }

.otherlinkcarouselBlock  { margin-bottom: 0;}
.otherlinkcarouselBlock  li{ display: block; text-align: center; font-size: 18px; font-family:"open_sanssemibold"; }
.otherlinkcarouselBlock  li span { width: 70px; height: 65px; display: block; margin: 0 auto; background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat 0 0; margin-bottom: 15px; transition : 250ms ease;  -webkit-transition : 250ms ease;}
.otherlinkcarouselBlock  li a { display: block; }
.otherlinkcarouselBlock  li:hover a { color: #bb4416; }
.otherlinkcarouselBlock  li span.icon1 { background-position: 8px -396px; }
.otherlinkcarouselBlock  li:hover span.icon1 { background-position: -125px -396px; }
.otherlinkcarouselBlock  li span.icon2 { background-position: 5px -472px; }
.otherlinkcarouselBlock  li:hover span.icon2 { background-position: -125px -472px; }
.otherlinkcarouselBlock  li span.icon3 { background-position: 1px -565px; }
.otherlinkcarouselBlock  li:hover span.icon3 { background-position: -129px -565px; }
.otherlinkcarouselBlock  li span.icon4 { background-position: 4px -663px; }
.otherlinkcarouselBlock  li:hover span.icon4 { background-position: -126px -663px; }
.otherlinkcarouselBlock  li span.icon5 { background-position: 3px -754px; }
.otherlinkcarouselBlock  li:hover span.icon5 { background-position: -127px -754px; }
.otherlinkcarouselBlock  li span.icon6 { background-position: 10px -843px; }
.otherlinkcarouselBlock  li:hover span.icon6 { background-position: -120px -843px; }
.otherlinkcarouselBlock  li span.icon7 { background-position: 4px -921px; }
.otherlinkcarouselBlock  li:hover span.icon7 { background-position: -130px -921px; }
.otherlinkcarouselBlock  li span.icon8 { background-position: 4px -1005px; }
.otherlinkcarouselBlock  li:hover span.icon8 { background-position: -130px -1005px; }
.otherlinkcarouselBlock  li span.icon9 { background-position: -5px -1094px; }
.otherlinkcarouselBlock  li:hover span.icon9 { background-position: -135px -1094px; }

.footermenuLink { background: #7b1e19; padding: 50px 0; }
.footermenuLink h3 { font-family: "open_sansbold"; font-size: 18px;text-transform: uppercase;color: #fff;padding-bottom: 10px; margin-bottom: 25px; }
.footermenuLink li a { color: #fff; display: block; transition 250ms ease; webkit-transition: 250ms ease; }
.footermenuLink li { transition: 250ms ease; webkit-transition: 250ms ease;  }
.footermenuLink ul.bulletText li:hover, .footermenuLink .menu li:hover { padding-left: 25px; }
.footermenuLink ul.bulletText li:hover a, .footermenuLink .menu li:hover  a { color: #fff; }
.footermenuLink p,.footermenuLink iframe { margin-bottom: 0; }
.footermenuLink p { font-size: 14px; }
.width25p { float: left; width: 25%; padding-right: 15px; }
.copyright {  padding: 20px 0;  text-align: center;}
.contactInputs ul li.fullInput { width: 100%; }

.innerMain ul.bulletText{ margin-bottom: 20px; }
.innerMain ul.bulletText ul.bulletText { margin-top: 10px; margin-bottom: 10px; }
.innerMain ul.bulletText ul.bulletText li { background:rgba(0, 0, 0, 0) url("http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/arrow3.png") no-repeat scroll left 11px / 8px auto;position: relative; padding:5px 0 5px 15px;}
.buttonGroup li { float: left; }
.buttonGroup li a { color: #fff; text-transform: uppercase;  padding: 12px 20px 12px 40px; margin-right: 15px;color: #fff;font-family:"open_sanssemibold"; display: block;font-size: 14px; }

.pdfButtons li a { background: #f2f2f2 url("http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/application-pdf.png") no-repeat scroll 13px 11px / 18px auto;border: 1px solid #dccece;    color: #333333;}
.buttonGroup li a:hover{ background-color: #fff; color: #bb4416;}

.missionBlock { background: #f9f9f9;  border: 1px solid #dedede;  clear: both;  float: left;  padding: 20px 25px;}
.missionBlock .misionIcon{ float: left; width: 13%; }
.missionBlock .misionDetail{ float: left;padding: 15px 0 0 25px;width: 87%;}

/* Programm */
.type-programs .progDetail {border-bottom:1px solid #eee; padding:10px 0; background-position:10px 10px;}
.type-programs:last-child .progDetail{ border-bottom: none; }
.type-programs {  float: left;   width: 100%;}
.type-programs .progPhoto, .type-programs .progDetail { float: left; width:100%; position: relative; }
.type-programs .progPhoto img { border: 1px solid #eee; padding: 5px; background: #fff;  }

.type-programs .progDetail h3 { font-size: 16px;  color:#bb4416; margin:0px; }
.type-programs .progDetail p { margin:0px;}
.type-programs .progDate {background: rgba(255, 255, 255, 0.8); bottom: 12px; color: #333333; font-family: "open_sanssemibold"; font-size: 14px;
left: 6px; padding: 10px; position: absolute; right: 6px;text-align: left;}
.type-programs  .pdfDownload {background: #e7e7e7;border: medium none;bottom: 12px;font-size: 0;height: 41px;padding: 10px;
position: absolute;right: 6px;line-height: 41px;}
.type-programs  .pdfDownload img { background: rgba(0, 0, 0, 0);border: medium none;padding: 0;}
.type-programs .progDetail .entry-title a { color: #bb4416; }
.type-programs .progDetail .entry-title a:hover { color: #a63912; }
.singleProgram .type-programs { margin: 0 0 20px; padding: 0; width: 100%; background: transparent;}
.singleProgram .type-programs .progPhoto { width: 40%; }
.singleProgram .type-programs .progPhoto img { width: 100%; }
.singleProgram .type-programs .progDetail h3 { height: auto;}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {  position: relative;  z-index: 2;  cursor: pointer;}
/* Hide the tooltip content by default */
[data-tooltip]:before,[data-tooltip]:after {  visibility: hidden;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);  opacity: 0;pointer-events: none;}

/* Position tooltip above the element */
[data-tooltip]:before {  position: absolute;  bottom: 120%;  left: 50%;  margin-bottom: 5px;  margin-left: -80px;  padding: 7px;  width: 180px;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px;  background-color: #e6e4e4;  background-color: #4a4a4a;  color: #fff;  content: attr(data-tooltip);  text-align: center;  font-size: 14px;  line-height: 1.2;}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {  position: absolute;  bottom: 120%;  left: 50%;  margin-left: -5px;  width: 0;  border-top: 5px solid #000;  border-top: 5px solid hsla(0, 0%, 20%, 0.9);  border-right: 5px solid transparent;  border-left: 5px solid transparent;  content: " ";  font-size: 0;  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,[data-tooltip]:hover:after {  visibility: visible;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);  opacity: 1;}


.singleClient { background: #f9f9f9; border: 1px solid #eeeeee; margin-bottom: 20px;  padding: 0;}
.singleClient h4{ background: #bb4416; color: #ffffff; padding: 10px 15px; }
.innerMain .singleClient ul.bulletText { margin-bottom: 0; padding: 10px 25px 25px; }

.dateD { background: #66645F;color: #ffffff;float: left;font-size: 14px;line-height: 20px;margin-right: 15px;max-width: 90px;padding: 7px 10px;position: relative; text-align: center; font-family: "open_sanssemibold"; }
.dateD:after {  background: #66645F;  bottom: -15px;  content: "";  height: 15px;  left: 0;  margin: 0 auto;  position: absolute;  right: 0;  text-align: center;  width: 3px;}
.dateD:before {  background: #66645F;  content: "";  height: 15px;  left: 0;  margin: 0 auto;  position: absolute;  right: 0;  top: -15px;  width: 3px;
}



.reportContent { padding-top: 14px; }
.reportContent,.reportContent span { float: left; }
.reportContent > a { float: left;  margin-left: 8px;  margin-top: 2px;}
.reportContent > a:hover { color: #bb4416; }

.type-reports{ padding: 15px 0; position: relative;  }
.type-reports:last-child { margin-bottom: 20px; }
.type-reports:before { background: rgba(163, 163, 163, 0.3); bottom: 0; content: ""; height: 1px; position: absolute; left:43px;  width: 96%; }
.type-reports:last-child:before, .type-reports:nth-child(10):before { display: none; }
.wpcf7-textarea { height: 150px; }

.addressBlock { background: #f5f5f5;  border:1px solid #e8e8e8; margin-bottom: 20px;  padding: 20px; width: 100%; float:  left; }
.contactAddress { margin-bottom: 0; }
.contactAddress .fa { color: #bb4416; font-size: 23px; width: 30px; height: 30px; text-align: left; line-height: 30px; position: relative;margin-top: 0px; margin-right: 6px; float: left; position: absolute; left: 0;  } 
.contactAddress .fa.fa-envelope { font-size: 20px; }
.contactAddress li {display: block; line-height: 28px; padding: 3px 0 0 30px; position: relative; }
 
/* our team */
/*.tlp-team .img-responsive { width: 100%; }
.tlp-team h3 a{ color: #93241e; }
.tlp-team .round-img { border-radius: 50%; max-height: 150px;  overflow: hidden; padding: 0;  width: 150px; }
.tlp-team .layout3 .round-img img { border-radius: 0; }
.tlp-team .designation { font-family: "open_sanssemibold";}

.layout3 .tlp-equal-height:nth-child(even) { background: #f5f5f5; }*/

/* Team Member */
.oneteamMemeber { float: left; padding: 0 15px; width: 25%; transform : scale(1); transition: all 250ms; -webkit-transition: all 250ms; margin-bottom: 20px; }
.oneteamMemeber:hover { transform: scale(1.05); }
.oneteamMemeber .teamImg { width: 250px; height: 250px; overflow: hidden; border: 1px solid #eee; }
.oneteamMemeber .teamDetail { text-align: center; margin-top: 15px; }
.teamName { color: #93241e;display: block;font-family: "open_sanssemibold";font-size: 18px;line-height: 25px;margin-bottom: 5px; }
.teamDesig { color: #666; font-size: 15px;line-height: 24px;margin-bottom: 10px;display: block; height: 45px;}
.teamDetail .more-link { display: none; }
.teamDetail a p{ max-height: 100px;  }
.oneteamMemeberfullWidth .teamImg { width: 22%; float: left; text-align: center; }
.oneteamMemeberfullWidth .teamImg img { padding:5px; border:1px solid #dedede; }
.oneteamMemeberfullWidth .teamDetail { width: 78%; float: left; text-align: left; padding-left: 20px;  }
.oneteamMemeberfullWidth .teamName { margin-bottom: 0; margin-top: 10px; }


/* Awards Page */
.type-awards { margin-bottom: 20px; }
.awardsBlocks { float: left; width: 25%; padding: 0 15px;  margin-bottom: 30px; }
.awardsBlocks a { display: block; }
.awardsCerti { background: #eeeeee;max-height: 170px;overflow: hidden;padding: 10px;position: relative;text-align: center;}
.awardsCerti .awardcertiImage { background: rgba(0, 0, 0, 0.3); bottom: 0; left: 10px; padding: 7px 7px 0; position: absolute;right: 10px;text-align: left;z-index: 0; }
.awardsCerti .awardcertiImage .certiImg { width: 60px; height: 50px; border:1px solid #fff;}
.awardDetail { background: #ffffff;color: #bb4416;float: left;width: 100%; border:1px solid #eee; border-top:  3px solid #bb4416; }
.awardDetail .awardTitle { padding: 5px 10px 10px 10px; }
.awardDetail .awardTitle h3 { font-size: 16px; margin-bottom: 0; display: block; color: #bb4416; font-family: "open_sansregular"}
.awardDetail .awardTitle h3  a { color: #333; }
.awardYr { display: block; font-size: 14px; padding: 10px 10px 0;position: relative; }
.awardYr .awardPDf {background: #e7e7e7; border: medium none; font-size: 0; height: 35px; line-height: 44px; padding: 5px 7px; position: absolute;right: 0;top: 5px; }

.detailawardsBlocks .awardTitle { position: relative; }
.detailawardsBlocks .awardTitle .headTitle:after { width: 100%; }
.detailawardsBlocks  .awardsCerti { max-height: 100%; width: 25%; float: left; padding: 0; border:1px solid #dedede; }
.detailawardsBlocks  .awardDetail { float: left; width: 75%; padding-left: 25px; border: 0; color: #333;  }
.detailawardsBlocks .detailawardsBlocks .awardTitle { margin-bottom: 20px; }
.detailawardsBlocks .awardTitle > h3 {  padding-bottom: 20px; color: #000; }
.detailawardsBlocks .awardYr { float: right;padding: 0;position: absolute;right: 0;top: 5px; }
.detailawardsBlocks .awardYr strong { color: #bb4416; }
.detailawardsBlocks .awardsCerti .awardcertiImage{ left: 0; right: 0; bottom:  6px; }
.detailawardsBlocks .awardPDf { background: #f5f5f5; color: #333; font-size: 15px; padding: 10px; border: 1px double #cccccc; }
.detailawardsBlocks .awardPDf:hover { background: #fff; }
.detailawardsBlocks .awardPDf  img {display: inline-block;margin-left: 4px;position: relative;top: 3px;}
.detailawardsBlocks  .awardDetail strong{ font-size: 16px; display: inline-block; margin-bottom: 8px; }

/*.cedapLogo img { width: 280px; height: auto; }*/

.galleryImages li { float: left; padding: 5px; position: relative; width: 25%;}
.galleryImages li .teamImg { border-bottom: 2px solid #e5e5e5;  box-shadow: 0 0 1px #cccccc;  overflow: hidden;  padding: 5px;  position: relative;}
.galleryImages li .teamImg  img{ width: 100%; }
.galleryImages li .galleryBox:hover .teamImg {  background: #f6f6f6;  box-shadow: 2px 3px 3px #cccccc;}
.whiteColor { color: #fff; }

.trained_artisan { width: 33.33%; float: left; padding: 5px;}
.trained_artisan:nth-child(odd) .singleTalukablock { background: #f9f9f9; } 
.singleTalukablock { border : 1px solid #d6d6d6; width: 100%; display: block;  padding:15px; background: #fff; position: relative;}
.singleTalukablock .talukaName { font-size: 13px; display: block; font-family: "open_sansregular"; color: #333; line-height: 15px; }
.singleTalukablock .entry-title { margin-bottom: 0; line-height: 30px;  }
.singleTalukablock .pdfDownload {background: #e8e8e8;bottom: 0;display: inline-block;height: 100%;line-height: 70px;margin-top: 0;padding: 10px 13px;position: absolute;
right: 0;top: 0;vertical-align: middle;}
.singleTalukablock .pdfDownload:hover { background: #F2F2F2; }
.singleTalukablock  [data-tooltip]:after { bottom: 100%; }
.singleTalukablock [data-tooltip]:before { bottom: 100%; }


.pdfListing li{ display: block; background: #fff; padding: 20px 0; border-bottom: 1px solid #d6d6d6; }
.pdfListing li strong { display: block; font-size: 17px; color: #bb4416; }
.pdfListing li p { display: inline; margin-bottom: 0; }
.pdfListing li .pdfDownload { display: inline; font-size: 14px;  position: relative;  top: 5px;}

#cboxNext { /* background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) 0 0; text-indent: -9999px; */}
#cboxPrevious {/*  background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) 0 0; text-indent: -9999px; */}
#cboxCurrent, #cboxTitle, #cboxNext, #cboxPrevious{ font-size: 13px; color: #333; bottom: -2px;  }

.textMuted { clear: both; color: #7b1e19; float: right; font-size: 12px; margin-bottom: 0; margin-top: 30px; width: 100%; text-align: right; font-family: open_Sanssemibold; font-style: italic;   }
.rightLogoblock { float: right; }
/*090417*/
.shelterdesginDropdown { display:none;}
.shelterBlock { position: relative; display: block; padding-right: 0px;}
.shelterBlock .headTitle { margin:0 0 20px;}

ul.progcarouselBlock, ul.photogallerycarouselBlock  { margin-bottom: 0; }
.shelterBlock .owl-controls, .progcarouselBlock  .owl-controls,.sheltertpBlock .owl-controls{ position: absolute; top: -65px; right: 0px; }
.latestsheltertpBlockprojectTicker .owl-theme .owl-controls .owl-nav [class*="owl-"],
.progcarouselBlock .owl-theme .owl-controls .owl-nav [class*="owl-"], .shelterBlock .owl-theme .owl-controls .owl-nav [class*="owl-"]{ background: transparent url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat 0 0; height: 16px; margin: 0; padding: 5px 10px; font-size: 0px;}
.shelterBlock .owl-theme .owl-controls .owl-nav .owl-prev { background-position: -1px -216px; margin-right: 5px;}
.shelterBlock .owl-theme .owl-controls .owl-nav .owl-prev:hover { background-position: -1px -195px;}
.shelterBlock .owl-theme .owl-controls .owl-nav .owl-next { background-position: -35px -216px; margin-left: 5px;}
.shelterBlock .owl-theme .owl-controls .owl-nav .owl-next:hover { background-position: -35px -195px; }

.type-programs  .progPhoto{ display:none;}
/* ******** 8. Tab ******** */
.tabs {position: relative; margin-bottom:20px;}
.tabs .tabsNav {border-bottom: 1px solid #ccc;}
.tabs .tabsNav .tabsTab {position: relative;top: 1px;}
.tabs .tabsNav .tabsAnchor,.noJS .tabNav a{background: #e65a15; color: #ffffff; display: inline-block; font-family: "open_sansbold"; font-size: 17px; margin-bottom: 5px; outline: 0 none;padding: 10px 20px;
text-decoration: none;}
.tabs .tabsNav .tabsStateActive {background-color: #fff;margin-bottom: -1px;border-top: 1px solid #ccc;border-right: 1px solid #ccc;border-left: 1px solid #ccc;}
.tabs .tabsNav .tabsStateDisabled {opacity: 0.5;}
.tabs .tabsNav .tabsStateActive .tabsAnchor {color: #E65A15;background-color: #fff;}
.tabs .tabsPanel {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;margin-bottom: 3px;}
.tabs .tabsAccordionTitle .tabsAnchor {display: block;padding: 10px;background-color: #00aadd;color: #fff;font-weight: bold;text-decoration: none;margin-bottom: 3px;}
.tabs .tabsAccordionTitle.tabsStateDisabled {opacity: 0.5;}
.tabs .tabsAccordionTitle.tabsStateActive .tabsAnchor {background-color: #fff;color: #00aadd;border-top: 1px solid #ccc;border-right: 1px solid #ccc;border-left: 1px solid #ccc;margin-bottom: 0;}
.tabs .tabsNav {margin: 0;padding: 0;}
.tabs .tabsTab {display: inline-block;margin: 0;list-style: none;}
.tabs .tabsPanel {padding: 15px;display: none; margin-bottom: 30px; }
.tabs .tabsPanel .tableData  { margin-bottom: 0; }
.tabs .tabsAccordionTitle {display: none;}
.tabs .tabsPanel.tabsStateActive {display: block;}
.noJS .tabNav { list-style:none; margin:0; padding:0;}
.noJS .tabNav li { display:inline-block;}
.noJS .tabContainer .tabPanel { height:100px; overflow:auto}
.noJS .tabContainer { height:125px; overflow:hidden}
.noJS .tabContainer .tabPanel { height:125px;}
/*accordian */
.accordion { margin-bottom:20px;}
.accordion * {transition:none;}
.accordion .accTrigger {margin-bottom:5px;padding:10px 20px 10px 47px;font-weight:normal;border:1px dotted #ccc; font-size:16px;background:#f4eacf  url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/plus.png) 20px 17px no-repeat; cursor:pointer; }
.noJS .accordion .accTrigger { background:none;}
.accordion .accTrigger a {display:block;text-decoration:none;outline:0;  color:#4a4130;}
.accordion .accTrigger.active {background:url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/minus.png) 20px 17px no-repeat !important; }
.accordion .accTrigger.active a {color:#000;}
.accordDetail {padding:10px 20px; display:none; border:1px solid #ccc; margin-bottom:10px;}
.noJS .accordDetail { display:block}
.tableData img { max-width: 22px;}


@font-face{
	font-family:'FontAwesome';
	src:url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.eot?v=4.7.0');
	src:url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('http://ncpdpindia.org/wp-content/themes/ncpdp/assets/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

/*Disaster-resilient*/
.resilientListPdf li{ background-color:#f6f6f6; width:100%; margin-bottom:10px; padding:10px 20px; transition: 250ms ease; -webkit-transition: 250ms ease;}
.resilientListPdf li:hover { padding:10px 25px;}
.resilientListPdf li a{ color:#333;}
.resilientListPdf li:hover a{ color:#bb4416;}
.resilientListPdf .pdf { position:relative; top:5px; left: 4px; }
/*Sitemap*/
.wsp-pages-list { position:relative; }
.wsp-pages-list li { width:290px; margin:0 0 10px; position:relative; z-index:9;}
.wsp-pages-list li  a{ background: #ffffff/* url("http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/arrow3.png") no-repeat scroll 0 7px / 7px auto*/; color: #333333; display: inline-block; font-size: 1.071em; padding: 0 ;width: 100%;}
.wsp-pages-list li ul { margin:10px 0 0 40px;}
.wsp-pages-list li ul:before { background: #d3d3d3; content: " "; display: block; height: 100%; left: 20px; position: absolute;z-index:-1;  top: 0;  width: 1px;}
.wsp-pages-list li li a{ background-color: #ffffff; font-size: 1em; padding-left: 10px; position: relative; background-image: none;  transition: 250ms ease; -webkit-transition: 250ms ease;}
.wsp-pages-list li a:hover { color: #bb4416; padding-left: 15px;}
.wsp-pages-list li li a:before { width:4px; height:4px; background-color:#d3d3d3; content:""; position:absolute; left:-22px; top:50%;border-radius:50%; margin-top:-2px;}
.wsp-pages-list li li a:after { width:40px; height:1px; background-color:#d3d3d3; content:""; position:absolute; left:-22px; top:50%;border-radius:50%; margin-top:-1px; z-index: -1;}
.wsp-pages-list li h4 a { color: #bb4416; }
/*Feedback page*/
.feedbackForm { background-color: #f5f5f5; border: 1px solid #d3d3d3; border-radius: 0; display: inline-block;padding: 30px;}
.feedbackForm { box-shadow:none; }
.feedbackBox { text-align:center;}
.feedbackForm .contactInputs li { text-align:left;}
.feedbackForm .contactInputs li:nth-child(5), .feedbackForm .contactInputs li:nth-child(6){ width:100%;}
.feedbackForm .contactInputs li:last-child{ width:100%; margin-bottom: 0; }
.feedbackForm button,.feedbackForm input[type="button"], .feedbackForm input[type="submit"] {padding:10px 30px;	}
/*Project ncpdp*/
.projectsStyle  {background-color: #f9f9f9; border: 1px solid #eeeeee; border-radius: 0; float: left; padding: 20px;position: relative;
transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;width: 49%;}
.projectsStyle:hover{ background-color:#7b1e19;} 
.projectsStyle:hover p { color:#fff;} 
.projectsStyle:hover .teamName { color:#fff;}
.projectsStyle:hover a{ }
.projectsStyle:last-child { float:right;} 
.projectsStyle .oneteamMemeber {}
.projectsStyle .oneteamMemeber:last-child{ float:right;}
.projectsStyle  .teamDetail { width:100%; padding:0 0 0 220px; text-align:left; margin-top: 0; }
.projectsStyle .teamImg {float: left; left: 0; position: relative; width: 200px; height: auto; }
.projectsStyle .teamImg img{  }
.projectsStyle .oneteamMemeber  { position:relative;}
.projectsStyle .teamDetail .teamDesig { display:none;}
.projectsStyle .teamDetail { /* min-height:200px; */}
.pdfDownload .pdf { max-width: 25px; }
.teamDetail .link-more{ display: none; }

/* Videos Block */
.width33p { float:  left; width: 33.33%;  padding: 0 15px; }
.width100p { float: left; width: 100%; }
.width50p { width: 50%;  }

#sub_cat { position: relative;  }
#sub_cat.active:after {background: #ffffff url("http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/dropdownAerrow.png") no-repeat scroll left center;content: "";cursor: pointer;height: 40px;position: absolute;right: 1px;top: 1px;width: 28px;
z-index: 1;}


.backtoTop { background: #bb4416;bottom: 20px;color: #ffffff;cursor: pointer;font-size: 18px;height: 40px;line-height: 35px;overflow: hidden;position: fixed;right: 20px;text-align: center;transition: all 250ms ease 0s;width: 40px;
z-index: 999; display: none;}
.backtoTop:hover{ background: #a63912; color: #fff;}

.contactInputs ul li.width100p { width: 100%;  }
.addressBlock .width50p  { float: left; }


.twoProgrm li { width: 33.33%; float: left; margin-right: 15px;  }
.twoProgrm li a {  display: block; font-family: open_sansbold; font-size: 18px; line-height: 25px; padding: 30px 20px; position: relative; text-align: center; background: #f4eacf; }
.twoProgrm li a:before { content: ""; position: absolute ; left: 8px; right: 8px; top: 8px; bottom: 8px; border:2px solid #fff; transition: 250ms ease; -webkit-transition: 250ms ease; }
.twoProgrm li a img { height: 100px; width: auto; margin: 0 auto 20px; display: block; }
.twoProgrm li a:hover { /*background: #e7dec4;*/ color : #93241e; }
.twoProgrm li a:hover:before { top: 0px; left: 0px; right: 0px; bottom: 0px;  }

.reportspapersPdf { margin: 0 -15px;}
.reportspapersPdf li { float: left; width: 33.33%; padding:0 15px; margin-bottom: 20px;  }
.reportspapersPdf li  a { float: left; width: 100%; position: relative; transform: scale(1); -webkit-transform: scale(1); transition: 250me ease-out; -webkit-transition: 250me ease-out;   }
.reportspapersPdf li  a:before { content: ""; display: block; width: 0; height: 5px; background: #bb4416; transition: width 0.3s; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; -o-transition: width 0.3s; position: absolute; bottom: 1px; }
.reportspapersPdf li  a:hover:before  { width: 100%; }
.reportspapersPdf li  a:hover { transform: scale(1.02); }
.reportspapersPdf li .reportsImg { float: left; width: 100%; position: relative;  }
.reportspapersPdf li .reportsImg .pdfDownload { background: rgba(0, 0, 0, 0.7); bottom: 6px; color: #fff; left: 0; line-height: 20px; padding: 10px; position: absolute; right: 0; text-align: right; }
.reportspapersPdf li .pdfDesc { float: left; width: 100%; margin-top: 5px; min-height: 50px;  font-family: "open_sanssemibold"; text-align: center; font-size: 16px;  }
.reportspapersPdf li .reportsImg .pdfDownload .pdf { float: right; margin-left: 10px; }

.projectListing { margin: 0 -15px;}
.projectListing .teamImg { padding: 5px; border: 1px solid #eee; }
.projectListing .teamImg, .projectListing .teamImg img{ width: 100%; height: auto; float: left; }
.projectListing .teamName{ color: #000; font-size: 16px; }
.oneteamMemeber .teamDetail { margin-top: 15px; float: left; width: 100%; }
.projectListing .oneteamMemeber:hover  .teamName{ color: #bb4416; }

.innerMain a { color: #bb4416; }
.innerMain a:hover { color: #000; }

.servBlock1  .innerservBlock:after { display: none; }
.twoverticalBlock { position: relative; float: left; }
.twoverticalBlock:after { content: ""; position: absolute;  height: 140px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	bottom:0; width: 100%; left: 0px; }
.twoverticalBlock:first-child {  margin-bottom: 20px;}


.twoverticalBlock a { position: relative; display: block;}
.twoverticalBlock a:hover span {  }

.manualsPdf { margin: 0 -10px;}
.manualsPdf li { float: left; width: 25%; margin-bottom: 20px;  }
.manualsPdf li a { float: left; padding: 0 10px; position: relative;  overflow: hidden; }
.manualsPdf li a .pdfTitle { position: absolute; bottom: -100px;  left: 16px; right: 16px; width: auto; display: block; text-align: left; background: rgba(187, 68, 22,0.9); color: #fff; padding: 8px; transition: 250ms ease-in-out; -webkit-transition: 250ms ease-in-out;  }
.manualsPdf li a:hover .pdfTitle { bottom: 5px; }
.manualsPdf li a .pdfTitle .pdf { float: right; }
.manualsPdf li .manualImg { border:1px solid #eee; float: left; padding: 5px; }
.manualsPdf li .manualImg  img { float: left; }

#fancybox-title { font-size: 15px !important;}

.singleNews { clear: both; }
.singleNews .newsImg { border: 1px solid #dedede; float: left; padding: 5px; width: 25%; margin-bottom: 20px; position: relative; }
.singleNews .newsImg img { width: 100%; float: left;}
.singleNews .newsDetail { float: left; padding-left: 20px; width: 75%; }
.singleNews .newsDetail h3{ margin-bottom: 10px; }
.singleNews .proDate { background: rgba(0, 0, 0, 0.6) url(http://ncpdpindia.org/wp-content/themes/ncpdp/assets/images/sprite.png) no-repeat scroll -33px -133px; bottom: 5px; color: #ffffff; display: inline-block; left: 5px; margin-top: 10px; padding: 8px 8px 6px 31px; position: absolute; right: 5px;}
.mrgTp20 { margin-top: 20px; }

.insitemapSubblock h4 { margin-bottom: 0; font-size: 16px; font-family: "open_sanssemibold"; line-height: 24px; }
.sub-menu { margin-top: 5px; margin-bottom: 0;}


/* 404 page */
.error-404 { font-size: 40px; margin-top: 250px; min-height: 200px; padding: 40px 0; position: relative; text-align: center; }
.error-404:before {  color:#93241e;  content: "404"; font-family: "open_sanssemibold"; font-size: 160px; height: auto; left: 0; margin: 0 auto;
  position: absolute; right: 0; text-align: center; top: -150px; width: 100%;}
.error-404 .page-header .page-title{ color: #999999; display: block; font-size: 40px; text-align: center; margin-bottom: 40px; }
.error-404 .page-header  { padding-bottom: 0; }
.error-404 .pageContent { margin-top: 40px;}
.error-404 .search-form, .searchInner .search-form { position: relative; width: 50%; display: block !important; margin: 0 auto; }
.error-404 .search-form .search-submit, .searchInner .search-form .search-submit { display: block !important; position: absolute; right: 0; top: 0;}
.error-404 .search-form input, .searchInner .search-form input{ height: 49px; }
.textCenter { text-align: center; }
.error-404 .serchBlock { display: none; }

.searchInner h3{ margin-bottom: 5px; }
.searchInner .entry-header { padding-bottom: 0; }
.searchInner .entry-header .entry-title{ font-size: 18px; }
.searchInner .entry-summary p{ margin-bottom: 5px; }
.searchInner .entry-summary p.link-more { margin-bottom: 20px; }
.searchInner .entry-summary p.link-more .more-link { background: #555; color: #fff; padding: 7px 14px; }

.ngg-navigation span { margin: 0 10px  !important; }
.ngg-navigation a.next, .ngg-navigation a.page-numbers, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.page-numbers, .ngg-navigation span.prev { margin-right: 5px !important; border:none  !important;  }
.ngg-navigation a.next:hover, .ngg-navigation a.page-numbers:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.prev:hover { background-color: #bb4416 !important; }
.ngg-navigation { border-top: 1px solid #eeeeee; font-size: 1em !important; text-align: right !important; }

.video-element_1 { border-radius: 0; }
.video-element_1 .title-block_1 { line-height: 30px; }
.video-element_1 .title-block_1 a, .video-element_1 .title-block_1 a:link, .video-element_1 .title-block_1 a:visited { font-size: 14px; color: #bb4416 !important; }

.ourteamSection { margin: 0 -15px; }
.sixgalleryBlock .ngg-gallery-thumbnail-box{ width: 16.66%;  }
.sixgalleryBlock .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail { padding:10px 0; border:1px solid #eee; }

.desreConstructiongallery { float: left; margin-bottom: 0;  width: 100%;}
.desreConstructiongallery li { float: left; margin-right: 20px; }
.desreConstructiongallery li .ngg-album-compact { position: relative; width: 100%; }

.neerBLock  { border-bottom: 1px solid #eeeeee; float: left; margin-bottom: 20px; width: 100%; }
.neerBLock .leftBlock { width: 60%; float: left; }
.neerBLock .rightBlock { width: 40%; float: left; text-align:center; }
.neerBLock .rightBlock img { width: 77%; }


/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 11111; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 11111; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
button::-moz-focus-inner {padding: 0;border: 0;}
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/****************commonpopup********/
.commonPopup { background:#fff; margin:30px auto; max-width:518px; position:relative; }
.popupContainer .popupMandetoryTxt { font-size:9px; color:#8b8b8b; position:absolute; top:20px; right:30px; }
.commonPopup .popupContainer { padding-top:20px; }
.commonPopupPopupForm .feildRow { border-bottom:1px solid #dadada; padding:13px 0; }
.commonPopupPopupForm .feildRow:first-child { border-top:1px solid #dadada; }
.commonPopupPopupForm .feildName { float:left; width:113px; position:relative; padding-right:15px; line-height:32px; position:relative; min-height:32px; }
.commonPopupPopupForm .feildInput { width:100%; padding-left:140px; position:relative; min-height:32px; }
.commonPopupPopupForm .feildName label { font-size:16px; color:#323232; font-family:"open_sansbold"; padding-bottom:0; margin-bottom: 0;  }
.commonPopupPopupForm .star { color:#F00; }
.commonPopupPopupForm .feildName:before { background:#a8bdc9; height:100%; width:1px; right:0; top:0; content:""; position:absolute; }
.commonPopupPopupForm input[type="text"], .commonPopupPopupForm input[type="email"], .commonPopupPopupForm input[type="tel"], .commonPopupPopupForm input[type="number"], .commonPopupPopupForm input[type="url"], .commonPopupPopupForm input[type="password"], .commonPopupPopupForm input[type="search"], .commonPopupPopupForm select, .commonPopupPopupForm textarea { border:0 none; height:32px; padding:5px 0; }
.commonPopupPopupForm .customSelectOuter { border:0 none; padding:0; font-size:16px; }
.commonPopupPopupForm .customSelect { font-size:15px; line-height:22px; vertical-align:middle; }
.commonPopup .mfp-close { display:none !important; }

.contentPopup h2 { background:#bb4416;  color:#fff; text-transform:uppercase;  margin-bottom:0; padding:10px 30px; font-size:20px; font-family: "open_sansbold"; }
.contentPopup .popup-modal-dismiss { position:absolute; right:-15px; top:-15px; background:#fff; width:30px; height:30px; line-height:21px; vertical-align:middle; font-size:16px; color:#323232; text-align:center; border-radius:50%; -webkit-border-radius:50%; box-shadow:0 0 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5); }
.contentPopup .popup-modal-dismiss:hover { background:#93241e; color:#fff; }
.popupContainer .popupMandetoryTxt { font-size:9px; color:#8b8b8b; position:absolute; top:25px; right:30px; }
.popupContainer h3 { font-size: 15px; color: #93241e; margin-bottom: 10px; font-family: "open_sansregular";}

.popupContainer {padding: 30px;padding-top: 30px; position: relative;}

.mdi::before, .mdi-set {display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: 24px;  line-height: 1;font-size: inherit; text-rendering: auto; line-height: inherit;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.mdi-close:before { content: "\F156";}
.hiddenText {text-indent: -9999px; display: inline-block; overflow: hidden; text-align: left;}

.btnRow.btnRight {text-align: right;}
.btnRow { margin-top: 20px;}
.commonBtnArrow.cancelBtn { background: #b9b9b9;  color: #ffa200; padding: 10px 20px 10px 20px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.commonBtnArrow { background: #93241e; padding: 10px 45px 10px 30px; border-radius: 5px; -webkit-border-radius: 5px;  color: #fff; text-decoration: none;font-size: 16px; font-weight: 600; text-transform: uppercase;  position: relative; overflow: hidden; display: inline-block;
}
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
     FILE ARCHIVED ON 18:28:20 Jan 18, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:26:37 Sep 29, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 285.378
  exclusion.robots: 0.168
  exclusion.robots.policy: 0.156
  cdx.remote: 0.097
  esindex: 0.012
  LoadShardBlock: 155.677 (3)
  PetaboxLoader3.datanode: 121.579 (5)
  CDXLines.iter: 24.823 (3)
  load_resource: 1392.282 (2)
  PetaboxLoader3.resolve: 1294.418 (2)
*/