@import url(font-awesome/font-awesome.min.css);
@font-face {
	font-family: icomoonnew;
	src: url(fonts/icomoonnew.eot?t6qug5);
	src: url(fonts/icomoonnew.eot?#iefixt6qug5) format('embedded-opentype'), url(fonts/icomoonnew.woff?t6qug5) format('woff'), url(fonts/icomoonnew.ttf?t6qug5) format('truetype'), url(fonts/icomoonnew.svg?t6qug5#icomoon) format('svg');
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"], [class^=icon-] {
font-family:icomoon;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
    overflow-x: hidden;
}

/* Sections
   ========================================================================== */

body {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin: 15px 0;
}
div:focus {
    outline: 0;
}
.breadcrumb {
    background: transparent;
}
p:empty {
   display: none;
}
/* Grouping content
   ========================================================================== */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */

a {
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline:0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

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

/* Embedded content
   ========================================================================== */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

details {
  display: block;
}
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

template {
  display: none;
}
[hidden] {
  display: none;
}

/* Elements
   ========================================================================== */
html {
	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/ */
	box-sizing: inherit;
}

blockquote,
q {
	border-left: 4px solid #d5d5d5;
    color: #6a6a6a;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding-left: 15px;
    quotes: "" "";
    position: relative;
    margin-left: 60px;
}
blockquote::before, q::before {
    background:#222222;
    content: "";
    height: 26px;
    left: -60px;
    position: absolute;
    top: 5px;
    width: 33px;
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Clearing
   ========================================================================== */

.clearfix:before, .clearfix:after, 
.row:before, .row:after, 
.entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after,  
.site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after, 
.lekh-wrapper:before, .lekh-wrapper:after {
	content: "";
	display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-content:after, 
.site-footer:after, 
.lekh-wrapper:after {
	clear: both;
}

.clear {
	clear: both;
}
/* Alignment
   ========================================================================== */
.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;
}
/* Main Body
   ========================================================================== */
body{
   overflow-x: hidden;
}
#boxed-layout {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
    overflow: hidden;
}
#main_area {
    background: #ffffff;
}
#main_area p{
    margin: 10px 0;
} 
#main_area p:empty {
   margin: 0;
}
/* Header
   ========================================================================== */
.navbar-header .menu-nav > .active > a, .navbar-header .menu-nav > .active:hover > a, .navbar-header .menu-nav > li:hover > a{
    text-decoration: none;
}
.nav>li>a {
    display: inline-block;
}
.nav.menu-nav .menu-caret:before {
       content: "\f0d7";
       font-family: FontAwesome;
       color: #000;
       font-size: 12px;
       position: relative;
       top: -2px;
       right: 4px;
       vertical-align: middle;
       display: inline-block;
    }
.navbar-header .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-header .menu-nav .dropdown-menu>li>a {
   line-height: 32px;
}
.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box;
    }
    
.navbar-header .dropdown .dropdown-menu .dropdown:hover .dropdown-menu { display : block; }
.navbar-header .dropdown .dropdown-menu .dropdown .dropdown-menu { display: none; }

.bootstrap-wrapper .modal{ z-index:99999 !important;}
.modal-backdrop{ z-index: 998;}
    
.titlecls {
    background: #29407c;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.titlecls ol.breadcrumb {
    padding: 0;
    margin-bottom: 10px;
    color: #ffffff;
}
.post-template-default .sec-header-wrapper{
    position: relative;
}
/* Footer
   ========================================================================== */
