@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --pc: #272727;
  --sc: #bf6375;
  --text-default: #000000;
  --white-bg: #fff;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000;
  scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  line-height: 1.8;
  margin: 0 0 20px 0;
}

a {
  color: var(--sc);
  text-decoration: none;
}

a:hover {
  color: var(--sc);
  text-decoration: underline;
}

.web-a {
  color: var(--pc);

}

.web-a:hover {
  color: var(--sc) !important;
  text-decoration: none;
}

.web-a-w {
  color: #fff;

}

.web-a-w:hover {
  color: #fff !important;

}

.is_bg_transparent {
  mix-blend-mode: darken;
}

/* For Extra Elements */
.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}


.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

/**
 * Header
 **/

.header {
  transition: all 0.5s;
  z-index: 997;
  background: var(--entry-wrapper-palette);
  position: sticky;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
}

.navbar-light .navbar-nav .menu-item,
.navbar-light .navbar-nav .menu-item .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-default);
  position: relative;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--sc);
}

#navbarSupportedContent {
  justify-content: right;
  align-items: stretch;
}

.logo {
  display: flex;
  align-items: center;
}

.navbar-light .navbar-toggler {
  padding: 6px 8px;
  border: 1px solid #00000094;
  color: var(--text-default);
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Current Item */
.navbar-light .navbar-nav>li.current-menu-item>.nav-link {
  color: var(--sc);
}

/* Common styles for both mobile and desktop */
.header li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children .nav-link svg {
  margin-left: 5px;
}

.header .navbar-nav>li.menu-item-has-children>.nav-link:hover path {
  stroke: var(--sc);
}

.header ul ul.sub-menu {
  width: 100%;
  display: none;
  flex-direction: column;
  background: #101010;
  padding-left: 0;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.header ul ul>li.menu-item {
  padding: 8px;
}

.header ul ul li.menu-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header ul ul>li.menu-item>a {
  width: 100%;
  color: #ffffff !important;
  font-size: 12px;
  text-align: left;
  display: block;
  text-decoration: none;
}

.header .navbar-nav>li>ul.sub-menu>li>a {
  padding: 8px 16px;
}

.header .navbar-nav>li>ul ul {
  max-width: 95%;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header .navbar-nav li ul path {
  stroke: #ffffff;
}

/* Mobile styles - Show sub-menu on click */
@media (max-width: 994px) {
  .navbar-light .navbar-nav li.menu-item-has-children {
    display: block;
  }

  .header ul ul.sub-menu.show {
    display: block;
  }

  #navbarSupportedContent {
    order: 3;
  }
}

/* Desktop styles - Show sub-menu on parent hover */
@media (min-width: 995px) {
  .header {
    min-height: 70px;
  }

  .navbar {
    gap: 3rem;
  }

  .navbar-nav {
    gap: 3rem;
  }

  .header ul ul.sub-menu {
    width: 200px;
  }

  .header ul ul li:hover,
  .header ul ul li.current-menu-item {
    background-color: #1e1e1e;
  }

  .navbar-light .navbar-nav>li>.nav-link:before {
    content: "";
    aspect-ratio: 1/1;
    width: 6px;
    margin-right: 10px;
    background: #0000007d;
  }

  .navbar-light .navbar-nav .nav-link:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }

  /* Current Item */
  .navbar-light .navbar-nav>li.current-menu-item>.nav-link::after {
    background-color: var(--pc);
    transform-origin: left;
    transform: scaleX(1);
  }

  .navbar-light .navbar-nav>li.current-menu-item>.nav-link {
    color: var(--pc);
    opacity: 0.85;
  }

  .header ul ul.sub-menu {
    display: none;
    position: absolute;
  }

  /* Desktop styles - Show sub-menu on parent hover */
  .header ul li:hover>ul {
    display: block;
  }

  /* Level 1 */
  .header .navbar-nav>li>ul.sub-menu {
    top: 100%;
  }

  /* Inner sub-menu ( level 2 & 3 */
  .header .navbar-nav>li>ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
  }

  .header ul ul.sub-menu>a {
    padding: 8px 16px;
  }

  .header .navbar-nav>li>ul ul {
    margin-left: 0;
    border: 0;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1160px;
  }
}


/* Start Back To Top */

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #242424;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #fff;
}

.scroll-top i {
  font-size: 30px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #1f2626;
  color: #fff;
}

.scroll-top:hover i {
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/* End Back To Top */


/* Start Search top */

.search-form-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}

