/*
Theme Name: Blog Demo One
Theme URI: https://themesdealer.xyz/blogdemoone/
Author: The Themesdealer Team
Author URI: https://themesdealer.com/
Description:  Blog Demo One brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://themesdealer.xyz/blogdemoone/
Text Domain: blogdemoone
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('assets/fonts/solaiman-lipi.eot');
    src: url('assets/fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('assets/fonts/solaiman-lipi.woff') format('woff'),
         url('assets/fonts/solaiman-lipi.ttf') format('truetype'),
         url('assets/fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    
    font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focous, textarea:focous, button:focous {outline:none}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}
html,
body { height: 100% }

ul{
	list-style:none;
	padding:0;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



/**=================================
        top header css  start   
==================================**/

.date_social span i{
    color: #FF9800;
    font-size: 20px;
    padding-right: 6px;
}


.date_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.date_social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
}
.hdr_facebook{
    background-color: #0355af;
    color: #fff;
    padding: 7px 12px;
    border-radius: 50%;
}
.hdr_facebook:hover{
    color: #fff;
    background: #023369; 
}

.hdr_twitter{
    background-color: #00ACEE;
    color: #fff;
    padding: 7px 9px;
    border-radius: 50%;
}
.hdr_twitter:hover{
    color: #fff;
    background: #018cc1; 
}

.hdr_instagram{
    background-color: #E9667F;
    color: #fff;
    padding: 7px 9px;
    border-radius: 50%;
}
.hdr_instagram:hover{
    color: #fff;
    background: #e22b4e; 
}

.hdr_google_plus{
    background-color: #DD4A3A;
    color: #fff;
    padding: 7px 6px;
    border-radius: 50%;
}
.hdr_google_plus:hover{
    color: #fff;
    background: #e03421; 
}

.hdr_youtube{
    background-color: #d80202;
    color: #fff;
    padding: 7px 10px;
    border-radius: 50%;
}
.hdr_youtube:hover{
    color: #fff;
    background: #FF0000; 
}


.top_hdr_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
.top_hdr_menu ul li {
    display: inline-block;
    margin-left: 20px;
    border-left: 1px solid#ddd;
    padding-left: 20px;
}
.top_hdr_menu ul li:first-child {
    border:none;
}

.top_hdr_menu ul li a:hover{
    color: #FF9800;
}

/**==================================
   Logo, Menu & Search Section start
 ==================================**/ 




.header_logo img {
    width: 100%;
    height: auto;
}

.search-icon-holder {
    float: right;
}
.search-icon i {
    color: #333;
    font-size: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 11px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background: #F2F2F2;
}
.search-icon i:hover {
    color: #fff;
    background: #0b5ab3;
}

.search-icon-holder .close i {
    font-size: 25px;
    color: #ff7200
}
.search-icon-holder .modal-header {
    padding: 10px 15px;
    border-bottom-color: #F1F6F8
}
.custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}
.custom-search-input input {
    border: 0;
    box-shadow: none;
}
.custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.custom-search-input i {
    font-size: 23px;
}
.search-small-divice {
    display: none
}

/**==================================
        Scrool Section start
 ==================================**/ 


.full_scrool{
    margin:10px 0;  
    overflow: hidden;    
}


.behind_scrool a{
    font-size:17px;
    color:#000;
    text-decoration: none;
}
.behind_scrool a:hover{
    color:#30A606;
    transition: .5s;
}

.lead_news_sec .col-md-6 {
    padding-left: 0px;
}
.lead_news_sec .col-md-12 {
    padding-left: 0px;
}

.lead_section {
    padding: 15px 0;
}
.lead_news {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
}


.overly_img img {
    width: 100%;
    height: 162px;
}
.overly_img img:hover {
    opacity: .9;
    color: #F59A4B;
}
.overly_img_big img {
    height: 330px;
    width: 100%;
}
.overly_img_big img:hover {
    opacity: .9;
    color: #F59A4B;
}
.overly_photo_heading_01 {
  position: absolute; 
  bottom: 0; 
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding:20px 10px 6px 10px;
  margin:0;
}

