/***
  1.header
***/
* {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #FFFFFF;
  --secondary-color: #FFFFFF;
  --section-color1: #999393d4;
  --section-color2: rgb(64 186 198 / 5%);
  --button-color: #5392f9;
  --footer1-color: rgb(2 21 42);
}
html {
  transition: background-color 0.3s ease, color 0.3s ease;
}
/** darkMode **/
html[data-bs-theme="dark"] p,
html[data-bs-theme="dark"] a,
html[data-bs-theme="dark"] div,
html[data-bs-theme="dark"] td,
html[data-bs-theme="dark"] h1,
html[data-bs-theme="dark"] h2,
html[data-bs-theme="dark"] h3,
html[data-bs-theme="dark"] h4,
html[data-bs-theme="dark"] h5,
html[data-bs-theme="dark"] h6,
html[data-bs-theme="dark"] span,
html[data-bs-theme="dark"] button {
  color: #FFFFFF !important;
}
html[data-bs-theme="dark"] .plwmbq-input::placeholder{
  color: #808080 !important;
}
html[data-bs-theme="dark"] .jsebqaf{
  border: none;
}html[data-bs-theme="dark"] .nav-link.active-page{
  border-bottom: 2px solid #FFFFFF;
}html[data-bs-theme="dark"] .navbar .navbar-brand img, html[data-bs-theme="dark"] .footer1 .logo{
  filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(0%) hue-rotate(107deg) brightness(105%) contrast(104%);
}

/**1.header**/
nav.header1{
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  border-bottom: 1px solid #e0d0d0bd; 
  padding: 0px;
}nav.header1 .navbar-nav .nav-link.active, nav.header1 .navbar-nav .nav-link.show{
  font-weight: 600;
}nav.header1 a{
  color: #404040;
}nav.header1 .navbar-nav .nav-link{
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 600;
}.header1 .navbar-nav{
  margin-right: 35px;
}.navbar>.container-fluid{
  flex-wrap: revert;
}.themeToggleBtn{
  width: 50px;
  justify-content: center;
}.themeToggleBtn img{
  width: 26px;
  height: 26px;
}.navbar .input-srth{
  display: flex;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 999;
}.navbar .navbar-brand img{
    width: 150px;
    height: 35px;
    object-fit: fill;
}.navbar .navbar-brand span{
    font-weight: 600;
    font-size: 20px;
}[data-bs-theme="dark"] .navbar .themeToggleBtn img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(17%) hue-rotate(242deg) brightness(103%) contrast(106%);
}#page-container{
  padding-top: 54px;
}.dwbm-search .input-group-text{
  height: 100%;
  border: 2px solid #8080809c !important;
  background: #ffffff;
  cursor: pointer;
  border-left: 0px !important;
}.dwbm-search .input-group-text img{
  width: 19px;
  filter: brightness(0) saturate(100%) invert(52%) sepia(4%) saturate(4%) hue-rotate(358deg) brightness(96%) contrast(85%);
}.dwbm-search input{
  border: 2px solid #8080809c !important;
  border-right: none !important;
}.dwbm-search input::placeholder{
  color: #808080;
  font-size: 14px;
}nav.header1 .dropdown-menu.show{
  border-radius: 0px;
  padding: 0px;
}.card .ngyvq-div{
  display: grid;
  align-content: space-between;
  max-height: 8.5rem;
  height: 8.5rem;
  padding: 8px 12px;
}.pagination .page-link{
  padding: 8px 35px;
  color: #000000;
  border: 1px solid #808080;
}.pagination .page-link:focus{
  box-shadow: none !important;
}.pagination{
  gap: 20px;
}input:focus, textarea:focus{
  box-shadow: none !important;
}.nav-link.active-page {
  border-bottom: 2px solid #000000;
  margin-bottom: -4px;
  color: #000000;
  font-weight: bold;
}input, textarea, select{
  border: 2px solid #8080809c !important;
}.breadcrumb-item+.breadcrumb-item::before{
  content: " • ";
}.breadcrumb li a{
  color:rgba(33, 37, 41, 0.75);
  text-decoration: none;
  text-transform: capitalize;
}.breadcrumb li a:hover{
  color: #000000;
}.offcanvas {
  transition: none !important;
}.offcanvas.show {
  transform: none !important; 
  visibility: visible !important;
}



