
body {
  margin: 0;
  padding: 0;
  border: 0;
font-family: "Ubuntu", sans-serif;
  font-size: 100%;
  color: #111822;
  vertical-align: baseline;
}
a {
  text-decoration: none !important;
}
.nav-fix {
  background-color: #fff !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* blog.html cards css */
.blog-banner {
margin-top: 5rem;
text-align: center;
}

.blog-cards {
  padding:70px 0px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  height: 100%;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.blog-cards .card {
  border: none;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.blog-cards .card .card-body {
  padding: 32px 22px;
}
.blog-cards .card .card-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.blog-cards .card .title {
  font-size: 22px;
  /* font-weight: 700; */
  color: #111822;
  line-height: 29px;
}
.blog-cards .card .desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

/* blog details content css */
.blog-content {
  padding: 100px 0px;
}
.blog-content h1 {
	/* font-weight:600; */
	font-size: 40px;
	max-width: 90%;
	line-height: 50px;
	/*color: #414242;*/
  margin-bottom: 18px;
}
.blog-content p {
	/*color: #5f5f5f;*/
	font-size: 18px;
	line-height: 25px;
}
.blog-content h2 {
	/* font-weight: 700; */
	font-size: 26px;
	/* color: #4b4b4b; */
}
.blog-content h3 {
	/* font-weight: 700; */
	font-size: 26px;
	/* color: #4b4b4b; */
}
.blog-content h4 strong { font-weight:700; }
.blog-content ul li {
	/* color: #4b4b4b; */
	font-size: 18px;
	margin-bottom: 8px;
}
.blog-content ol li {
	/* color: #4b4b4b; */
	font-size: 18px;
}
.blog-content .platform-link {
	text-decoration: underline;
	font-size: 18px;
	margin-bottom: 12px;
}

/* blog details small index css */
.blog-content .small-index {
  background-color: #f6f6f6;
  max-width: 500px;
  padding: 22px 30px;
  margin: 34px 0px 40px 0px;
  border: 1px solid #e7e7e7;
}
.blog-content .small-index .txt {
  font-size: 17px;
  margin-bottom: 16px;
}
.blog-content .small-index ol {
  padding-inline-start: 40px;
}
.blog-content .small-index ol li {
  margin-bottom: 6px;
  list-style-type: auto;
}
.blog-content .small-index ol li::marker {
  color: #d24883;
}
.blog-content .small-index ol li a {
  font-size: 17px;
  color: #d24883;
}
.blog-content .influencer-title {
  /* font-weight: 600; */
  font-size: 22px;
  margin-bottom: 8px;
}
.blog-content .influ-social-link {
  text-decoration: underline;
}
.influencer-content {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.influencer-content .influencer-img {
  width: 23%;
  margin-right: 36px;
}
.influencer-content .influencer-para {
  width: 77%;
}
.social-media-fixed {
  position: fixed;
  right: 0;
  top: 44%;
}
.social-media-fixed .fa-brands {
  background-color: #7c3eff;
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-fixed li {
  /* border-bottom: 1px solid #f688b7; */
  list-style: none;
}

.body-bg-color {
	background-color: #f6f6f6;
}

#id1 {
	color: red;
}
ul.posted-on {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
}

ul.posted-on li {
    list-style: none;
}
 .social-icons {
  display: flex;
  padding-inline-start: initial;
  align-items: center;
}
.social-icons li {
  margin: 0px 12px 0px 0px;
  list-style: none;
}

.social-icons li a {
  color: #717171;
  border: 1px solid #717171;
  border-radius: 8px;
  display: inline-block;
  padding: 6px 9px;
  text-decoration: none;
  font-size: 16px;
}
.fa-brands {
  padding-right: 6px;
}
@media only screen and (max-width: 576px) {
	.blog-content h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.influencer-content {
    display: block;
  }
  .influencer-content .influencer-para {
    width: 100%;
  }
  .blog-title-section .social-icons {
    margin-bottom: 40px;
  }
  .influencer-content .influencer-img {
    width: 100%;
    margin-bottom: 22px;
  }
  .blog-content .influ-social-link {
    margin-bottom: 10px;
  }
  .social-media-fixed {
    right: 0;
    bottom: 0;
    z-index: 9999;
    top: unset;
  }
  .social-media-fixed ul {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .social-icons li a {
    padding: 6px 14px;

  }
}

.collapse:not(.show) {
  display: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
      transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
      transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
      flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
}
.navbar-light .navbar-brand {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(0 0 0 / 0.7);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(0 0 0 / 0.9);
}
.navbar-light .navbar-toggler {
  color: rgb(0 0 0 / 0.55);
  border-color: rgb(0 0 0 / 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.primary-btn {
  background-color: #e63238;
  font-weight: 500;
  border-radius: 100px;
  padding: 16px 22px 16px 22px;
  color: #fff;
  border: none;
  text-decoration: none;
}
.footer {
  background-color: #111822;
  padding: 60px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer .footer-logo {
  display: flex;
  align-items: center;
}
.footer .footer-logo>img {
  margin-right: 12px;
  max-width: 200px;
}
.footer .copyright {
  color: #fff;
  font-size: 18px;
  opacity: .8;
}
.footer .to-top {
  color: #fff;
  margin-right: 12px;
  font-size: 18px;
  opacity: .8;
}
.footer .to-top-circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
header .navbar-light {
  background: transparent !important;
}
header .navbar-light .navbar-nav {
  padding: 16px 0;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #111822;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 4px;
}
header .navbar-light .navbar-nav .nav-item:last-child {
  margin-top: 6px;
}
@media (min-width: 768px) {
  header .navbar-light .navbar-nav .nav-item {
      padding: 0 22px;
  }
}