.overly_photo_heading_01 a:hover {
    color: #F9FF06;
    transition: .5s;
}

.lead_news .overly_photo_heading_01 {
  opacity: 1;
}

.overly_photo_heading_02 {
  position: absolute; 
  bottom: 0; 
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding:15px 8px 4px 8px;
  margin:0;
}

.overly_photo_heading_02 a:hover {
    color: #F9FF06;
    transition: .5s;
}

.lead_news .overly_photo_heading_02 {
  opacity: 1;
}


.news_section {
    margin: 20px 0;
}

.news_cat_sec {
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #f7f2f2;
}
.news_cat_sec .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}
.border {
    border-bottom: 1px dashed #7d7a7a;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.new_image img {
    width: 100%;
    height: 165px;
}
.new_image img:hover {
   opacity: .9;
    color: #F59A4B;
}
.news_title {
    padding-top: 10px;
    padding-bottom: 2px;
}

.news_title a:hover {
    color: #0da800;
    transition: .5s;
}
.news_cmnt_author ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news_cmnt_author ul li {
    display: inline-block;
    padding: 5px 15px 5px 0px;
    font-size: 14px;
    color: #099;
}
.news_cmnt_author ul li a {
    font-size: 14px;
    color: #099;
    text-decoration: none;
}
.news_cmnt_author ul li a:hover {
    color: #0da800;
    transition: .5s;
}
.news_cmnt_author ul li i {
    color: #646363;
}
.nesw_content {
    font-size: 17px;
    line-height: 22px;
    color: #4d4b4b;
    padding-top: 3px;
}





.social_sec {
    margin-bottom: 15px;
    overflow: hidden;
}
.facebook_sec {
    background: #4267B2;
    text-align: center;
    padding: 30px 0px 20px 0;
}
.facebook_sec:hover {
    background: #4267B2;
    opacity: .8;
}
.facebook_sec a {
    color: #fff;
    text-decoration: none;
}
.facebook_icon {
    font-size: 35px;
    padding-bottom: 10px;
}
.facebook_text {
    font-size: 18px;
}
.twitter_sec {
    background: #5DA9DD;
    text-align: center;
    padding: 30px 0px 20px 0;
}

.twitter_sec:hover {
    background: #5DA9DD;
    opacity: .8;
}

.twitter_sec a {
    color: #fff;
    text-decoration: none;
}
.twitter_icon {
    font-size: 35px;
    padding-bottom: 10px;
}
.twitter_text {
    font-size: 18px;
}
.googleplus_sec {
    background: #D04433;
    text-align: center;
    padding: 30px 0px 20px 0px;
}
.googleplus_sec:hover {
    background: #D04433;
    opacity: .8;
}

.googleplus_sec a {
    color: #fff;
    text-decoration: none;
}
.googleplus_icon {
    font-size: 35px;
    padding-bottom: 10px;
}
.googleplus_text {
    font-size: 18px;
}

.widget_area img{
	width:100%;
	height:auto;
}

.sm_image {
    overflow: hidden;
    margin-bottom: 5px;
}
.sm_image img {
    width: 40%;
    height: 90px;
    float: left;
    margin-right: 10px;
}
.sm_image img:hover{
    background: #D04433;
    opacity: .9;
}
.sm_title {
    padding: 2px 0 0 0;
}

.sm_title a:hover {
    color: #0da800;
    transition: .5s;
}


.Pgoto_gallery_sec:hover .owl-nav button{
    opacity: .9;
}

.video_option {
    background: #f7f7f7;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
}


/**==================================
        footer section css start
 ==================================**/ 



.footer_logo img{
    width: 100%;
    height: auto;
    padding: 10px;
}


.newslatter input {
    width: 100%;
    padding: 15px 45px !important;
    border: none;
    border-radius: 5px;
    font-weight: 400;
}
.newslatter .btn {
    background: #0e94bd;
    padding: 10px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    width: 100%;
    margin-top: 10px;
}
.newslatter .btn:hover {
    background: #087191;
    transition: .5s;
}

