/*!
Theme Name: UpdateNews
Theme URI: https://themesbazar.com/updatenews/
Author: ThemesBazar
Author URI: http://www.themesbazar.com
Description: ThemeBazar Is a Premium WordPress Theme Market of Bangladesh, We Have NewsPaper Theme, Online Channel Theme, E-paper Theme, Educational Theme, Hosting Theme, E-commarce Theme, Personal Theme, Company Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: updatenews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Base CSS */

.google-auto-placed{
    display:none;
}

@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;
}
html,

a:hover { text-decoration: none }
.archive_img{
	margin-bottom:10px;
}
.tp-hdr-border{
    border-bottom: 3px solid#07a352;
}
.tab-border{
    border-bottom:2px dotted#A6A6A6;
    padding-bottom:5px;
    padding-top:5px;
}
.sec-two-border{
    border-bottom:2px solid#79AEB4;
    padding-bottom:5px;
    padding-top:5px;
}
.sec-three-border{
    border-bottom:2px dotted#AAAEB4;
    padding-bottom:5px;
    padding-top:5px;
}
.sec-five-border {
	border-bottom: 2px solid #F1F1F1;
	padding-bottom: 5px;
	margin-top: 5px;
}
.sec-seven-border{
    border:1px solid#F5F5F5;
    padding: 2px;
}
.sec-two-background{
    background-color:#EBF5F6;
}
.sec-four-background{
    background-color:#F6F4F4;
    padding: 5px;
}
.sec-six-background{
    background-color:#EEEEEF;
    padding: 0 5px 0 5px;
}
.box-shadow {
    box-shadow: 0 0 5px #EAEAEA;
}


/**=================================
     Data time css start   
==================================**/
.search_button{
    display: flex;
    justify-content:flex-end;
}
.date_and_time{
    /*text-align: right!important;*/
    height: 60px;
   
    display: flex;
    justify-content: flex-end;
}
.date_and_time a{
    line-height: 60px;
  
}


/**=================================
     Data time css end   
==================================**/



/**=================================
     hadding tittle css start   
==================================**/

.hadding_1{
    margin: 0;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
}

.hadding_1 a:hover{
    color:#033666;
}
.hadding_2{
    margin: 0;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 10px;
	padding-top:6px;
    height: 85px;
}

.hadding_2 i{
    color:#9A1515;  
}
.hadding_2 a:hover{
    color:#9A1515;
}
.hadding_3{  
    padding-right: 3px;
    padding-left: 6px;
    padding-bottom:7px;
	padding-top:3px;
    margin: 0;
    margin-bottom: 5px;
    height: 85px;
}

.hadding_3 a:hover{
    color:#FE0B05;
}
.hadding_4 {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  padding: 10px;
  margin:0;
}

.Name .hadding_4 {
  opacity: 1;
}
.Photo_Caption {
    padding:10px;
    background-color:#F9FAFA;
	margin-bottom:-10px;
}

.more_news {
    float:right;
    padding-right: 10px;
}

/**=================================
     top-header-section start   
==================================**/

.header-section {
	padding:10px 0;
}
.top-hdr-text {
    display: inline-block;
}
.top-hdr-text ul {
    margin: 0;
    list-style: none;
    margin-left: -40px;
}
.top-hdr-text ul li:after{
    content: "I"!important;
    padding-left: 10px;
    padding-right: 7px;  
 } 
.top-hdr-text ul li:last-child:after{
    display: none;
 }
.top-hdr-social ul {
    list-style: none;
    text-align: right;
}
.top-hdr-social ul li:after{
    content: "I" !important;
    padding-left: 20px;
    padding-right: 20px;
 } 
.top-hdr-social ul li:last-child:after{
    display: none;
 }

 /**=================================
     header-section start   
==================================**/

