/*
Theme Name: MoFA,Nepal
Theme URI: 
Author: IT Experts Solution PVt. Ltd.
Author URI: https://themepeak.com
Description: 
Text Domain: themepeak
Domain Path: /languages/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Reset
2. Typography
3. Elements
4. Padding/Margin
5. Forms
6. Navigation
7. Accessibility
8. Alignments
9. Clearings
10. Header Area
11. Promotion Area
12. Featured Content Area
13. Content
14. Widgets
15. Comments
16. Media
17. Captions
18. Galleries
19. Footer
20. Extra Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

b,
strong {
	font-weight: bold;
}

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

address {
	margin: 0 0 1.5em;
}

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

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

#feature-slider .cycle-pager span {
    font-size: 45px;
}

.site-title {
    font-size: 40px;
}

.entry-title,
#promotion-message h2,
#featured-content #featured-heading {
	font-size: 30px;
}

#scrollup:before {
	font-size: 26px;
}

#featured-content .entry-title {
	font-size: 24px;
}

.comments-title,
.genericon:before {
    font-size: 20px;
}

.entry-meta span a:before {
    font-size: 16px;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    font-size: 40px;
    line-height: 40px;
}

.widget-title {
	line-height: 1.4;
}

.sidebar-header-right .widget-title,
#infinite-handle span {
    font-size: 16px;
}

.themepeak-nav-menu .sub-menu a,
.themepeak-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a,
#breadcrumb-list .wrapper {
	font-size: 14px;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	font-size: 14px;
	line-height: 30px;
}

.entry-meta,
.site-description {
	font-size:  13px;
}

.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/
body {
	background-color: #f2f2f2;
}

.site {
	background-color: #fff;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-webkit-box-shadow: 	0 2px 6px rgba(100, 100, 100, 0.3);
	-moz-box-shadow: 		0 2px 6px rgba(100, 100, 100, 0.3);
	box-shadow: 			0 2px 6px rgba(100, 100, 100, 0.3);
	width: 1200px;
}

a {
	color: #21759b;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #404040;
	outline: none;
	text-decoration: underline;
}

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

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

ul {
	list-style: none;
}

ol {
	list-style: none;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 2em;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	padding: 8px;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.displayblock,
#heading,
#primary,
#secondary,
#comments,
.themepeak-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	display: block;
}

.displaynone {
	display:  none;
}

.sticky {
	display: block;
}

/* Genericons */
.genericon:before,
#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before,
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
	line-height: 1;
	font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: text-bottom;
}

#search-toggle:before {
    content: "\f400";
}

#scrollup:before {
	content: '\f432';
}

#feature-slider .cycle-prev:before {
    content: "\f430";
}

#feature-slider .cycle-next:before {
    content: "\f429";
}

.entry-meta .posted-on a:before {
	content: "\f307";
}

.entry-meta .author a:before {
	content: "\f304";
}

.edit-link a:before {
	content: "\f411";
}

.cat-links span + a:before {
	content: "\f301";
}

.tags-links span + a:before {
	content: "\f302";
}

.entry-meta .comments-link a:before {
	content: "\f300";
}


/*--------------------------------------------------------------
4. Padding/Margin originally 40px
--------------------------------------------------------------*/
.site {
	margin: 10px auto;
}

.wrapper {
	padding: 0 30px;
}

.site-title,
.site-description,
#featured-content p {
	margin-bottom: 0;
}

#masthead {
	padding: 20px 0;
}

#site-branding,
#promotion-message .section,
#content .wrapper,
.hentry,
.no-results,
.not-found,
.sidebar,
#comments,
#nav-below,
#infinite-handle,
#supplementary .widget,
#site-generator {
	padding: 20px;
}

.logo-left #site-header {
	padding-left: 10px;
}

.logo-right #site-header {
	padding-right: 10px;
}

.nav-header-right .wrapper {
	padding: 0;
}

.page-header {
	padding: 20px 20px 0 20px;
}

.page-header .page-title {
    margin-bottom: 0;
    padding-bottom: 10px;
}

#header-featured-image .wrapper,
#feature-slider .wrapper {
	padding: 0;
}

.hentry,
.widget {
	margin: 0 0 20px;
}

.blog #main .hentry,
.archive #main .hentry {
	padding-bottom: 0;
}

.archive-post-wrap {
	padding-bottom: 20px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

#promotion-message h2 {
	margin-bottom: 5px;
}

#promotion-message p {
    margin: 0;
}

#promotion-message .right a {
	margin-top: 7px;
	padding: 10px 25px;
}

#featured-content,
#supplementary {
	padding-top:  20px;
}

#featured-content .featured-heading-wrap {
	padding: 20px 20px 0;
}

#feature-heading {
    margin: 0 20px;
    padding: 20px 0 0;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container {
	margin-top: 20px;
}

.sidebar-header-right .widget:last-child {
	margin-bottom: 0;
}

#search-toggle:before {
    margin-top: 12px;
}

#scrollup:before {
    margin-top: 7px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 9px 15px;
}

p,
.hentry .featured-image {
    margin-bottom: 20px;
}

blockquote {
	margin: 20px 40px;
}


