@charset "utf-8";
/* CSS Document */
a{color:#0299f1;}
a:hover{color:#000000;}
section#top.blog-page {
    height: auto;
    padding-top: 180px
}
.cmnt_pad{padding:0px; margin-left:15px;}
.blog_pad{
	padding-bottom: 100px;
    padding-top: 140px;
}
.blog-padding {
    padding: 75px 0 40px;
}
.blog-content {
    padding-bottom: 30px;
	margin-bottom:20px;
}
.blog-content h3 {
	font-size: 30px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.blog-content p {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align:center;
}
.blog-content a {
    color: #666;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 0;
}
.blog-content a:hover {
    color: #23b5fa;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-content {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.blog-content {
		padding: 0;
	}
}
.blog-details{
	margin-bottom:15px;
	color:#666;
}
.blog-details i:first-child{
	margin-left:0px;
}
.blog-details i{
	margin-left:15px;
	margin-right:5px;
}
.blog_author{
	padding:0px !important;
	margin:0px !important;
}

#blog_pagination {
	padding:30px 0;
	border-top: 1px dashed #e5e5e5;
}
#blog_pagination .text-center i{
	color: #23b5fa;
    font-size: 40px;
}
.single-1st{
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
a.more_lnk{
	border:1px solid #0299f1;
    color: #0299f1;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 5px;
    transition: 0.4s;
    font-weight: 500;
}
a.more_lnk:hover{
    background: #0299f1;
	color:#ffffff;
}
.blog-details.clr_white{
	color:#fff !important;
}
.single-tagcat{
	color: #23b5fa;
    display: block;
    margin-top: 25px;
}

/**
 * ========================================
 * BLOG COMMENTS
 * ========================================
 */

.comments {
	margin-top: 60px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}
.comments-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-list ul {
	list-style: none;
	padding-left: 20px;
	margin: 0;
}
.comment-content ul{
	list-style:inside;
	padding-left: 20px;
}
.comment-content ol{
	padding-left: 20px;
}
ul.children{
	padding-left: 20px;
}
.comments-pagination {
	padding: 20px 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comments-pagination a {
	color: #bbb;
}
.comments-pagination a:hover, .comments-pagination a:focus {
	color: #999;
}
.comments-pagination-link-left {
	float: left;
}
.comments-pagination-link-right {
	float: right;
}
.comment .comment-container {
	position: relative;
	padding: 30px 0 20px 80px;
	border-bottom: 1px dashed #e5e5e5;
}
.comment p {
	margin-bottom: 0.75em;
}
.comment .comment-avatar {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.comment .comment-avatar img {
	display: block;
	border-radius: 50%;
}
.comment .comment-header {
	margin: 0 0 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comment .comment-name a {
	color: #000;
}
.comment .comment-name a:hover, .comment .comment-name a:focus {
	color: #666;
}
.comment .comment-is-author {
	color: #bbb;
	font-size: 12px;
}
.comment .comment-date {
	margin-left: 10px;
	color: #bbb;
	font-size: 12px;
}
.comment .comment-reply-link {
	margin-top: 2px;
	float: right;
	color: #bbb;
	font-size: 12px;
	line-height: 20px;
}
.comment .comment-reply-link:hover, .comment .comment-reply-link:focus {
	color: #23b5fa;
}
.comment .comment-reply-link i {
	margin-right: 3px;
}
.comment .comment-awaiting-moderation {
	font-style: italic;
	color: #bbb;
}
.comment .comment-content {
	color: #666;
}
.comment-respond {
	margin-top: 60px;
	padding: 40px 0;
}
.comments + .comment-respond {
	padding: 0;
}
.comment-respond .comment-reply-title {
	margin: 0 0 20px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comment-respond .comment-reply-title small {
	margin-left: 10px;
	color: #bbb;
	font-size: 12px;
}
.comment-respond .respond-field input {
	max-width: 100%;
	width: 300px;
}
.comment-respond .respond-field textarea {
	max-width: 100%;
	width: 100%;
	resize: vertical;
}
.comment .comment-respond {
	margin-top: 0;
	padding: 30px 0 20px 80px;
	border-bottom: 1px dashed #e5e5e5;
}

.btn.btn-primary {
	border-radius:0;
    background-color: #23b5fa;
    border-color: #23b5fa;
	color:#fff;
    font-weight: 500;
	font-size:12px;
    letter-spacing: 2px;
    padding: 15px 26px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}

.cntr_img{
	margin:0 auto;
}

p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.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-color: rgba(48, 63, 159, 0.1);
    padding: 30px;
}
.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;
}

/*Blog Pagination*/
.blog-pagination {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left:0px;
  padding-left:0px;
}
.pagination-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align:center;
}
.pagination-btn .r-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination-btn .r-btn:hover,
.pagination-btn .r-btn:focus,
.pagination-btn .r-btn.active {
  background-color: #23b5fa;
  color: #fff;
}
.pagination-btn a {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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: #23b5fa;
	color: #fff;
}
.pagination-btn a:hover,
.pagination-btn a:focus {
	background-color: #23b5fa;
	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-password-form input[type=password] {
	border: 1px solid #d1d1d1;
    border-radius: 4px;
    color: #666;
    padding: 12px 15px 13px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.post-password-form input[type=password]:focus,
.post-password-form input[type=password]:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}


.post-password-form input[type=submit] {
	font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 26px;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
    background: #0299f1;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
.button, html input[type="button"], input[type="reset"], input[type="submit"]  {
	font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 26px;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
    background: #0299f1;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
	border:none;
}
.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;
}
.lnk_txt{
	margin-top: 20px;
	font-size: 16px
}

.no-comments{
	text-align: center;
	margin-top: 20px;
	font-size: 16px
}

a.default_btn{
	background: #23b5fa none repeat scroll 0 0;
	border:1px solid #23b5fa;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 25px;
    text-transform: uppercase;
}
a.default_btn:hover{
    color: #fff;
}
.admin-bar .custom-navbar {
  top: 32px;
}


.apps_widgets ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.apps_widgets ul li{
    line-height: 25px;
}
.apps_widgets ul li a{
    color: #444;
    padding-bottom: 10px;
    display: inline-block;
    transition: 0.4s;

}
.apps_widgets ul li a:hover{
    color: #0299f1;
}
.apps_widgets .tagcloud a {
    background: #444;
    color: #fff;
	font-size: 15px !important;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 5px 10px;
	transition: 0.4s;
}
.apps_widgets .tagcloud a:hover{
    background-color: #0299f1;
    color: #fff;
}
.single_post h2 a,
.controls a {
    color: #222 !important;
	transition: 0.4s;
}
.single_post h2 a:hover,
.controls a:hover{
    color: #0299f1 !important;
}
.apps_widgets.recent-post ul li{
    margin-bottom: 6px;
}
.apps_widgets ul{
    padding-left: 15px;
}
.apps_widgets li{
    position: relative;
}
.apps_widgets li:before{
    position: absolute;
    left: -15px;
    top: 0;
    font-family: fontawesome;
    content: "\f0da";
    color: #3b99d5;
    font-size: 18px;
}
.apps_widgets span {
	display: block;
	font-size: 13px;
	color: #999;
}

.apps_widgets select,
.apps_widgets table {
	width:100%;
	padding:15px;
}