footer .main-footer, footer .bottom-footer  {
    padding: 15px 0;
}
.top-footer-connect .top-footer-social {
    float: left;
    padding: 6px 19px;
    color: #ffffff;
    background: #2a407c;
    margin-top: -31px;
    position: relative;
    box-shadow: 0 0 black;
    z-index: 99;
}
.top-footer-connect .top-footer-social:after {
    border-right: 9px solid #777777;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -9px;
    position: absolute;
    top: 0;
}
.top-footer-connect .top-footer-social label {
    font-size: 13px;
    margin-right: 10px;
    color: #ffffff;
}
.top-footer-connect .top-footer-social li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    font-size: 14px;
}
footer .main-footer div#footer-widgets {
    padding-top: 20px;
}
.main-footer h4.widgettitle {
    font-size: 20px;
    color: #ffffff;
}
.main-footer ul li {
    list-style: none;
    padding: 5px 0;
}
.bottom-footer p {
    margin: 0;
}
.bottom-footer ul {
    padding: 0;
}
.bottom-footer ul li {
    list-style: none;
    display: inline-block;
}
.bottom-footer .bottom-social .social-links li {
    padding: 0 6px;
    margin-right: 5px;
}
.bottom-footer .bottom-social .social-links li i {
    color: #ffffff;
    text-align: center;
}
.bottom-footer .bottom-social .social-links li i:hover {
    opacity: 0.7;
}

/* Top Scroll
   ========================================================================== */
.call-button-now { z-index: 99; }
.cd-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background: rgba(231, 98, 95, 0.7);
    padding: 8px 14px;
    color: #fff;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
}
.cd-top:hover, .cd-top:focus{
    color: #fff;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1
}
/* Transistion
   ========================================================================== */
.navbar-header .menu-nav li a, .navbar-header .menu-nav li a:after, .top-bar .top-social .social-links li i,.navbar-header .search-icon i, #admpro-search .btn, #admpro-search .close,.btn{
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
/* Blogs
   ========================================================================== */
.hentry {
    border: 0;
    box-shadow: none;
    margin-bottom: 50px;
}
section{
    position:relative;
}
h2.post-title.entry-title {
    margin: 15px 0;
}
.entry-content p, .featured-content {
    margin-bottom: 20px;
}
.byline.vcard {
    margin: 0;
}
time.updated.article-time {
    font-size: 14px;
}
.respond-form form#commentform {
    background: #ffffff !important;
}
.single div#main {
    margin: 10px 0;
}
.single #content, .blog #content, .search #content {
    padding: 15px 0;
}
#author-info {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    background-color: rgba(245,245,245,0.5);
    border: 1px solid rgba(227,227,227,0.8);
    border-radius: 4px;
    padding: 20px;
}
.author-img {
    float: left;
    margin-right: 20px;
}
.profile-links .social-links {
    float: left;
    padding: 0;
    margin: 0;
}
.profile-links .social-links li {
    float: left;
    text-decoration: none;
    list-style: none;
}
.profile-links .social-links li a {
    padding-right: 15px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    font-size: 1.7em;
}
.pager {
    padding-left: 0;
    margin: 23px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
    text-decoration:none;
}
.pager .previous > a, .pager .previous > span , .pager .next > a, .pager .next > span {
    background-color: #fff;
    border: 1px solid #ddd;
    margin:5px 15px;
}
#single-post-nav .pager span {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
}
#respond label{width:120px;}
#respond ul{list-style:none;}
@media (min-width: 992px){
#single-post-nav .pager span {
    width: auto;
    padding: 5px 10px;
}
}
/* Widget
   ========================================================================== */
#sidebar{
    max-width:100%;
}
#sidebar h4.widgettitle {
    font-size: 20px;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid;
}
#sidebar ul li {
    list-style: none;
    padding: 5px 0;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
table#wp-calendar {
    width: 100%;
    margin-bottom: 0;
    line-height: 25px;
    margin: 0 0 1.5em;
    font-size: 14px;
}
.widget_calendar table caption {
   background: #e02e2e none repeat scroll 0 0;
    border-bottom: medium none !important;
    padding: 5px;
}
.widget_calendar table tr th, .widget_calendar table tr td, .widget_calendar table caption {
    border: 1px solid #e02e2e;
    text-align: center;
}
.widget_calendar table thead tr th[title="Sunday"], .widget_calendar table tbody tr td:last-child {
    color: red;
}
.widget_calendar table tbody tr td#today{
    color:#ffffff;
    background: #e02e2e;
}
.widget_calendar table tfoot tr td#prev {
    text-align: left;
}
.widget_calendar table tfoot tr td#next {
    text-align: right;
}
.widget_search input#search {
    padding: 20px 20px;
    border-radius: 0;
}
/* Form
   ========================================================================== */