/*--------------------------------------------------------------
5. Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
6. Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

.nav-header-right .wrapper {
	float: right;
	margin-right: -18px;
}

.sidebar-header-right .widget_nav_menu {
    position: relative;
    z-index: 199;
}

.nav-primary {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 198;
}

.nav-secondary {
    background-color: #f2f2f2;
    position: relative;
    z-index: 197;
}

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

.themepeak-nav-menu li,
.sidebar-header-right .widget_nav_menu li {
    display: inline-block;
	float: left;
    text-align: left;
}

.themepeak-nav-menu a,
.sidebar-header-right .widget_nav_menu a {
	color: #666;
    padding: 10px 6px; /* originally 10px 20px*/
}

.themepeak-nav-menu li a:hover,
.themepeak-nav-menu li a:focus,
.sidebar-header-right .widget_nav_menu li a:hover,
.sidebar-header-right .widget_nav_menu li a:focus {
	color: #21759b;
	text-decoration: none;
}

/* Hover Parent */
.themepeak-nav-menu li:hover > a,
.sidebar-header-right .widget_nav_menu li:hover > a {
}

.themepeak-nav-menu .current-menu-item > a,
.themepeak-nav-menu .current-menu-ancestor > a,
.themepeak-nav-menu .current_page_item > a,
.themepeak-nav-menu .current_page_ancestor > a,
.sidebar-header-right .widget_nav_menu .current-menu-item > a,
.sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
	color: #21759b;
}

.themepeak-nav-menu .sub-menu,
.themepeak-nav-menu .children,
.sidebar-header-right .widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 200;
}

.sidebar-header-right .widget_nav_menu .sub-menu {
	border-top: 1px solid #eee;
}

.themepeak-nav-menu .sub-menu a,
.themepeak-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	position: relative;
	width: 250px;
}

.themepeak-nav-menu .sub-menu a,
.themepeak-nav-menu .children a,
.sidebar-header-right .widget_nav_menu .sub-menu a {
	border-top: none;
}

.nav-secondary .themepeak-nav-menu .sub-menu a,
.nav-secondary .themepeak-nav-menu .children a {
	background-color: #f2f2f2;
	border-color: #f9f9f9;
}

.themepeak-nav-menu .sub-menu li a:hover,
.themepeak-nav-menu .sub-menu li a:focus,
.themepeak-nav-menu .children li a:hover,
.themepeak-nav-menu .children li a:focus,
.sidebar-header-right .widget_nav_menu .sub-menu li a:hover,
.sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
	color: #21759b;
}

.themepeak-nav-menu .sub-menu .sub-menu,
.themepeak-nav-menu .children .children,
.sidebar-header-right .widget_nav_menu .sub-menu .sub-menu {
	border-top: 1px solid #eee;
	margin: -43px 0 0 249px;
}

.nav-secondary .sub-menu .sub-menu,
.nav-secondary .themepeak-nav-menu .children .children  {
	border-color: #f9f9f9;
}

.themepeak-nav-menu .menu-item:hover,
.themepeak-nav-menu .page_item:hover,
.sidebar-header-right .widget_nav_menu .menu-item:hover {
	position: static;
}

.themepeak-nav-menu .menu-item:hover > .sub-menu,
.themepeak-nav-menu .page_item:hover > .children,
.sidebar-header-right .widget_nav_menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Menu Search */
.nav-primary.search-enabled {
	position: relative;
}

.nav-primary.search-enabled .menu {
	float: left;
}

#search-toggle {
    background-color: transparent;
    color: #666;
    cursor: pointer;
    float: right;
    height: 42px;
    margin-right: 20px;
    text-align: center;
    width: 42px;
}

#search-toggle:hover {
	background-color: transparent;
    color: #000;
}

#search-container {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    bottom: -56px;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
    padding: 10px 40px;
}

.nav-primary .search-field {
	border-color: #eee;
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	width:  100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

/* WP Page Navi */
#nav-below .wp-pagenavi,
.page-links {
	float: right;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span,
.page-links span {
	border: none;
	float: left;
	height: 28px;
	color: #21759b;
	text-align: center;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.page-links span {
	margin-left:  10px;
}

.page-links span,
.page-links a:hover span {
	background-color: #000;
	color: #fff;
}

.page-links a span {
	background-color: #f2f2f2;
	color: #404040;
}

.page-links span.pages {
	background-color: transparent;
	color: #404040;
	margin-left: 0;
	padding: 0;
}

#nav-below .wp-pagenavi a,
#nav-below .wp-pagenavi span {
	background-color: #eee;
	margin: 0 0 0 10px;
}

#nav-below .wp-pagenavi span.pages {
	color: #404040;
	background-color: transparent;
	padding: 2px 0 0 0;
}

#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover {
	background-color: #000;
	color: #fff;
}

#nav-below .wp-pagenavi span.current{
	background-color: #000;
	color: #fff;
	font-weight: normal;
}

/* Jetpack Infinite Scroll */
#infinite-handle span {
    background-color: #eee;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #21759b;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#infinite-handle span:hover {
	background-color: #000;
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
7. Accessibility
--------------------------------------------------------------*/
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
8. 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: 0 auto;
}

/*--------------------------------------------------------------
9. Clearings
--------------------------------------------------------------*/
.clear:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.themepeak-nav-menu:after,
.nav-header-right:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
#nav-below:after,
.page-links:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------------------------------------------------
10. Header Area
--------------------------------------------------------------*/
#site-branding,
#site-logo,
#site-header {
	display: inline-block;
	float: left;
}

#site-branding,
#site-logo {
	max-width: 100%;
}

#site-logo a {
    display: block;
    line-height: 0;
}