.footer_menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_menu li {
    margin-bottom: 10px;
}
.footer_menu li::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    color: #00F231;
    font-size: 22px;
    position: absolute;
}

.footer_menu li a:hover {
    color: #00F231;
    transition: .5s;
}

.design_developed a{
    color: #f7ff01;
}

/**==================================
         go to top css start
 ==================================**/ 


.Single_page_sect {
    padding: 30px 0;
}

.team_img {
    margin-bottom: 15px;
    text-align: center;
}
.team_img img {
    width: 50%;
    height: 150px;
    border-radius: 50%;
    border: 2px solid#ddd;
    padding: 2px;
}
.sngl_author_title {
    font-size: 22px;
    line-height: 26px;
    color: #0f4595;
    text-align: center;
}
.sngl_author_sub_title {
    text-align: center;
    color: #b70000;
    font-size: 18px;
    border-top: 1px solid#ddd;
    margin-top: 10px;
    padding-top: 10px;
}
.team_dtails {
    color: #424242;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    text-align: justify;
}

.author_social {
    background: #343f42;
    color: #f4f4f4;
    text-align: center;
    font-size: 22px;
    overflow: hidden;
    padding: 20px 0px;
}
.author_social ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    margin: 20px 0 10px 0;
}
.author_social ul li {
    display: inline-block;
}
.single_box {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.05);
    overflow: hidden;
    padding: 10px; 
    border-bottom: 1px solid#ddd;
    border-right: 1px solid#ddd;
    border-left: 1px solid#ddd;
}
.afacebook {
    background: #405FA2;
    padding: 8px 7px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.afacebook:hover {
    background: #fff;
    color: #405FA2;
    transition: .5s;
}
.atwitter {
    background: #1C9CEB;
    padding: 8px 7px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.atwitter:hover {
    background: #fff;
    color: #1C9CEB;
    transition: .5s;
}
.alinkedin {
    background: #2866AC;
    padding: 8px 7px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.alinkedin:hover {
    background: #fff;
    color: #2866AC;
    transition: .5s;
}
.ainstagram {
    background: #B63A9B;
    padding: 8px 7px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.ainstagram:hover {
    background: #fff;
    color: #B63A9B;
    transition: .5s;
}



.news-titletab {
    overflow: scroll;
    max-height: 270px;
    overflow-x: hidden;
    padding: 5px 0px;
}
.tab-header{
    background:#fff;
    margin-bottom: 10px;
}
.tab-header .nav-tabs{
    border:none;
}
.tab-header .nav-tabs {
    color: #000;
    background:#D2D5DB;
}
.tab-header .nav-tabs > li > a {
    border: none;
    color: #fffafa;
    font-size: 1.15em;
    border-radius: 0;
    padding: 7px 15px;
    text-decoration: none;
    margin-bottom: 0;
    background: #5e5858;
    font-size: 14px;
}

.tab-header .nav-tabs > li.active > a, 
.tab-header .nav-tabs > li.active > a:focus,
.tab-header .nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    background: #30A606;
    color: #fff;
    font-size: 14px;
}
.tab-header .tab-content{}
.tab-header .tab-content ul.media-list{
    max-height:282px;
    overflow-y:auto;
    padding-left: 30px;
}
.tab-header .tab-content ul.media-list .media{
    border-bottom:1px dotted gray;
    margin:0;
    padding:10px 0;
    position: relative;
    overflow:visible;
}
.tab-header .tab-content ul.media-list .media .media-left{
    padding-right: 0;
}
.tab-header .tab-content ul.media-list
.media .media-left a{
    padding-right: 0;
    position:relative;
}



.reportar_view_social_sec {
    background: #f9f9f9;
    padding: 6px 10px;
    margin-bottom: 15px;
}
.reportar_view_social_sec .col-md-2{
    padding-right:0px;
}
.reporter_image img {
    border-radius: 50%;
    width: 100%;
    height: 54px;
    padding-top: 7px;
}
.reporter_name {
    padding-top: 7px;
    font-size: 16px;
    color: #06287b;
    line-height: 20px;
    border-bottom: 1px solid#ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.reporter_name span {
    color: #00709b;
    font-size: 16px;
}
.update_time {
    font-size: 14px;
    line-height: 18px;
    color:#00709b;
}
.social_title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid#ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color:#00709b;
}
.social_Share_icon {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.social_Share_icon li {
    display: inline-block;
    padding-right: 5px;
}

.social_Share_icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 4px;
}

/**========= facebook start========**/ 

.sngl_facebook{
    background-color: #023369;
    color: #fff!important;
}
/**========= twitter start========**/ 

.sngl_twitter{
    background-color: #00ACEE;
    color: #fff!important;
}
/**========= google-plus start========**/ 
.sngl_google-plus{
    background-color: #DD4A3A;
    color: #fff!important;
}
/**========= reddit start========**/ 
.sngl_reddit{
    background-color: #3B5999;
    color: #fff!important;
}
/**========= digg start========**/ 
.sngl_digg{
    background-color: #3B5999;
    color: #fff!important;
}
/**========= pinterest start========**/ 
.sngl_pinterest{
    background-color: #CB2028;
    color: #fff!important;
}
/**========= pinterest start========**/ 
.sngl_print{
    background-color: #ADADAD;
    color: #fff!important;
    cursor: pointer;
}

.archive_title {
    background: #636a6c;
    padding: 7px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.archive_title a {
    color: #fff;
    text-decoration: none;
}
.archive_title a:hover {
    color: #ddd;
    transition: .5s;
}
.single_title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
    color: #00667d;
}
.single_img img {
    width: 100%;
    height: auto;
    
}
.single_img {
    position: relative;
	margin-bottom: 15px;
}

.single_img .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding:10px 15px;
}

.single_dtails {
    text-align: justify;
    color: #333;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
}
.author_dtails_box {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid#ddd;
    margin-bottom: 20px;
}
.author_img img {
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
}
.author_name  { 
    margin-bottom: 10px; 
}
.author_name a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    line-height: 25px;
}
.total_post {
    text-align: right;
    color: #c00;
    font-size: 18px;
}
.author_dtails {
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    color: #4d4d4d;
}

