@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*:hover,
*:focus,
*:focus-within {
  box-shadow: none;
  outline: none;
}
*,
* ::after,
* ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modal {
  z-index: 10600;
}
a,
button {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.blog-detail-data .data-blog .content a {
  color: var(--theme-color);
}
a:hover {
  color: var(--theme-color);
  transition: 0.4s all;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
}
/* Header */
header .header-menu-main .header-menu {
  gap: 2rem;
}
.inner-header .container-fluid .row {
  padding: 0 calc(var(--bs-gutter-x) * 1);
}
.menu-item-has-children {
  position: relative;
}
header .header-logo {
  position: relative;
  width: 100%;
  left: calc(var(--bs-gutter-x) * -0.5);
}
.inner-header-logo {
  position: absolute;
  left: 0;
  top: 0;
}
.site-header {
  position: sticky;
  z-index: 1111;
  border-bottom: 1px solid #dddddd;
  top: 0;
  background: #ffffff;
}
.stick-header {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
header .header-menu-main .header-menu li > a:not(.sub-menu li a) {
  padding: 20px 0;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  transition: 0.4s all;
}
header .header-menu-main .header-menu li > a:not(.sub-menu li a):hover {
  color: var(--theme-color);
  transition: 0.4s all;
  font-weight: 500;
}
.inner-header .col-header-logo,
.inner-header .col-header-logo .header-logo .inner-header-logo {
  height: 60px;
}
.sub-menu {
  position: absolute;
  left: 0;
  width: 200px;
  background: var(--dark-bg);
  height: 0;
  overflow: hidden;
  transition: 0.4s all;
}
.menu-item-has-children {
  transition: 0.4s all;
}
.menu-item-has-children:hover .sub-menu {
  overflow: auto;
  transition: 0.4s all;
  height: 225px;
}
.menu-item-has-children:hover .sub-menu::-webkit-scrollbar {
  display: none;
}
.sub-menu li a {
  padding: 10px 15px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.sub-menu li a:hover {
  color: var(--theme-color);
}
.sub-menu li:not(:last-child) a {
  border-bottom: 1px solid var(--theme-color);
}
.search-area-header {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: calc(var(--bs-gutter-x) * -0.5);
}
.modal-search {
  background: rgba(0, 0, 0, 0.75);
}
.modal-search .modal-dialog {
  margin: 0 auto;
  background: transparent;
}
.modal-open header {
  background: #ffffff;
}
.modal-search {
  cursor: pointer;
  top: -100%;
}
.modal-search .modal-dialog {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sarch-form {
  display: flex;
}
.sarch-form input {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  background-color: var(--theme-color-light);
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none;
  height: 40px;
  padding-left: 24px;
  transition: all 0.3s;
  border-radius: 5px 0px 0px 5px;
  border: none;
  color: var(--text-color);
}
.sarch-form input::placeholder {
  color: #777777;
  font-size: 16px;
}
.modal-search .modal-content {
  background: transparent;
}
.btn-search-popup {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  cursor: pointer;
  -webkit-border-radius: 0;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  border-radius: 0px 5px 5px 0px;
  padding: 0 15px;
  height: 40px;
  font-size: 18px;
  /* color: var(--theme-color); */
  color: var(--theme-color-light);
  transition: 0.4s all;
}
.btn-search-popup:hover {
  color: #ffffff;
  transition: 0.4s all;
  background: var(--theme-color);
}
.modal-content {
  border: none;
}
.modal-search.show {
  top: 0;
}
.collapse-toggle-menu {
  position: relative;
}
.link-write-us {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link-write-us a {
  display: inline-flex;
  background: var(--theme-color);
  padding: 10px 10px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  height: 40px;
  line-height: 100%;
  gap: 8px;
}
/* Footer */
.inner-footer {
  background: var(--dark-bg);
  padding: 2% 0;
}
.inner-footer .container-fluid > .row {
  padding: 0 calc(var(--bs-gutter-x) * 1);
}
.footer-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.footer-text .footer-text-wiget:last-child p {
  margin: 0;
}
.links-sponsors a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
}
.links-sponsors a:hover {
  color: var(--theme-color);
}
.site-footer h3 {
  color: var(--footer-heading-color);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
}
.image-website-staus img {
  width: 250px;
  height: auto;
  object-fit: scale-down;
}
.second-footer {
  background: var(--theme-color);
  padding: 10px 0;
}
.second-footer p,
.second-footer a {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}
.copyright {
  gap: 15px;
}
.privecy-links ul li:not(:last-child) a {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ffffff;
}
.second-footer p strong a {
  font-weight: inherit;
}
.footer-logo {
  margin-bottom: 25px;
}
.links-sponsors ul {
  gap: 7px;
}
.inner-footer .row .col-xl-3:not(:last-child) {
  border-right: 1px solid #4e4e4e;
}
.list-tags a {
  color: var(--text-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px !important;
  word-break: keep-all;
  white-space: nowrap;
  background: #f0f2f5;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 6px;
  margin-right: 6px;
}
/* .list-tags
  a:not(
    :nth-child(1),
    :nth-child(2),
    :nth-child(3),
    :nth-child(4),
    :nth-child(5),
    :nth-child(6),
    :nth-child(7),
    :nth-child(8),
    :nth-child(9),
    :nth-child(10),
    :nth-child(11),
    :nth-child(12),
    :nth-child(13),
    :nth-child(14),
    :nth-child(15),
    :nth-child(16),
    :nth-child(17),
    :nth-child(18),
    :nth-child(19),
    :nth-child(20)
  ) {
  display: none;
} */
.list-social-media a {
  color: #ffffff;
  font-size: 28px;
}
.list-social-media a:hover {
  color: var(--theme-color);
}
.list-social-media ul {
  gap: 10px;
}
.list-social-media li,
.list-social-media li * {
  display: inline-flex;
}
.social-media-links {
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-area-header form {
  width: 100%;
}
img {
  width: 100%;
  height: auto;
}
.sec-one-home .most-view-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: calc(var(--bs-gutter-x) * 1);
  padding: 0 calc(var(--bs-gutter-x) * 1);
}
.sec-one-home .most-view-post .most-view-blog-data:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.sec-one-home .most-view-post .most-view-blog-data:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
}
.sec-one-home .most-view-post .most-view-blog-data:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 5;
}
.sec-one-home .data-inn-most-viewd {
  position: relative;
  height: 100%;
}
.sec-one-home .data-inn-most-viewd .content-most-viewed-blog {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.sec-one-home
  .most-view-post
  .most-view-blog-data:nth-child(1)
  .image-most-viewd-blog {
  height: 605px;
}
.sec-one-home
  .most-view-post
  .most-view-blog-data
  .image-most-viewd-blog
  .artilce-image,
.sec-one-home
  .most-view-post
  .most-view-blog-data
  .image-most-viewd-blog
  .artilce-image
  * {
  width: 100%;
  height: 100%;
}
.sec-one-home .most-view-post .most-view-blog-data .image-most-viewd-blog {
  height: 290px;
}
.data-inn-most-viewd .content-most-viewed-blog h2 {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}
.data-inn-most-viewd .content-most-viewed-blog h2 a {
  color: #ffffff;
}
.sec-one-home .data-inn-most-viewd .content-most-viewed-blog p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0;
}
.sec-one-home
  .most-view-post
  .most-view-blog-data:nth-child(1)
  .data-inn-most-viewd
  .content-most-viewed-blog
  h2 {
  font-size: 36px;
}
.sec-one-home
  .most-view-post
  .most-view-blog-data:not(:nth-child(1))
  .article-card-content-text {
  display: none;
}
.list-authot-cat-data-view li {
  color: #ffffff;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  position: relative;
  gap: 7px;
  text-transform: capitalize;
}
.list-authot-cat-data-view li *,
.list-authot-cat-data-view li *::before {
  display: inline-flex;
}
.list-authot-cat-data-view ul {
  gap: 20px;
}
.list-authot-cat-data-view li p span.inspector:last-child {
  display: none;
}
/* .list-authot-cat-data-view li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
} */
.most-view-blog-data {
  overflow: hidden;
  transition: 0.4s all;
}
.most-view-blog-data .artilce-image img {
  transition: 0.4s all;
}
.sec-one-home
  .data-inn-most-viewd
  .content-most-viewed-blog
  .article-card-content-text
  p {
  font-size: 18px;
  margin-bottom: 15px;
}
.most-view-blog-data:hover .artilce-image img {
  transform: scale(1.03);
  transition: 0.4s all;
}
.sec-two-home .container-fluid > .row {
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}
.sec-two-home {
  padding: 60px 0;
}
.sec-two-home h2 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.1;
  color: var(--theme-color);
  letter-spacing: -0.01em;
}
.sec-one-home .most-view-post .most-view-blog-data:not(:nth-child(1)) ul {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 20px;
}
.blog-author-date {
  width: 100%;
}
.blog-data .data-inn-blog .image-blog {
  height: 200px;
  margin-bottom: 10px;
}
.blog-data .data-inn-blog .image-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-blog h2 {
  font-size: 24px;
  color: var(--text-color);
  line-height: 120%;
  font-weight: 600;
  min-height: 58px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.content-blog p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  min-height: 72px;
  margin-bottom: 0;
  color: #3e3d48;
}
.author-data-blogs p {
  min-height: auto;
  margin: 0;
  color: #ffffff;
}
.author-data-blogs ul {
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 20px;
}
.author-data-blogs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.author-data-blogs p span.inspector:last-child {
  display: none;
}
.sec-two-home .dcsWrapper .col-xl-3 {
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.dcsWrapper .loadMoreRepeat:hover * {
  color: var(--theme-color);
}
.btnLoadmoreWrapper a {
  display: inline-block;
  background: var(--theme-color);
  border: none;
  font-size: 16px;
  line-height: 56px;
  padding: 0 25px;
  font-weight: 500;
}
.btnLoadmoreWrapper a {
  display: inline-block;
  background: var(--theme-color);
  border: none;
  font-size: 20px;
  line-height: 56px;
  padding: 0 40px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  transition: 0.4s all;
}
.btnLoadmoreWrapper a:hover {
  background: #000000;
  transition: 0.4s all;
}
.loadmorebtn-area {
  margin-top: 30px;
  text-align: center;
}
.dcsLoaderImg svg {
  width: 100px;
  height: 100px;
}
.dcsLoaderImg svg path {
  fill: var(--theme-color);
}
.artilce-image img {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.5);
}
.data-inn-blog {
  position: relative;
}
.author-data-blogs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
}
.blog-data .data-inn-blog .image-blog,
.author-data-blogs {
  height: 200px;
}
.author-data-blogs li {
  color: #ffffff;
  text-transform: capitalize;
}
.dcsWrapper .loadMoreRepeat:hover .author-data-blogs li,
.dcsWrapper .loadMoreRepeat:hover .author-data-blogs li * {
  color: #ffffff;
}
.data_categorys_post {
  background: var(--dark-bg);
  padding: 20px;
}
.data_categorys_post ul {
  display: flex;
  flex-direction: column;
  height: 845px;
  overflow-y: scroll;
}
.data_categorys_post ul li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: 30px;
  padding: 12px 9px;
  width: 100%;
}
.data_categorys_post ul li a {
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.data_categorys_post ul li a span.name-cat {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 265px;
}
.data_categorys_post ul li:hover {
  background: var(--theme-color);
}
.data_categorys_post ul::-webkit-scrollbar {
  display: none;
}
.category-area {
  position: sticky;
  top: 3px;
}
.category-tags-area h3,
.heading-com h1 {
  text-transform: capitalize;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 15px;
  color: var(--theme-color);
  letter-spacing: 0.01em;
  font-weight: 600;
}
.inner-category-area {
  margin-bottom: 40px;
}
.inner-tags-area p {
  margin: 0;
}
.inner-category-page {
  padding: 60px 0;
}
/* .heading-com h1 {
  font-size: 48px;
  color: var(--theme-color);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 15px;
} */
.border-part {
  border-right: 1px solid var(--dark-bg);
}
.inner-category-area {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--dark-bg);
}
.inner-publish-data-cat-author-view {
  text-align: center;
}
.inner-publish-data-cat-author-view ul {
  gap: 15px;
}
.inner-publish-data-cat-author-view ul li {
  gap: 8px;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  font-style: normal;
}
.heaing-blog-detail {
  background: var(--theme-color-light);
  width: 100%;
  padding: 35px 0px 40px;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}
