/*
Theme Name: Agami News (Updated)
Theme URI: https://themekinun.alorkotha.com
Author: Themekinun
Author URI: https://themekinun.alorkotha.com
Description: Agami news is a very responsible theme for blog and newspaper. It's latest version Developed by "ThemeKinun"
Tags: blog, newspaper
Version: 1.4
Requires at least: 5.0
Tested up to: 5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Agami News
*/

@font-face {
    font-family: 'Kalpurush';
    src: url('asset/fonts/kalpurush/Kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
body, h1, h2, h3, h4, h5, h6, p, textarea, a{
    font-family: 'Kalpurush', sans-serif;
}

.designerCompany{
  color:#fff !important;
}
.designerCompany:hover{
  color:yellow !important;
}
.marquee-block h2:after {
  left: 82px;
}

.social_share_box ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.social_share_box ul li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  transition: 0.4s;
}
.social_share_box ul li i{
  color:#fff;
}
.social_share_box ul li:nth-child(1){
  background: #2d5f9a;
}
.social_share_box ul li:nth-child(1):hover{
  border: 2px solid #000;
  background: #fff;
}
.social_share_box ul li:nth-child(1):hover i{
  color:#000;
}
.social_share_box ul li:nth-child(2){
  background:#53c7ff;
}
.social_share_box ul li:nth-child(2):hover{
  border: 2px solid #000;
  background: #fff;
}
.social_share_box ul li:nth-child(2):hover i{
  color:#000;
}
.social_share_box ul li:nth-child(3){
  background:#448aff;
}
.social_share_box ul li:nth-child(3):hover{
  border: 2px solid #000;
  background: #fff;
}
.social_share_box ul li:nth-child(3):hover i{
  color:#000;
}
.social_share_box ul li:nth-child(4){
  background:#a41719;
}
.social_share_box ul li:nth-child(4):hover{
  border: 2px solid #000;
  background: #fff;
}
.social_share_box ul li:nth-child(4):hover i{
  color:#000;
}
.social_share_box ul li:nth-child(5){
  background:#444444;
}
.social_share_box ul li:nth-child(5):hover{
  border: 2px solid #000;
  background: #fff;
}
.social_share_box ul li:nth-child(5):hover i{
  color:#000;
}

.singlePageImgSize{
  width: 100%;
  height:auto;
  border: 3px solid rgb(224, 222, 222);
 
}
.details-content img{
  padding:0px !important;
  margin-bottom: 0 !important;
}
.widgetR{
  margin-top: 18px;
}
.widget_area{
  border: 1px solid rgb(6, 117, 61) !important;
}
.widget_area img{
  width:100% !important;
}
.footer-details{
  padding:0px !important;
}
.scrollup {
  background: transparent !important;
  border-radius:50%;
  border: 2px solid #910000;
  color: #910000;
}
.footer-nav{
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;

}
.footer-nav li{
  padding: 0 7px !important;
  border-right: 1px solid #fdfdfd;
}
.footer-nav li:last-child{
 
  border-right:none;
}
.footer-nav li a{
  padding: 0!important;
  font-weight: normal !important;
  font-size: 16px !important;
  color:#fff !important;
  
}

.fbg {
  background: #35774d !important;
}

.navbar .dropdown {
  position: relative !important;
}

ul.dropdown-menu {
  width: 100% !important;
  position: absolute;
  left:0px;
}
.search_box{
  display: flex;

}
.search_box img{
  width: 20%;
  height: auto;
  margin-right: 15px;
  border: 3px solid rgb(165 243 176);

}

@media (max-width:767px){
  .search_box{
    display: block;
  }

  .search_box p{
    margin-top: 20px !important;
  }
  .top-date{
    font-size: 105%;
  }
  .new-logo-area a{
    display: flex;
    
  }
  .new-logo-area a img{
  margin-left: auto;
  margin-right: auto;
  }
  .deskCatTitle{
    display: none;
  }
  .mobCatTitle{
    display: block;
  }
  .txc{
    text-align:center;
}
.mtrs{
     margin-top:15px;
}
.footer-nav{
    margin-top:8px;
  justify-content: center;
}
.Mlogo{
  display: none;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}
	.Mlogof{
    display:flex;
}
}
@media (min-width:768px){
  .Mlogo{
    display:none;
  }
  .deskCatTitle{
    display: block;
  }
  .mobCatTitle{
    display: none;
  }
  .footer-nav{
  justify-content: flex-end;

}
.marquee div{
    animation-duration: 50.2597s !important;
}
}
.national-heading h2:after {
  left: 100%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.more-news {
    border: none;
    padding: 5px 20px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    z-index: 99;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.more-news {
  border: none;
  padding: 5px 20px;
  color: #000;
  background:#e0e0e0;
  border-bottom: 2px solid #000;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
  transform: skew(20deg);
}

.sp{
  cursor: pointer !important;
}
.marquee li{
    padding-right:0px !important;
}
.marquee li a span{
    padding-left:0px !important;
}

.textLogo {
  font-size: 43px;
  font-weight: bold;
  line-height: 84px;
}