@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");

.articles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lgcta {
  background: rgb(197, 17, 25);
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 900;
  padding: 13px;
}

.article-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.article-item img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.article-title {
  font-size: 1.2rem;
  margin: 0;
}

.article-description {
  margin: 0;
}

.logo {
  display: block;
  margin: auto;
}

.div-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #000;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 24.72px;
}
h4,
h5,
h6 {
  font-size: 20px;
}

/*header navgation exampe1*/
#header1 .navbar {
  background-color: transparent;
}
.active2 {
  background: #fff !important;
  color: #000 !important;
}
#header1.sticky {
  background: #fff !important;
}
#header1 .navbar-brand a:hover {
  background: transparent !important;
}
.purchase {
  background: var(--cta-button);
}
#header1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  z-index: 9;
  background-color: var(--footer) !important;
  border-bottom: 2px solid #000000;
}
.mt-83 {
  margin-top: 83px !important;
}
.search-box {
  background: #e8e8e4;
  position: absolute;
  top: 54px;
  right: 28.7%;
  width: 350px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #5c5a51;
  display: none;
}

.search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #010104;
}

.search-box input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #5c5a51;
  outline: none;
}

.search-box input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #5c5a51;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #5c5a51;
  outline: none;
  cursor: pointer;
}

.navbar-end.serchend li {
  list-style: none;
}
.navbar-end.serchend li i {
  color: #2c2c2c;
  font-size: 22px;
}
#header1 .navbar-item,
.navbar-link {
  color: #121212;
  font-size: 17px;
}
#header1 a.navbar-item:hover {
  background-color: #fafafa;
  color: #e0e0e0;
}
#header1 .container {
  padding: 5px 10px;
}
/*end*/

/*home page left box code*/

#home1_header_part {
  margin-top: 70px;
}

.block-title {
  font-size: 28px;
  font-weight: bold;
  display: flex;
}
.block-title span {
  background: var(--header-blue-clr);
  width: 30px;
  color: white;
  height: 30px;
  display: block;
  font-size: 20px;
  border-radius: 50%;
  margin-top: 6px;
  text-align: center;
  margin-right: 7px;
}

.home_page1_des {
  padding: 5px 0px;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
}
.colum_mg_title {
  color: #5c5a51;
  font-size: 15px;
}
.articl_authour {
  font-weight: 300;
  font-size: 15px;
}
.article__txt {
  background: #f2ede7;
  text-align: center;
}
.homepag1_article__txt {
  background: #f2ede7;
  text-align: center;
  padding: 20px;
}
.hder_lft_box a {
  color: #000;
}
.hder_lft_box {
  margin-bottom: 20px;
  padding: 0px 0px;
}
.homepage1_left_colum img {
  width: 100%;
}
.homepage1_mg img {
  width: 100%;
}

/**/

/*listing box css*/
.td-editor-date {
  font-weight: 300;
  font-size: 15px;
}
.listing_block_mg img {
  width: 100%;
}
.home1_listing_part {
  margin: 56px 0px;
}
.listingbox_part {
  display: flex;
  flex-direction: row;
}

.listing_part_left {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.listing_block {
  display: flex;
  flex-direction: row;
}
.listing_part_right {
  width: 25%;
}
.listing_heading {
  font-size: 29px;
  font-weight: bold;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 9px 0;
  border-top: 1px solid #d9d6;
  border-bottom: 1px solid #d9d6;
  margin-bottom: 20px;
}
.listing_block_mg {
  width: 30%;
}
.listing_block_des {
  width: 70%;
  padding: 0px 20px;
}
.listing_text_sub_ttl {
  font-size: 22px;
  font-weight: bold;
  padding: 0px 0px;
}
.listing_txt_sub {
  font-size: 16px;
  font-weight: bold;
}
.listing_block_des a {
  color: #000;
}
.tdb-author-photo img {
  vertical-align: middle;
}
.td-editor-date img {
  width: 48px;
  border-radius: 30px;
}
.td-editor-date {
  padding: 10px 0px;
}

/*end*/

/*thumnail box*/
.left_thumnail {
  position: relative;
  margin-bottom: 20px;
}

.left_thumnail img {
  width: 100%;
  display: block;
}
.left_thumnail_des {
  position: absolute;
  bottom: 0;
  background: #e4edf1;
  left: 20px;
  right: 20px;
  padding: 10px 20px;
  text-align: left;
}
.left_thumnail_des h3 {
  font-size: 18px;
  font-weight: bold;
}
.left_thumnail_des p {
  font-weight: 300;
  font-size: 15px;
}

/*end*/

/*footer css start*/

.footer_social_link ul li {
  display: inline-block;
  padding: 0px 10px;
}
.footer_social_link {
  text-align: right;
}
.footer1_logo img {
  width: 150px;
}

.footer1_links {
  color: #fff;
}
.footer1_links ul li a {
  color: #fff;
  font-weight: 300;
}
.footer1_links h3 {
  font-size: 22px;
  font-weight: bold;
}
.footer1_links ul li {
  /* padding: 4px 0px; */
  line-height: 26px;
}
.footer1_inner {
  border-top: 1px solid #3e3c3c;
  border-bottom: 1px solid #3e3c3c;
  padding: 40px 0px;
}
#footer1 {
  color: #fff;
}
.ft_subcr h3 {
  font-weight: bold;
  font-size: 22px;
}
#footer1 input {
  border: none;
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 0;
}
#footer1 .button {
  border: none;
  color: #fff;
  border-radius: 0;
}
.footer_subscrib p {
  font-weight: 300;
}
.footer_social_link li a i:hover {
  color: #2160c4;
  transition: 0.5s all ease;
}
.footer1_links a:hover {
  color: #2160c4;
  transition: 0.5s all ease;
}