#site-header.logo-enable.logo-left {
    padding-left: 10px;
}

#site-header.logo-enable.logo-right {
    padding-right: 10px;
}

.site-title {
    font-weight: bold;
}

.site-title a {
	color: #404040;
}

.site-title a:hover {
	color: #21759b;
	text-decoration: none;
}

.site-description {
	font-style: italic;
}

.sidebar-header-right,
.sidebar-header-right .widget-wrap {
	float: right;
}

#header-featured-image {
	clear: both;
	display: block;
	line-height: 0;
	width: 100%;
	text-align: center;
}

/*--------------------------------------------------------------
11. Promotion Area
--------------------------------------------------------------*/
#promotion-message {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#promotion-message .left {
	float: left;
	max-width: 940px;
}

#promotion-message .right {
	float: right;
	max-width: 220px;
	text-align: center;
}

#promotion-message .right a {
    background-color: #f2f2f2;
	border: 2px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	display: block;
}

#promotion-message .right a:hover {
	border-color: #666;
	color: #000;
	text-decoration: none;
}

#promotion-message .left {
    max-width: 80%;
}
#promotion-message .right {
    max-width: 20%;
}
/*--------------------------------------------------------------
12. Featured Content Area
--------------------------------------------------------------*/
#featured-content {
	border-bottom: 1px solid #eee;
}

#featured-content.border-top {
	border-top: 1px solid #eee;
	border-bottom: none;
}

#feature-heading {
    border-bottom: 1px solid #eee;
}

#featured-content .entry-title a {
	color: #404040;
}

#featured-content .entry-title a:hover {
	color: #21759b;
}

#featured-content .featured-content-image {
	display: block;
	line-height: 0;
}

#featured-content .hentry {
	border: none;
	float: left;
}

#featured-content.layout-four .hentry {
	width: 290px;
}

#featured-content.layout-three .hentry {
	width: 386px;
}

#featured-content.layout-four .hentry:nth-child(4n+1),
#featured-content.layout-three .hentry:nth-child(3n+1) {
	clear: both;
}

#featured-content figure a {
    display: block;
    line-height: 0;
}

.one-column .layout-four .featured-content-wrap {
    margin-left: -2%;
    width: 102%;
}
.one-column #featured-content.layout-four .hentry {
    margin-left: 2%;
    padding-left: 2%;
    padding-right: 2%;
    width: 23%;
}

/*--------------------------------------------------------------
13. Content
--------------------------------------------------------------*/
#main {
	float: left;
	width: 820px;
}

.sidebar-primary {
	float: right;
	width: 340px;
}

.archive-post-wrap,
.page-header .page-title {
    border-bottom: 1px solid #eee;
}

.entry-title,
.entry-title a {
	color: #404040;
}

.entry-title a:hover {
	color: #21759b;
}

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

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

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

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

/* Two Columns (Content Right, Left Sidebar) */
.content-right #main {
	float: right;
}

.content-right .sidebar-primary {
	float: left;
}

/* Three Columns */
#content_sidebar_wrap {
	float:  right;
	width:  920px;
}

#content_sidebar_wrap #main {
	width:  580px;
}

.sidebar-secondary {
	float: left;
	width: 240px;
}

/* Three Columns (Equal Sidebars) */
.three-columns.equal-sidebars #content_sidebar_wrap {
	width:  820px;
}

.three-columns.equal-sidebars #content_sidebar_wrap #main {
	width:  480px;
}

.three-columns.equal-sidebars .sidebar-secondary {
	width: 340px;
}

/* Three Columns (Equal Columns) */
.three-columns.equal-columns #content_sidebar_wrap {
    width: 773px;
}

.three-columns.equal-columns #content_sidebar_wrap #main {
    width: 386px;
}

.three-columns.equal-columns .sidebar-primary,
.three-columns.equal-columns .sidebar-secondary {
    width: 387px;
}

/* Three Content Left */
.three-columns.content-left .sidebar-secondary,
.three-columns.content-left .sidebar-secondary {
	float: right;
}

.three-columns.content-left #content_sidebar_wrap {
	float: left;
}

/* Three Content Right */
.three-columns.content-right #content_sidebar_wrap #main {
	float:  right;
}

/* One Column (No Sidebar, Content Width) */
.no-sidebar.content-width #main {
    display: block;
    float: none;
    margin: 0 auto;
    width: 820px;
}

/* One Column (One Column) */
.no-sidebar.one-column .site {
    width: 860px;
}

.no-sidebar.one-column #main {
	width: 820px;
}

/* One Column (No Sidebar, Full Width) */
.no-sidebar.full-width #main {
    width: 100%;
}

/* Layout Options with Featured Image on Left */
.has-post-thumbnail.excerpt-portrait-featured-image .featured-image,
.has-post-thumbnail.excerpt-landscape-featured-image .featured-image,
.has-post-thumbnail.excerpt-thumbnail-featured-image .featured-image {
	display: inline;
    float: left;
}

.has-post-thumbnail.excerpt-portrait-featured-image .entry-container,
.has-post-thumbnail.excerpt-landscape-featured-image .entry-container,
.has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
	display: inline;
    float: right;
}

.has-post-thumbnail.excerpt-portrait-featured-image .featured-image {
	width: 169px;
}

.has-post-thumbnail.excerpt-landscape-featured-image .featured-image {
	width: 200px;
}

