
/*=====header css start=======*/
.header-section {
	background: #fff;
}
.logo img {
	width: 100%;
	height: auto;
}

.hearer-content i.fa {
	margin-right: 10px;
}

.hearer-content {
	text-align: center;
	margin-top: 26px;
	color: #000;
	font-size: 17px;
}

.header-social {
	margin-top: 21px;
}

.header-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-social ul li a{
    color: #fff;
    text-decoration: none;
}

.header-social ul li {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 40% 0;
	box-shadow: 5px 5px #dddddd;
	text-align: center;
	line-height: 34px;
	color: #fff;
	margin-right: 10px;
    transition: .5s all;
    cursor: pointer;
}

.header-social ul li:hover{
    box-shadow: none;
    	border-radius: 0;
}

.header-social ul li:nth-child(1){
    background: #3b5998;
}

.header-social ul li:nth-child(2){
    background: #00aced;
}

.header-social ul li:nth-child(3){
    background: #c4302b;
}

.header-social ul li:nth-child(4){
    background: #8DB600;
}

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



/*=============seroll-section start================*/
.scroll-section {
	border-top: 1px dashed #8B1010;
	border-bottom:1px dashed #8B1010;
}

.top_scrool {
    overflow: hidden;
}
.scrool {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
   
}
.scrool_1 {
	padding: 6px;
	font-size: 17px;
	background-color: #8B1010;
	color: #fff;
	font-weight: 400;
	float: left;
    position:relative;
}



.scrool_1:after{
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 41px solid #8B1010;
    border-right: 8px solid transparent;
}
.scrool_1  p{ 
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-decoration: none; 
    position:relative;
    display: inline-block; 
    margin: 0px 0 0 0 !important;
    background: #8B1010;
    padding:8px 10px;
}
.scrool_1 p:after{
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 41px solid #8B1010;
    border-right: 8px solid transparent;
}



.scroolbar {
	padding: 6px;
    position:relative;
}

.scroolbar {
	float: right;
	background: #8b1010;
	width: 4%;
	height: 36px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.scroolbar::after {
	display: inline-block;
	content: '';
	border-bottom: 46px solid #8b1010;
	border-left: 16px solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 100%;
}



.scrool_2 {
	padding: 6px;
	width: 80%;
	float: left;
}

.scrool_2 a{
    font-size:15px;
    color:#000;
}

.alert-success {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}

.scroolbar button span {
	position: absolute;
	left: 4px;
	bottom: 0px;
}

.close {
	float: none;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #8b1010;
	text-shadow: none;
	opacity: 1;
	background: #fff !important;
	height: 20px;
	width: 20px;
	border-radius: 17%;
	position: absolute;
	left: 13px;
	top: 7px;
}


.alert {
	padding: 0;
	margin-bottom: 12px;
	border: none;
}


/*=============seroll-section End================*/






                /*======================================
                             menu css-start
                ======================================*/
.menu_section {
	background: #b30f0f;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 5px 0 #000;
	width: 100%;
	z-index: 9999;
	margin-bottom: 13px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .8s;
}

.menu_bottom { 
    background: #b30f0f;
 }

.menu_area .menu_bottom .mainmenu a, .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 16px 12px;
	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    margin: 0px;
    background-color: #9A1515;
}

.mainmenu .collapse ul ul, 
.mainmenu .collapse ul ul
.dropdown-menu{
    background:#fff;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul
.dropdown-menu{
    background:#fff;
}


.search-icon-holder {
	margin-top: -3px;
	float: right;
}



.search-icon i {
	color: #fff;
	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: transparent;
	margin-top: 10px;
}
.search-icon i:hover {
	color: #fff;
	background: #9A1515;
}


.search-icon-holder .close i {
    font-size: 25px;
    color: #001428
}
.search-icon-holder .modal-header {
    padding: 10px 15px;
    border-bottom-color: #fff;
}
.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;
    color: #001428;
}
.search-small-divice {
    display: none
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 7px dashed;
	border-top: 4px solid\9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
    transition: .5s;
}


.dropdown a:hover .caret {
	transform: rotate(180deg);
}

                /*======================================
                                menu css-End
                    ======================================*/



