/* Base CSS */

@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('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 { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

body {
    font-size: 16px;
	width:100%;
	font-family: SolaimanLipiNormal;
    background: #f8f8f8;
}
a:hover { text-decoration: none }


/*=====header css start=======*/
.header-section {
	background: #fff;
	padding: 14px 0;
}


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

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

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

.hearer-content i {
	color: #b30f0f;
	font-size: 20px;
	font-weight: normal;
}

.hearer-content span {
	float: right;
}


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

.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: 20% 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: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.header-social ul li:nth-child(5){
    background: #db4a39;
}

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



                /*======================================
                             menu css-start
                ======================================*/
.menu_section {
	background: #b30f0f;
/*	box-shadow: 0 0 5px 0 #000;*/
	margin-bottom: 13px;
}
.sticky {
	position: static;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
    transition: .8s all;
}

.modal-backdrop {
	position: inherit;
}

.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;
	background: #8b1010;
}


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



/*=============seroll-section start================*/
.scroll-section {
	background: #f4f4f4;
}

.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;
	width: auto;
    position:absolute;
    z-index: 9;
}



.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: 46px;
	height: 36px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: relative;
}

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




.scrool_2 {
	padding: 1px;
	width: 95%;
	float: left;
	font-size: 18px;
}

.scrool_2 a{
    color:#000;
}

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

.scroolbar button span {
	position: absolute;
	left: 1px;
	bottom: -1px;
}


.end {
	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================*/




            /*======================================
                    All-headding css-Start
             ======================================*/
.photo_caption {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.2);
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	padding: 10px 8px;
	margin: 0;
}

.photo_caption a {
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	transition: .8s all;
}

.photo_caption a:hover {
    color: #F9FF06;
    letter-spacing: 0.3px;
}

.photo_caption {
  opacity: 1;
}

.exclusive_caption {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.2);
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	padding: 2px 8px;
	margin: 0;
}

.exclusive_caption a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: .8s all;
}

.exclusive_caption a:hover {
    color: #F9FF06;
    letter-spacing: 0.3px;
}




.hadding_01 {
	padding: 3px 0px 5px 0px;
	margin: 0;
	line-height: 25px;
}

.hadding_01 a{
    font-size:22px;
    font-weight:400;
    line-height:auto;
    color:#000;
    text-decoration:none;
    transition: .8s all;
}
.hadding_01 a:hover{
    color:#960303;
}

.hadding_02 {
	margin: 0;
	padding-top: 2px;
	line-height: 20px;
	padding-bottom: 5px;
}

.hadding_02 a{
    font-size:19px;
    font-weight:400;
    line-height:auto;
    color:#000;
    text-decoration:none;
}
.hadding_02 a:hover{
    color:#020257;
}

.hadding_03 {
	padding-right: 3px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin: 0;
	line-height: 17px;
}

.hadding_03 a{
    font-size:16px;
    font-weight:400;
    line-height:auto;
    color:#000;
    text-decoration:none;
    transition:.8s all;
}
.hadding_03 a:hover{
    color:#FE0B05;
}

.hadding_05 {
    padding: 5px 0px 7px 0px;
    margin: 0;
}
.hadding_05 a {
    font-size: 26px;
    font-weight: 400;
    line-height: auto;
    color: #000;
    text-decoration: none;
    transition: .8s all;
	line-height: 37px;
}
.hadding_05 a:hover{
    color:#960303;
}

.more_news {
    float:right;
    margin-bottom: 8px;
}
.more_news a {
	display: inline-block;
	color: #B30F0F;
	font-size: 15px;
	padding: 6px 20px;
	border-radius: 50px;
	font-weight: 500;
	transition: .3s;
	margin-top: 2px;
	text-decoration: none;
}


.more_news a:hover{
    color: #049D0F;
    transition: .7s;
  }


.cat-meta {
	border-top: 1px solid #ddd;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
}

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

.cat-meta i {
	font-size: 10px;
}

.cat-meta2 {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	padding: 2px 10px;
	z-index: 99;
    
}

.cat-meta2 a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.cat-meta2 i {
	font-size: 10px;
}


.content-details {
	text-align: justify;
	color: #000;
	padding-bottom: 3px;
}


            /*======================================
                    All-headding css-End
            ======================================*/


            /*======================================
                    All-Category css-End
            ======================================*/

