@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;
}

.blog_artical ol {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.8;
  padding-left: 1.5em;
}

.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;
}

.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;
}
#header1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  z-index: 9;
  background-color: #d32f3e !important;
  border-bottom: 2px solid #d32f3e;
}
.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: #fafafa;
  font-size: 17px;
}
#header1 a.navbar-item:hover {
  background-color: #fafafa;
  color: #000;
}
#header1 .container {
  padding: 5px 10px;
}
/*end*/

/*home page left box code*/

#home1_header_part {
  margin-top: 70px;
}
.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;
}
.product_box_home1_descr p a:hover {
  text-decoration: underline;
}
/**/

/*Footer*/
.footer-design5 {
  background: black;
  padding: 60px 0 0;
  color: #999999;
  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: #ffffff;
}
.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;
}