/*end*/

/*From our partners start*/
.product_box_home1 {
  background: #f6f4f4;
  padding: 15px;
}
.product_box_home1_descr h3 {
  line-height: normal;
  font-size: 19px;
  font-weight: bold;
  padding: 7px 0px;
}
.product_box_home1_descr p {
  font-weight: 300;
  font-size: 15px;
}
.product_box_home1_descr h4 a {
  font-size: 16px;
}
.product_box_home1_mg img {
  width: 100%;
}

/*end*/

/*Latest Stories*/

#latest_stroies {
  margin: 40px 0px;
}

.Next_post_btn a {
  text-align: center;
  background: #2160c4;
  display: block;
  padding: 20px 15px;
  color: #fff;
  font-size: 20px;
}

.blog_artical p {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.8;
}

.blog_artical ol {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.8;
  padding-left: 1.5em;
}
.product_box_home1_descr p a:hover {
  text-decoration: underline;
}
/**/

/*Footer*/
.footer-design5 {
  background: var(--footer);
  padding: 60px 0 0;
  color: #121212;
  font-size: 14px;
  position: relative;
}
.footer-design5:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  background: url("../images/footer-bg1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-design5 .footer-title h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.footer-design5 .footer-about p {
  font-size: 16px;
  color: #efefef;
}

.footer-design5 .footer-about p a {
  color: var(--main-clr);
}

.footer-design5 .fa-icon-wrap a {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 40px;
  background: #333333;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.footer-design5 .fa-icon-wrap a:hover {
  background: var(--main-clr);
}

.footer-design5 .popular-post .post-list {
  margin-bottom: 20px;
}

.footer-design5 .popular-post .post-list .item-thumbnail {
  min-width: 90px;
  width: 90px;
  max-width: 90px;
  height: 70px;
  overflow: hidden;
}
.footer-design5 .popular-post .item-thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.footer-design5 .popular-post .post-desc h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.footer-design5 .popular-post .post-desc h4:hover {
  color: var(--main-clr);
}

.footer-design5 .popular-post .post-desc p {
  color: #999999;
}

/*label*/
.footer-design5 .category-list li {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 15px;
  transition: all 0.3s ease;
}

.footer-design5 .category-list li:hover {
  color: var(--main-clr);
}

.footer-design5 .category-list li span {
  margin-left: auto;
}

.footer-design5 .category-list li a {
  width: 100%;
  color: inherit;
  padding: 6px 0;
  font-weight: 500;
}

.footer-design5 .footer-seprate {
  position: relative;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
  margin: 30px auto;
  max-width: 80%;
}

.footer-design5 .footer-logo {
  height: 100%;
}
.footer-design5 .copyrights-menu a {
  color: #cccccc;
  padding: 0 10px;
}
.footer-design5 .copyrights-menu a:hover {
  color: var(--main-clr);
}