/*=============headding css Start================*/
.hadding_01{  
   margin-bottom: 10px;
}
.hadding_01 a{
    font-size:25px;
    font-weight:400;
    line-height:32px;
    color:#000;
    text-decoration:none;
    transition: .4s;
}
.info-paddig:hover .hadding_01 a{
    color:#439ec9;
}

.hadding_02 {
	margin: 0;
}

.hadding_02 a{
    font-size:18px;
    font-weight:400;
    line-height:24px;
    color:#000;
    text-decoration:none;
    transition: .3s;
}
.hadding_02 a:hover{
    color:#439ec9;
}

.hadding_02 i.fa {
	margin-right: 2px;
    color:#3499E1;
}

.hadding_03{  
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:4px;
    margin: 0;
}
.hadding_03 a{
    font-size:16px;
    font-weight:400;
    line-height:auto;
    color:#000;
    text-decoration:none;
    transition: .5s;
}
.hadding_03 i.fa {
	color: #f00;
	margin-right: 2px;
	font-size: 18px;
    transition: .5s;
}

.hadding_03:hover i.fa {
    color:#439ec9;
}

.hadding_03 a:hover{
    color:#439ec9;
}

.hadding_04 a {
	font-size: 20px;
	font-weight: 400;
	line-height: auto;
	color: #fff;
	text-decoration: none;
	transition: .5s;
}

.hadding_04 a:hover{
    color:#BFC9DE;
}

.hadding_05 a {
	font-size: 17px;
	font-weight: 400;
	line-height: auto;
	color: #fff;
	text-decoration: none;
	transition: .5s;
}

.hadding_05 a:hover{
    color:#BFC9DE;
}

.more_news {
    float:right;
    margin-bottom: 3px;
}
.more_news a{
    display: inline-block;
    color: #049D0F;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: .8s;
    margin-top: 2px;
    text-decoration: none;
    
  }
.more_news a:hover{
    color: #f00;
    transition: .7s;
}



/*=============headding css End================*/


/*=============Bottom cat & date css End================*/
.cat-meta {
	border-top: 1px solid #ddd;
	padding-bottom: 5px;
}
.cat-meta .fa.fa-tags{
    color :#9A1515;
}


.cat-meta ul {
	padding: 4px 15px;
	margin: 0;
	list-style: none;
}

.cat-meta ul li {
	display: inline-block;
}

.cat-meta ul li a {
	color: #868686;
	font-size: 12px;
	text-decoration: none;
}

.meta-right {
	float: right;
}

.meta-right a {
	border-right: 3px solid #9A1515;
	padding-right: 5px;
}

/*=============headding css End================*/



/*===========================
        All Image css start
============================*/

.big_images{
	position: relative;
}
.big_img {
	position: relative;
	overflow: hidden;
}
.big_img img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.big_images:hover .big_img img{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.2);
}
	
.info-paddig{
    padding: 10px 15px;
}
.content_detalis {
	text-align: justify;
	
}

.box-shadow {
	box-shadow: 0 0 4px #dfdfdf;
	background: #fff;
	overflow:hidden;
}

/*---------imgaes------------------*/


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


/*---------small------------------*/
.small-img{
    overflow:hidden;
}
.small-image img{
    margin-top: 2px;
    float:left;
    width:35%;
    margin-right:8px;
    background: #fff;
}

.small-img2{
    overflow:hidden;
}
.small-image2 img{
    margin-top: 2px;
    float:left;
    width:25%;
    margin-right:8px;
    background: #fff;
}


/*---------medum------------------*/

.medum-img{
    overflow:hidden;
}

.medum-image img {
    float: left;
	width: 40%;
	margin-right: 8px;
	background: #fff;
}


/*---------add image--------*/
.add-section {
	padding: 10px 0;
}


.add-imgae {
	padding: 7px 0;
}
.add-imgae img {
	width: 100%;
	height: auto;
}

.cat_image_images{
    position:relative;
    
}
.cat_image_images img{
    width:100%;
    height:auto;
}

.cat_image_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 999;
	width: 100%;
	padding: 2px 6px;
}

.cat_image_title a{
    color:#fff;
    font-size:17px;
    text-decoration:none;
    transition:.5s all;
}


.cat_image_images:hover .cat_image_title a{
	color: #ff0;
}	