/*----category-one start----*/
.cat_one {
	padding: 7px;
	border-bottom: 1px solid#049D0F;
	margin-bottom: 7px;
}
.cat_one span {
	background: #049D0F;
	padding: 9px 20px;
	margin-left: -7px;
	font-size: 18px;
}
.cat_one a {
	color: #fff;
}

.cat_one span2 {
	padding: 8px 8px 0 0;
	margin-right: -10px;
	margin-top: -7px;
	float: right;
	font-size: 18px;
}
.cat_one span2 a {
	color: #489DDE;
	padding-left: 20px;
	border-left: 3px solid#FE0101;
    text-decoration: none;
}

/*----category-one End----*/

/*----category-two Start----*/
.cat_two {
	background: #efefef;
	border-left: 4px solid#B30F0F;
	padding: 10px;
	margin-bottom: 7px;
	transition: .5s all;
	font-size: 18px;
}

.cat_two a {
	color: #111111;
	font-weight: 400;
	font-size: 17px;
}
.cat_two:hover{
    border-left: 4px solid#049D0F;
}
/*----category-two End----*/


            /*======================================
                    All-Category css-End
            ======================================*/





            /*======================================
                    All-Image css-Start
            ======================================*/
.exclusive-image{
    position: relative;
    overflow: hidden
}
.exclusive-image img{
    width: 100%;
    height: auto;
}
.exclusive-image 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;
}

.exclusive-image:hover .cat_image_title a {
	color: #8B1010;
}

.exclusive-image:hover i.fa {
	background: #fff;
	color: #8B1010;
}

/*=============  image End ==============*/

.image {
	position: relative;
	overflow: hidden;
}

.image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}

.image img:hover{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1);
}

/*============= image End ==============*/

/*============= Small-image start ==============*/
.small-image {
    position:relative;
    
}

.small-image img {
	width: 38%;
	float: left;
	margin-right: 7px;
}
/*============= Small-image End ==============*/

/*============= Small-image start ==============*/
.small2-image {
    position:relative;
    
}

.small2-image img {
	width: 30%;
	float: left;
	margin-right: 7px;
}
/*============= Small-image End ==============*/
/*============= Small-image start ==============*/
.small-image3 {
    position:relative;
    
}

.small-image3 img {
	width: 38%;
	float: left;
	margin-right: 7px;
}
/*============= Small-image End ==============*/



/*============= Add image start ==============*/

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

.add-image img {
	width: 100% !important;
	height: auto;
}


/*============= Add image End ==============*/




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




            /*======================================
                    All-Section css-Start
            ======================================*/

/*=============section-one start ============*/
.section-one {
	padding: 6px 0 15px 0;
}

.section-one-content {
	column-count: 2;
	column-gap: 9px;
}

