html{
    /*scroll-behavior: smooth;*/
}
.text-red{
    color: red;
}

.text-blue{
    color: blue;
}

.margin-b-5{
    margin-bottom: 5px !important;;
}

.margin-b-6{
    margin-bottom: 6px !important;
}

.pointer{
    cursor: pointer;
}

/*Css for file upload in image*/

#img-upload{
    width: 35%;
}

.text-white{
    color: white;
    text-align: center;
}

.btn-view-more:hover{
    color: white;
    zoom: 1px;
}

.bg-color-orange{
    background-color: #FF5733;
}

/*Css for image in home*/
.object-fit-img{
    object-fit: cover;
}

/* blog css */

/* body{margin-top:20px;} */
.post .article-v2 {
  padding: 0 15px;
}

.article-v2{
  /* height: 10px !important; */
}

.post .article-v2 .entry-title {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
}

.post .article-v2 .article-header {
  margin-bottom: 15px;
}

.post .article-v2 .article-content-main {
  -webkit-box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
  background: #fff;
  margin-top: -75px;
}

@media only screen and (max-width: 1024px) {
  .post .article-v2 .article-content-main {
    padding: 15px;
    margin-bottom: 30px;
  }
}

.post .article-v2 .article-content p:last-of-type {
  margin-bottom: 0;
}

.post .article-v2 .article-thumb {
  position: relative;
  left: 25px;
  margin-bottom: 0;
}

.post .article-v2 .article-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  margin-top: 20px;
}

.post .article-v2 .article-footer .more-link {
  color: #ffa800;
}

.post .article-v2 .article-footer .footer-meta a {
  color: #aaa;
  font-size: 15px;
  margin-right: 5px;
}

.post .article-v2 .article-footer .footer-meta a i {
  font-size: 16px;
  margin-left: 2px;
}

.border_radius{
  border-radius: 5px;
}

.entry-cat{
  font-size: 14px;
  font-weight: 600;
  color: #3b98c8;
}

.center-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 5%;;
}

.sectionContent{
  padding: 2%;
}

.article-content section{
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 12px !important;
}

/* blog css ends  */

/* blog show css */

.fw-bolder {
  font-weight: bolder !important;
}

.fst-italic {
  font-style: italic !important;
}

/* blog show css ends */

/* Blog list css */

.action-btn{
  padding: 1px !important;
  margin-right: 1% !important;
  width: 20% !important;
}

/* Blog list css ends  */