/*===============================
        All Image css End
=================================*/



/**=================================
           catagory title  start   
==================================**/

.category-title {
	display: block;
	margin-bottom: 7px;
	background-color: #E6E6E6;
}

.category-title  a{ 
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    text-decoration: none; 
    position:relative;
    display: inline-block; 
    margin: 0px 0 0 0 !important;
    background: #B30F0F;
    padding:8px 10px;
}
.category-title a:after{
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 41px solid #B30F0F;
    border-right: 8px solid transparent;
}
.category-title  p{ 
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-decoration: none; 
    position:relative;
    display: inline-block; 
    margin: 0px 0 0 0 !important;
    background: #B30F0F;
    padding:8px 10px;
}
.category-title p:after{
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 41px solid #B30F0F;
    border-right: 8px solid transparent;
}

.det {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 22px;
	margin-top: 7px;
}

.det a {
	font-size: 19px;
	color: #4d4d4d;
	text-decoration: none;
    transition: .2s all;
}

.det a:hover {
	color: #000;
	
}



/**=================================
           catagory title  start   
==================================**/


/**=================================
           Facebook title  start   
==================================**/
.facebook-title {
	background: #aa0707;
	color: #fff;
	text-shadow: 2px 2px black;
	padding: 7px;
	text-align: center;
	font-size: 30px;
}

.latest-wrpp {
	overflow: scroll;
	overflow-x: hidden;
	height: 400px;
}

.latest-title {
	background: #ececec;
	padding: 10px;
	border-left: 4px solid #aa0707;
    margin-left: -8px;
	font-size: 20px;
	color: #000;
}

.latest-padding {
	margin-bottom: -3px;
	display: inline-block;
	margin-left: -8px;
	margin-top: 9px;
	border-bottom: 1px dashed #8c8c8c;
	padding-bottom: 8px;
}

.latest-date {
	margin-left: -6px;
}

.latest-date input {
	width: 48%;
	float: left;
	margin-left: 4px;
	padding: 10px 5px;
	background: transparent;
	margin-bottom: 10px;
	margin-top: 8px;
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: 400;
}

.date-button input[type="submit"], button[type="submit"] {
	background: #01284F;
	padding: 4px 9px;
	font-size: 15px;
	color: #fff;
	border: none;
	text-align: center;
	transition: .8s;
	letter-spacing: 1px;
	margin-bottom: 9px;
}

/**=================================
           Facebook title  End   
==================================**/


/**=================================
        Section-two  Start   
==================================**/
.section-two-wrpp{
	column-count: 4;
	column-gap: 14px;
}

/**=================================
        Section-two  End   
==================================**/


/**=================================
        Section-three  Start   
==================================**/
.image-padding {
	display: inline-block;
	border-bottom: 1px dashed#ddd;
	margin-bottom: -8px;
	padding-bottom: 8px;
	margin-left: -7px;
}


/**=================================
        Section-three  End   
==================================**/




/**=================================
        Section-five  Start   
==================================**/
.section-five-wrpp {
	column-count: 2;
	column-gap: 17px;
}


.section-five-content {
	column-count: 3;
	column-gap: 17px;
}

.highlight-wrpp {
	background: #333;
	padding: 11px;
}




.highlight-title {
	background: #07375c;
	text-align: center;
	padding: 10px 10px;
    transition: .5s all;
    cursor: pointer;
}
.highlight-title:hover{
    background: #850d0d;
}

.highlight-title a {
	color: #fff;
	font-size: 19px;
	text-decoration: none;
}

.highlight-btn {
	text-align: center;
	background: #000;
	padding: 8px;
    cursor: pointer;
    transition: .5s all;
    
}

.highlight-btn:hover {
	background: #333;
}

.highlight-btn a {
	content: ;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}


/**=================================
        Section-five  End   
==================================**/


/**=================================
        Section-Six Start  
==================================**/
.section-six-content{
	column-count: 4;
	column-gap: 17px;
}


/**=================================
        Section-Six End   
==================================**/


/**=================================
    photo Gallery cat Start  
==================================**/
.cat-content {
	column-count: 2;
	column-gap: 11px;
}

.cat_wrpp {
	margin-bottom: 5px;
}


/**=================================
    phont Gallery End   
==================================**/







