@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Poppins", sans-serif;
    outline:none !important;
}
:root{
  --primary-color:#e89e0a;
  --primary-color-hover:#f8ae1a;
  --secondary-color:#2D1F02;
  --secondary-color-hover:#402c05;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Poppins", sans-serif;
}
html{
  width: 100%;
}
body, html {
  color: #111;
  font-size: 14px;
  line-height: 1.3;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.mt-n1{margin-top:-34px;position: relative;z-index: 1;}.fs-11{font-size:11px;}.fs-12{font-size:12px;}.w-60{width:60px;}.line-h-170{line-height: 170%;}.line-h-150{line-height: 150%;}.btn-check:checked+.btn{background:var(--primary-color);color:#FFF;border:var(--primary-color);}.btn-primary-outline-s{font-size: 12px;padding: 3px 8px;border-color:var(--primary-color);color:var(--primary-color)}.btn-primary-outline-s:hover,.btn-primary-outline-s:active,.btn-primary-outline-s:focus{color:#FFF;background: var(--primary-color);}.transition{transition:0.4s all;}.dropdown-toggle::after{display:none;}.text-secondary-s{color:var(--secondary-color);}.text-primary-s{color:var(--primary-color);}.btn-secondary-s{background:var(--secondary-color);border-color:var(--secondary-color);color:#FFF;}.btn-secondary-s:hover, .btn-secondary-s:active, .btn-secondary-s:focus{background:var(--secondary-color-hover) !important;border-color:var(--secondary-color-hover) !important;color:#FFF;}.btn-primary-s{background:var(--primary-color);border-color:var(--primary-color);color:#FFF;}.btn-primary-s:hover, .btn-primary-s:active, .btn-primary-s:focus{background:var(--primary-color-hover) !important;border-color:var(--primary-color-hover) !important;color:#FFF;}.bg-primary-s{background:var(--primary-color);}.bg-secondary-s{background:var(--secondary-color);}
/***************************** Default CSS Ends Here *****************************/
.social li a{
  color:#CCC;
}
.social li a:hover, .social li a:active, .social li a:focus{
  color:#FFF;
}
.top-bar select{
  height: 27px;
  line-height: 10px;
}
.navbar-toggler{
  background:#FFF;
  padding: 8px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color:var(--secondary-color);
  padding: 15px 20px;
  border-bottom:1px solid transparent
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  border-bottom:1px dashed var(--primary-color);
  color: var(--primary-color);
}
.slick-prev, .slick-next{
  z-index: 1;
}
.slick-prev{
  left:15px;
}
.slick-next{
  right:15px;
}
.post-content{
  width:50%;
}
.post-content:hover a.h2, .post-data:hover a.h6{
  color:var(--primary-color);
}
.posts img{
  min-height: 350px;
  object-fit: cover;
  width: 100%;
}
.post-data a img{
  opacity: 0.9;
  max-height: 230px;
  min-height: 230px;
  object-fit: cover;
}
.post-data:hover a img{
  opacity: 1;
  transform: scaleX(1.02);
}
.articles{
  background:#fcf8f2;
  border:1px solid #EEE;
}
.articles:hover, .articles:active, .articles:focus{
  background: #FFF;
  border:1px solid var(--primary-color);
}
.articles:hover a.post-img img, .articles:active a.post-img img, .articles:focus a.post-img img{
  transform: scale(1.05);
}
.post-img img{
  max-height: 270px;
  min-height: 270px;
  margin-bottom: -9px;
}
.cates{
  top:125px;
}
.categories li a{
  color:#333;
}
.categories li a:hover, .categories li a:active, .categories li a:focus{
  color:var(--primary-color);
  background: #F5F5F5;
}

.img-wrapper {
  position: relative;
  margin-top: 20px;
}
.img-wrapper a{
  height: 260px;
  display: block;
}
.img-wrapper img {
  width: 100%;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
#nextButton, #prevButton{
  position: absolute;
  font-size: 2em !important;
}
#exitButton{
  font-size: 2em !important;
}
#nextButton{
  right:10px;
}
#prevButton{
  left:10px;
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media(min-width:992px) and (max-width:1200px){
  .post-content{
    width:80%;
  }
  .post-img img{
    max-height: inherit;
  }
  .post-data .d-flex.justify-content-between{
    display: block !important;
  }
  .post-data .d-flex.justify-content-between a{
    width: 100%;
  }
}
@media(min-width:768px) and (max-width:991px){
  .post-content{
    width:70%;
    max-height: 220px;
    overflow-y: auto;
    margin-left: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 20px 0;
  }
  .post-img img{
    max-height: inherit;
  }
}
@media(max-width:767px){
  .post-content{
    width:85%;
    max-height: 220px;
    overflow-y: auto;
    margin-left: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 20px 0;
  }
}
@media(max-width:574px){
  .post-content{
    width:90%;
    max-height: 220px;
    overflow-y: auto;
    margin-left: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 20px 0;
  }
}

.post-details h4{
  font-size:1.25rem;
  font-weight:700;
  margin-top:20px;
}
.post-details p{
  line-height:170%;
  display:block;
  padding:1rem 0;
}
.post-details h5{
  font-size:1rem;
  font-weight:700;
  margin-top:20px;
}