.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap .search-form .form-control {
  padding-right: 40px;
  border: 1px solid #10243f;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap .search-form .icon {
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 1;
  left: 10px;
  color: #000;
}

.search-form-wrap .search-form .btn {
  position: absolute;
  top: 0;
  right: 4px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
  outline: none;
  box-shadow: none;
}

.search-form-wrap.active {
  visibility: visible;
  opacity: 1;
}

.js-search-open {
  background: #fda7b85e;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50%;
  width: 34px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-search-open.nav-link {
  display: block;
}

.search-form-wrap .search-form [type=submit] {
  display: none;
}

.js-search-open i {
  color: #000 !important;
}

/* End Search top */


/* Start Latest sec */

.border-r-4 {
  border-radius: 4px;
}

.l-big-img {
  position: relative;
}

.l-big-trouble {
  padding: 20px;
  background: #fff;
}

.l-big-trouble {
  padding: 20px 0;
  background: #fff;
}

.l-big-trouble .h1 {
  font-size: 20px;
  font-weight: 800;
}

.trim {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.top-cate-tag {
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-radius: 4px;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #fff !important;
  text-align: center;
  background: var(--sc);
  z-index: 99;
  text-decoration: none;
}

.cate-top-content {
  padding: 20px;
  background: #fff;
}

.cate-top-content p {
  font-size: 18px;
  font-weight: 700;
}

.grey-c {
  color: #000000a6;
}

.card-d {
  background: #fff;
}

/* End Latest sec*/

.in-bg-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 100%;
}

.in-wrapper {
  padding: 21px 46px;
  opacity: 1;
  background: linear-gradient(172deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, .55) 27%, rgba(0, 0, 0, .8) 90%);
  height: 100%;
}

.in-bg-wrapper ul {
  list-style-type: none;
}

.in-bg-wrapper li {
  margin-bottom: 30px;
}

.in-bg-wrapper a {
  color: #fff !important;
  text-decoration: none;
  font-size: 19.5px;
  font-weight: 500;
}

.in-bg-wrapper a:hover {
  text-decoration: underline;
}

.in-button-block-main,
.in-button-block-main:hover {
  background-color: #313131;
  color: #ffffff !important;
  border: none;
  border-radius: 57px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 17px !important;
  margin-top: 24px;
}


/* Hero */

#animated-background {
  background-size: cover;
  background-position: center;
  background-color: #000;
  position: relative;
  height: 350px;
  width: 100%;
  background-image: url(https://allinsider.net/wp-content/themes/allinsider.net/assets/images/insider-bg.jpg);
}

#animated-background:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.7;
}

#tran-ank {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#tran-ank .a-title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.search-container {
  width: 50%;
  margin: auto;
}

.search-container input[type=search] {
  padding: 11px;
  padding-left: 15px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  border-radius: 0;
  text-decoration: unset !important;
  box-shadow: none;
}

.search-container input[type=search]::placeholder {
  font-size: 18px;
}

.search-container form {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.search-container button[type="submit"] {
  background-color: #000;
  color: #fff;
  padding: 5px 24px 5px 24px;
  margin-left: 0.625em;
  transition: 0.3s;
  border: 1px solid #949494;
}

.heading {
  font-size: 36px;
  position: relative;
  color: #000;
}

.heading span b {
  font-weight: 800;
}

/* Overlay */

.overlay-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.card-shadow .img-box-b:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 51%) 27%, rgb(0 0 0 / 91%) 90%);
}

.card-header-b {
  padding: 20px 20px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

.card-header-b h2 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .5;
}

.h-300 {
  height: 300px;
}

.card-header-b h2 a {
  color: #fff;
}

.img-box-b img {
  transition: 0.8s all ease-in-out;
  object-fit: cover;
}

.card-header-b p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.overlay-box:hover .img-box-b img {
  transform: scale(1.2);
}

.top-social-icon ul li a {
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 28px;
  /* font-size: 16px; */
  background-color: var(--pc);
}

.top-social-icon ul li a:hover {
  background-color: var(--sc);
}

.top-social-icon ul li {
  display: inline-block;
  margin-right: 2px;
}

.submit-btn {
  background: var(--sc);
  color: #fff !important;
  padding: 6px 25px;
  margin-left: 20px;
}

a.submit-btn {
  color: #fff !important;
}