/**=================================
           Section-padding title  End   
==================================**/
.section-padding {
	column-count: 3;
	column-gap: 14px;
}
.margin {
	margin-bottom: 10px;
	width: 100%;

}

/**=================================
    Section-padding title  End   
==================================**/





/**=================================
    All border/margin/padding-css  start   
==================================**/

.hadding-border {
	border-bottom: 1px dashed#d7d7d7;
	margin-bottom: 7px;
	padding-bottom: 5px;
	overflow: hidden;
}
.image {
	position: relative;
}

.image i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 60px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	padding-left: 8px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
}

.image:hover i.fa  {
	background: #fff;
	color: #9A1515;
}

.cat_image_images {
	position: relative;
}


/*========video gallery =======*/

.cat_image_images i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 43px;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	padding-left: 8px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
}


.cat_image_images:hover i.fa  {
	background: #fff;
	color: #9A1515;
}



/**=================================
    All border/margin/padding-css  End   
==================================**/



/**=================================
    All section css  start   
==================================**/

.section-two {
	margin-top: 16px;
    margin-bottom: 15px;
    
}

.section-three {
	margin-top: 16px;
     margin-bottom: 15px;
}

.section-four {
	margin-top: 16px;
    margin-bottom: 15px;
}
.section-five {
	margin-top: 16px;
    margin-bottom: 15px;
}

.section-ten {
	margin-top: 16px;
    margin-bottom: 15px;
}



/**=================================
    All section css  End   
==================================**/








/*=========photo-caption==========*/

.photo_caption {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  color: #00ACEE; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding: 10px;
  margin:0;
}
.photo_caption a {
    text-decoration:none;
    color:#fff;
    font-size:22px;
    line-height:auto;
    font-weight:400;
    transition: .5s;
}
.photo_caption a:hover {
    color:#ff0;
    
}

.Name .photo_caption  {
  opacity: 2;
}


.photo-list button.owl-prev {
 	position: absolute;
	right: 33px;
	top: -52px;
	font-size: 34px;
	font-weight: 300;
	color: #000;
	background: transparent;
	opacity: .3;
	transition:.5s;
}
.photo-list button.owl-prev:hover{
	opacity: 1;
}

.photo-list button.owl-next {
	position: absolute;
	right: 0;
	top: -52px;
	font-size: 34px;
	font-weight: 300;
	color: #000;
	background: transparent;
	opacity: .3;
	transition:.5s;
}
.photo-list button.owl-next:hover{
	opacity: 1;
}

/*=============Footer section css start===============*/



.footer-section {
	padding-top: 50px;
	padding-bottom: 0;
	background: #000;
}


.footer-logo {
	margin-left: 10px;
}
.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-menu {
	text-align: center;
	border-bottom: 1px solid#333;
	padding-bottom: 18px;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li {
	display: inline-block;
	margin-right: 10px;
}

.footer-menu ul li a {
	display: inline-block;
	border: 1px solid#333;
	color: #ddd;
	padding: 5px 7px;
	margin-bottom: 6px;
    transition: .8s all;
}
.footer-menu ul li a:hover{
    background: #333;
    color: #ff0;
}

.footer-wrpp {
	margin-top: 22px;
	padding: 0 8px;
}
.footer-content {
	font-size: 17px;
    color: #fff;


}





/*=============Footer section css End===============*/



.scrollToTop {
	width: 50px;
	height: 50px;
	padding: 10px;
	background: #9A1515;
	position: fixed;
	right: 25px;
	bottom: 70px;
	border-radius: 50%;
    z-index: 9999;
}

.scrollToTop i.fa {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	top: 5px;
	display: block;
	position: absolute;
	right: 13px;
}

/*============ design-developed section start================*/
.bottem-footer {
	padding: 10px 0;
	border-top: 1px solid #007af05c;
	margin-top: 50px;
}

.copy-right {
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
}

.design-developed {
	text-align: right;
	font-size: 18px;
	color: #fff;
	padding-right: 10px;
}

.design-developed a {
	color: #9A1515;
    font-weight: 700;
    text-decoration: none;
}
/*============ design-developed section End================*/



/*============ Archive page css Start================*/
.archive-cat-info {
	background: #fff;
	margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
}

.archive-home {
	background: #DC4E41;
	padding: 5px 13px 5px 6px;
	float: left;
    color: #fff;
}

.archive-home a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}