p {
  font-size: 16px;
}
.topic-card{
    padding: 50px 0px;
}.topic-card .card:hover a{
    text-decoration: underline;
}.parent_ctlist{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.topic-card .ct_listDiv{
    color: #808080;
    text-transform: capitalize;
    text-decoration: none;
    padding: 6px 18px;
    border: 1px solid #af8686;
    font-weight: 600;
    flex: 0 1 auto;
    cursor: pointer;
    font-size: 15px;
}.topic-card .ct_listDiv:hover{
  border: 1px solid #000000;
  color: #000;
}.mob-uixmbv .input-group{
  justify-content: end;
}

/**cardUI**/
.cxte2_card{
  overflow: hidden;
  position: relative;
}
.card-image{
  position: relative;
}.card .appear-jh2rt-image{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  top: 0;
  bottom: 0;
  background-repeat: repeat;
}.card-image .thumbnail_crtm{
  z-index: 2;
  position: relative;
}.card .ngyvq-div small{
  color: #808080;
}
.card-image img:hover {
  transform: scale(1.1);
}.card-image img {
  transition: 0.3s;
  height: 160px;
  width: 100%;
  object-fit: contain;
}.card-image{
  overflow: hidden;
}.card .card-title, .mybqp-main p.small-title{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.card:hover .card-title{
  text-decoration: underline;
}.card .card-title{
  font-size: 18px;
  margin-top: 4px;
}.btqfgm-section{
  padding: 35px;
  background: rgb(64 186 198 / 5%);
  border-top: 1px solid #e0d0d0bd;
  position: relative;
}.breadcrumb-item{
  font-size: 15px;
}.btqfgm-section .input-group .btn{
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #8080809c;
  text-transform: uppercase;
}.btqfgm-section input{
  border: 2px solid #8080809c !important;
  border-right: 1px solid #8080809c !important;
}.bgte-sub-head{
  font-size: 21px;
  margin-bottom: 30px;
}.bwon-categoryDiv{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e0d0d0bd;
}.bwon-main{
    height: 100%;
    text-transform: capitalize;
    background: var(--section-color2);
    padding: 30px 0px;
}.bwon-main .breadcrumb{
    justify-content: center;
    margin-top: 12px;
    display: flex;
    margin-bottom: 0px;
}.navbar-toggler{
  border: none;
}

/**advertisment**/
.szslw-parent{
  position: relative;
  height: 2rem;
}.szslw-advertisment{
  display: flex;
  padding: 3px;
  border-radius: 0px !important;
  position: fixed;
  width: 100%;
  z-index: 3;
  align-items: center;
  border: 1px solid #eeeeee33;
  background: #f5fbfc;
  border-left: 0px;
  border-right: 0px;
}
div.wnxz-spin{
  color: #5454d6;
  display: flex;
  margin: 0 auto;
}.sticky-ad-container {
  position: relative;
}

.sticky-ad {
  position: sticky;
  top: 90px; 
  transform: translateY(0); 
  z-index: 1; 
  width: 100%; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}.szslw-vwmpin::before{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid rgba(43, 193, 203, 1);
}.szslw-vwmpin{
  font-size: 12px;
  margin-right: 0.65rem;
  padding: 4px 0.8rem;
  background: linear-gradient(90deg, rgba(37, 47, 111, 1) 0%, rgba(43, 193, 203, 1) 50%);
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: inherit;
  max-width: max-content;
}.szslw-parent a{
  font-size: 15px;
}

/**customDarkMode**/
html[data-bs-theme="dark"] .nvixw-mode{
  background: #2b3035 !important;
}html[data-bs-theme="dark"] a{
  color: #ffffff;
}html[data-bs-theme="dark"] .vnmx-icon{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(33%) hue-rotate(141deg) brightness(108%) contrast(108%);
}html[data-bs-theme="dark"] .cxlg-img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}html[data-bs-theme="dark"] .plwmbq-input::placeholder{
  color: var(--section-color2);
}

/**footer1**/
footer.footer1{
  background: var(--footer1-color);
  padding: 45px 0px 20px 0px;
}footer.footer1 a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}footer.footer1 .list-unstyled li{
  margin-bottom: 13px;
}footer.footer1 h5{
  font-weight: bold;
  font-size: 18px;
}

/**responsiveCss**/
@media (max-width: 480px) {
  .navbar .nhg-vcwtym1 span{
    display: none;
  }.header1>.container-fluid{
    justify-content: normal;
    flex-wrap: nowrap;
  }.szslw-parent{
    text-transform: capitalize;
  }.btqfgm-section{
    padding: 20px 5px;
  }p{
    font-size: 16px;
  }.smrt-pub_date{
    display: none !important;
  }.cxte2_card .card-title{
    font-size: 17px;
  }.wxc-list-posts{
    --bs-gutter-x: 0.8rem;
  }.card .ngyvq-div{
    max-height: 7rem;
    height: 7rem;
  }.dwbm-search{
    width: 100%;
  }.szslw-vwmpin::before{
    border-top: 11px solid transparent;
  }.szslw-vwmpin{
    font-size: 9.6px;
  }.themeToggleBtn img{
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 576px) {
  .header1 .mob-uixmbv .plwmbq-input{
      display: none;
  }.openInput #searchButton{
    border-radius: 8px;
  }.dwbm-search .input-group-text{
    border-radius: 0px;
  }
}
@media (max-width: 768px) {
  nav.header1 .dropdown-menu.show{
    min-width: 0px;
  }#page-container{
    padding-top: 45px;
  }.offcanvas.sjg7_kbwrtc{
    width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
  }.sjg7_kbwrtc .btn-close{
    font-size: 15px;
  }.btqfgm-section p{
    margin-bottom: 1rem !important;
  }nav .mob-uixmbv{
    border: none;
  }nav.header1 li.nav-item{
    margin-bottom: 20px;
    font-size: 16px;
  }.nav-link.active-page{
    width: max-content;
  }#page-container .mlkwq-list-post{
    margin-top: 20px;
  }.szslw-parent a{
    font-size: 15px;
  }.openInput #searchButton img{
    width: 16px;
  }.mob-uixmbv .plwmbq-input{
    border-radius: 0px;
    padding: 4.8px 8px;
  }
}
@media (max-width: 991px) {
  .header1 .mob-uixmbv{
    width: 100%;
  }
  .header1 .mob-uixmbv.openInput{
    border: none;
    display: flex;
    justify-content: end;
  }.openInput #searchButton{
    border-left: 2px solid #8080809c !important;
  }
}