.navbar-light .navbar-toggler {
  padding: 6px 8px;
  border: 1px solid #00000094;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.author-page-name {
  font-size: 40px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  padding-left: 30px;
}

.author-page-i img {
  border-radius: 50%;
  /*border: 4px solid #202f5b;*/
}

.author-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-a {
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
}

.sep-border {
  height: 4px;
  background-color: var(--sc);
  width: 110px;
  margin-bottom: 25px;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .title-bg {
    padding: 50px 50px;
  }

  .submit-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .pb50 {
    padding-bottom: 25px;
  }

  .pt50 {
    padding-top: 25px;
  }

  .mt60 {
    margin-top: 25px;
  }

  .pt60 {
    padding-top: 25px;
  }

  .navbar-light .navbar-nav .nav-link:before {
    display: none;
  }

}

.all-page {
  background: #f1f0f0;
}

.title-bg {
  background: #fff;
  padding: 50px 100px;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0px 4px 10px 0 #9d9d9d26;
}

.all-page h1 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
}

.all-page h2 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.5;
}

.all-page h3 {
  margin-bottom: 25px;
  font-size: 32px;
}

.all-page h4 {
  margin-bottom: 28px;
  font-size: 28px;
}

b,
strong {
  font-weight: 700;
}

.all-page blockquote.wp-block-quote {
  background: #cccccc66 !important;
  padding: 20px !important;
  border-left: 4px solid #bf6375 !important;
  border-right: 1px solid #bf6375 !important;
  border-top: 1px solid #bf6375 !important;
  border-bottom: 1px solid #bf6375 !important;
}

.strip-page {
  /*padding: 15px;*/
  border-top: 1px solid #ccc;
  /* border-bottom: 1px solid #000;*/
  /*border: 1px solid #000;*/
}

#tableofcontent {
  background: #e3dede9e;
  padding: 20px;
  border-style: solid;
  margin-bottom: 30px;
}

div#tableofcontent ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.all-page ul li,
.all-page ol li {
  margin-bottom: 30px;
  line-height: 2.2;
}

div#tableofcontent ul li a {
  color: #333;
  border: 0;
  font-weight: 500;
}

#tableofcontent .head-th {
  font-size: 22px;
  color: #212121;
  font-weight: 600;
}

.icon i {
  color: #fff;
  background: #10243f;
  padding: 20px;
  font-size: 24px;
  border-radius: 50%;
}

.heading-side {
  font-size: 26px;
  position: relative;
  color: #000;
}

.heading-side span b {
  font-weight: 800;
}

.heading-side span {
  margin-left: 25px;
}

.heading-side span:before {
  position: absolute;
  content: "";
  background: var(--sc);
  height: 10px;
  width: 10px;
  left: 0;
  top: 16px;
}

.articles-points ul li {
  line-height: 1.8;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  list-style: none;

}

.articles-points ul li:last-child {
  border-bottom: 0;
}

.articles-points ul li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.articles-points ul li a:before {
  position: absolute;
  content: "";
  background: var(--sc);
  height: 8px;
  width: 8px;
  left: -30px;
  top: 16px;
}

.not-found span {
  font-size: 70px;
  font-weight: 700;
}

.msg-text {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 20px;
}

/* Start Number Code */

.all-page .number :before {
  counter-increment: term;
  content: counter(term) ". ";
  margin-right: 10px;
}

.all-page .number a:before,
.all-page .number span:before,
.all-page .number strong:before {
  display: none;
}


.number h2,
h3,
h4,
h5,
h6 {
  display: flex;
  align-items: center;
}

.all-page {
  counter-reset: term definition;
  background: #f1f0f0;
}

.number-remove {
  counter-reset: term definition;
}

/* Image Placeholder  */

.strip-ih {
  padding-bottom: 56%;
  background: #ccc;
  height: 0px;
}

.l-big-img {
  padding-bottom: 55%;
  background: #ccc;
  height: 0;
}

.overlay-placeholder {
  background: #ccc;
  height: 0;
  padding-bottom: 115%;
}

.wp-block-table td,
.wp-block-table th {
  border-color: #ccc !important;
  vertical-align: bottom;
  padding: 0.75rem;
  border: 1px solid #ccc;
}

.thumbnail-1 {
  background: #ccc;
  height: 0;
  padding-bottom: 96%;
}

.thumbnail-2 {
  padding-bottom: 83%;
  background: #ccc;
  height: 0;
}

.thumbnail-3 {
  background: #ccc;
  padding-bottom: 68%;
  height: 0;
}

