@charset "utf-8";
/* CSS Document */


.m_bot_0 {
	margin-bottom:0px !important;
}
.ser_no_para p{
	padding-left: 100px;
	text-align: left;
}
.ser_para p{
	text-align: left;
}
@media only screen and (min-width: 880px) {
  .page_bordered{
    padding: 0 55px;
  }
}
.admin-bar .navbar-fixed-top{
	top:32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .navbar-fixed-top{
		top:46px;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar .main-navigation-bg{
		top:0px !important;
	}
  .admin-bar .navbar-fixed-top{
		top:32px;
	}
}
.bread_crumb{
	padding-top:50px;
}
.bread_crumb .bc-item:after{
	content: " - ";
}
.bread_crumb .bc-item:last-child:after{
	content: none;
}

section.blg_sec {
	padding: 100px 0 0 0;
}
section.single_sec {
	padding: 60px 0 0 0;
}

/*Blog Detail Page*/
h1.home-page-title.single_title{
	font-size:45px;
	letter-spacing: -1px;
	padding: 0 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
@media only screen and (max-width: 880px) {
	h1.home-page-title.single_title {
		font-size:35px;
	}
}
@media only screen and (max-width: 540px) {
	h1.home-page-title.single_title {
		font-size: 25px;
	}
}

/* button effect */
.more_btn,
.post-password-form input[type=submit] {
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	background: none;
	letter-spacing: 0.25em;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #111;
	margin: 20px 0 0 0;
	padding: 15px 25px;
}
.more_btn:hover,
.post-password-form input[type=submit]:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.post-password-form input[type=password] {
	height: 48px;
	border-bottom: 1px solid #111;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px 5px;
	background: none;
	margin: 5px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
			transition: all 0.3s;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.post-password-form input[type=password]:focus,
.post-password-form input[type=password]:hover {
	background: #fff none repeat scroll 0 0;
}

.main_search{
	text-align:center;
}
.search-wrapper {
	position: relative;
	width: 300px;
	height: 160px;
	margin: 58px auto 0;
	background: none;
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.search-wrapper {
		width: 260px;
		margin: 59px auto 65px auto;
	}
}
h2.section-heading.search_form {
	font-size: 25px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
	  h2.section-heading.search_form {
		  font-size: 20px;
	  }
}
.search_form {
	position: relative;
	clear: both;
	border: none;
	background: none;
	padding: 0;
	overflow: hidden;
}

#search_form_con input {
	position: relative;
	width: 225px;
	height: 40px;
	text-align: center;
	color: #111;
	border: none;
	border-bottom: 1px solid #111;
	background: none;
	-webkit-transition: all 0.5s linear;
	   -moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		 -o-transition: all 0.5s linear;
			transition: all 0.5s linear;
}

#search_form_con input:focus, #newsletter textarea:focus {
	color: #111;
	-webkit-transition: all 0.5s linear;
	   -moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		 -o-transition: all 0.5s linear;
			transition: all 0.5s linear;
}

#search_form_con input:hover {
	border-color: rgba(119, 119, 119, .5);
	-webkit-transition: all 0.5s linear;
	   -moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		 -o-transition: all 0.5s linear;
			transition: all 0.5s linear;
}

.post-meta {
	color: #55606e;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
}
.post-meta a {
	color: #55606e;
    position: relative;
    top: -2px;
}
.post-meta a:hover {
	color: #0d1d31;
}
.post-meta-item i {
	font-size: 15px;
}
.post-thumbnail {
	margin-top: 20px;
}
.blog-single .post-thumbnail img {
	margin:0 auto;
}
.post-content {
	margin-top: 30px;
	border-bottom: 1px solid #dfe4e8;
}
.post-thumbnail + .post-content {
	margin-top: 20px;
}
.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.comment-area p,
.comment-area blockquote,
.comment-area ul,
.comment-area ol {
	margin-bottom: 20px;
}
.post-content{
	padding-bottom:20px;
}
.post-content:after { content: ""; display:table;clear:both }
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.comment-area h1,
.comment-area h2,
.comment-area h3,
.comment-area h4,
.comment-area h5,
.comment-area h6 {
	margin: 30px 0 20px;
}

.post-content h1,
.comment-area h1{
	font-size:36px;
}
.post-content h2,
.comment-area h2{
	font-size:30px;
}
.post-content h3,
.comment-area h3{
	font-size:24px;
}
.post-content h4,
.comment-area h4{
	font-size:18px;
}
.post-content h5,
.comment-area h5{
	font-size:14px;
}
.post-content h6,
.comment-area h6{
	font-size:12px;
}

