/*=== abstracts css start === */
@import url("https://fonts.googleapis.com/css2?family=Calistoga&family=Inter:wght@300;500;600;700;900&display=swap");
@font-face {
  font-family: "helvetica-regular";
  src: url(../fonts/Helvetica.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "helvetica-bold";
  src: url(../fonts/HelveticaNeueBd.ttf);
}
/*===// end of abstracts css === */
/*=== base css start === */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong,
i {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul,
li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
}

.category-heading {
  color: #b31a1b;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 13px;
}

.category-heading-big {
  color: #b31a1b;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 20px;
}

.heading-small {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.heading-midium {
  font-family: "Calistoga", cursive;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .heading-midium {
    font-size: 18px;
  }
}

.heading-midium-v2 {
  font-family: "Calistoga", cursive;
  color: #000000;
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .heading-midium-v2 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .heading-midium-v2 {
    font-size: 25px;
  }
}

.heading-large {
  font-family: "Calistoga", cursive;
  color: #000000;
  font-size: 26px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .heading-large {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .heading-large {
    font-size: 20px;
  }
}

.heading-large-v2 {
  font-family: "Calistoga", cursive;
  color: #000000;
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .heading-large-v2 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .heading-large-v2 {
    font-size: 26px;
  }
}

.heading-xl {
  font-family: "Calistoga", cursive;
  color: #000000;
  font-size: 38px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .heading-xl {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .heading-xl {
    font-size: 30px;
  }
}

.writter {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
  color: #333333;
}

.para-heading {
  font-family: "helvetica-bold";
  font-size: 22px;
  color: #333333;
}

.para-big {
  font-family: "helvetica-regular";
  font-size: 20px;
  color: #333333;
}

.paragraph-t1 {
  font-family: "helvetica-regular";
  font-size: 15px;
  color: #333333;
}

.para-t2 {
  font-family: "helvetica-regular";
  font-size: 14px;
  color: #333333;
}

.para-small {
  font-family: "helvetica-regular";
  font-size: 12px;
  color: #333333;
}

.number {
  font-family: "Calistoga", cursive;
  color: #b31a1b;
  font-size: 20px;
  font-weight: 900;
  margin-right: 20px;
  line-height: 1.2;
}

hr {
  color: #646464;
}

@media (min-width: 1200px) {
  .bor-right {
    border-right: 1px solid #f1f1f1;
  }
}

@media (min-width: 1200px) {
  .bor-l {
    padding-left: 20px;
    border-left: 1px solid #f1f1f1;
  }
}

@media (min-width: 1400px) {
  .text-xxl-preline {
    white-space: pre-line;
  }
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

@media (max-width: 1400px) {
  .table th,
  .table td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .custom-gutter {
    --bs-gutter-x: 32px ;
  }
}

/*===// end of base css === */
/*=== components css start === */
@media (min-width: 992px) {
  .editors-pick-wrap {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .editors-pick-wrap {
    width: 780px;
  }
}
@media (min-width: 1400px) {
  .editors-pick-wrap {
    width: 950px;
  }
}
.editors-pick-wrap .swiper-button-next {
  top: 10px;
  right: 0;
  width: 20px;
}
.editors-pick-wrap .swiper-button-next::after {
  color: #b31a1b;
  font-size: 20px;
  font-weight: bold;
}
.editors-pick-wrap .swiper-button-prev {
  top: 10px;
  left: calc(100% - 60px);
  width: 20px;
}
.editors-pick-wrap .swiper-button-prev::after {
  color: #b31a1b;
  font-size: 20px;
  font-weight: bold;
}

/*===// end of components css === */
.pagin-wrapper {
  padding: 20px 0;
  margin: auto;
}
@media (min-width: 1200px) {
  .pagin-wrapper {
    max-width: 80%;
  }
}
.pagin-wrapper .nav-btn {
  border: none;
  background: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pagin-wrapper .page-nums {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .pagin-wrapper .page-nums {
    padding: 0 50px;
  }
}
.pagin-wrapper .page-nums .page-num {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.pagin-wrapper .page-nums .page-num.active {
  color: #b31a1b;
}
.pagin-wrapper .page-nums .page-num:hover {
  color: #b31a1b;
}

.top-franchises table th {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
.top-franchises table td {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 12px;
}
.top-franchises .line {
  display: inline-block;
  height: 2px;
  width: 12px;
  background: #666666;
  vertical-align: middle;
}
.top-franchises .down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-top: 10px solid #b33027;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.top-franchises .up {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #6096d9;
}

.main-contents-home {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .main-contents-home .content-wrapper {
    display: flex;
  }
  .main-contents-home .content-wrapper .left-content {
    width: calc(100% - 305px);
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #f1f1f1;
  }
  .main-contents-home .content-wrapper .sidebar {
    width: 305px;
  }

  .main-contents-home .content-wrapper .left-content_art {
    width: calc(100% - 400px);
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #f1f1f1;
  }
  .main-contents-home .content-wrapper .sidebar_art {
    width: 400px;
  }
}

/*=== layout css start === */
.top-navigation {
  border-bottom: 2px solid #b90000;
  padding: 20px 0;
}
.top-navigation .middle-sec .navbar-brand {
  display: inline-block;
  max-width: 500px;
}
@media (max-width: 991px) {
  .top-navigation .middle-sec .navbar-brand {
    max-width: 80%;
  }
}
.top-navigation .middle-sec .address {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #777777;
}
@media (max-width: 767px) {
  .top-navigation .middle-sec .address {
    display: none;
  }
  .bottom-navigation {
    display: none;
  }
}
.top-navigation .subscribe-btn {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #b31a1b;
  text-align: center;
  border-radius: 20px;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .top-navigation .subscribe-btn {
    font-size: 10px;
  }
}

.bottom-navigation {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .bottom-navigation {
    overflow-x: scroll;
    /* width */
    padding: 10px 0 0px 0;
  }
  .bottom-navigation::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 991px) {
  .bottom-navigation .link-wrapper {
    width: 740px;
  }
}
.bottom-navigation .nav-link {
  color: #333333;
  margin: 0 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.bottom-navigation .nav-link:hover {
  color: #b90000;
}
@media (max-width: 1199px) {
  .bottom-navigation .nav-link {
    margin: 0 20px;
  }
}

.side-nav .navbar-brand {
  max-width: 200px;
}
.side-nav .main-nav .nav-link {
  font-family: "Inter", sans-serif;
  color: #333;
  padding: 0.5rem 0px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .side-nav .main-nav .nav-link {
    font-size: 14px;
  }
}
.side-nav .main-nav .nav-link.active, .side-nav .main-nav .nav-link:hover {
  color: #b90000;
}
.side-nav .copyright {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #555;
}

.footer {
  padding-top: 2px;
  border-top: 3px solid #e2e2e2;
}
.footer .footer-top {
  padding: 30px 0;
  border-top: 1px solid #e2e2e2;
}
.footer .footer-top .f-logo {
  max-width: 250px;
  margin-bottom: 30px;
}
.footer .footer-top .title-f {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #b31a1b;
  font-size: 15px;
  padding-bottom: 20px;
}
.footer .footer-top a {
  font-family: "helvetica-bold";
  display: inline-block;
  font-size: 13px;
  transition: all 0.2s;
  margin-bottom: 10px;
  color: #555555;
}
.footer .footer-top a:hover {
  color: #b31a1b;
}
.footer .dh {
  display: hidden;
}
.footer .foot-bottom {
  padding: 20px 0;
  border-top: 1px solid #e2e2e2;
}
.footer .foot-bottom p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #878787;
}

.heading-xl a, .heading-large a, .heading-midium a, .heading-large-v2 a, .heading-midium-v2 a{
  color: #000000;
}  
.category-heading a, .category-heading-big a{
  color: #b31a1b;
}
.img-full {
  width: 100%;
}
.writter a {
  color: #333333;
  text-decoration: underline;
}
.at_tags dd {float:left; margin-bottom:15px;}
.at_tags .tags {background:#b31a1b; position:relative; font-weight:bold; padding:3px 5px; color:#fff;}
.at_tags .tags:before {content:""; position: absolute; left:100%; top:6px; width:0; height:0; border-top:4px solid transparent; border-left:6px solid #b31a1b; border-bottom:4px solid transparent;}
.at_tags .t1 {color:#666666; padding:3px 0 0 10px;}
.at_tags .t1 a {color:#666666; text-decoration:underline;}
.article-body-text {
    font-family: "helvetica-regular";
    font-size: 20px;
    color: #333333;  
}
.article-body-text h2, .article-body-text h3, .article-body-text h4, .article-body-text h5, .article-body-text h6 {
    font-family: "helvetica-bold";
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.article-body-text a {
  color: #b31a1b;
}
.article-body-text a:hover {
  color: #f93434;
}

.article-body-text li {
  list-style-type: disc;
}
.article-body-text p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.article-body-text .caption {
  font-family: "helvetica-regular";
  font-size: 14px;
  color: #333333;
}
.article-body-text .imageNone img {
  width: 100%;
}
.nw_comment {
  font-size: 14px;
  color: #b31a1b;
}
.heading-small {
  font-size: 21px;
}
@media screen and (min-width: 1200px) {
  .p-xl-4 {
    padding:2rem 4.5rem !important;
  }
}
@media (max-width: 767px) {
  .article-body-text p iframe {
    width: 100%;
    border: 0;  
  }
  .editors-pick {
    clear:both;
  }
}
.sourcecopy {
  clear:both;
}
/*===// end of layout css === */
/*=== pages start === */
/*===// end of pages  === *//*# sourceMappingURL=style.css.map */