.thumbnail-4 {
  background: #ccc;
  padding-bottom: 69%;
  height: 0;
}

.logo img {
  width: 175px;
  height: auto;
}

.sources {
  border: 1px solid #00000038;
  border-left: 3px solid #bf6375;
  padding: 10px;
  padding-left: 20px;
  margin-top: 10px;
}

/* Also seen */
.all-logos {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
    overflow: auto;
    justify-content: center;
}

.single-logo {
    height: 80px;
    width: 197px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border: 1px solid #ccc;
    object-fit: contain;
}
/* Also Seen */

/* pagination */
.pagination {
  text-align: center;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.pagination .page-numbers {
  color: #ffffff;
  background-color: var(--sc);
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  height: 42px;
  width: 42px;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  float: left;
  text-decoration: none;
}

.pagination .page-numbers:before {
  content: '';
  height: 100%;
  width: 100%;
  border: 4px solid var(--sc);
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transform: rotate(155deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.pagination .page-numbers:hover::before {
  opacity: 1;
  transform: rotate(-15deg);
}

.pagination .page-numbers:hover {
  color: #000;
  background: transparent;
  box-shadow: 0 0 15px #acacac8c;
}

.pagination .page-numbers.current {
  color: #000;
  background: transparent;
  box-shadow: 0 0 15px #acacac8c;

}

.pagination .page-numbers.current::before {
  opacity: 1;
  transform: rotate(-15deg);
}

@media only screen and (max-width: 600px) {


  #tran-ank {
    top: 25px;
  }

  #animated-background {
    height: 295px;
  }

  #tran-ank .a-title {
    font-size: calc(1.375rem + 1.5vw);
  }

  .search-container {
    width: 100%;
  }

  .search-container form {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .search-container input[type=search] {
    padding: 8px;
  }

  .search-container button[type="submit"] {
    margin-left: 0;
    margin-top: 10px;
  }

  .search-container input[type=search]::placeholder {
    font-size: inherit;
  }

  .in-cats {
    padding: 20px 0;
  }

  .in-wrapper {
    padding: 21px;
  }

  .in-wrapper ul {
    padding-left: 0;
  }

  .title-bg {
    padding: 0;
  }

  .logo img {
    width: 136px;
  }

  .pt70 {
    padding-top: 24px;
  }

  .heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .pb50 {
    padding-bottom: 25px;
  }

  .pt50 {
    padding-top: 25px;
  }

  .mt60 {
    margin-top: 25px;
  }

  .pt60 {
    padding-top: 25px;
  }

  .submit-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  #navbarSupportedContent {
    padding-top: 12px;
    /*     padding-bottom: 12px; */
  }

  .navbar-light .navbar-nav .nav-link:before {
    display: none;
  }

  .all-page h1 {
    font-size: 25px;
    line-height: 35px;
  }
	
	.all-logos {
    justify-content: flex-start;
	width:100%;
}

}

@media only screen and (max-width: 556px) {

  .all-page h2 {
    font-size: 26px;
  }

  .all-page h3 {
    font-size: 22px;
  }

  .all-page h4 {
    font-size: 20px;
  }

  .all-page h5 {
    font-size: 18px;
  }

  .all-page ul li,
  .all-page ol li {
    margin-bottom: 10px;
  }
}

.insider-author .team-img {
  border-top: 2px solid #bf6375;
  border-radius: 50%;
  padding: 12px;
  position: relative
}

.insider-author a:hover {
  fill: #ca2f4e
}

.insider-author .team-img img {
  width: 100%;
  border-radius: 400px 400px 0 0
}

.insider-author .drop-bar {
  position: absolute;
  right: 8%;
  top: 14%
}

.insider-author .drop-bar span {
  font-size: 18px;
  background: #bf6375;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff
}

.drop-icons {
  transform: scaleY(0);
  transform-origin: top;
  transition: .5s
}

.drop-icons:before {
  top: 3px;
  left: 7px;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.insider-author:hover .drop-icons {
  transform: scaleY(1);
  visibility: visible
}

@media only screen and (max-width: 600px) {
  .insider-author .drop-bar {
    top: 17%
  }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
  .insider-author .drop-bar {
    top: 17% !important
  }
}

/* TOC */
.in-toc {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.125rem;
  background-color: #dcdcdc66;
  padding: 25px 30px;
  width: fit-content;
  border: 1px solid #ccc;
}

#in-toc-head {
  margin-bottom: 0;
  font-size: 1.125rem;
}