.has-post-thumbnail.excerpt-thumbnail-featured-image .featured-image {
	width: 150px;
}

/* Three Colummns */
/* Show Excerpt Portrait Featured Image */
.has-post-thumbnail.excerpt-portrait-featured-image .entry-container {
    width: 351px;
}

/* Show Excerpt Landscape Featured Image */
.has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 320px;
}

/* Show Excerpt Thumbnail Featured Image */
.has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 370px;
}

/* Three Colummns, Equal Primary and Secondary */
/* Show Excerpt Portrait Featured Image */
.equal-sidebars .has-post-thumbnail.excerpt-portrait-featured-image .entry-container {
    width: 251px;
}

/* Show Excerpt Landscape Featured Image */
.equal-sidebars .has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 250px;
}

.equal-sidebars .has-post-thumbnail.excerpt-landscape-featured-image .featured-image {
    width: 170px;
}

/* Show Excerpt Thumbnail Featured Image */
.equal-sidebars .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 270px;
}

/* Three Colummns, Equal Columns ( width 346px ) */
.equal-columns .has-post-thumbnail .featured-image {
	text-align: center;
	width:  100%
}

.equal-columns .has-post-thumbnail .entry-container {
	clear: both;
    width: 100%;
}

/* Two Colummns, One Column  */
/* Show Excerpt Portrait Featured Image */
.two-columns .has-post-thumbnail.excerpt-landscape-featured-image .featured-image,
.no-sidebar .has-post-thumbnail.excerpt-landscape-featured-image .featured-image {
    width: 300px;
}

.two-columns .has-post-thumbnail.excerpt-portrait-featured-image .entry-container,
.no-sidebar .has-post-thumbnail.excerpt-portrait-featured-image .entry-container  {
    width: 591px;
}

/* Show Excerpt Landscape Featured Image */
.two-columns .has-post-thumbnail.excerpt-landscape-featured-image .entry-container,
.no-sidebar .has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 460px;
}

/* Show Excerpt Thumbnail Featured Image */
.two-columns .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container,
.no-sidebar .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 610px;
}

/* Full Width */
/* Show Excerpt Portrait Featured Image */
.full-width .has-post-thumbnail.excerpt-portrait-featured-image .entry-container  {
    width: 911px;
}

/* Show Excerpt Landscape Featured Image */
.full-width .has-post-thumbnail.excerpt-landscape-featured-image .entry-container {
    width: 780px;
}

/* Show Excerpt Thumbnail Featured Image */
.full-width .has-post-thumbnail.excerpt-thumbnail-featured-image .entry-container {
    width: 930px;
}

/*--------------------------------------------------------------
14. Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
15. Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-body {
    border-bottom: 4px double #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom:  20px;
}

.comment-body .comment-author img {
    float: left;
    line-height: 0;
    margin-right: 10px;
    padding: 0;
}

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

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.hentry .featured-image a {
    display: block;
    line-height: 0;
}

/*--------------------------------------------------------------
17. Captions
--------------------------------------------------------------*/
caption {
	font-weight: bold;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 5px 5px 0;
}

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 8px 0;
}

/*--------------------------------------------------------------
18. Galleries
--------------------------------------------------------------*/
#main .gallery {
	margin-bottom: 1.5em;
}

#main .gallery img {
    border: 1px solid #eee;
    padding: 5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.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%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
19. Footer
--------------------------------------------------------------*/
#supplementary,
#site-generator {
	border-top: 1px solid #eee;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.two .widget-area {
	width: 580px;
}

#supplementary.three .widget-area {
	width: 386px;
}

#supplementary.four .widget-area {
	width: 290px;
}

#site-generator.one #footer-left-content,
#site-generator.one #footer-right-content {
	width: 100%;
}

#footer-left-content,
#footer-right-content {
	width: 560px;
}

#footer-left-content {
	float: left;
}

#footer-right-content {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
10. Extra Elements
--------------------------------------------------------------*/
/* Themepeak Scrollup */
#scrollup {
    background-color: #666;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #eee;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    bottom: 20px;
	right: 20px;
    text-align: center;
	text-decoration: none;
    width: 40px;
    z-index: 9999;
}

#scrollup:hover {
	background-color: #000;
    color: #fff;
    text-decoration: none;
}

/* Themepeak breadcrumb */
#breadcrumb-list {
}

#breadcrumb-list .wrapper {
    padding: 20px 40px 0;
}

.home #breadcrumb-list .wrapper {
	padding-bottom: 20px;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
    color: #666;
	display: block;
   	float: left;
   	font-style: italic;
   	margin-left: -1px;
}

#breadcrumb-list span.sep {
	border: none;
	float: right;
	margin-left: 0;
	padding: 0 0 0 5px;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #21759b;
	display: block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
	color: #404040;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f2f2f2;
	padding: 5px 10px 3px;
}

/* jQuery Cycle 2 Custom CSS */
#feature-slider {
    position: relative;
    z-index: 101;
}

#feature-slider .cycle-slideshow {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#feature-slider .cycle-slideshow img {
    display: block;
    margin: 0 auto;
}

#feature-slider .cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 101;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

#feature-slider .cycle-pager span {
    font-family: arial;
    line-height: 20px;
    width: 14px;
    height: 20px;
    display: inline-block;
    color: #f2f2f2;
    cursor: pointer;
    margin: 0 2px;
}

#feature-slider .cycle-pager span.cycle-pager-active {
    color: #000;
}