.product_menu {
    padding: 0;
    list-style: none;
    text-align: left;
    border-bottom: 2px solid #646161;
}
.product_menu li {
    display: inline-block;
    background: #646161;
    padding: 10px 0;
    margin: 0 -3px;
    border-left: 1px solid #646161;
    cursor: pointer;
}
.product_menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 20px;
    text-decoration: none;
    padding-top: 2px;
}
.product_menu li:hover {
    background: #646161;
    transition: .5s;
}
.product_menu li.active {
    background: #000;
}

.team_sec {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.team_image img{
    width: 100%;
    height: 315px;
}
.team_image img:hover {
    background: #ddd;
    opacity: .8;
}
.team_content_box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    left: 0;
    padding: 5px 10px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05)
}
.team_title {
    margin: 0;
    padding: 15px 0 5px 0px;
    position: relative;
    text-align: center;
}
.team_title a{
    color: #00387d;
    font-size: 20px;
    text-decoration: none;
    line-height: 25px;
}
.team_title a:hover{
    color: #179bd7;
    transition: .5s; 
}
.team_title::before {
    content: "";
    position: absolute;
    border-bottom: 15px solid #ffffff;
    border-left: 20px solid transparent;
    left: 40%;
    z-index: 9;
    display: block;
    height: 15px;
    border-right: 20px solid transparent;
    top: -20px;
}
.svideo_height {
    height: 70px;
    overflow: hidden;
}

.photo_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.photo_img{
    position: relative;
}
.photo_img img {
    width: 100%;
    height: 230px;
}
.photo_icon_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: table;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.photo_icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.photo_icon::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: -1;
    opacity: .5;
}

