.articlebody {
    border-left:1px solid var(--bs-border-color);
    border-right:1px solid var(--bs-border-color);
    border-bottom:1px solid var(--bs-border-color);
    padding:20px;
}
.maincontent {
    padding:10px;
}
.copyright {
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
    padding-bottom:10px;
}
ol, ul {
    padding-left: 5px;
}
.display-5 {
    font-size: 30px;
    font-weight:bold;
}
.text-justify {
    text-align:justify;
}
.widget {
    background-color: transparent!important;
    border-bottom: none solid var(--bs-card-border-color)!important;
}
.card {
    border: none solid var(--bs-card-border-color)!important;
}
.card-text {
    max-height: 70px;
    overflow:hidden!important;
    margin-bottom: 31px;
}
.mainheading {
    max-height: 100%;
    margin-bottom: 31px;
}
:root {
  --data-color-primary: #eec1be;
  --link: azure;
  --silver-background: #ededed;
  --svg-style: #f58d86;
  --nav-background-dark: #464646;
}
.side-svg1 {
  width: 44%;
  vertical-align: middle;
}
.side-svg {
  width: 100%;
  vertical-align: middle;
}
.guide-svg {
  width: 300px;
  margin-bottom: 20px;
}
.arrow-black {
  color: black;
}

/* Scroll Design */
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: var(--silver-background);
}
::-webkit-scrollbar-thumb {
  background: var(--svg-style);
  border-radius: 12px;
  border: solid var(--silver-background) 5px;
}

/* Top nav bar Login register */
.padding20 {
  padding: 20px;
}
.top-nav {
  background-color: var(--data-color-primary);
  height: 3em;
  padding: 3px;
}
.nav-side-border {
  border-right: solid black 2px;
}

/* Site Logo */
.logo-float-left {
  float: left;
  height: 110px;
  width: auto;
}
.logo-float-right {
  float: right;
  height: 110px;
  width: auto;
}

/* Main menu */
.nav-menu {
  background-color: var(--data-color-primary);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.item-bold {
  font-weight: bold;
}
.item-bold:hover {
  background-color: var(--data-color-primary);
  color: black;
}
.btn-border-nav {
  border: solid var(--svg-style) 3px;
  font-weight: bold;
}
.btn-border-nav:hover {
  background-color: var(--svg-style);
  font-weight: bold;
}
.btn-border {
  border: solid var(--svg-style) 1px;
  background-color: var(--data-color-primary);
  font-weight: bold;
}
.about-btn-border {
  border: solid var(--svg-style) 1px;
  font-weight: bold;
  width: 100%;
  background-color: var(--data-color-primary);
  text-align: center;
}
.btn-border:hover,
.about-btn-border:hover {
  background-color: var(--svg-style);
}

/* Slider css */
.side-border {
  padding: 3px;
}

/* Card About the portal */
.card-body-background {
  background-color: var(--data-color-primary);
  border-bottom: solid 5px var(--svg-style);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-header {
  font-weight: bold;
}
.about-background {
  background-color: var(--silver-background);
}

/* Css Number Count Animation */
.counterborder {
  border: var(--svg-style) solid 4px;
  padding: 10px;
}
.icons {
  font-size: 40px;
}

/* Post link title */
.decoration {
  text-decoration: none;
}
.listdecor {
  list-style: none;
}

/* sidebar */
.side-border1 {
  background-color: var(--silver-background);
  padding: 20px;
  margin: 25px;
  border-radius: 15px;
}
.btn-sub {
  background-color: var(--svg-style);
}
.btn-sub:hover {
  background-color: var(--svg-style);
}
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
.hd:before {
border-bottom:2px solid #d8d8d8;
}
.card-text {
  max-height: 70px;
  overflow: hidden !important;
  margin-bottom: 31px;
}
.cardb {
  border: 1px solid var(--svg-style);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.profile-card {
    width: 85%!important;
    margin: 0 auto!important;
}