#feature-slider .cycle-pager > * {
    cursor: pointer;
}

#feature-slider .cycle-prev:before,
#feature-slider .cycle-next:before {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
}

#feature-slider .cycle-prev,
#feature-slider .cycle-next {
    background-color: #000;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    color: #fff;
    cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    text-decoration: none;
    -moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
    z-index: 101;
}

#feature-slider .cycle-prev {
    left: -20px;
}

#feature-slider .cycle-next {
    right: -20px;
}

#feature-slider:hover .cycle-prev {
    left: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#feature-slider:hover .cycle-next {
    right: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#feature-slider .cycle-slideshow .hentry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#feature-slider .cycle-slideshow article:first-child {
    position: static;
    z-index: 100;
}

#feature-slider .entry-container {
    bottom: 44px;
    color: #fff;
    left: 25%;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 101;
}

#feature-slider .entry-container:hover {
    background-color: #000;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    border-radius:          4px;
    -moz-transition:    all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

#feature-slider .entry-title,
#feature-slider .entry-title a {
    color: #fff;
}

#feature-slider .entry-content {
    margin: 0
}

#feature-slider .entry-content p:last-child {
    margin-bottom: 0;
}

.disabled {
    opacity: .5;
    filter:alpha(opacity=50);
}

/* Social Icons */
.widget_themepeak_social_icons .widget-wrap {
	margin-left: -5px;
}

.site .widget_themepeak_social_icons a.genericon {
	background-color: #f2f2f2;
	border: 1px solid #eee;
	border-radius: 3px;
	-moz-border-radius:	3px;
	box-sizing: content-box;
	-webkit-border-radius:	3px;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	color: #404040;
    margin: 0 0 5px 5px;
    padding: 5px;
}

.site .widget_themepeak_social_icons a.genericon{
	background-color: #000;
	border-color: #000;
    color: #fff;
    text-decoration: none;
}