.archive-cats {
	background: #666666;
	padding: 5px 15px;
	float: left;
	color: #fff !important;
	font-size: 15px !important;
    
}

.archive-cats a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.archive-content {
	background: #fff;
	display: inline-block;
	padding: 6px 8px 8px 6px;
	box-shadow: 0 2px 2px #ddd;
	margin-bottom: 15px;
    
}
.archive-title a {
	font-size: 22px;
	text-decoration: none;
	color: #337ab7;
	font-weight: 600;
    transition: .5s all;
}

.archive-title a:hover {
	color: #9A1515;
	
}

.archive-image img {
	width: 30%;
	float: left;
	margin-right: 20px;
}
/*============ Archive page css End================*/


/*============ Single page css End================*/
.single-page-wrpp {
	background: #fff;
	padding: 10px;
	box-shadow: 0 1px 3px #ddd;
	margin-bottom: 12px;
}

.single-add {
	margin-bottom: 10px;
}

.single-page-title {
	font-size: 25px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #022751;
}
.viwe-count {
	background: #ddd;
	margin-bottom: 10px;
	padding: 10px;
}

.viwe-count ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.viwe-count ul li {
	display: inline-block;
	margin-right: 20px;
	color: #000;
}



.single-page-image {
	margin-bottom: 10px;
}

.single-page-image img {
	width: 100%;
	height: auto;
}

.single-page-content {
	font-size: 17px;
	text-align: justify;
}


.single-page-social {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}


.single-page-social a {
	background: #f00;
	display: inline-block;
	padding: 3px 21px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	margin-right: 7px;
	border-radius: 5px;
	transition: .5s all;
}

.single-page-social a:hover{
    margin-top: -20px;
}

.single-page-social a:nth-child(1){
    background: #4267B2;
}
.single-page-social a:nth-child(2){
    background: #55acee;
}

.single-page-social a:nth-child(3){
    background: #CB2027;
}
.single-page-social a:nth-child(4){
    background: #7d7d7d;
}

.single-page-social a:nth-child(5){
    background: #000;
}

.single-page-social a:nth-child(6){
    background: #95D03A;
}

.related-cat {
	background: #B30F0F;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
}

.related-post-section {
	column-count: 3;
	column-gap: 15px;
    margin-bottom: 20px;
}

.related-post-wrpp {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 7px;
}

/**==================================
        Single Page CSS Start
 ==================================**/

 .single-page-sec{
    padding: 20px 0;
 }
 .single-title{
    margin-bottom: 10px;
    color: #022751;
    padding-left: 2px;
 }


.sgl-page-views-count {
    display: inline-block;
    background-color: #DBDDE0;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
}
.sgl-page-views-count ul {
    margin: 0;
    list-style: none;
    font-size: 15px;
    margin-left: -35px;
}
.sgl-page-views-count ul li{
    display: inline-block;   
    color: #000;
}
.sgl-page-views-count ul li:after{
    content: "/";
    padding-left: 10px;
    padding-right: 7px;
    
 } 
.sgl-page-views-count ul li:last-child:after{
    display: none;
 }

.single-img{
    margin-bottom: 15px;
 } 
 .single-img img{
    width: 100%;
    height: auto;
 }
 .single-dtls{
    font-size: 17px;
    color: #202020;
    line-height: 1.3;
    text-align: justify;
    padding: 5px;
    margin-bottom: 10px;
 }

 .sgl-page-social-title h4{
    font-size: 20px;
    color: #000;
    margin-bottom: -10px;
    border-bottom: 1px solid#EDEDED;
    padding-bottom: 8px;
 }

 .sgl-page-social ul{
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}
.sgl-page-social ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 20px;
}


/*
     FILE ARCHIVED ON 04:21:25 Dec 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:50:50 Jun 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.646
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.057
  esindex: 0.013
  cdx.remote: 9.899
  LoadShardBlock: 148.232 (3)
  PetaboxLoader3.datanode: 113.314 (5)
  PetaboxLoader3.resolve: 76.314 (2)
  load_resource: 86.042 (2)
*/