.logo{
    padding: 5px;
}
.logo img{
    width: 100%;
}
.openBtn {
    background: none;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    border-left: 1px solid#EBEDEF;
    padding-left: 20px;
}
.openBtn:hover {
    background: #ddd;
    transition: .3s;
}
.overlay {
    height: 50%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.overlay .closebtn:hover {
    color: #ccc;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}
.overlay input[type=text]:hover {
    background: #f1f1f1;
}
.overlay button {
    float: left;
    width: 20%;
    padding: 16px;
    background: #ddd;
    font-size: 22px;
    border: none;
    cursor: pointer;
}
.overlay button:hover {
    background: #bbb;
}

 /**=================================
     scrool-section  start   
==================================**/
.scrool-section{
    padding-top: 0px;
}
.scrool_2{
    padding:5px;
    font-size: 17px;
    color: #000;
    background:#F0F0F0;
}
.scrool_2 a{
    color: #000;
	text-decoration:none;
}

/**====================================
      news  section css start
 ===================================**/

.exclusive-section{
    margin-top: 10px;
}
.leadnews-section{
    margin-top: 10px;
}

/**===========================================
      Start Archiev css 
===========================================**/
.archive_custom{
    background:red!important;
}

/**===========================================
       End Archiev css 
===========================================**/


/**===========================================
       all heading and content css start  
===========================================**/

.content-dtls {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    text-align: justify;
    line-height: auto;
    
}

.big_image {
    margin-bottom: 7px;
}
.big_image img{
    width: 100%;
    border:1px solid#E7E5E5;
    padding:2px;
    margin-bottom: 10px;
    background:#fff;
    object-fit: cover;
    object-position: center;
    height: 140px !important;
}


.middle_image {
    overflow: hidden;
    margin-bottom: 7px;
}
.middle_image img{
    width:50%;
    border:1px solid#E7E5E5;
    padding:2px;
    background:#fff;
    float:left;
    margin-right:8px;
    border-radius:3px;
}
.small-img{
    overflow:hidden;
}
.small-img img{
   float: left;
width: 40%;
margin-right: 10px;
object-fit: cover;
object-position: center;
height: 70px !important;
}

.big_big_image{
    width: 100%;
border: 1px solid #E7E5E5;
padding: 2px;
margin-bottom: 10px;
background: #fff;
object-fit: cover;
object-position: center;
}



.div_big_image img {
    width: 100%;
    border: 1px solid#E7E5E5;
    padding: 2px;
    margin-bottom: 10px;
    background: #fff;
}



.little-img {
    overflow:hidden;
}
.little-img img{
    border:1px solid#E7E5E5;
    padding:2px;
    background:#fff;
    float:left;
    width:35%;
    margin-right:7px;
}
.Name {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.image  {
    margin-bottom: 7px;
	overflow:hidden!important;
	
}
.image img {
    border-top:2px solid#2487DB;
    width: 100%;
    height: auto;
}

.add img{
    width:100%;
    height:auto;
	margin-top:8px;
    margin-bottom:10px;
}

 /**=================================
       slider css start  
==================================**/
.slider {
    border:1px solid#E7E5E5;
    padding:3px;
    background:#fff;
    margin-bottom: 10px;
}
.slider img{
    width: 100%;
    object-fit: cover;
object-position: center;
height: 300px !important;
}
.slider_two img{
width: 100%;
object-fit: cover;
object-position: center;
height: 400px !important;
}


.gallery_grid img{
width: 100%;
object-fit: cover;
object-position: center;
height: 166px !important;
}
.carousel {
    position: relative;
}
.carousel-inner {
    background-color: #F9FAFA;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0000) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 0%);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 25px;
    height: 25px;
    margin-top: -85px;
    font-size: 30px;
}
/**====================================
        catagory css start
 ===================================**/  

.catagory_title{
    background:#F0F0F0;
}


/**====================================
        catagory css close
 ===================================**/

/**====================================
        tab-header start
 ===================================**/

.news-titletab{
    overflow: scroll;
    max-height: 385px;
    overflow-x: hidden;
}

.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;border-top: 3px solid #d2d2d2;
    color:#000;font-size: 1.15em;
    border-radius: 0;
    padding:5px 15px;
    text-decoration: none;
    margin-bottom:0;
}
.tab-header .nav-tabs > li > a:hover { 
    background:#d2d2d2;
}
.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:#F0F0F0;color:#000;border-top: 3px solid #333288;}
.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;
}

/**====================================
        tab-header close
 ===================================**/  

/**=======================================
        sec-six tab-header-again start
 =======================================**/ 
.tab-content{
    margin-top: 5px;
}
.tab-header2{background:#fff; border:2px solid#EEEEEF;padding: 3px; overflow:hidden;}
.tab-header2 .nav-tabs{border:none;}
.tab-header2 .nav-tabs {color: #000;background:#D2D5DB;}
.tab-header2 .nav-tabs > li > a{ border: none;border-top: 3px solid #d2d2d2;color:#000;font-size: 1.15em;border-radius: 0;padding:5px 15px;text-decoration: none;margin-bottom:0;}
.tab-header2 .nav-tabs > li > a:hover { background:#d2d2d2;}
.tab-header2 .nav-tabs > li.active > a, .tab-header2 .nav-tabs > li.active > a:focus, .tab-header2 .nav-tabs > li.active > a:hover{border: none;border-radius: 0;background:#333288;color:#fff;border-bottom: 3px solid #CC0303;}
.tab-header2 .tab-contentt{
}
.tab-header2 .tab-contentt ul.media-list{max-height:282px;overflow-y:auto;padding-left: 30px;}
.tab-header2 .tab-contentt ul.media-list .media{border-bottom:1px dotted gray;margin:0;padding:10px 0;position: relative;overflow:visible;}
.tab-header2 .tab-contentt ul.media-list .media .media-left{padding-right: 0;}
.tab-header2 .tab-contentt ul.media-list .media .media-left a{padding-right: 0;position:relative;}
/**=======================================
        sec-six tab-header-again close
 =======================================**/ 


/**=======================================
        footer section css start
 =======================================**/ 

.footer-menu ul{
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.footer-menu ul li {
    padding-bottom: 15px;
    font-size: 17px;
}

.footer-menu ul li a:hover{
    color: #fff;
}
.btm-footer-menu ul{
    list-style: none;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.btm-footer-menu ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
}
.btm-footer-menu ul li a:hover{
    color: #fff;
}
.btm-social ul{
    list-style: none;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
}
.btm-social ul li {
    border : 1px solid #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.btm-social ul li:hover{
    border:none;
}
.btm-social ul li a:hover{
    transition: .5s;
    color: #07a352;
    border-radius: 5px;
    padding: 7px 15px;
    background-color: #fff;
}



/**=======================================
      bottom  footer section css start
 =======================================**/ 


.root_02 a{
    color: #fff;
}

/**=======================================
      go to top css start
 =======================================**/ 
.scrollToTop i.fa{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    top:5px;
    display: block;
    position: absolute;
    right: 13px;
}
.scrollToTop:hover{
    text-decoration:none;

}
/**=======================================
      footer-scrool css start
 =======================================**/ 

.footer-scrool .fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	color: #ef1a22;
}

.footer-scrool-2 {
    float: right;
    width: 82%;
    padding: 6px;
    font-size: 17px;
}
.footer-scrool-2 a{
    color: #000;
	text-decoration:none;
}



/**=======================================
      catagory  page css start
 =======================================**/ 



.see-more-btn{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}
.see-more-btn a{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 50px;
    background-color: #034D8C;
	text-decoration:none;
}
.see-more-btn a:hover{
    color: #034D8C;
    border-radius: 5px;
    padding: 10px 50px;
    background-color: #EBEDEF;
    border :1px solid#212117;
    transition: .5s;
}


/**=======================================
      national section css start
 =======================================**/ 
.national-section{
    margin-top: 15px;
}
.national-catagory{
    color: #000;
    font-size: 18px;
    padding: 7px;
    padding-left: 10px;
    border-bottom: 3px solid#282923;
    border-left: 6px solid#282923;
}
.all-dis-dtls ul{
    list-style: none;
    padding:0 5px 5px 5px;
    overflow: scroll;
    height: 1120px;
	background: #EEE;
}
.all-dis-dtls ul li{
    background-color: #1A7EB0;
    border-radius: 5px;
    padding: 7px;
    margin-top: 7px;
    text-align: center;
}
.all-dis-dtls ul li:hover{
    background-color: #01284F;
    border-radius: 5px;
    padding: 7px;
    margin-top: 7px;
    border-radius: 1px solid#1A7EB0;
}
.all-dis-dtls ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
	text-decoration:none;
}

/**=======================================
      single page css start
 =======================================**/

.biggapon img{
    width:100%;
    height:auto;
	margin-bottom:10px;
}
 .single-cat-info{
   /* overflow:hidden;*/
    margin-bottom:1px;
    background : #EAE5E5;
    width : 100%;
    margin-top: -20px;
    border-top: 3px solid #016938;
}
.single-cat-home{
    background : #DC4E41;
    padding: 5px 15px;
    float: left;
}
.single-cat-home a{
    color: #fff;
    font-size: 15px;
	text-decoration:none;
}
.single-cat-cate{
    background : #666666;
    padding: 5px 15px;
    float: left;
	color: #fff!important;
    font-size: 15px!important;
}
.single-cat-cate a{
     color: #fff;
     font-size: 15px;
	 text-decoration:none;
}
.caption{
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: black;
    opacity: .4;
    color: white;
}
.more-catagory {
    display: inline-block;
}
.more-catagory ul {
    margin: 0;
    list-style: none;
    margin-left: -30px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.more-catagory ul li{
    display: inline-block;   
    color: #000;
}
.more-catagory ul li a{
    color: #000;
    font-size: 16px;
	text-decoration:none;
}
.more-catagory ul li:after{
    content: "I";
    padding-left: 10px;
    padding-right: 7px;
    
 } 
.more-catagory ul li:last-child:after{
    display: none;
 }

 /**=======================================
      single page css start
 =======================================**/ 
.singlepage-section{
    margin-top: 15px;
    margin-bottom: 10px;
}
.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: auto;
    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;
}

/**========= facebook start========**/ 

.facebook{
    background-color: #023369;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.facebook:hover{
    background-color: #fff;
    color: #023369!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#023369;
    transition: .5s;
}

/**========= twitter start========**/ 

.twitter{
    background-color: #00ACEE;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.twitter:hover{
    background-color: #fff;
    color: #00ACEE!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#00ACEE;
    transition: .5s;
}

/**========= linkedin start========**/ 

.linkedin{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.linkedin:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= google-plus start========**/ 

.google-plus{
    background-color: #DD4A3A;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.google-plus:hover{
    background-color: #fff;
    color: #DD4A3A!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#DD4A3A;
    transition: .5s;
}

/**========= reddit start========**/ 

.reddit{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.reddit:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= digg start========**/ 

.digg{
    background-color: #3B5999;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.digg:hover{
    background-color: #fff;
    color: #3B5999!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#3B5999;
    transition: .5s;
}

/**========= pinterest start========**/ 

.pinterest{
    background-color: #CB2028;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.pinterest:hover{
    background-color: #fff;
    color: #CB2028!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#CB2028;
    transition: .5s;
}

/**========= print start========**/ 

.print{
    background-color: #A897F3;
    color: #fff!important;
    padding: 7px 12px;
    border-radius: 5px;
}
.print:hover{
    background-color: #fff;
    color: #A897F3!important;
    padding: 7px 12px;
    border-radius: 5px;
    border:1px solid#A897F3;
    transition: .5s;
}

.sgl-cat-tittle{
    background-color:#7e911a;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.Name-again {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.image-again  {
    margin-bottom: 7px;
}
.image-again img {
    border-top:2px solid#2487DB;
    width: 100%;
    height: auto;
}
.sgl-hadding {
  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;
}
.sgl-hadding  a {
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight:400;
}

.Name-again .sgl-hadding  {
  opacity: 2;
}

/* Archive Page ========================= */
.archive-page-section{
    margin-top: 10px;
}
.archive_page{
    margin-bottom:5px;
}
.archive_page img{
    border:1px solid #E3DDDD;
    padding:2px;
	 width:100%;
    height:auto;
    object-fit: cover;
object-position: center;
height: 150px !important;
}
.category_info {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
	background:#EEE;
}
.archive_title01 {
    font-size: 22px;
    line-height: 25px;
    padding: 10px 0px 0px 0px;
    font-weight: 400;
}
.archive_title01 a{
    color:#027AB2;
}
.archive_title01 a:hover{
    color:#333288;
}

.archive_title02 {
    font-size:17px;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    font-weight: 400;
    height: 50px !important;
}
.archive_title02 a{
    color:#3289B2;
}
.archive_title02 a:hover{
    color:#333288;
}
.archive_back{
    background-color : #EDF3F5 ;
    margin:5px 5px 5px 0px;
    overflow:hidden;
    padding: 5px 0px;
}
.archvie_more{
    margin-top:10px;
    font-size:14px;
}
.archvie_more a{
    background-color:#3689B0;
    padding:5px;
    border-radius:5px;
    color:white;
    font-weight: 400;
    
    
}
.archvie_more a:hover{
    background-color:#333288;
    padding:5px 5px 5px 10px;
    border-radius:5px;
    color:white;
    transition: 1s;
    
}

/* ================================
         widget
 ================================= */
 


/* ======================================
            Our Family
 ====================================== */

.family{
	text-align:center;
	padding:10px;
	font-size:20px;
	font-weight:400;
	line-height:auto;
	background-color:#EBF2EE;
	border:1px solid #A4A6A9;
}
.family a{
	color:black;
	text-decoration:none;
}
.family a:hover{
	color:#E31418;
}.profile_news img{
	width:100%;	
	float:bottom;	
	border:1px solid #A4A6A9;
	padding:2px;
}



body {
    width:100%;
    font-family: SolaimanLipiNormal;
    font-size: 16px;
    color: ;
}
.body-section{
    background: #ffffff;
    padding-bottom:20px;    
}
.top-hdr-section{
    padding :10px 10px 0px 10px;
    background-color: red;    
}
.top-hdr-text ul p{
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.top-hdr-text ul li{
    display: inline-block;   
    color: #fff;
}
.top-hdr-text ul li a{
    color: #fff;
    font-size: 16px;
}
.top-hdr-social ul li{
    display: inline-block; 
    color: #fff; 
}
.top-hdr-social ul li a{
    color: #fff;
    font-size: 18px;
}
.scrool_1{
    font-size: 17px;
    padding:5px;
    background:#7e911a;
    color:#fff;
    text-align:left;
    padding-left:10px;
}
.footer-scrool-1 {
    float: left;
    width: 18%;
    background: #ef1a22;
    padding: 6px;
    font-size: 18px;
}
.footer-scrool {
    position: fixed;
    background: aliceblue;
    color: #fff;
    z-index: 99;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
}
#pointer a{
    color:#fff;
    font-weight:500;
    font-size: 18px;
    text-decoration: none;
}

 #pointer {
    width: 180px;
    height: 40px;
    position: relative;
    background: #7e911a;
    padding-top:8px;
    padding-left:10px;
    margin:0;
    color:#fff;
    font-weight:500;
    font-size: 18px;
    margin-bottom:5px;
    margin-top:10px;
  }
 #pointer:after {     
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0 white;
  }

 .catagory_title_1 {
    background: #7e911a;
    color:#fff;
    font-weight:500;
    font-size: 18px;
    padding: 6px;
    margin-bottom:5px;
    margin-top:10px;
    border-radius: 5px 5px 0px 0px;
}
.catagory_title_1 a {
    text-decoration: none;
    color:#fff;
    font-weight:500;
    font-size: 18px;
    padding-left: 5px;
}
.catagory_title_2 {
    background-color: #F4FAFE;
    color:#000;
    font-weight:500;
    font-size: 18px;
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-bottom: 4px solid #7e911a;
    border-top: 4px solid #7e911a;
}
.catagory_title_2 a {
    text-decoration: none;
    color:#000;
    font-weight:500;
    font-size: 18px;
    padding-left: 5px;
}

.catagory_title_2 i {
    font-size: 18px;
    color: #A60002;
}
.catagory_title_3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    overflow: hidden;
    width: 100%;
    color:#fff;
    font-weight:500;
    font-size: 18px;
    border-bottom: 3px solid #590303;
    background: #F4FAFE;
}
.catagory_title_3 span {
    background-color: #590303;
    padding: 20px;
    margin-left: -15px !important;
}
.catagory_title_3 a {
    color:#fff;
    font-weight:500;
    font-size: 18px;
}
.catagory_title_4 {
    background-color: #F2F2F2;
    color:#000;
    font-weight:500;
    font-size: 18px;
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-left: 4px solid#F60000;
}
.catagory_title_4 a {
    text-decoration: none;
    color:#000;
    font-weight:500;
    font-size: 18px;
    padding-left: 5px;
}
.hadding_1 a{
    font-size:22px;
    line-height:auto;
    font-weight:400;
    color:#000;
    text-decoration:none;    
}
.hadding_2 a{
    font-size:20px;
    line-height:auto;
    font-weight:400;
    color:#000;
    text-decoration:none;    
}
.hadding_3 a{
    font-size:18px;
    line-height:auto;
    font-weight:400;
    color:#000;
    text-decoration:none;
}
.hadding_4 a {
    text-decoration:none;
    color:#fff;
    font-size:22px;
    font-weight:400;
}
.Photo_Caption a{
    font-size:18px;
    line-height:auto;
    font-weight:400;
    color:#000;
    text-decoration:none;
}
.more_news a{
    display: inline-block;
    font-size:16px;
    font-weight:500;
    color:#9B030B;
    padding: 10px 0;
    border-radius: 50px;
    margin-top: 5px;
    transition: .3s;
    text-decoration: none;
    margin-bottom:5px;
  }
.more_news a:hover{
    color: #fff;
    background: #9B030B;
    text-decoration: none;
    padding: 7px 20px;
  }
.footer-section{
    background: #7e911a;
    padding: 40px 0 20px 0;
}
.footer-border{
    border-bottom :1px solid #D3DBCE;
    padding-top: 10px;
    margin-bottom: 10px;
}
.footer-menu ul li a{
    color: #D3DBCE;
    text-decoration: none;
}
.btm-footer-menu ul li a{
    color: #D3DBCE;
    text-decoration: none;
}
.btm-social ul li a{
    color: #ffffff;
    text-decoration: none;
}
.editor-text{
    font-size: 17px;
    color: #D3DBCE;
    padding: 10px 10px 15px 0; 
}
.address-text{
    text-align: center;
    font-size: 17px;
    color: #D3DBCE;
    padding: 10px 10px 15px 0; 
}
.btm-footer-section{
    padding: 10px 10px;
    margin-bottom: 37px;
    background-color: #000000;
}
.root_01{
    font-size: 16px;
    color: #B8B8B8;
}
.root_02 {
    font-size: 16px;
    color: #B8B8B8;
    text-align: right;
}

.widget_area h3{
    font-size:16px;
    font-weight:;
    color:#000;
    background-color: #F2F2F2;
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
    border-left: 4px solid#F60000;
}


#bs-example-navbar-collapse-1 {
background-color: #7e911a;
font-size: 16px;
}
#navbar_custom{
    background:#7e911a!important;
}

#nav .navbar-default .navbar-nav > li > a{
    color: #fff;
    padding: 7px 7px 7px 10px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    background:#7e911a!important;
}


#nav .navbar-collapse {padding: 0px; }
.navbar-nav{
    background-color: #07a352;
    color: #fff;
}



.scrollToTop{
    width:50px; 
    height:50px;
    padding:10px;  
    background: #01284F;
    position:fixed;
    right:25px;
    bottom:70px;
    border-radius: 50%;
    z-index:999;
}

.single-cat-title{
    overflow: hidden;
margin-bottom: 1px;
background: #EAE5E5;
width: 100%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #07a352 !important;
    border-color: #07a352 !important;
}
.pagination>li>a, .pagination>li>span {
    color: #07a352 !important;
}

.pagination>.active>span{
    color: #fff !important;
}



.dropdown-menu > li > a:hover{
    background-color: black;
    color: white;

}

.single-date{
float: right;
}

.single-date input{
    border: 1px solid #333288;
    padding: 3px;
    color: #010b01;
    display: block;
    position: relative;
    float: left;
}

.single-date .button {
      background-color: #333288;
    border: 1px solid #333288;
    color: white;
    padding: 7px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