@media (max-width: 544.98px) {
  .copyrights-text,
  .copyrights-menu {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 359.98px) {
  .footer-design5 .copyrights-menu a {
    padding: 0 5px;
  }
}

@media (max-width: 1103.98px) {
  .listing_part_right {
    width: 25%;
    display: none;
  }
  .listing_part_left {
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  /*header navgation exampe1*/

  .navbar-end.serchend {
    position: absolute;
    right: 46px;
    top: 8px;
  }

  #header1 .navbar-burger {
    background: transparent;
    color: #5c5a51;
    border: 0px;
  }
  #header1 .navbar-item,
  .navbar-link {
    color: #0b0b0b;
  }

  /*end*/
}

@media (max-width: 768.98px) {
  .box2 {
    display: flex;
    flex-direction: column;
  }
  .one {
    order: 2;
  }
  .three {
    order: 3;
  }
  .two {
    order: 1;
  }

  .hder_lft_box {
    margin-bottom: 20px;
    padding: 5px;
    width: 50%;
    float: left;
  }

  /*listing box css*/

  .listing_part_right {
    width: 25%;
    display: none;
  }

  .listing_part_left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .listing_block_des {
    width: 100%;
    padding: 0px 0px;
  }
  .listing_block_mg {
    width: 100%;
  }
  .listing_block {
    display: flex;
    flex-direction: column;
  }

  /*end*/
  .home1_listing_part {
    margin: 20px 0px;
  }
  .listing_heading {
    font-size: 22px;
  }

  /*footer*/
  .footer_social_link {
    text-align: center;
  }
  .footer_logo {
    text-align: center;
  }
  .bodr1 {
    border-bottom: 1px solid #3e3c3c;
  }

  /*end*/
}

@media (max-width: 480.98px) {
  /*header navgation exampe1*/
  .search-box input[type="text"] {
    width: 131px;
  }

  .search-box {
    width: 240px;
  }
  /*end*/

  .hder_lft_box {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .custom-container .container {
    max-width: var(--container-width) !important;
    width: 100%;
  }
}

/*Custom common css*/

.is-transparent {
  background: transparent;
}

/******hide dropdown buton******/
.dropdown-menu {
  width: 300px;
  overflow: hidden;
}
a.dropdown-item {
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown .dropdown-trigger .button {
  display: none;
}
.dropdown-content {
  max-height: calc(100vh - 100px);
  overflow: auto;
  background-color: #f9f9f9 !important;
}
.search-filter {
  position: relative;
  display: flex;
  align-items: center;
  width: 180px;
}

.search-filter .dropdown:not(.is-active) {
  display: none;
}
.search-filter .input {
  position: initial;
}
.search-filter .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.search-filter .dropdown .dropdown-trigger {
  display: none;
}
.search-filter .dropdown .dropdown-menu {
  right: 0;
  left: initial;
  top: calc(100% + 8px);
}

.first_blog_hd .text-center {
  text-align: center;
}

/*********start new css********/
.render-content {
  counter-reset: list-0;
}
.render-content .post-details .title {
  margin-top: 25px;
}
.render-content h1 {
  font-size: 28px;
  font-weight: bold;
}
.render-content p,
.render-content h1,
.render-content h2,
.render-content h3,
.render-content h4,
.render-content h5,
.render-content h6 {
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.render-content ol {
  padding: 0;
}
.render-content li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.render-content li[data-list="ordered"] {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.render-content li[data-list="ordered"] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.render-content li[data-list="bullet"] > .ql-ui:before {
  content: "\2022";
}
.render-content li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.render-content .ql-ui {
  position: absolute;
}
.render-content .quill-better-table-wrapper .quill-better-table {
  width: 100% !important;
}
.render-content .quill-better-table-wrapper .quill-better-table p {
  padding-left: 0;
  padding-right: 0;
}
.render-content .quill-better-table-wrapper .quill-better-table colgroup {
  display: none !important;
}
.render-content .quill-better-table-wrapper .quill-better-table th,
.render-content .quill-better-table-wrapper .quill-better-table td {
  padding: 4px 12px;
  vertical-align: baseline;
}
.render-content .quill-better-table-wrapper .quill-better-table,
.render-content .quill-better-table-wrapper th,
.render-content .quill-better-table-wrapper td {
  border: 1px solid !important;
}
.render-content .main-content p:last-child br:last-child:first-child {
  display: none;
}

.ql-align-center {
  text-align: center;
}
.ad-label {
  margin-bottom: 5px;
  padding: 0 15px;
  float: none;
  width: auto;
  text-align: center;
  font-size: 12px;
  color: #999;
}
#desktop_300x250,
#smartphone_300x250 {
  margin: 0px auto 10px auto;
  text-align: center;
  max-width: 100%;
  width: 300px;
  min-height: 250px;
}
#smartphone_320x50 {
  margin: 0px auto 10px auto;
  text-align: center;
  max-width: 100%;
  width: 320px;
  min-height: 50px;
  background-color: #d8d8d8;
}
#smartphone_300x250 {
  background-color: #d8d8d8;
}
#desktop_300x600,
#desktop_160x600 {
  margin: 0px auto 10px auto;
  text-align: center;
  max-width: 100%;
  width: 600px;
  min-height: 600px;
}
#desktop_728x90 {
  margin: 0px auto 10px auto;
  text-align: center;
  max-width: 100%;
  width: 728px;
  min-height: 250px;
}
.article {
  width: 100%;
  padding: 20px;
}
.article .quill-better-table {
  width: auto !important;
}
.article .quill-better-table colgroup {
  display: none !important;
}
.article .quill-better-table th,
.article .quill-better-table td {
  padding: 4px 12px;
  vertical-align: baseline;
}
.article .quill-better-table,
.article th,
.article td {
  border: 1px solid !important;
}
.article h2,
.article h3,
.article h4,
.article h5 {
  font-size: 22px;
  font-weight: bold;
}
.article img {
  display: block;
  margin: auto;
}
.article ul li {
  font-size: 1.2em;
  line-height: 1.8;
  word-spacing: 0.6px;
  letter-spacing: 0.3px;
  padding: 5px;
}
.article p,
.article li {
  font-size: 1.2em;
  line-height: 1.8;
  word-spacing: 0.6px;
  letter-spacing: 0.3px;
  padding: 0.4em 0;
}
.article figure {
  width: 100% !important;
}
.article figure img {
  width: 100% !important;
  border-radius: 8px;
}
.render-content {
  counter-reset: list-0;
}
.render-content .post-details .title {
  margin-top: 25px;
}
.render-content h1 {
  font-size: 28px;
  font-weight: bold;
}
.render-content p,
.render-content h1,
.render-content h2,
.render-content h3,
.render-content h4,
.render-content h5,
.render-content h6 {
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.render-content ol {
  padding: 0;
  font-size: 1.2em;
}
.render-content li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.render-content li[data-list="ordered"] {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.render-content li[data-list="ordered"] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.render-content li[data-list="bullet"] > .ql-ui:before {
  content: "\2022";
}
.render-content li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.render-content .ql-ui {
  position: absolute;
}
.render-content .quill-better-table-wrapper .quill-better-table {
  width: 100% !important;
}
.render-content .quill-better-table-wrapper .quill-better-table p {
  padding-left: 0;
  padding-right: 0;
}
.render-content .quill-better-table-wrapper .quill-better-table colgroup {
  display: none !important;
}
.render-content .quill-better-table-wrapper .quill-better-table th,
.render-content .quill-better-table-wrapper .quill-better-table td {
  padding: 4px 12px;
  vertical-align: baseline;
}
.render-content .quill-better-table-wrapper .quill-better-table,
.render-content .quill-better-table-wrapper th,
.render-content .quill-better-table-wrapper td {
  border: 1px solid !important;
}
.render-content .main-content p:last-child br:last-child:first-child {
  display: none;
}
.p-button {
  border-radius: 0;
  border: 2px solid black;
  font-weight: bold;
  width: 100%;
  align-items: center;
}
.button {
  border-color: #dbdbdb;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.e-icons {
  font-family: "e-icons";
  font-style: inherit !important;
  font-weight: inherit !important;
}
.article-title {
  font-family: Shrikhand, Open Sans, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: #252525;
  font-size: 2em;
  line-height: 1.25;
  margin-top: 10px;
}
.article-category {
  margin-top: 5px;
  margin-bottom: 5px;
}
.article-category span {
  padding: 2px 11px;
  font-size: 14px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .article-title {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  .article {
    max-width: calc((100% - 320px) - 30px);
  }
  .article-category {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .article p {
    font-size: 4vw;
    line-height: 1.8;
  }
}
@media (max-width: 991.98px) {
  .article p {
    font-size: 1.25em;
    line-height: 1.8;
  }
}

/*********end new css********/

/************START ADS CSS************/
@media (min-width: 600px) {
  .t10_center_content {
    width: 100%;
    height: 100px;
    background-color: #fcfcfc;
  }
  .t10_center_content p {
    text-align: center;
    color: grey;
    opacity: 0.5;
    font-size: 16px;
  }
  .tbr_300X250 {
    text-align: center;
    opacity: 0.5;
    padding: 10px;
  }
}

@media (max-width: 430px) {
  .t10_center_content {
    width: 100%;
    height: 300px;
    background-color: #fcfcfc;
  }
  .t10_center_content p {
    text-align: center;
    color: grey;
    opacity: 0.5;
    font-size: 16px;
  }
  .tbr_300X250 {
    text-align: center;
    opacity: 0.5;
    padding: 10px;
  }
}

.t10_sidebar_content {
  height: 600px;
  width: 300px;
  background-color: #fcfcfc;
}

.t10_sidebar_content p {
  text-align: center;
  color: grey;
  opacity: 0.5;
}

.t10_sidebar_small_content {
  height: 250px;
  width: 300px;
  background-color: #fcfcfc;
}

.t10_sidebar_small_content p {
  text-align: center;
  color: grey;
  opacity: 0.5;
}

.t10_300X600 {
  text-align: center;
  padding: 100px;
  opacity: 0.5;
}

.videoads {
  margin-top: 1rem;
}

/* @media screen and (max-width: 768px) {
  .t10_center_content{
    width: 100%;
  }
} */
/************END ADS CSS************/
