/*
Theme Name: Ajkar Konthosor Theme by Your Promo BD
Theme URI: https://ajkarkonthosor.com/
Author: Your Promo BD
Author URI: https://yourpromobd.com
*/

@font-face {
  font-family: 'Kalpurush';
  src: url('asset/fonts/kalpurush/Kalpurush.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ador';
  src: url('asset/fonts/Ador/Ador.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: #1d1819 !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);

}

#open_mobile_search,
#close_mobile_search,
.mobile_search,
.Mlogo {
  display: none;
}

@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: block;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
  }

  .Mlogof {
    display: flex;
  }

  header {
    display: none;
  }

  .mobile_search {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
  }

  .top-nav-sports {
    background-color: #ffffff;
    padding: 5px 12px;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    z-index: 800;
    box-shadow: 0 5px 5px -5px #000;
  }

  .search_submit,
  .search_submit {
    height: 100%;
    display: flex;
  }

  .mobile_search input.form-control {
    background: #fff;
    border: 2px solid #f0f0ed;
    color: #000;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 8px 1%;
    height: 100%;
    font-size: 18px;
    font-family: SolaimanLipi;
  }

  .top-nav-sports .iconbar {
    color: #000;
  }

  #close_mobile_search i {
    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;
  }

  #open_mobile_search {
    display: block;
  }

  #close_mobile_search,
  .mobile_search .input-group-btn {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 8px;
    display: flex;
    background: #efefef;
    align-items: center;
    max-height: 100%;
  }
}

@media (min-width:768px) {

  .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;
}