.photo_icon_hover h3 {
    font-size: 25px;
    color: #ddd;
    padding-bottom: 10px;
    font-weight: 400;
}
.photo_icon_hover a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #ddd;
    border-radius: 50%;
    line-height: 48px;
    font-size: 30px;
}

.photo_box:hover .photo_icon_hover{
    opacity: 1;
    visibility: visible;
}
.svideo_option {
    background: #f9f9f9;
}



/* comment Page ========================= */

.comment_title {
	background: #515151;
	padding: 10px;
	font-size: 20px;
	color: #fff;
}
.comment-respond, .entry-pings, .entry-comments {
	color: #444;
	padding: 20px 25px 20px 25px;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
	margin: 0;
	margin-bottom: 20px;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
	font-size: 20px;
	margin-bottom: 30px;
}
.comment-respond {
	padding-bottom: 5%;
}
.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-header cite a {
	border: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}
li.comment {
	background-color: #fff;
	border-right: none;
}
.comment-content {
	clear: both;
	overflow: hidden;
}
.comment-list li {
	font-size: 14px;
	padding: 20px 30px 20px 50px;
}
.comment-list .children {
	margin-top: 40px;
	border: 1px solid #ccc;
}
.comment-list li li {
	background-color: #f5f5f6;
}
.comment-list li li li {
	background-color: #fff;
}
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background : #fff;
	border-top:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
}
.comment-respond input {
	background: #117493;
	color: #fff;
	padding: 10px;
	border: none;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
	position: relative;
}
.entry-comments .comment-author img {
	border-radius: 50%;
	border: 5px solid #fff;
	left: -80px;
	top: -5px;
	position: absolute;
	width: 60px;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}
#comments {
	font-weight: 400;
	padding-top: 15px;
	padding-left: 10px;
	/* border: 1px solid; */
	padding-bottom: 15px;
	color: #084ba2;
}
.commentlist li {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 10px;
}
.coment_box {
	border: 1px solid #d9d9db;
	background: #f7f9fb;
}
.nocomments {
	padding: 15px 10px 5px 15px;
}



.erorr_dtails {
	text-align: center;
	font-size: 30px;
	line-height:36px;
	margin-top: 20px;
	color: #315b73;
	margin-bottom:20px;
}
.erorr_dtails a  {
	font-size:25px;
	text-decoration:none;
}
.erorr_dtails a button {
	border: none;
	background: #3c7e91;
	color: #fff;
	border-radius: 10%;
	padding: 8px 15px;
}
.erorr_dtails a button:hover {
	background: #E8E8FF;
	color: #3c7e91;
	transition:.5s;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 12px 25px;
	margin-left: -1px;
	line-height: 1.429;
	color: #fff;
	text-decoration: none;
	background-color: #4d5077;
	border: 1px solid #ebebee;
	font-size:28px;
}
.pager li > a, .pager li > active > span{
	display: inline-block;
	padding: 8px 21px;
	background-color: #17408a!important;
	border-radius: 15px;
	color: #fff;
	border: none;
	margin-right: 5px;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 8px 21px;
	background-color: #FB531C;
	border-radius: 15px;
	color: #fff;
	border: none;
	margin-right: 5px;
}
.pager li > a:focus, .pager li > a:hover {
	text-decoration: none;
	background-color: #eee!important;
	color: #17408a;
}

.erorr_dtails {
	text-align: center;
	font-size: 30px;
	line-height:36px;
	margin-top: 20px;
	color: #315b73;
	margin-bottom:20px;
}
.erorr_dtails a  {
	font-size:25px;
	text-decoration:none;
}
.erorr_dtails a button {
	border: none;
	background: #3c7e91;
	color: #fff;
	border-radius: 10%;
	padding: 8px 15px;
}
.erorr_dtails a button:hover {
	background: #E8E8FF;
	color: #3c7e91;
	transition:.5s;
}