#in-toc-content {
  display: block;
  margin-top: 0.9rem;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}

#in-toc-content li {
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
}

#in-toc-content li:last-of-type {
  margin-bottom: 0;
}

#in-toc-content li:before {
  top: 0.87rem;
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 0.375rem;
  height: 0.375rem;
  left: 0;
}

#in-toc-content li a {
  text-decoration: underline;
}


/* Footer */
footer {
  background-color: #000;
  color: #ccc;
  padding-top: 35px;
}

.footer-left_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-container {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #1a1919;
  padding: 20px;
  color: #fff;
}

.social-container ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  list-style: none;
}

.social-container li {
  background-color: #282727;
  width: 35px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.social-container li a {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-container li:hover {
  background-color: var(--sc);
}

.heading-md {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.heading-md::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 10px;
  background-color: #fff;
}

.foot-menu ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 45px;
  margin-bottom: 0;
}

.foot-menu.d2 ul {
  grid-template-columns: repeat(2, 1fr);
}

.foot-menu li {
  padding-bottom: 5px;
}

.foot-menu.d1 li:not(:nth-child(n+10)),
.foot-menu.d2 li:not(:last-child) {
  border-bottom: 1px solid #bbbbbb59;
  margin-bottom: 12px;
}

.foot-menu li a {
  color: #ccc;
  padding-left: 0;
  text-decoration: none;
  width: fit-content;
}

.foot-menu li a:hover {
  color: var(--sc);
}

.emailat {
  margin-top: 10px;
  color: #fff;
}

.emailat .mail-icon {
    /* background-color: #282727; */
    width: 35px;
    aspect-ratio: 1 / 1;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.mail-i {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ccc;
  margin-top: 16px;
}

.mail-i:hover {
  text-decoration: none;
}

.footer-right {
  background-color: #1a1919;
  padding: 25px;
}

.disclaimer strong {
  color: #fff;
}

.copyright {
  padding: 12px;
  border-top: 1px solid #bbbbbb59;
  text-align: center;
}

.client-sec .heading{
	font-size:24px;
}

.client-sec{
	background: #ededed;
    padding-block: 16px;
}
.client-sec .container{
	display: flex;
    align-items: center;
    gap: 0 70px;
    justify-content: center;
}

@media (max-width: 1024px) {

  .footer-left_top {
    flex-direction: column;
  }

  .social-container {
    margin-top: 20px;
  }

  .footer-right {
    padding: 18px;
  }

  .foot-menu.d1 ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .foot-menu.d1 li:not(:nth-child(n+11)) {
    border-bottom: 1px solid #bbbbbb59;
    margin-bottom: 12px;
  }

  .foot-menu.d2 ul {
    column-gap: 18px;
  }
}

@media (max-width: 768px){
	.client-sec .container{
		flex-direction:column;
	}
}

@media (max-width: 600px) {

  .social-container {
    flex-direction: column;
  }

  .social-container ul {
    padding-left: 0;
  }

  .foot-menu ul {
    display: block;
  }

  .foot-menu.d1 li:not(:last-child) {
    border-bottom: 1px solid #bbbbbb59;
    margin-bottom: 12px;
  }

}
#anime-sec .google-auto-placed {
	display:none;
}
.auth-social-follow ul{
	display: flex;
    list-style: none;
    padding-left: 0;
    gap: 10px;
}
.auth-social-follow ul li{
	margin-bottom:0px;
}

.contact-detail-box .bg-box {
    padding: 20px;
    background: #bf637514;
    height: 100%;
    margin-bottom:20px;
}

.contact-detail-box .bg-box > strong {
    display: block;
    margin-bottom:10px !important;
}
.contact-detail-box .bg-box a{
    font-weight:600;
}

.contact-detail-box ul{
    padding-left:0 !important
}
.contact-detail-box .social-container {
    background-color:unset;
	padding:0;
}
.contact-detail-box ul li{
    margin-bottom:0 !important;
}

.cont-field-group input, .cont-field-group textarea{
 	border: 1px solid #ccc;
    border-radius: 15px;
    padding: 6px 15px;
    width: 100%;
    font-size: 15px;

}
.foot-submit button {
    background:#bf6375;
    border: none;
    padding: 6px 20px;
	border-radius: 15px;
}
.foot-submit button:hover {
    background:#bf6375;
	opacity:.5;
}