.share-sec {
    width: 100%;
}
.share-sec ul {
	text-align:center;
    width: auto;
}
.share-sec ul li {
    display: inline-block;
    position: relative;
}
.share-sec ul li a {
    color: #55606e;
    display: block;
    font-size: 18px;
    padding: 0 10px;
}
.share-sec ul li a:hover {
    color: #0d1d31;
}

/*Blog Pagination*/

.blog-pagination {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination-btn span {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
    border-radius: 50%;
}
.pagination-btn a {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-width: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
			box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
		-webkit-transition: all .3s ease-out;
			-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 50px;
}
.pagination-btn a.active {
	background-color: #000;
	color: #fff;
}
.pagination-btn a:hover,
.pagination-btn a:focus,
.pagination-btn span {
	background-color: #000;
	color: #fff;
  	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
    	-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
          	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}



.post-content ul, .comment-area ul{list-style:outside none disc; margin-left:20px; line-height:1.7;}
.post-content ul ul, .comment-area ul ul{list-style-type:circle !important; margin-bottom:0px;}
.post-content ul ul ul, .comment-area ul ul ul{list-style-type:square !important;}
.post-content ol, .comment-area ol{list-style:outside none outside; margin-left:20px; line-height:1.7;}
.post-content ol ol, .comment-area ol ol{margin-bottom:0px;}


p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	text-align:center;
}
.gallery-caption {
	display: block;
	margin-bottom: 1em;
}
.commentlist .bypostauthor {border-top: 10px solid #e18728;}

.wp-caption img {
    height: auto;
    max-width: 100% !important;
}

.sticky,
.tag-sticky-2 {
    background:#f4f4f4;
}
.sticky .news-content .date:before,
.tag-sticky-2 .news-content .date:before {
	border-color: transparent #f4f4f4 transparent transparent;
}
.sticky .news-content .date,
.tag-sticky-2 .news-content .date {
	background-color:#f4f4f4;
}
.sticky .news-content figcaption.favcap_color,
.tag-sticky-2 .news-content figcaption.favcap_color{
	background-color: #f4f4f4;
}
.news-content figcaption.favcap_color {
	background-color: #fff;
}
.owl-carousel .sticky .news-content,
.owl-carousel .tag-sticky-2 .news-content{
	margin-bottom:0px;
}
.alignright {
    float: right;
    margin-left: 10px
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center
}
img.aligncenter {
    margin-top: 0!important
}
.alignleft {
    margin-right: 10px;
	float:left;
}

.alignnone {
    height: auto;
    max-width: 100% !important;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.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-size: .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
}

table {
	font-size:14px;
	margin:0 0 20px;
    width: 100%;
	
}
table, th, td {
	text-align:left;
}

table tr > th,
table tr > td {
    border: 1px solid #d2d2d2;
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
address {
    font-style: italic;
    margin: 0 0 1.75em;
}
big {
    font-size: 125%;
}
cite, em{
    font-style: italic;
}
code {
    background-color: rgba(68, 68, 68, 0.2);
    padding: 0.125em 0.325em;
}
del {
    opacity: 0.7;
}
mark, ins {
    background: #007acc none repeat scroll 0 0;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1em;
    white-space: pre-wrap;
}
q{
	font-size: 1.5rem;
}

/* Comment section*/
.comments-sec {
	margin: 20px 0 20px;
}
.comment-list {
	margin: 40px 0 20px;
    overflow: hidden;
    padding: 25px 0 0;
}
.comment {
	position:relative;
	list-style: none;
	margin: 0px 0 0;
	padding: 0px 0 30px;
}
.comment:first-child {
	padding-top: 0;
	border-top: none;					
}
.comment > article {
	margin: 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.comment .avatar {
	border:4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	margin: 0 0 5px 0;
	position: absolute;
	display: inline-block;
	width: 90px;
	top: -15px;
	left:10px;
	z-index: 1;
	
	-webkit-border-radius: 100%;
		-moz-border-radius:100%;
			border-radius: 100%;
}

.comment-aut.no-author-image,
.comment-area.no-author-image{
	margin-left:0px !important;
}
p.no-comments{text-align:center;}
.comment .comment-details{
	background-color: #f5f5f5;
    border-radius: 10px;
    margin-left: 50px;
}
.comment .comment-details.full-comment-details{
    margin-left: 0px;
}
.comment .comment-area, 
.comment .comment-aut {
	margin: 0 0 0px 45px;
}
.comment .comment-aut .reply,
.comment .comment-aut .comment-reply-link{
	display:inline-block;
	float:right;
	font-size: 13px;
}
.comment .comment-aut .reply i,
.comment .comment-aut .comment-reply-link i{
	position:relative; 
	top:1px; 
	margin-right:5px;
}
.comment .comment-aut { 
	margin-bottom: -5px;
	padding: 20px;
}
.comment .comment-area{ 
	padding:0 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}
.comment .comment-area p{ 
	font-size: 13px;
}
.comment .author, .comment .author a {
	margin: 0;
}
.comment .date {
	margin: -1px 0 5px;
	font-size:12px;
}
.comment .children {
	margin: 0;
	padding: 40px 0 0 25px;
	position: relative;
}
.comment .children .comment {
	margin: 0px 0 0;
	padding: 0px 0 0;
	position: relative;
}
.comment .children .comment:first-child {
	margin-top: 0;
}

@media only screen  and (max-width: 767px) {
	.comment .comment-aut {
		margin: 0 0 0px 30px;
	}
	.comment .comment-area {
		margin: 0 0 0px 0px;
	}
	.comment .comment-area {
		padding: 0px 15px 5px 15px;
	}
	/*.comment .comment-aut {
		padding: 20px 15px 5px 100px;
	}*/
	.comment .children {
		padding: 30px 0 0 15px;
	}
	.comment-list {
		padding:30px 0 0;
	}
	.comment .avatar{
		width: 80px;
		top: -20px;
		left: 10px;
		height:auto;
	}
	#comments-sec, .comment-respond {
		margin:0;
	}
}


/**
 * ========================================
 * PRICING SECTION
 * ========================================
 */

.pricing-section {
	padding: 80px 0;
}
.pricing-table {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px !important;
	margin-left:0px !important;
}

.pricing-table li{
	list-style: none;
}

.pricing-package {
	position: relative;
	margin: 20px 0;
	padding: 29px 29px 29px;
	border-radius: 4px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	border-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.025);
	box-shadow: 0 2px 4px rgba(0,0,0,0.025);
}
.pricing-package-strip {
	background-color: rgba(17, 17, 17, .45);
	height: 10px;
	margin: -30px -30px 30px -30px;
	border-radius: 4px 4px 0 0;
}
.pricing-package-header {
	position: relative;
	min-height: 50px;
	padding-right: 90px;
	margin-bottom: 20px;
}
.pricing-package-header h4 {
	margin: 0 0 10px;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pricing-package-header h4 .label {
	display: inline-block;
	margin-top: -5px;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 1px;
	vertical-align: middle;
	padding-top: 4px;
}
.pricing-package-header p {
	padding-left:0px;
	margin-bottom: 0;
	color: #aaaaaa;
	font-size: 13px;
	line-height: 21px;
}
.pricing-package-header .price {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 80px;
	margin-top: -10px;
	text-align: right;
	color: #444444;
}
.pricing-package-header .price-currency {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.pricing-package-header .price-number {
	font-size: 40px;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: -3px;
}
.pricing-package-header .price-period {
	display: block;
	white-space: nowrap;
	font-size: 10px;
	line-height: 3;
	text-transform: uppercase;
	color: #777777;
}
.pricing-package-items {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0 !important;
}
.pricing-package-items li {
	position: relative;
	padding-left: 40px;
	margin: 3px 0;
}
.pricing-package-items li > i {
	position: absolute;
	top: 1px;
	left: 5px;
	width: 18px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}
.pricing-package-items li > span.disable {
	text-decoration: line-through;
}
.pricing-package-items li > i.fa-times {
	color: #dddddd;
}
@media only screen  and (min-width: 768px) {
	.pricing-section {
		padding: 100px 0;
	}
}
@media only screen  and (min-width: 992px) {
	.pricing-section {
		padding: 120px 0 0 0;
	}
	.pricing-package-featured {
		margin: 0;
	}
	.pricing-package-featured .pricing-package-strip {
		margin-bottom: 40px;
	}
	.pricing-package-featured .pricing-package-header {
		margin-bottom: 30px;
	}
	.pricing-package-featured .pricing-package-items {
		margin-bottom: 20px;
	}
}