.site .widget_themepeak_social_icons a.genericon-facebook-alt{
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_themepeak_social_icons a.genericon-twitter {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_themepeak_social_icons a.genericon-googleplus-alt {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_themepeak_social_icons a.genericon-mail {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_themepeak_social_icons a.genericon-feed{
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_themepeak_social_icons a.genericon-wordpress {
	background-color: #21759b;
	border-color: #21759b;
}

.site .widget_themepeak_social_icons a.genericon-github {
	background-color: #4183c4;
	border-color: #4183c4;
}

.site .widget_themepeak_social_icons a.genericon-linkedin {
	background-color: #007bb6;
	border-color: #007bb6;
}

.site .widget_themepeak_social_icons a.genericon-pinterest {
	background-color: #cb2027;
	border-color: #cb2027;
}

.site .widget_themepeak_social_icons a.genericon-flickr {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_themepeak_social_icons a.genericon-vimeo {
	background-color: #aad450;
	border-color: #aad450;
}

.site .widget_themepeak_social_icons a.genericon-youtube {
	background-color: #bb0000;
	border-color: #bb0000;
}

.site .widget_themepeak_social_icons a.genericon-tumblr {
	background-color: #32506d;
	border-color: #32506d;
}

.site .widget_themepeak_social_icons a.genericon-instagram {
	background-color: #517fa4;
	border-color: #517fa4;
}

.site .widget_themepeak_social_icons a.genericon-codepen {
	background-color: #000;
	border-color: #000;
}

.site .widget_themepeak_social_icons a.genericon-path{
	background-color: #ff442c;
	border-color: #ff442c;
}

.site .widget_themepeak_social_icons a.genericon-dribbble {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_themepeak_social_icons a.genericon-skype{
	background-color: #12a5f4;
	border-color: #12a5f4;
}

.site .widget_themepeak_social_icons a.genericon-digg {
	background-color: #333;
	border-color: #333;
}

.site .widget_themepeak_social_icons a.genericon-reddit {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_themepeak_social_icons a.genericon-stumbleupon{
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_themepeak_social_icons a.genericon-pocket{
	background-color: #f13753;
	border-color: #f13753;
}

.site .widget_themepeak_social_icons a.genericon-dropbox {
	background-color: #2281cf;
	border-color: #2281cf;
}

.site .widget_themepeak_social_icons a.genericon-spotify {
	background-color: #81b900;
	border-color: #73a500;
}

.site .widget_themepeak_social_icons a.genericon-polldaddy {
	background-color: #bc0b0b;
	border-color: #bc0b0b;
}

.site .widget_themepeak_social_icons a.genericon-foursquare {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_themepeak_social_icons a.genericon-twitch {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_themepeak_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}






/* ----------------------------------------------------------------------------------------------------------------------
Custom CSS Starts  from here ...
--------------------------------------------------------------------------------------------------------------------*/

/*
 ----------------------------------------------------------------------------------------------
Table of Content
-------------------------------------------------------------------------------------------------


Custom 1. Navigation and Top Header Css
Custom 2. Feature Image Box Styling - Minister , Secretary , Tabs
Custom 3. Feature Image CSS
Custom 4. Middle Section CSS -- About Nepal, Mission , Page List
Custom 5. Feature Link Css
Custom 6. Social Box- CSS
Custom 7. Footer Logo Slider Css
Custom 8. Footer List and Feature Image Css
Custom 9. Main Footer 
Custom 10. Remaining Css


----------------------------------------------- */
/* Link css */

.fpw-read-more-link,.home .more-link {
 position: absolute;
 right: 5px;
 bottom: -2px;
 font-size: 11px;
 display: inline-block;
 color: #479BC9!important;
 margin: 5px 4px 5px 10px;
 padding: 9px 7px 9px 7px;
 text-decoration: none;
 background: white;
}

.more-link {
  font-size: 10px;
    color: #479BC9!important;
    margin: 5px 4px 5px 10px;
    padding: 9px 7px 9px 7px;
}
.middle-3 .fpw-read-more-link{
background: #F9FCFF;
}

/*---------------------------------------------------------------------
 Global Css 
------------------------------------------------------------------------*/
/* .home .hwrap{

	display: none;
	margin: 0px;
}
*/

.home .widget{
	margin: 0px;
}

.section-group{

	margin-bottom: 30px;
}
.section-group-1,.section-group-7,.section-group-9{
 	margin-bottom: 0px;
 }

 .section-group-8{
 	background: #35425D;
 }
 
 .sidebar-header-right{
	padding-top: 0px;
    padding-bottom: 0px;
	padding-right:10px;
}

#lang{
	background: #F2F2F2;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 23px;
    border-radius: 5px;

}
#lang:hover{
	text-decoration: none;

	background: #eee;
	transition:ease-in-out 0.2s;
}


.divisor{

	padding-left: 15px;
	padding-right: 15px;
}

#masthead{

	    background: url('../../uploads/2016/01/ev2-1.png') no-repeat 100% 102%;
    background-size: 47%;

}
.nav-primary{
	border: 0px;

}


.themepeak-nav-menu{

	margin: 0px !important;
}


#site-branding{

	padding: 0px;
}



img.displayed, img.attachment-fpw_banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

 
.widget select, .widget select option {
    font-size: 12px !important;
    padding: 2px;
    width: 90%;
}
.widget option,.widget option:hover,.widget option:active{

	font-size: 11px;
}


.site-footer #supplementary{

	padding-top: 0px;
}

#masthead{

	    padding: 10px 0px;
}


.tp_dropdown{

	margin-bottom: 11px !important;
}

.section-group-1 .wrapper{

padding: 0px;

}
 
.widget select, .widget select option {
    font-size: 12px !important;
    padding: 2px;
    width: 90%;
}



.home .site-content{
	
	display:none;
}

.ptms_marquee {
    margin-top: -24px;
   margin-left: 100px;
}


/* -----------------------------------------------------
	>> Custom 1.
-------------------------------------------------------- */

/* Styling Search Bar */
input.search-field:hover, input.search-field:focus {
    font-size: 100%;
}

.sidebar-header-right .widget{

 	margin-bottom: 20px;
 }

 .search-submit{
    border: 0px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #eee;
    border-left: 1px solid lightgray;
    border-radius: 0px;
    /* -webkit-border-radius: 0px; */

}


.search-form input[type=button]{

	padding: 0px !important;
}


.search-field{

	font-weight: 100 !important;
}
 
/* Fixed Header while Scrolling */
.fixed{
z-index: 9999;
 position: fixed !important;
left: 0;
top: 0;
width: 100%;
padding: 0px 45px;
}

/* Drop Down Arrow in Navigation Css */

.nav-primary li > a:after {
	color: #fff;
	content: ' ▾';
}


.nav-primary li > a:hover:after {
	color: #444;
	content: ' ▾';
}

.nav-primary li > a:only-child:after {
	content: '';
}
.nav-primary .sub-menu li > a:after {
	color: #888;
	content: '\25b8';
}

.nav-primary .sub-menu li > a:hover:after {
	color: #444;
	content: '\25b8';
}

.nav-primary .sub-menu li > a:only-child:after {
content: '';
}


/* ------------------------------------------------------------
	>> Custom 2
---------------------------------------------------------------*/

/* Image Border Styling */

.img-circle {
border: 5px solid white;
box-shadow: 0px 0px 5px 0px lightblue;
-webkit-border-radius: 50%; 
-moz-border-radius: 50%;
 border-radius: 50%; 
}

.img-square {
	height: 100%;
	border: 2px solid white;
	box-shadow: 0px 0px 5px 0px lightblue;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}

.profile-name{
padding: 0px;
font-size: 12px;
margin-bottom: 0;
text-align: center;
}

.profile-designation{
font-style: italic;
font-size: 13px;
padding: 2px 0px;
margin-bottom: 0px;

}

	
/*-------------------------------------------------
	 >> Custom 3
 --------------------------------------------------*/
 
 /* Feature Image Minister and Secretary CSS */
.top .tp_custom_image:first-child{

margin-bottom:4px;
}

#tp_custom_image-2,#tp_custom_image-3{

border:1px solid lightgray;
padding:10px;
}

#tp_custom_image-2 .profile-name,#tp_custom_image-3 .profile-name {
padding: 10px 0px;
font-size: 15px;
margin-bottom: 0;
text-align: left;
font-weight:600;
}

#tp_custom_image-2 .top-widget-box,#tp_custom_image-3 .top-widget-box {
padding: 5px 0px;
}

.top .top-1,.top .top-2{
	margin-top: 0px !important;
}
.top .top-2{
	
    max-height: 350px;
    min-height: 350px;
    margin-bottom: 0px;
    overflow: hidden;
}

.rpwe-block {
    min-height: 260px;
    max-height: 272px;
    overflow: hidden;
}

 /* ------------------------------------------------------------------------
	>> Custom 4 -- Middle Section CSS -- About Nepal, Mission , Page List
-------------------------------------------------------------------------- */
 /* Css to make content hidden while in responsive mode */
.middle .rpwe-block {
min-height: 375px;
max-height: 375px;
overflow: hidden;
}
 .middle-1,.middle-2,.middle-3{
	border: 1px solid lightgray;
   	border-top: 4px solid rgb(51, 95, 127);
   	min-height: 429px;
	max-height: 429px;
	position:relative;
    
	}




.middle-1 .widget-title,.middle-2 .widget-title{
    border-left: 2px solid rgb(51, 95, 127);
    border-right: 2px solid rgb(51, 95, 127);
    padding-left: 4px;
    padding-right: 6px;
    margin-left: 15px;
    float: left;
    margin-top: -37px;
    background-color: white;
    
}

.middle-1 .widget-wrap,.middle-2 .widget-wrap{
	padding: 20px;
	padding-bottom: 0px;
}

.middle-1 p{
	text-align: justify;
	/*padding-top: 10px;*/
}

.middle-2 .rpwe-block{
	margin-top:3px;

	}
	
.middle-3 #text-27 .textwidget {
    font-size: 19px;
    border-left: 2px solid rgb(51, 95, 127);
    border-right: 2px solid rgb(51, 95, 127);
    padding-left: 4px;
    padding-right: 6px;
    margin-left: 15px;
    float: left;
    margin-top: -27px;
    background-color: white;
}