.section-one-wrpp {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

/*=============section-one End ============*/


/*=============Section-Two End ============*/
.section-two {
	padding: 15px 0 10px 0;
}

.section-two-content {
	column-count: 3;
	column-gap: 20px;
}

.section-two-wrpp {
	break-inside: avoid;
	display: inline-block;
	width: 100%;
    margin-bottom: 20px;
}

/*=============Section-Two End ============*/


/*=============Section-Three Start ============*/
.section-three {
	background: #fff;
	padding: 20px 0 10px 0;
}


.section-three-content {
	column-count: 2;
	column-gap: 15px;
}
.section-three-wrpp {
	width: 100%;
	overflow: hidden;
break-inside: avoid;
}

.section_three_bg {
	background-color: #F8F8F8;
	padding: 3px;
	border-bottom: 2px solid#049D0F;
	margin-bottom: 10px;
}

/*=============Section-Three End ============*/

/*=============Section-Four Start ============*/
.section-four {
	padding: 20px 0 15px 0;
}

.section-four-content {
	column-count: 3;
	column-gap: 20px;
}
.section-four-wrpp {
	width: 100%;
	break-inside: avoid;
	overflow: hidden;
}

/*=============Section-Four End ============*/

/*=============Section-Five Start ============*/
.section-five {
	background-color: #212121;
	padding: 0 0 10px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.default-cat {
	background-color: transparent;
	border-left: 3px solid#FF0000;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #E59A13;
	font-weight: 400;
	font-size: 20px;
}

.default-cat a {
	color: #E59A13;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

.default-wrpp {
	padding: 15px 10px;
	background-color: #333333;
	margin-bottom: 7px;
}
.default-title {
	margin-bottom: 7px;
}
.default-title a {
	color: #F9FF06;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
}

.default-content {
	color: #fff;
	text-align: justify;
	line-height: auto;
}

.sec-five-default-content {
	column-count: 4;
	column-gap: 15px;
	margin-bottom: 10px;
}

.sec-five-default-wrpp {
/*	display: inline-block;*/
	width: 100%;
	background: #333;
}

.dafeult-padding {
	padding: 5px 5px;
}

.dafeult-small-hadding a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	transition: .5s all;
}
.dafeult-small-hadding a:hover{
    color: #ff0;
}
.dafeult-small-hadding {
	line-height: 19px;
	margin-bottom: 0;
}

.dafeult-bg {
	background-color: #000;
	padding: 5px 10px 10px 10px;
}
.dafeult-hadding {
	line-height: 19px;
	margin-bottom: 0;
}

.dafeult-hadding a {
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
    transition: .8s all;
}
.dafeult-hadding a:hover{
    color: #ff0;
}

.dafeult-padding2 {
	margin-bottom: 16px;
	margin-top: 9px;
}

.d_border {
	border-bottom: 1px dashed #fff;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.d_more_news a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	font-weight: 400;
	background: #212121;
	padding: 10px 10px;
	width: 100%;
	transition: .8s all;
}
.d_more_news a:hover{
    background: #E59A13;
    color: #8B1010;
}
.d_more_news {
	text-align: center;
	margin: 0;
}

/*=============Section-Five End ============*/


/*============= Section-Seven Start ============*/

.section-seven {
	margin-top: 13px;
	margin-bottom: 6px;
}

#pills-tab {
	background: #1a237e;
	background: linear-gradient(linear, left top, right top, from(#1a237e), to(#2576fd));
	background: linear-gradient(to right, #1a237e, #2576fd);
	margin-bottom: 10px;
}


#pills-tab li a {
	color: #fff;
	font-size: 18px;
	padding: 11px 18px;
	border-left: 1px solid #0344b5;
    transition: .8s all;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
background: #098eb1;
}

#pills-tab li a:hover {
	background: #098eb1;
}

.nav-pills .nav-link {
	border-radius: inherit;
}


.section-seven-content {
	column-count: 4;
	column-gap: 11px;
}
.section-seven-wrpp {
	display: inline-block;
	width: 100%;
	margin-bottom: 11px;
}

/*============= Section-Seven End ============*/


/*============= Section-Eight Start ============*/
.section-eight {
	margin-top: 14px;
	margin-bottom: 13px;
}

.section-eight-wrpp {
	margin-bottom: 10px;
}

/*============= Section-Eight End ============*/



/*============= Section-Nine Start ============*/
.section-nine {
	margin-bottom: 12px;
	margin-top: 10px;
}


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

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


/*============= Section-Nine End ============*/



            /*======================================
                    All-Section css-End
            ======================================*/



/*==========facabook & latest news search css Start==============*/

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

.php-date {
	overflow: hidden;
}


.php-date input[type="text"] {
	width: 70%;
	float: left;
	padding: 5px 3px;
	background: transparent;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	font-size: 15px;
	font-weight: 400;
}


.php-date input[type="submit"] {
	float: left;
	width: 30%;
	padding: 5px;
	background: #1879D0;
	color: #fff;
	font-size: 15px;
	border: 1px solid #1879D0;
	border-left: none;
	cursor: pointer;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
}

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








.archive-title {
	font-size: 17px;
	font-weight: ;
	color: #fff;
	background: #23527C;
	border-left: 4px solid#B30F0F;
	padding: 5px;
	margin-bottom: 7px;
    overflow: hidden
}

.selectWidth {
	float: left;
	margin-right: 5px;
	padding : 6px;
}


/*==========facabook & latest news search css End==============*/


            /*======================================
                All-border padding box-shadow css-Start
            ======================================*/
.box-shadow {
	background: #fff;
	box-shadow: 0 0 5px #ececec;
}

.content-padding {
	padding: 5px 7px 8px 7px;
}

.tab-border {
	border-bottom: 1px dotted #A6A6A6;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.border2 {
	border-bottom: 1px dashed #A6A6A6;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}



.video-icon 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;
    z-index: 99;
}
.video-icon:hover i.fa {
	background: #fff;
	color: #8B1010;
}


.small-video-icon i.fa {
	position: absolute;
	top: 46%;
	left: 19%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	padding-left: 4px;
	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;
	z-index: 99;
}

.small-video-icon:hover i.fa {
	background: #fff;
	color: #8B1010;
}

.small-video-icon3 i.fa {
	position: absolute;
	top: 46%;
	left: 19%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	padding-left: 4px;
	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;
	z-index: 99;
}

.small-video-icon3:hover i.fa {
	background: #fff;
	color: #8B1010;
}

.small-video-icon1 i.fa {
	position: absolute;
	top: 46%;
	left: 19%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	padding-left: 4px;
	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;
	z-index: 99;
}

.small-video-icon1:hover i.fa {
	background: #fff;
	color: #8B1010;
}


.small-video-icon2 i.fa {
	position: absolute;
	top: 46%;
	left: 15%;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 25px;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	padding-left: 4px;
	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;
	z-index: 99;
}

.small-video-icon2:hover i.fa {
	background: #fff;
	color: #8B1010;
}




            /*======================================
                    All-border padding box-shadow css-End
            ======================================*/



/**=================================
           tab  start   
==================================**/
.news-titletab {
	overflow: scroll;
	max-height: 245px;
	overflow-x: hidden;
	background-color: #fff;
	padding: 2px;
	border: 1px solid#ddd;
	margin-bottom: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
	background-color: #fff;
	background: #fff;
	text-decoration: none;
	border-top: 3px solid #7719AA;
}
    
.nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #ddd;
	border-top: 3px solid #b30f0f;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}


.nav-tabs .nav-item {
	margin-bottom: -1px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	width: 50%;
}

.nav-tabs .nav-link:hover {
	border-color: #7719AA;
}

.nav-link {
	display: block;
	padding: 10px 27px 4px 10px;
}


 
/*====================== php tab ===============*/
.php-tab {
	overflow: scroll;
	overflow-x: hidden;
	height: 245px;
}

.php-title {
	padding: 7px 10px;
	background: #fff;
	border-left: 4px solid #b30f0f;
	font-size: 18px;
	margin-bottom: 0px;
	box-shadow: 0 0 5px #ececec;
}


              

                /*======================================
                   Footer-Section css-Start
                ======================================*/
.footer-section {
	background: #232528;
	padding: 40px 0;
	margin-top: 20px;
}

.footer-menu {
	text-align: center;
}


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

.footer-menu ul li {
	display: inline-block;
	border: 1px solid #353535;
	padding: 3px 10px 3px 6px;
	margin-right: 4px;
	margin-bottom: 5px;
    transition: .8s all;        
}

.footer-menu ul li a {
	color: #DDD;
	font-size: 17px;
    text-decoration: none;
	transition: .8s all;
}

.footer-menu ul li a:hover {
	color: #2d92c1;
	letter-spacing: 0.2px;
}

.footer-editor-content {
	column-count: 2;
	column-gap: 20px;
	margin-top: 25px;
	border-top: 1px solid #fff;
	padding-top: 21px;
}

.footer-editor-wrpp {
	width: 100%;
}

.footer-editeor-right {
	color: #fff;
	font-size: 16px;
	text-align: right;
	border-right: 1px solid#ddd;
	padding-right: 10px;
}

.footer-editeor-cont {
	color: #fff;
	font-size: 16px;
	margin-left: -9px;
}

 /*--------- bottom footer css-start---------------*/

.bottom-footer-section {
	background: #1b1d20;
	padding: 10px 0;
	margin-bottom: 40px;
}


.copy-right{
    font-size: 16px;
    color:#fff;
}

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

.design-developed a {
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

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

.scrollToTop i.fas {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	top: 15px;
	display: block;
	position: absolute;
	right: 15px;
}
 /*--------- bottom footer css-End---------------*/


                /*======================================
                   Footer-Section css-End
                ======================================*/

.footer-scrool {
	position: fixed;
	background: aliceblue;
	color: #fff;
	z-index: 99;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #9A1515;
	border-bottom: 1px solid #9A1515;
}


.footer-scrool-1 {
    float: left;
    width: auto;
    background: #9A1515;
    padding: 10px;
    font-size: 17px;
    position: absolute;
    z-index: 9;
    border-right: 4px solid #9A1515;
}


.footer-scrool-2 {
	padding: 6px;
	font-size: 17px;
}

.footer-scrool-2 a {
	color: #000;
    text-decoration: none;
}




                /*======================================
                   page  css-Start
                ======================================*/



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

.archive-home {
	background: #B30F0F;
	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: #e2f3f770;
	display: inline-block;
	padding: 6px 8px 8px 6px;
	box-shadow: 0 0 2px #ddd;
	margin-bottom: 10px;
    position: relative;
}

.arch_margin {
	margin-bottom: 14px;
}

.rachive-info-cats {
	background: #eee;
	padding: 10px 5px;
	border-bottom: 1px solid#000;
	margin-bottom: 10px;
	font-size: 18px;
}

.archiv-btn {
	margin-top: 10px;
}

.archiv-btn a {
	background: #01284F;
	padding: 3px 8px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: .8s all;
	border-radius: 5px;
}

.archiv-btn a:hover{
    padding: 3px 14px;
    background: #690101;
}
.archive-p-title {
	margin-bottom: 7px;
}

.archive-p-title a {
	font-size: 22px;
	text-decoration: none;
	color: #444546;
	font-weight: 500;
    transition: .5s all;
}

.archive-p-title a:hover {
	color: #000;
}

.archive-image img {
	width: 100%;
}

.archive-video-icon i.fa {
	position: absolute;
	top: 45%;
	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: 22px;
	padding-left: 4px;
	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;
	z-index: 99;
}

.archive-video-icon:hover i.fa {
	background: #fff;
	color: #8B1010;
}

/*============ Archive page css End================*/


/*============ Single page css End================*/
.single-page-wrpp {
	background: #fff;
	margin-bottom: 12px;
}

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

.single-add img {
	width: 100%;
	height: auto;
}
/*----single add End-----*/

.single-page-title {
	font-size: 25px;
	margin-bottom: 14px;
	font-weight: 600;
	color: #022751;
	margin-top: 10px;
}

/*----reportar image & Title Start-----*/
.reportar-image img {
	max-width: 50px;
	height: 44px;
}

.reportar-title {
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 1px;
}

.viwe-count {
	margin-bottom: 10px;
	
}

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

.viwe-count ul li {
	display: inline-block;
	margin-right: 20px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
}
/*----reportar image & Title End-----*/

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

.single-page-image img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.single-page-image span {
	font-style: italic;
	color: darkgray;
	padding: 5px;
}

.single-page-content {
	font-size: 20px !important;
	text-align: justify;
	margin-bottom: 12px;
}

.single-page-content p {
	font-size: 20px !important;
}


.single-page-content span {
	font-size: 20px !important;
}


.share-title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-top: 22px;
}


.single-page-social {
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
}


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


.single-page-social a:nth-child(1) {
	background: #4267B2;
	border: 1px solid #4267B2;
}

.single-page-social a:nth-child(1):hover {
	color: #4267B2;
    background: transparent;
}

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


.single-page-social a:nth-child(2):hover{
    color: #55acee;
    background: transparent;

}

.single-page-social a:nth-child(3){
    background: #CB2027;
  border: 1px solid #CB2027;
}

.single-page-social a:nth-child(3):hover{
    color: #CB2027;
     background: transparent;
    
}


.single-page-social a:nth-child(4){
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
    
}

.single-page-social a:nth-child(4):hover{
    color: #7d7d7d;
    background: transparent;
}

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

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

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

.related-title {
	background: #01284f;
	padding: 9px 7px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}

.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-tabs .nav-item {
	width: 50%;
}


/*============ Single page css End================*/


.search-page-content {
	column-count: 2;
	column-gap: 15px;
}
.search-page-wrpp {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}


/*===============404/Error Page css End============*/
.error-wrpp {
	text-align: center;
	margin-bottom: 40px;
}

.error-title {
	font-size: 130px;
	font-weight: bold;
	letter-spacing: 7px;
	margin-bottom: 0;
	-webkit-text-stroke: 3px #9A1515;
	-webkit-text-fill-color: #fff;
	-webkit-animation: fill 0.6s infinite alternate;
}

@-webkit-keyframes fill {
  from { -webkit-text-fill-color: #9A1515; }
  to { -webkit-text-fill-color: #403AB4; }
}

.error-page-sub {
	font-size: 40px;
	margin-top: -20px;
	font-weight: 600;
	color: #535151;
}

.error-page-item {
	font-size: 25px;
	letter-spacing: 0.5px;
	color: #000;
}

.error-btn {
	margin-top: 40px;
}

.error-btn a {
	background: #9A1515;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 2px;
	transition: .8s all;
}
.error-btn a:hover{
    padding: 10px 40px;
    letter-spacing: 4px;
}
/*===============404/Error Page css End============*/