.single-post .heaing-blog-detail {
  height: 280px;
  display: flex;
  align-items: center;
}
.inner-heaing-blog-detail h2,
.inner-heaing-blog-detail h1 {
  font-size: 57px;
  margin-bottom: 25px;
  line-height: 68px;
  font-weight: 700;
  font-style: normal;
  color: var(--text-color);
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.inner-publish-data-cat-author-view ul li a {
  color: var(--text-color);
}
.inner-publish-data-cat-author-view ul li a:hover {
  color: var(--theme-color);
  font-weight: 500;
}
.inner-publish-data-cat-author-view ul li p span.inspector:last-child {
  display: none;
}
.title-data-blog-detail h1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 20px;
}
.form-comment-post * {
  color: var(--text-color);
}
.image-blog {
  margin-bottom: 20px;
}
.data-blog {
  color: var(--text-color);
  font-weight: inherit;
}
.data-blog ul li {
  margin-bottom: 1rem;
}
.form-comment-post form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.form-comment-post form p {
  margin: 0;
}
.form-comment-post form p.comment-notes,
.form-comment-post form p.comment-form-comment,
.form-comment-post form p.comment-form-url,
.form-comment-post form p.comment-form-cookies-consent,
.form-comment-post form p.form-submit {
  grid-column: span 2;
}
.form-comment-post form p label {
  display: block;
  width: 100%;
}
.form-comment-post
  form
  p
  input:not(input[type="submit"], input[type="checkbox"]) {
  width: 100%;
  display: inline-block;
}
.form-comment-post form p textarea {
  width: 100%;
}
.form-comment-post form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
}
.inner-blog-detail-area {
  padding-bottom: 60px;
}
.form-comment-post form p textarea {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 120%;
  height: 160px;
  padding: 20px;
  border: 1px solid var(--dark-bg);
}
.form-comment-post form p input {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 56px;
  padding: 0 20px;
  border: 1px solid var(--dark-bg);
}
.form-comment-post form p input[type="submit"] {
  font-size: 18px;
  background: var(--theme-color);
  color: #ffffff;
  border-color: var(--theme-color);
  border-radius: 5px;
  transition: 0.4s all;
}
.form-comment-post form p input[type="submit"]:hover {
  background: #000000;
  border-color: #000000;
  transition: 0.4s all;
}
.form-comment-post {
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.single-post .category-tags-area h3 {
  margin-bottom: 20px;
}
.footer-logo a {
  width: 145px;
}
.ads_area_blog {
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.ads_area_blog * {
  width: 100%;
}
.ads_area_blog div {
  display: block !important;
  margin: 0 auto !important;
}
.ads-area-blog-detail {
  width: 280px;
  height: 540px;
}
.all-blogs .ads_area_blog {
  width: 100% !important;
}
.other-pages .heading-page h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 120%;
}
.other-pages {
  padding: 60px 0;
}
.page-write-for-us {
  color: var(--text-color);
}
.page-write-for-us h2 {
  font-size: 34px;
  line-height: 110%;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-write-for-us h3 {
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 20px;
}
.page-write-for-us ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.page-write-for-us ul li {
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  position: relative;
  gap: 7px;
}
.page-write-for-us ul li:not(:last-child) {
  margin-bottom: 15px;
}
.page-write-for-us ul li i {
  color: var(--theme-color);
}
.points_section_one {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.social-media-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-media-area p {
  margin: 0;
}
.social-media-area i {
  font-size: 38px;
}
.social-media-area p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  gap: 8px;
}
.fb i {
  color: #3b5998;
}
.linkedin i {
  color: #0d76a8;
}
.pintrest i {
  color: #cb1e24;
}
.section_two_writer_for_us {
  padding: 60px 0;
}
.heading_sec_two h2 {
  text-align: center;
}
.image_right_section_writer_for_us {
  margin-bottom: 20px;
}
.inner_section_two_writer_for_us .row {
  border-bottom: 1px solid #cb1e24;
  padding-bottom: 20px;
}
.section_three_writer_for_us {
  padding-bottom: 60px;
}
.data-secfour .inn-wrap-grid p {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  padding: 20px 30px;
  background: rgba(204, 204, 204, 0.2);
}

.data-secfour .inn-wrap-grid,
.table_data_section_four_writer_for_us {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.table_data_section_four_writer_for_us p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.table_data_section_four_writer_for_us p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 30px;
}
.main_table_data_section_four_writer_for_us,
.data-secfour .inn-wrap-grid {
  border: 2px solid rgba(204, 204, 204, 0.4);
}
.data-secfour .inn-wrap-grid {
  border-bottom: none;
}
.table_data_section_four_writer_for_us:not(:last-child) {
  border-bottom: 2px solid rgba(204, 204, 204, 0.4);
}
.table_data_section_four_writer_for_us p:not(:last-child) {
  border-right: 2px solid rgba(204, 204, 204, 0.4);
}
.data-secfour .inn-wrap-grid p:not(:last-child) {
  border-right: 2px solid #ededed;
}
.section_four_writer_for_us {
  padding-bottom: 60px;
}
.section_five_writer_for_us {
  padding-bottom: 60px;
}
.section_six_writer_for_us {
  padding-bottom: 60px;
}
.section_eight_writer_for_us .row {
  background: #e1e1e1;
}
.content_section_eight {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.content_section_eight * {
  text-align: center;
}
.content_section_eight p {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}
.content_section_eight p a {
  display: inline-flex;
  background: var(--theme-color);
  padding: 10px 25px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.section_eight_writer_for_us {
  padding-bottom: 60px;
}
.form-sec .gform_fields input:not(input[type="file"]) {
  color: var(--text-color);
  font-size: 16px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--text-color);
}
.form-sec .gform_fields input::placeholder {
  color: var(--text-color);
}
.form-sec .gform_fields textarea {
  color: var(--text-color);
  font-size: 16px !important;
  line-height: 120%;
  padding: 20px !important;
  height: 120px !important;
  border: 1px solid var(--text-color);
}
.form-sec .gform_fields textarea::placeholder {
  color: var(--text-color);
}
.form-sec .gform_wrapper.gravity-theme .gform_footer input {
  display: inline-flex;
  background: var(--theme-color);
  padding: 10px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 48px;
  padding: 0 20px;
}
.form-sec .gform_wrapper.gravity-theme .gform_footer input {
  display: inline-flex;
  background: var(--theme-color);
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px !important;
  border: none !important;
  margin: 0 !important;
}
.gform_ajax_spinner {
  position: absolute;
  width: auto;
}
.form-sec .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
}
.form-sec .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  left: 130px;
}
.form-sec .gform_wrapper .gform_validation_errors {
  display: none !important;
}
.form-sec .gform_wrapper .gfield_validation_message,
.form-sec .gform_wrapper .validation_message {
  background: transparent;
  border: none !important;
  font-size: 14px !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.sec-nine-writer-for-us {
  padding-bottom: 60px;
}
.form-sec div#field_1_5 {
  padding: 10px;
  border: 1px solid #000000;
}
/* No Post Found */
.page_404 img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.four_zero_four_bg h1 {
  font-size: 80px;
}
.four_zero_four_bg {
  height: 400px;
}
.four_zero_four_bg h3 {
  font-size: 80px;
}
.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: var(--theme-color);
  margin: 20px 0 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
.no-post-found.page_404 {
  padding-bottom: 60px;
}
.content-thanks-page {
  text-align: center;
}
.page-template-template-thank-you header,
.page-template-template-thank-you footer {
  display: none;
}
.content-thanks-page {
  text-align: center;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px;
}
.btn-thanks a {
  color: #fff;
  padding: 10px 20px;
  background: var(--theme-color);
  margin: 20px 0 0;
}
.search-page-main {
  display: flex;
  height: 500px;
  align-items: center;
}
.search-page-wrap {
  width: 80%;
  margin: 0 auto;
}
.btn-search .link-write-us {
  position: unset;
  transform: none;
  display: none;
}
.search-page-wrap h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}
.data-blog ul {
  padding-left: 20px;
  list-style-type: disc;
}
.data_categorys_post ul li:last-child {
  border-bottom: none;
}
.category-tags-area {
  position: sticky;
  top: 80px;
}
.content p {
  word-break: break-word;
}
.content-blog p {
  word-break: break-word;
}