form.wpcf7-form p {
    color: #ffffff;
}
form.wpcf7-form {
    padding: 15px;
    background: #29407C;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    background: #e02e2e;
    border: 1px solid #ba0707;
    padding: 10px 25px;

}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #ba0707;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select, .wpcf7 form label{
        width: 100%;
}
input, button, select, textarea {
    max-width: 100%;
    padding:10px;
    margin-bottom: 5px;
    color :#000000;
    border: 1px solid #000000;
}
input,select{
     height: 40px;
}
textarea{
     height: 140px;
}

.btn-toolbar.text-center .btn, .btn-toolbar.text-center.m-text-center .btn {
   float: none;
}

   
/* Button
   ========================================================================== */
.btn{
       position:relative;
   }
.btn-default{color:#ffffff;background-color:#e02e2e;border-color:#ba0707}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#ba0707;border-color:#ba0707}.btn-default:hover{color:#ffffff;background-color:#ba0707;border-color:#ba0707}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#ba0707;border-color:#ba0707}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#ba0707;border-color:#ba0707}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#e02e2e;border-color:#ba0707}.btn-default .badge{color:#fff;background-color:#333}

.btn-primary{color:#ffffff;background-color:#e02e2e;border-color:#ba0707}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#ba0707;border-color:#ba0707}.btn-primary:hover{color:#fff;background-color:#ba0707;border-color:#ba0707}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#ba0707;border-color:#ba0707}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#ba0707;border-color:#ba0707}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#e02e2e;border-color:#ba0707}.btn-primary .badge{color:#e02e2e;background-color:#fff}
.btn {
    border-radius: 0;
}
.btn.btn-icon-text {
    padding-left: 58px;
}
.btn.btn-style-rounded, .btn-style-rounded-no-fill {
   border-radius: 6px;
}
.btn.btn-icon-text i:before {
    padding: 12px 0 0 2px;
}
.btn.btn-icon-text i:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 40px;
    background: rgba(0,0,0,0.12);
    border-right: 2px solid rgba(0,0,0,0.2);
    color: #FFF;
    z-index: 2;
    border-radius: 0;
    font-size: 120%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
/* Pagination
   ========================================================================== */
.pagination{
    border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    background-color: #e02e2e;
    border: 1px solid #ba0707;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>span.active, .pagination>li>a.active {
    z-index: 2;
    color: #ffffff;
    background-color: #ba0707;
    border-color: #ba0707;
}
/* Error Page
   ========================================================================== */   
.error404 #main {
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
    padding: 50px 60px;
    background: #e7625f;
    border: 10px solid #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.error404 #main .article-header img {
   max-width: 500px;
}
.error404 #main .article-header h2 {
    margin: 20px 0;
    font-size: 30px;
}
.error-form form fieldset {
    width: 100%;
}
.error-form form fieldset .input-group {
    width: 100%;
}
.error-form form fieldset span.input-group-btn {
    width: 30% !important;
}
.error-form form fieldset input#search {
    margin: 0 10px;
    border-radius: 0;
    border: 0;
}

.error-form form fieldset span.input-group-btn button {
    width: 200px;
    border: 0;
    border-radius: 0;
    background: #2f3f7a;
}
.text-center{
    text-align :center;
}
@media only screen and (max-width : 992px) {
.menu-wrapper .navbar-collapse {
        display: none !important;
    }
}
@media only screen and (max-width : 768px) {
    .titlecls{
        padding: 15px;
    }
    .error404 #main .article-header img {
     max-width: 100%;
    }
    .error-form form fieldset input#search {
        margin: 10px 0;
    }
    .error-form form fieldset span.input-group-btn, .error-form form fieldset span.input-group-btn button {
        width: 100% !important;
        display: block;
    }
    .admlbp-list li .admlbp-list-content-wrap > p {
        text-align: center;
    }
}