@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap");
/*------------------------------------------------------------------------------
-------------------------------table-of-contents-------------------------------
-------------------------------------------------------------------------------*/

/*--------------------
01. reset-css.
----------------------/

/*-----------------------------------------------------
-----------------------Home-page-one
--------------------------------------------------------/
02. mainmenu-area.
03. MenuTwo.
04. header area.
05. Featured area.
06. Card area.
07. featuredTwo area.
08. EditorsPick area.
09. BookReview area.
10. Opinion area.
11. Footer area.
12. Inner Page Sections.
13. footer-area.
/*--------------------------
01.  reset-css
--------------------------*/
body {
  font-family: "Outfit", sans-serif;
  /* font-family: "Playfair Display", serif; */
  background: var(--thWh);
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  height: 100%;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
a {
  display: block;
  text-decoration: none !important;
}
div,
section {
  transition: 0.2s ease;
}
.row {
  gap: 2.188rem 0;
}
section {
  padding: 9.063rem var(--thSize15);
  position: relative;
  z-index: 99999999;
}
.section-devider svg {
  width: 100%;
}
.change-color {
  transition: 0.3s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none !important;
}
.section-padding {
  padding-top: 10.313rem;
  padding-bottom: 10.313rem;
}

.low-z-index {
  z-index: -1 !important;
}
figure img {
  width: 100%;
}
figure {
  margin: 0;
}
.addSec .row.ad2 {
  padding-top: 65px;
}
.addSec {
  padding-bottom: 55px;
}
/* Scroll to Top */
#my-btn {
  border-radius: 100px;
  background: #333333;
  outline: none !important;
  position: fixed;
  bottom: 1.2rem;
  right: 0.625rem;
  border: none;
  transition: 0.3s;
  width: 45px;
  z-index: 9999999999999999;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#my-btn i {
  color: #fff;
}
#my-btn:hover {
  opacity: 0.8;
}
.scroll-to-top.scroll-out button {
  bottom: -45px !important;
}
/* Search Bar */
.searchbox input {
  padding: 10px 10px;
  border: 1px solid #efefef;
  outline: none;
  border-radius: 5px;
}
.searchbox input:focus {
  border: 1px solid #efefef;
  outline: none;
}
.SearchBar {
  position: relative;
}
.searchbox {
  position: absolute;
  right: -100rem;
  top: 30px;
  transition: 0s !important;
  opacity: 0;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #917100;
}
.SearchBar.active .searchbox {
  opacity: 1;
  right: 0;
}
.SearchBar .fa-xmark,
.SearchBar.active .fa-magnifying-glass {
  display: none;
}
.SearchBar.active .fa-xmark,
.SearchBar .fa-magnifying-glass {
  display: block;
}
.SearchBar .fa-xmark {
  font-size: 21px;
}
.SearchBar i {
  opacity: 1;
}
.SearchBar:hover i,
.SearchBar.active i {
  opacity: 0.6;
  cursor: pointer;
}
/* Hamburger menu */
.hamburger_menu {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  left: -100rem;
  align-items: self-start !important;
  background: #fff;
  padding: 20px 10px !important;
  width: 12rem;
  border-radius: 10px;
  display: inline-grid !important;
  overflow: hidden;
  opacity: 0;
  z-index: -99999;
  border-bottom: 3px solid #917100;
  transition: 0s !important;
}
.MenuActive .hamburger_menu {
  top: 30px;
  opacity: 1;
  z-index: 99999;
  left: 0;
}
.hamburger_box {
  position: relative;
}
.hamburger_menu ul {
  gap: 0.8rem !important;
  display: grid !important;
}

.hamburger_menu ul,
.hamburger_menu ul li,
.hamburger_menu ul li a {
  width: 100%;
}
.hamburger {
  cursor: pointer;
}
.hamburger:hover,
.MenuActive .hamburger {
  opacity: 0.6;
}
.hamburger .fa-xmark,
.MenuActive .hamburger .fa-bars {
  display: none;
}
.fa-xmark {
  font-size: 19px;
}
.MenuActive .hamburger .fa-xmark,
.hamburger .fa-bars {
  display: block;
}
/* scroll bar */
::-webkit-scrollbar {
  width: var(--thSz8);
  height: var(--thSz8);
  cursor: grabbing;
}