.middle-3{
	padding: 10px;
	background: rgba(204, 227, 255, 0.12);
}

.middle-3 h4{

	margin-bottom: 5px;
	font-size: 15px;

	margin-top: 0px;
}
/* Drop down page list */
.widget select, .widget select option {
font-size: 12px !important;
padding: 2px;
width: 90%;
margin: 0px auto;
display: block;
margin-bottom: 10px;
}

.middle-3 h4{
text-align:center;

}

.tp_dropdown{
margin: 10px 0px !important;
}
 
 	 .middle .fpw-featured-image,.middle .rpwe-block ,.middle .tp_dropdown {

padding-top:10px;
}
 	 .middle .hentry{

padding:0px;
padding-top:10px;
}

/* -------------------------------------------------------
	>> Custom 5 Feature Link Css
------------------------------------------------------------- */
 
.featurelink a{
color:white;
}

.featurelink a:hover {
    color: #C5DBDE;
}


.featurelink .top-widget-box{
height: 54px;
background: #479BC9;
border-radius: 4px;
margin-bottom:3px;
padding:15px;
font-size:13px;
}

.featurelink .top-widget-box:first-child {
margin-top: 8px;
}
 .featurelink .top-widget-box:last-child{
margin-bottom:0px;

}
#tp_custom_image-6 a,#tp_custom_image-7 a,#tp_custom_image-8 a {
text-decoration: none;
}

 /* Feature Link Third Box Css */
 
.featurelink-3 .top-widget-box1{
margin-top:8px;
padding: 5px;
width: 49%;
float: left;
}

.featurelink-3 .top-widget-box2{
margin-top:8px;
padding: 5px;
width: 49%;
float: right;
}
.featurelink-3 .top-widget-box3{
clear:both;
}



 
 /* --------------------------------------------------------
>> Custom 6 Social Box- CSS
------------------------------------------------------ */
/* CSs to make title stylish */ 
.socialsection-3 .widget-title{
padding-top: 12px;
padding-bottom: 5px;
padding-left: 10px;
margin-bottom: 0px;
font-size: 18px;
}
.socialsection-2,.socialsection-3{
	border: 1px solid rgba(128, 128, 128, 0.25);
        border-radius: 4px;
	
}

.socialsection-2{
padding-left: 5px;
}

.socialsection-1 .widget-title{
display:none;
}

.socialsection-3 .top-widget-box1 a {
    color: #167ac6;
}
.socialsection-3 .top-widget-box1 {
    float: right;
    font-size: 11px;
}
 
 /* -----------------------------------------------------------------
>> Custom 7 Footer Logo Slider Css
 -------------------------------------------------------------- */ 

 /* CSS to insert next button image of the Logo slider*/ 
.bx-wrapper .bx-next {   
background: url('../../uploads/2016/03/right-arrow.png');
}
	
	/* CSS to insert previous button image of the Logo slider*/ 

.bx-wrapper .bx-prev {
 background: url("../../uploads/2016/03/left-arrow.png");
}  
.footerslider {
background: #35425D;
margin-bottom: 0px;
border-bottom: 1px solid #eee;
}
/* Css for Photo Gallery Box */
#tp_custom_image-9 #top-widget-box1 a{
color: #479BC9;
font-size: 10px;
float: right;
}

 
 /* -----------------------------------------------------------------
>> Custom 8 Footer List and Feature Image Css
 -------------------------------------------------------------- */ 
.footers a {
color: #E1EAEE;
}
.footers {
color: #E1EAEE;
background: #35425D;
padding-top: 30px;
margin-bottom: 0px;
}

.list_warp h3 {
font-size: 14px;
border-bottom: 1px solid gray;
padding-bottom: 8px;
margin-bottom: 3px;
font-weight: 600;
}

#sb_list-2 .list_warp, #sb_list-3 .list_warp ,#sb_list-4 .list_warp{
padding:0px;
}