::-webkit-scrollbar-track {
  background: var(--thDark2);
}

::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: var(--thSz100);
  cursor: grabbing;
}

::-webkit-scrollbar-thumb:hover {
  background: #eee9e9;
}

/* Css Variables */
:root {
  /* sizes */
  --thSz1: 0.063rem;
  --thSz2: 0.125rem;
  --thSz3: 0.188rem;
  --thSz4: 0.25rem;
  --thSz5: 0.313rem;
  --thSz6: 0.375rem;
  --thSz7: 0.438rem;
  --thSz8: 0.5rem;
  --thSz9: 0.563rem;
  --thSz10: 0.625rem;
  --thSz11: 0.688rem;
  --thSz12: 0.75rem;
  --thSz13: 0.813rem;
  --thSz14: 0.875rem;
  --thSz15: 0.938rem;
  --thSz16: 1rem;
  --thSz17: 1.063rem;
  --thSz18: 1.125rem;
  --thSz19: 1.188rem;
  --thSz20: 1.25rem;
  --thSz21: 1.313rem;
  --thSz22: 1.375rem;
  --thSz23: 1.438rem;
  --thSz24: 1.5rem;
  --thSz25: 1.563rem;
  --thSz26: 1.625rem;
  --thSz27: 1.688rem;
  --thSz28: 1.75rem;
  --thSz29: 1.813rem;
  --thSz30: 1.875rem;
  --thSz35: 2.188rem;
  --thSz40: 2.5rem;
  --thSz45: 2.813rem;
  --thSz50: 3.125rem;
  --thSz55: 3.438rem;
  --thSz60: 3.75rem;
  --thSz65: 4.063rem;
  --thSz70: 4.375rem;
  --thSz75: 4.688rem;
  --thSz80: 5rem;
  --thSz85: 5.313rem;
  --thSz90: 5.625rem;
  --thSz95: 5.938rem;
  --thSz100: 6.25rem;
  --thSz200: 12.5rem;
  --thSz300: 12.5rem;
  /* colors */
  --thWh: #ffffff;
  --thDar1: #000000;
  --thDar2: #222222;
  --thGray1: #dddddd;
  --thGray2: #555555;
}

/*--------------------------
02. mainmenu-area
--------------------------*/
.MenuWrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: #fff;
}
.mainmenu_area {
  height: var(--thSz100);
}
.navbar {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.socio_icons ul {
  display: flex;
  align-items: center;
  gap: var(--thSz25);
  height: 100%;
}
.mainmenu_area .row {
  padding: 0.813rem 0.938rem 0.5rem 0.938rem;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .mainmenu_area {
    height: var(--thSz80);
    display: flex;
    align-items: center;
  }
}
/*--------------------------
03. MenuTwo
--------------------------*/
.menutwo {
  border-bottom: var(--thSz1) solid #dddddd;
  border-top: var(--thSz1) solid #dddddd;
}
.menutwo {
  position: relative;
}
.MenuZindex .menutwo {
  z-index: 1;
}
.primary_menu {
  padding: var(--thSz5) 0;
}
.primary_menu ul {
  display: flex;
  gap: var(--thSz55);
  margin-right: var(--thSz50);
}
.primary_menu,
.primary_menu li,
.search_icon {
  display: flex;
  align-items: center;
}
.primary_menu ul li a {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  transition: 0s;
}
ul li a:hover {
  color: #917100;
}
.logo a {
  display: flex;
  justify-content: center;
}
.logo img {
  width: 90%;
}
@media only screen and (max-width: 992px) {
  .menutwo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .logo img {
    width: 65%;
  }
}
@media only screen and (max-width: 499px) {
  .logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 350px) {
  .logo img {
    width: 150px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .logo img {
    width: 80%;
  }
  .mainmenu_area {
    height: var(--thSz75);
    display: flex;
    align-items: center;
  }
  .mainmenu_area .row {
    padding: 0;
  }
}

/*--------------------------
04. Header area
--------------------------*/
.header_area {
  padding-top: 172px;
  padding-bottom: var(--thSz50px);
}
.item_titleSm h4 {
  color: #917100;
  font-size: var(--thSz12);
  font-weight: bold;
  text-transform: uppercase;
}

.item_titleMain h5 {
  font-size: var(--thSz20);
  font-weight: 500;
  color: #222222;
  line-height: var(--thSz24) !important;
  display: block;
  transition: 0.2s;
}
.Item_box:hover {
  cursor: pointer;
}
.Item_box:hover .item_titleMain h5,
.itembox2:hover .item_titleMain h5 {
  color: #917100 !important;
}
.Item_box .item_titleSm {
  padding-top: var(--thSz12);
  padding-bottom: var(--thSz8);
}
.item_boxes {
  display: grid;
  gap: var(--thSz40);
}
.itembox2 .item_titleSm h4 {
  font-size: var(--thSz14);
}
.Item_box img,
.itembox2 img {
  transition: 0.2s;
}
.item2_img,
.Item_img {
  overflow: hidden;
}
.itembox2:hover .item2_img img,
.Item_box:hover .Item_img img {
  transform: scale(1.2);
}

.itembox2 .item_titleMain h5 {
  font-size: 2.375rem;
  color: var(--thDar2);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  line-height: var(--thSz40) !important;
}
.item2_desc p {
  color: var(--thGray2);
  font-size: var(--thSz15);
  line-height: normal;
  font-weight: 400;
  line-height: var(--thSz22);
}
.itembox2 .item_titleSm {
  padding-top: var(--thSz19);
  padding-bottom: var(--thSz12);
}
.itembox2 .item_titleMain {
  padding-bottom: var(--thSz13);
}
.left1 {
  display: flex;
  align-items: center;
  gap: var(--thSz10);
}
.storybox {
  display: flex;
  align-items: flex-start;
  padding: var(--thSz15) 0;
  border-bottom: var(--thSz1) dotted;
  gap: var(--thSz15);
  justify-content: space-between;
}

.secTitle h2 {
  font-weight: bold;
  font-size: var(--thSz26);
  color: #000000;
  font-family: "Playfair Display", serif !important;
}
.storytime h4 {
  font-size: var(--thSz12);
  font-weight: 400;
  color: #777777;
}
.storybox:hover .storytime h4 {
  color: #777777;
}
.storytitle h5 {
  color: var(--thDar2);
  font-weight: 500;
  font-size: var(--thSz16);
  line-height: var(--thSz17) !important;
}
.storybox:hover h5 {
  color: #917100 !important;
}
.storybox:hover img {
  opacity: 0.8;
}
.LtStories .left1 {
  padding-bottom: var(--thSz7);
}
.storybox:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.storyleft {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .header_area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_area {
    padding-top: 147px;
  }
}

/*--------------------------
05. Featured area
--------------------------*/
.featured_area {
  padding-bottom: var(--thSz65);
  padding-top: var(--thSz35);
}
.addimg {
  position: relative;
  display: flex;
  justify-content: center;
  width: auto;
}
.addimg:before {
  content: "advertisement";
  text-transform: uppercase;
  font-size: var(--thSz10);
  color: #999999;
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.addimg img {
  width: 100%;
}
.ad2 {
  padding-top: 6.563rem;
}
.featured_area .item_titleSm {
  padding-top: 18px;
}
@media only screen and (max-width: 992px) {
  .ad2 {
    padding-top: 4.563rem;
  }
}
/*--------------------------
06. Card area
--------------------------*/
.card_area {
  padding-top: var(--thSz35);
  padding-bottom: var(--thSz65);
  background: #f5f5f5;
}
.card_img {
  position: relative;
  margin-bottom: var(--thSz20);
}
.Card {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin: 0 var(--thSz20);
}
.CardShadow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.313rem;
  width: calc(100% + var(--thSz5));
  height: calc(100% + var(--thSz5));
}
.slick-slider {
  width: 100%;
}
.Card .item_titleMain a {
  font-size: var(--thSz18);
  transform: translateX(-0.313rem);
}
.card_area .row {
  gap: 0;
}
.card_area .secTitle {
  padding-bottom: 3rem;
}
.cards {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 0;
}
.CardMainImg {
  height: 14.1rem;
}
.Card:hover img {
  opacity: 0.8;
}
.Card img {
  transition: 0.2s;
}
.Card:hover h5 {
  color: #917100 !important;
}
.card_area .item_titleMain h5 {
  transform: translateX(-0.313rem);
}
.card_area .item_titleMain h5 {
  font-size: 18px !important;
}
@media only screen and (max-width: 992px) {
  .cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: var(--thSz30) 0;
    place-items: center;
    text-align: center;
  }
  .Card {
    place-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 567px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .Card {
    place-items: center;
    text-align: center;
  }
  .card_area .item_titleMain {
    width: 60%;
  }
}
@media only screen and (max-width: 360px) {
  .card_area .item_titleMain {
    width: 100%;
  }
}
/*--------------------------
07. featuredTwo area
--------------------------*/
.featuredTwoLeft {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.featuredLeft2 {
  padding-left: 2.344rem;
  border-left: var(--thSz1) solid #191919;
  padding-bottom: var(--thSz5);
}
.featuredLeft1 {
  padding-right: 2.344rem;
  padding-bottom: var(--thSz5);
}
.featuredTwoLeft .storybox {
  border-bottom: 0;
  border-top: var(--thSz1) dotted;
}
.featuredTwoLeft .item2_desc {
  padding-top: var(--thSz10);
  padding-bottom: var(--thSz15);
}
.featuredTwoLeft .item2_desc p {
  font-size: var(--thSz14);
}
.featuredTwoLeft .storytitle h5 {
  font-size: var(--thSz16);
}
.featuredTwo .storyNum h2 {
  line-height: var(--thSz19) !important;
  color: #917100;
  font-size: var(--thSz20);
  font-weight: 700;
}
.featuredTwo .storybox {
  align-items: self-start;
}
.featuredTwo .secTitle {
  padding-bottom: var(--thSz30);
}
.featuredTwo {
  padding-top: var(--thSz45);
}
.featuredTwo .container .row {
  padding-bottom: var(--thSz50);
}
.featuredTwo .container {
  position: relative;
}
.borderB {
  position: absolute;
  width: calc(100% - var(--thSz30));
  background: #191919;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.BorderB1 {
  opacity: 0.3;
}
.featuredTwoRight .item_titleSm h4 {
  font-size: 11px !important;
}
.featuredTwo .Item_box .item_titleMain h5 {
  font-size: 26px;
  line-height: 30px !important;
}

.featuredTwoLeft .storybox .item_titleMain h5 {
  font-size: 20px;
  line-height: normal !important;
}
.featuredTwoRight .item_titleMain h5 {
  font-size: 16px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 599px) {
  .featuredTwoLeft {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .featuredLeft1,
  .featuredLeft2 {
    padding: 0;
    border: none;
  }
}
/*--------------------------
08. EditorsPick area
--------------------------*/
.editorspic_area {
  padding-top: 35px;
}
.editorspic_area .ad2 {
  padding-top: 80px !important;
  padding-bottom: 50px;
}
.editorspic_area .row.ad2 {
  position: relative;
}
.item2_img img {
  height: 100% !important;
}
.EditPickSecPart .item_titleMain h5 {
  font-size: 32px;
  line-height: 40px !important;
}
.EditPickSecPart .item2_desc p {
  font-size: 14px;
}
.editorspic_area .itembox2.row {
  padding-bottom: 30px;
}
.editorspic_area .secTitle {
  margin-bottom: 35px;
}
.editorspic_area .Item_box .item_titleMain h5 {
  font-size: 18px;
}
.editorspic_area .item_titleSm h4 {
  font-size: 14px !important;
}
.editorspic_area .Item_box .item_titleSm h4 {
  padding-top: 10px;
}
@media only screen and (max-width: 992px) {
  .editorspic_area .addimg {
    margin-top: 25px;
  }
}
/*--------------------------
09. BookReview area
--------------------------*/
.bookreview_area {
  padding-top: 40px;
}
.bookreview_area .rowOne {
  position: relative;
  padding-bottom: 50px;
}
.BookReviewItems {
  margin-top: 30px;
}
.BookReviewItems .item_titleMain {
  padding-top: 10px;
}
.bookreview_area .BookReviewItems .item_titleMain h5 {
  font-size: 18px;
}
/*--------------------------
10. opinion area
--------------------------*/
.opinion_area {
  padding-top: 40px;
  padding-bottom: 70px;
}
.opinion_area .item_titleMain {
  padding-top: 15px;
}
.opinion_area .item_titleMain h5 {
  font-size: 18px;
}
/*--------------------------
11. Footer area
--------------------------*/
.footer_area {
  padding: 35px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.footer_logo .logo img {
  width: 80%;
}
.footer_uls {
  display: flex;
  gap: 50px;
}
.footer_title h2 {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.footer_uls ul {
  display: flex;
  gap: 13px;
  flex-direction: column;
}
.footer_uls ul li a {
  color: #917100;
  font-size: 15px;
  font-weight: 500;
}
.fboxlast ul li a {
  color: #222222;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fboxlast ul li a i {
  color: #1d1d1d;
}
.footer_boxSm {
  display: none;
}
.footer_box.fboxlast .footer_uls ul li a i {
  width: 15px;
}

.footer_uls ul li a:hover {
  color: #000;
}
.footer_box.fboxlast .footer_uls ul li a:hover,
.footer_box.fboxlast .footer_uls ul li a:hover i {
  color: #917100;
}

@media only screen and (min-width: 991px) {
  .footer_logo .logo a {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .footer_logo .logo img {
    width: 60%;
  }
  .footer_logo .logo a {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .footer_logo .logo {
    display: flex;
    justify-content: center;
  }
  .footer_box ul:nth-child(2) {
    margin-top: 16px;
  }
  .footer_uls {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer_uls.footer_boxSm {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .footer_box {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .footer_uls {
    display: none;
  }
  .footer_boxSm {
    display: block !important;
    width: 50vw;
  }
  .footer_uls.footer_boxSm ul {
    flex-direction: column;
    justify-content: center;
    gap: 10px 25px;
  }
}
@media only screen and (max-width: 350px) {
  .footer_boxSm {
    width: 80vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 766px) {
  .footer_uls ul {
    display: flex;
    gap: 13px;
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .footer_title {
    text-align: center;
  }
  .footer_area .col-sm-6 {
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  .fboxlast .footer_uls.footer_boxSm ul li {
    display: flex;
    justify-content: center;
  }
}

/* ===== copyWrite ===== */
.copywrite {
  padding-top: 18px;
  padding-bottom: 30px;
}
.copywrite p {
  font-size: 14px;
  color: #5c5c5c;
}
@media only screen and (max-width: 776px) {
  .copywrite p {
    text-align: center;
  }
}
/*--------------------------
12. Review Section Styles
--------------------------*/
.articlesection2 {
  padding-top: 75px !important;
}
.FeaturedInner .addimg {
  margin-top: 55px !important;
}
.InnerPageTitle1 h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  padding-bottom: 13px;
  padding-top: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
.paginationLinks {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
.paginationLinks ul {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: center;
  padding-top: 25px;
  border-top: 1px solid #cdcdcd;
}
.paginationLinks ul li a {
  font-size: 15px;
  color: #4b4b4b;
  font-weight: 500;
}
.PageActive {
  font-weight: 900 !important;
  color: #917100 !important;
}
.FeaturedInner .Item_box .item_titleMain h5 {
  font-size: 20px !important;
  line-height: normal !important;
}
.FeaturedInner .Item_box .item_titleSm {
  padding-top: 20px;
  padding-bottom: 10px;
}
.FeaturedInner .storybox .item_titleSm h4 {
  font-size: 11px;
}
.InnerEditorspic_area {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .FeaturedInnerRow1 {
    flex-direction: column-reverse;
  }
  .InnerEditorspic_area {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .paginationLinks ul li:nth-child(6),
  .paginationLinks ul li:nth-child(7),
  .paginationLinks ul li:nth-child(8),
  .paginationLinks ul li:nth-child(9),
  .paginationLinks ul li:nth-child(10),
  .paginationLinks ul li:nth-child(11),
  .paginationLinks ul li:nth-child(5) {
    display: none;
  }
  .paginationLinks ul {
    gap: 22px !important;
  }
}
/*--------------------------
13. Article Section Styles
--------------------------*/
.articlesection1 {
  padding-top: 160px;
}
.articlesection1 .item_titleSm h4 {
  font-size: 20px !important;
}
.articlesection1 .EditPickSecPart .item_titleMain h5 {
  font-size: 40px !important;
  line-height: 47px !important;
  padding-bottom: 10px;
}
.articlesection1 .itembox2:hover .item_titleMain h5 {
  color: #222222 !important;
}
.articlesection1 .item2_desc p {
  font-size: 22px;
  line-height: normal;
}
.postInfo {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: 25px;
  margin-bottom: 47px;
  border-bottom: 1px solid #000000;
}
.poster {
  display: flex;
  gap: 2px;
  font-size: 14px;
  color: #565656;
  font-weight: 500;
  font-family: "Helvetica Neue", sans-serif;
}
.Postdate p {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  font-family: sans-serif;
}
.poster > a:hover,
.PostCap a:hover {
  color: #917100 !important;
  text-decoration: underline !important;
}
.articlesection1 .itembox2:hover .item2_img img {
  transform: scale(1);
}
.PostCap p {
  font-size: 13px;
  color: #555555;
  font-weight: 400;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 42px;
}
.PostCap a {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  font-family: "Helvetica Neue", sans-serif;
  display: inline;
  padding-left: 2px;
}
.article_box {
  padding-bottom: 25px;
}
.article_box a {
  display: inline;
  color: #917100;
  text-decoration: underline !important;
}
.article_box p {
  font-size: 18px;
  color: #333333;
  padding-top: 30px;
  line-height: 33px;
  font-family: sans-serif;
}
.article h3 {
  font-weight: 700;
  color: #333333;
  font-size: 21px;
  font-family: sans-serif;
}
.article_box:first-child p {
  padding-top: 0;
}
.formheader h3 {
  font-size: 13px;
  font-weight: 600;
  color: #353535;
  text-align: center;
  padding-bottom: 10px;
  font-family: sans-serif;
}
.sendbox input {
  outline: none;
  border: none;
  background: #eeeeee;
  height: 100%;
  padding-left: 15px;
  width: 85%;
}
.sendbox {
  position: relative;
  width: 100%;
  height: 33px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 2px -3px rgba(0, 0, 0.01),
    0px 0px 2px -1px rgba(0, 0, 0.1);
  overflow: hidden;
}
.sendbox input::placeholder {
  color: #5a5b5b !important;
  font-size: 11px;
  font-weight: 500;
}
.sendbox button {
  width: 15%;
  height: 100%;
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sendbox button:hover {
  background: #f3f0f0;
}
.sendbox button span {
  width: 3px;
  background: #d9b13d;
  position: absolute;
}
.sendbox button span:first-child {
  height: 8px;
  transform: rotate(-45deg) translateX(-3px) translateY(-1px);
}
.sendbox button span:last-child {
  transform: rotate(45deg) translateX(2px) translateY(-3px);
  height: 12px;
}
.mailBox {
  width: 48%;
}
.article_bttom {
  display: flex;
  flex-direction: column;
  place-items: flex-end;
  padding-top: 20px;
}
.articleCopywrite p {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400 !important;
  padding-top: 10px;
}
.articleTop {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.article_bottom {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1px;
}
.addImg3 img {
  width: 100%;
}
.articStory1 .secTitle,
.articStory2 .secTitle {
  margin-bottom: 15px;
  margin-top: 25px;
}

.articStory1 .item_titleSm h4 {
  font-size: 11px !important;
}
.articStory2 .item_titleSm h4 {
  font-size: 12px !important;
}
.articStory1 .storytitle.item_titleMain h5 {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500;
}
.articStory1 {
  padding-bottom: 55px;
}
.articStory2 .storytitle.item_titleMain h5 {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .articlesection1 .FeaturedInnerRow1 {
    flex-direction: column !important;
  }
  .articlesection1 {
    padding-top: 100px;
  }
  .articlesection2 .FeaturedInnerRow1 {
    flex-direction: inherit !important;
  }
}
@media only screen and (max-width: 599px) {
  .articleTop,
  .article_bottom {
    justify-content: center;
  }
  .articleCopywrite p {
    text-align: center;
  }
}
@media only screen and (max-width: 499px) {
  .mailBox {
    width: 100%;
  }
  .articleCol {
    padding: 0 15px !important;
  }
}