.list_warp {
	padding: 10px 0px;
}

.sb-list li {
transition: all;
transition-duration: 1s, 2s, 5s;
transition-timing-function: ease, ease-out, linear;
font-size: 12px;
display: flex;
color: #56564F;
}
/* For List Styling */ 
#sb_list-6,#sb_list-7{
margin-top:17px;

}
.sb-list li:hover{

margin-left: -5px;
}

.sb-list li a:hover {
color: #fea;
transition: color 0.8s ease;
}
.sb-list li:before {
content: "\00BB";
padding-right: 6px;
color:#E1EAEE;
}

/* Feature Image For Footer */
#tp_custom_image-4 h4,#tp_custom_image-5 h4{
font-weight:600;
font-size: 15px;
text-align: center;
border-bottom: 1px solid gray;
padding-bottom: 2px;
}
#tp_custom_image-4 .border-class,#tp_custom_image-5 .border-class{
font-size: 12px;
text-align: center;
}

/* Footer Icon Css */
.footers .genericon:before {
font-size: 13px;
}
	 
#themepeak_social_icons-3 .genericon:before {
font-size: 16px;
}


.contact li {
padding-bottom: 5px;
list-style: none;
display: flex;
text-decoration: none;

}

.footers-6{
font-size:11px;
}
.footers-6 .widget-title {
    font-weight: 600;
    border-bottom: 1px solid grey;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 4px;
}
.footers-6 li {
    padding-bottom: 5px;
    list-style: none;
    display: flex;
    text-decoration: none;
} 

.text1 {
    padding-bottom: 5px;
    font-size: 13px;
}

.text2, .text3, .text4, .text5, .text6 {
    padding-bottom: 5px;
    display: inline-flex;
}
 
 /* -----------------------------------------------------------------
>> Custom 9 Main Footer 
 -------------------------------------------------------------- */ 
 
.footer-links a {
    color: white;
}
.footer-links {
    font-size: 12px;
}
.footer-contact {
    border-top: 1px solid gray;
    padding: 8px;
    font-size: 11px;
}


/*----------------------------------------------------------------------------------
		Remaining Css
------------------------------------------------------------------------------------ */

/* Border- Bottom of scrolling marque */
.marquescroll{
	background: lightblue;	
    border-bottom: 1px solid lightgray;
}

#post-title-marquee-scroll,#post-title-marquee-scroll .widget-title{

	margin: 0px;
}
#post-title-marquee-scroll .widget-title{

	font-size: 14px;

	font-weight: 600;

	margin-top: 10px;
}


/* Post List Title */
.rpwe-title a{

	font-size: 14px !important;
}
/* Formatting the date on the side of recent post.. If u want such formating , edit plugins/functions/get_the_date() ->$date*/
div.date {
    margin-right: 22px;
    font-family: "Century Gothic",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #b6b7aa;
}

span.day {
    border-right: 1px solid #a1a293;
    text-shadow: #7c7c70 0 1px 0;
}

span.day {
    font-size: 1.43em;
    font-weight: bold;
    float: left;
    padding: 4px 10px 4px 0;
    margin: 0 10px 0 0;
}

span.month {
    margin-left: -0.5em;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 100%;
}

span.year {
    line-height: 4.5em;
    margin-left: -24px;
}

.rpwe-time{
float: left;
}
.rpwe-title{
display:flex;
}


/* Contact Form */


.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background: #F2F2F2;
}

/* ---------------------------------------
	Blog Page Design
------------------------------------------*/

.blog .entry-title,.archive .entry-title {
    font-size: 18px;
    text-align: justify;
    border-bottom: 1px dotted lightgray;
    font-family: initial;
text-transform:uppercase;
}
.archive .entry-title a,.blog .entry-title a{

    color: #21759b;

}


/* Recent Post Extended */

.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

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

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}


/* Page Widget CSS */

.entry-content select {
    width: 90%;
    margin-bottom: 12px;
    font-size: 13px;
}


.archive .page-title {
    font-family: serif;
    color: #093D63;
    text-shadow: -1px 3px 6px rgba(204, 222, 255, 0.6);
}

.site-footer{
position:relative;
}
.footer-logo {
    position: absolute;
    right: 40px;
    bottom: 10px;
}



/* ------------------------------------------------------------------------------
	Responsive Design
-------------------------------------------------------------------------------  */

#mobile-footer-menu{

display:none !important;
}

@media only screen and (max-width:768px){

.top .top-2,.rpwe-block,.middle-1, .middle-2, .middle-3{
max-height:100%; min-height:100%; overflow:hidden;}


.footers li {
    text-align: center;
    display: block;}
.footers{text-align:center;}


.top .fpw-read-more-link{display:none;}

.middle-1, .middle-2 {
    margin-bottom: 20px !important;}


}

.inside-box {
    /*float: left;
     color: white; 
    margin-left: 35px;*/
     margin-top: -11px;
    margin-bottom: -30px;
    font-size: 10px;
    position: relative;
}
.list-button{
	background:#1e73be;
	width: 100% !important;
	margin-top: 17px !important;
	margin-left: 0px !important;
	    color: #f2f2f2;
}

.list-button:hover{
	background: #dfdfdf;
	color: black;
}
.list-button a{
	color:#dfdfdf;
	text-align: center;
}

li.active {
    border-top: 1px solid red;
}

.rpwe-alignleft {
    display: none !important;
}