
/*----------------------------------------*/
/*  Blogs css
/*----------------------------------------*/
.postbox-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-author-img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.postbox-author-img img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
.postbox-author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-author-wrap {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 0;
  }
}
.postbox-meta i {
  color: rgba(255, 255, 255, 0.6);
}
.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.postbox-meta span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox-title.fs-80 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-80 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-80 {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.fs-80 br {
    display: none;
  }
}
.postbox-title.fs-54 {
  font-size: 54px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-54 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-54 {
    font-size: 40px;
  }
}
.postbox-title.fs-34 {
  font-size: 34px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 25px;
  }
}
.postbox-title a:hover {
  color: var(--tp-common-green-light);
}
.postbox-content {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-content p {
    font-size: 16px;
  }
  .postbox-content p br {
    display: none;
  }
}
.postbox-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox-play-btn a {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.postbox-play-btn a svg {
  margin-left: 3px;
  display: inline-block;
}
.postbox-slider-item {
  position: relative;
  border-radius: 14px;
}
.postbox-slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
.postbox-slider-item img {
  border-radius: 14px;
}
.postbox-arrow button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.postbox-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.postbox-arrow-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-arrow-next {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 2;
  transform: translateY(-50%);
}
.postbox-blockquote {
  padding: 50px 55px;
  padding-bottom: 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 767px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.postbox-blockquote-paragraph p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-blockquote-paragraph p {
    font-size: 20px;
  }
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
.postbox-blockquote-icon {
  margin-bottom: 20px;
  display: inline-block;
}
.postbox-thumb {
  border-radius: 14px;
  overflow: hidden;
}
.postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.postbox-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .postbox__comment {
    padding-top: 50px;
  }
}
.postbox__comment ul {
  margin-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment ul {
    margin-right: 0;
  }
}
.postbox__comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.postbox__comment ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox__comment ul li.children {
    margin-left: 15px;
  }
}
.postbox__comment-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox__comment-box {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .postbox__comment-box {
    flex-wrap: wrap;
  }
}
.postbox__comment-info {
  flex: 0 0 auto;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    margin-right: 0;
  }
}
.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox__comment-avater img {
    margin-bottom: 30px;
  }
}
.postbox__comment-name {
  margin-bottom: 17px;
}
.postbox__comment-name h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.postbox__comment-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.postbox__comment-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__comment-text p {
    font-size: 15px;
  }
}
.postbox__comment-reply a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 11px 20px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.postbox__comment-reply a span {
  margin-left: 6px;
  display: inline-block;
}
.postbox__comment-reply a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-green-light);
  background-color: var(--tp-common-green-light);
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  background: var(--tp-common-white);
  border: 1px solid #949392;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: #838383;
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
}
.basic-pagination ul li > a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
}
.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}
.basic-pagination.product-pagination ul li > a {
  color: #4d3d30;
  border: 1px solid rgb(77, 61, 48);
}
.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}
.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

.postbox-details-item {
  padding: 43px 45px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .postbox-details-item {
    padding: 30px;
  }
}
.postbox-details-item.item-border {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-details-tag {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .postbox-details-tag {
    flex-wrap: wrap;
  }
}
.postbox-details-tag span:last-child {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
  display: inline-block;
}
.postbox-details-tag span:last-child::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-tag-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta {
    flex-wrap: wrap;
  }
}
.postbox-details-meta .postbox-author-name {
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-meta > div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
.postbox-details-meta > div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 0;
  }
}
.postbox-details-thumb {
  gap: 11px;
}
.postbox-details-thumb img {
  border-radius: 14px;
}
.postbox-details-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-text p span {
  color: var(--tp-common-green-light);
}
.postbox-details-quote p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-details-quote p {
    font-size: 25px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
.postbox-details-quote span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-quote span::before {
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    flex-wrap: wrap;
  }
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 35px;
  display: inline-block;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-green-light);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-tag span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin-right: 15px;
  color: var(--tp-common-white);
}
.postbox-details-author .sidebar-widget-author-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-author .sidebar-widget-author-img img {
  height: 100px;
  width: 100px;
}
.postbox-details-author .sidebar-widget-author {
  padding: 0;
  padding-bottom: 0;
  padding: 30px;
  border: none;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author {
    flex-wrap: wrap;
  }
}
.postbox-details-author .sidebar-widget-author-content span {
  margin-bottom: 8px;
}
.postbox-details-author .sidebar-widget-author-name {
  margin-bottom: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-content p br {
    display: none;
  }
}
.postbox-details-nevigation-wrap {
  height: 560px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-details-nevigation-wrap {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-details-nevigation-wrap {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .postbox-details-nevigation-wrap {
    height: 140px;
    margin-top: 50px;
  }
}
.postbox-details-nevigation-wrap:hover .postbox-details-nevigation-thumb-bg {
  transform: scale(0.95);
}
.postbox-details-nevigation-thumb {
  position: relative;
}
.postbox-details-nevigation-thumb::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.4);
}
.postbox-details-nevigation-thumb img {
  width: 100%;
  margin-top: -290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-nevigation-thumb img {
    margin-top: -50px;
  }
}
.postbox-details-nevigation-thumb-bg {
  width: 100%;
  height: 100%;
  background-color: #1a1b1e;
  transition: all 0.3s ease-in-out;
}
.postbox-details-nevigation-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}
.postbox-details-nevigation-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .postbox-details-nevigation-content span {
    font-size: 16px;
  }
}
.postbox-details-nevigation-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-details-nevigation-title {
    font-size: 20px;
  }
}
.postbox-details-form {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-details-form {
    padding: 20px;
  }
}
.postbox-details-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox-details-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-white);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #1a1b1e;
  color: var(--tp-common-white);
  border: 1px solid #1a1b1e;
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  border-color: var(--tp-common-green-light);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.postbox-details-remeber label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  content: url("../img/svg/check.svg");
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: var(--tp-common-white);
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-details-social a {
  height: 36px;
  width: 36px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 14px;
  display: inline-block;
  background-color: #1a1b1e;
  color: rgba(255, 255, 255, 0.8);
}
.postbox-details-social a svg {
  height: 15px;
  width: 15px;
}
.postbox-details-social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}

.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 14px;
}
.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-thumb img {
    height: 100px;
    width: 100px;
  }
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #f9e4b4;
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  background: rgba(249, 228, 180, 0.08);
}
.rc-post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
.rc-post-title a:hover {
  color: var(--tp-common-green-light);
}
.rc-post-meta span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.rc-post-wrap .rc-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-search {
  position: relative;
}
.sidebar-search input {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  border-radius: 14px;
  padding-right: 50px;
  background: #1a1b1e;
  border: 1px solid transparent;
  color: var(--tp-common-white);
}
.sidebar-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input::-moz-placeholder { /* Firefox 19+ */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input:-moz-placeholder { /* Firefox 4-18 */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input:-ms-input-placeholder { /* IE 10+  Edge*/
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input::placeholder { /* MODERN BROWSER */
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}
.sidebar-search input:focus {
  background-color: #0E0F11;
  border: 1px solid #D0FF71;
}
.sidebar-search button {
  position: absolute;
  top: 0;
  right: 25px;
  height: 100%;
  line-height: 60px;
  color: var(--tp-common-white);
}
.sidebar-search button:hover {
  color: #D0FF71;
}
.sidebar-widget-author {
  padding: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.sidebar-widget-author-img {
  margin-bottom: 35px;
}
.sidebar-widget-author-img img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.sidebar-widget-author-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.sidebar-widget-author-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-widget-author-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar-widget-author-social a {
  margin: 0 5px;
}
.sidebar-widget-author-social a span {
  transition: all 0.4s ease-in-out;
  color: var(--tp-common-white);
}
.sidebar-widget-author-social a:hover span {
  color: #D0FF71;
}
.sidebar-widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.sidebar-widget-category ul li {
  list-style-type: none;
}
.sidebar-widget-category ul li a {
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #1a1b1e;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-widget-category ul li a span {
  transition: 0.3s;
}
.sidebar-widget-category ul li a span:last-child {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-widget-category ul li a:hover {
  color: #D0FF71;
}
.sidebar-widget-category ul li a:hover span:last-child {
  color: #D0FF71;
}
.sidebar-widget-category ul li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar-wrapper {
  padding-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-wrapper {
    padding-left: 0;
    margin-top: 70px;
  }
}
.sidebar-blog-grid-wrap .sidebar-wrapper {
  padding-left: 2px;
}

.tagcloud a {
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  background: #1a1b1e;
  display: inline-block;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--tp-common-black);
  background-color: #D0FF71;
}

.dgm-blog-content {
  min-width: 310px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-blog-content {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-content {
    min-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.dgm-blog-content-wrap {
  height: 100%;
}
@media (max-width: 767px) {
  .dgm-blog-content-wrap {
    height: auto;
    flex-wrap: wrap;
  }
}
.dgm-blog-meta h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
.dgm-blog-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4d5051;
  letter-spacing: -0.04em;
}
.dgm-blog-category span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 6px;
  display: inline-block;
  background-color: #EFFAC0;
  color: var(--tp-common-black);
}
.dgm-blog-title-sm {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-blog-title-sm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-blog-title-sm {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-title-box {
    margin-bottom: 20px;
  }
}
.dgm-blog-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-blog-item:hover .dgm-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.dgm-blog-main {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-blog-thumb {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-blog-thumb {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-thumb {
    width: 100%;
  }
}
.dgm-blog-thumb img {
  width: 100%;
  height: 160px;
  transition: 0.9s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dgm-blog-thumb img {
    width: 100%;
  }
}

.creative-blog-item:hover .creative-blog-thumb img {
  transform: perspective(600px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.creative-blog-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}
.creative-blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.creative-blog-meta span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.creative-blog-meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.creative-blog-meta span:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  height: 17px;
  width: 1.5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.creative-blog-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-sm br {
    display: none;
  }
}
.creative-blog-title-box {
  padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-box {
    margin-bottom: 10px;
  }
}
.creative-blog-top-content {
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-top-content {
    padding-left: 0;
  }
}
.creative-blog-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 25px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .creative-blog-top-content p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-blog-area {
    padding-bottom: 70px;
  }
}
.ai-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ai-blog-item:hover .ai-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.ai-blog-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.ai-blog-thumb img {
  width: 100%;
  height: 250px;
  transition: 0.9s;
  object-fit: cover;
  border-radius: 20px;
}
.ai-blog-content span {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.ai-blog-content-wrap {
  padding: 28px 30px 32px 30px;
}
.ai-blog-meta span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.ai-blog-meta span:not(:last-child) {
  margin-right: 11px;
  padding-right: 11px;
}
.ai-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.ai-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-blog-title {
    font-size: 20px;
  }
}
.ai-blog-shape-1 {
  position: absolute;
  bottom: 48%;
  right: -2%;
  z-index: -1;
}

.ar-blog-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1d2132;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--tp-common-white);
}
.ar-blog-title-sm {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-blog-title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ar-blog-title-box {
    margin-bottom: 20px;
  }
}
.ar-blog-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.6);
}
.ar-blog-thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.ar-blog-thumb img {
  height: 413px;
  transition: 0.9s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-blog-area .gx-40 {
    --bs-gutter-x: 30px;
  }
}
.ar-blog-item:hover .ar-blog-thumb img {
  transform: scale(1.1);
}

.crp-blog-shape {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: -1;
}
.crp-blog-title {
  font-weight: 600;
  font-size: 180px;
  line-height: 0.7;
  margin-bottom: 0;
  opacity: 0.1;
  margin-left: -100px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: translateY(-40px) rotate(180deg);
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-blog-title {
    font-size: 175px;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title {
    font-size: 150px;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 110px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 84px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .crp-blog-title {
    font-size: 67px;
    margin-left: 0;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}
.crp-blog-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-teko);
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title-sm {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-blog-title-sm {
    font-size: 35px;
  }
}
.crp-blog-meta {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--tp-common-cream-3);
}
.crp-blog-thumb {
  border-radius: 20px;
  overflow: hidden;
}
.crp-blog-thumb img {
  width: 100%;
  height: 350px;
  transition: 0.9s;
  border-radius: 20px;
  object-fit: cover;
}
.crp-blog-thumb:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.crp-blog-category span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
  padding: 7px 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-cream-3);
  border: 1px solid rgba(255, 255, 230, 0.1);
}
.crp-blog-category span:not(:last-child) {
  margin-right: 7px;
}
.crp-blog-category span:hover {
  background-color: rgba(255, 255, 230, 0.1);
}
@media (max-width: 767px) {
  .crp-blog-item {
    flex-wrap: wrap;
  }
}
.crp-blog-content {
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-content {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .crp-blog-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .crp-blog-content {
    margin-top: 30px;
  }
}

.st-blog-item:hover .st-blog-item-thumb img {
  transform: scale(1.1);
}
.st-blog-item-thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 10px;
}
.st-blog-item-thumb img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.9s;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-item-thumb img {
    height: 100%;
  }
}
.st-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-item-title br {
    display: none;
  }
}
.st-blog-item-tags span {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 14px;
  display: inline-block;
  color: var(--tp-common-brown);
  border: 1px solid rgba(69, 48, 48, 0.15);
}
.st-blog-item-tags p {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.st-blog-item-tags-devide {
  height: 1px;
  width: 40px;
  margin: 0 15px 0 20px;
  background: rgba(69, 48, 48, 0.15);
}
.st-blog-text p {
  color: #494949;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .st-blog-text {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-heading {
    padding-bottom: 30px;
  }
}
.cr-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cr-blog-item:hover .cr-blog-item-thumb img {
  transform: scale(1.1);
}
.cr-blog-item-thumb {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.cr-blog-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: 0.9s;
}
.cr-blog-item-content {
  padding-left: 30px;
  padding-bottom: 40px;
}
.cr-blog-item-category {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.cr-blog-item-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.cr-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-blog-item-title br {
    display: none;
  }
}
.cr-blog-bottom-border {
  padding: 0 40px 120px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  .cr-blog-bottom-border {
    padding: 0 0px 100px 0px;
  }
}
.cr-blog-bottom-text {
  font-size: 17px;
  font-weight: 500;
  color: var(--tp-common-white);
  border-bottom: 1px solid #626262;
}
.cr-blog-bottom-text:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-heading-wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-heading-wrap {
    padding-bottom: 60px;
  }
}
.tp-blog-heading-wrap .tp-section-subtitle {
  margin-bottom: 16px;
  color: var(--tp-common-white);
}
.tp-blog-heading-wrap .tp-section-subtitle.pre::before {
  background: #D0FF71;
}
.tp-blog-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -4.8px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title {
    font-size: 55px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
.tp-blog-title a {
  height: 90px;
  width: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1A1B1E;
}
@media (max-width: 767px) {
  .tp-blog-title a {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title a {
    line-height: 80px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tp-blog-title img {
    display: none;
  }
}
.tp-blog-title.fs-100 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-title.fs-100 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title.fs-100 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title.fs-100 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title.fs-100 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title.fs-100 br {
    display: none;
  }
}
.tp-blog-shape {
  position: absolute;
  top: 10%;
  right: 16%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-shape {
    display: none;
  }
}
.tp-blog-masonry-item {
  padding: 30px 15px;
  border-radius: 20px;
  transition: 0.9s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item:hover .tp-blog-masonry-thumb img {
  transform: scale(1.1);
}
.tp-blog-masonry-item-top {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-masonry-item-top {
    padding: 0;
  }
}
.tp-blog-masonry-item-user-thumb {
  margin-right: 12px;
}
.tp-blog-masonry-item-user-thumb img {
  border-radius: 50%;
}
.tp-blog-masonry-item-user-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.9);
}
.tp-blog-masonry-item-user-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-item-time span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-masonry-item-time span {
    font-size: 13px;
  }
}
.tp-blog-masonry-item-time span svg {
  margin-right: 5px;
}
.tp-blog-masonry-item-2 {
  padding: 30px 15px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-2 .tp-blog-masonry-item-top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item-3 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-icon span {
  display: grid;
  height: 64px;
  width: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background: #29292B;
}
.tp-blog-masonry-item-text span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 40px;
  display: inline-block;
  letter-spacing: -0.44px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-masonry-item-text span br {
    display: none;
  }
}
.tp-blog-masonry-item-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
}
.tp-blog-masonry-content {
  padding: 0 15px;
}
.tp-blog-masonry-tag span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-tag span svg {
  margin-right: 5px;
}
.tp-blog-masonry-thumb {
  overflow: hidden;
  border-radius: 14px;
}
.tp-blog-masonry-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 14px;
}
.tp-blog-masonry-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.tp-blog-masonry-thumb-video span {
  display: grid;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.tp-blog-masonry-thumb-video span svg {
  transform: translateX(2px);
}
.tp-blog-masonry-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 28px;
  letter-spacing: -0.52px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-masonry-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-masonry-title br {
    display: none;
  }
}
.tp-blog-masonry-title.fs-30 {
  font-size: 30px;
  font-weight: 700;
}
.tp-blog-masonry-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--tp-common-yellow-green);
  overflow: hidden;
  display: inline-block;
  padding-right: 5px;
}
.tp-blog-masonry-btn a span {
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
.tp-blog-masonry-btn a span svg {
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-blog-masonry-btn a span svg:last-child {
  position: absolute;
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0);
}
.tp-blog-masonry-btn a:hover span svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px);
}
.tp-blog-masonry-btn a:hover span svg:last-child {
  transform: translate(23px, -23px);
}
.tp-blog-list-item {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-list-item:hover .tp-blog-list-item-thumb img {
  transform: scale(1.1);
}
.tp-blog-list-item-wrap .tp-blog-list-item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-list-item-tags p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.tp-blog-list-item-tags-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}
.tp-blog-list-item-meta {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #D0FF71;
  padding: 6px 15px;
  border-radius: 96px;
  display: inline-block;
  border: 1px solid rgba(208, 255, 113, 0.1);
}
.tp-blog-list-item-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.36px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-content {
    margin-bottom: 30px;
  }
}
.tp-blog-list-item-thumb {
  overflow: hidden;
}
.tp-blog-list-item-thumb img {
  width: 100%;
  transition: 0.9s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-ptb {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-ptb {
    padding-top: 50px;
  }
}
.tp-blog-details-without-ptb {
  padding-top: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-without-ptb {
    padding-top: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-without-ptb {
    padding-top: 150px;
  }
}
.tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 0px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-details-banner {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-banner {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-banner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-banner {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-banner {
    margin-bottom: 60px;
  }
}
.tp-blog-details-banner img {
  width: 100%;
}

.ar-hero-ptb {
  padding-top: 195px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .ar-hero-ptb {
    padding-top: 160px;
    padding-bottom: 95px;
  }
}
.ar-hero-border {
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}
.ar-hero-bg {
  border-left: 1px solid rgba(25, 25, 25, 0.08);
  border-right: 1px solid rgba(25, 25, 25, 0.08);
}
.ar-hero-title {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-regular);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-hero-title {
    font-size: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-hero-title {
    font-size: 95px;
  }
}
@media (max-width: 767px) {
  .ar-hero-title {
    font-size: 60px;
  }
}
.ar-hero-title i {
  font-style: normal;
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-hero-title i {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-hero-title-box.service-5-heading {
    margin-bottom: 40px;
  }
}
.ar-hero-shape-1 {
  margin-right: 20px;
  transform: translateY(-23px);
}
.ar-hero-shape-2 {
  transform: translateY(-10px);
}
.ar-hero-shape-3 {
  margin-left: 20px;
  transform: translateY(-23px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ar-about-thumb {
  margin-left: 130px;
  display: inline-block;
  height: 500px;
  width: 400px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-about-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .ar-about-thumb {
    margin-left: 0;
    width: auto;
    margin-bottom: 40px;
  }
}
.ar-about-thumb img {
  margin-top: -60px;
}
.ar-about-shape {
  position: absolute;
  bottom: 0;
  left: -62%;
  z-index: -1;
  max-width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-shape {
    left: 0;
  }
}
.ar-about-title-sm {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.17;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-title-sm {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-about-title-sm {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-title-sm {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .ar-about-title-sm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-title-wrap {
    margin-bottom: 0;
  }
}
.ar-about-content {
  margin-bottom: 40px;
  padding-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-content {
    margin-top: 40px;
  }
}
.ar-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  margin-right: 80px;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  color: rgba(20, 20, 20, 0.6);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-content p {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-content p {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-content p {
    font-size: 17px;
  }
}
.ar-about-exp-box {
  margin-left: -30px;
  padding: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-top: 4px solid var(--tp-common-red-2);
}
@media (max-width: 767px) {
  .ar-about-exp-box {
    width: 100%;
  }
}
.ar-about-exp-box span {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-medium);
}
.ar-about-exp-box h4 {
  font-size: 160px;
  line-height: 0.69;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-semibold);
}
.ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-top: 150px;
  }
}
.ar-about-us-4-hero-ptb.pb-70 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-hero-ptb.pb-70 {
    padding-bottom: 40px;
  }
}
.ar-about-us-4-title {
  color: #111013;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-title-box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
}
.ar-about-us-4-title-box p {
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-title-box p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-title-box p {
    padding-top: 20px;
  }
}
.ar-about-us-4-title-box .tp-section-subtitle {
  margin-right: 15px;
}
.ar-about-us-4-title-box .ar-about-us-4-icon {
  margin-right: 75px;
}
.ar-about-us-4-shape {
  position: absolute;
  top: 31%;
  right: 10%;
}
@media (max-width: 767px) {
  .ar-about-us-4-shape {
    display: none;
  }
}
.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title {
  color: #111013;
}
.ar-about-us-4-text-title {
  font-size: 200px;
  font-weight: 800;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-text-title {
    font-size: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-about-us-4-text-title {
    font-size: 90px;
    letter-spacing: -5px;
  }
}

.agntix-light .des-about-text .tp-btn-border {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .des-about-text .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .des-text-item.sm span {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .des-text-moving-area {
  padding-bottom: 60px;
}
.agntix-light .des-about-area {
  padding-top: 160px;
}
.agntix-light .tp_text_invert_3 > div {
  background-image: linear-gradient(to right, #000 50%, #e4e4e4 50%);
}
.agntix-light .des-text-title {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-light .des-text-title-wrap::after {
  background-color: rgba(0, 0, 0, 0.06);
}
.agntix-light .des-text-title-box p {
  color: var(--tp-common-black);
}
.agntix-light .des-text-moving-top.active .des-text-item.sm span {
  color: var(--tp-common-black);
}
.agntix-light .tp-section-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .tp-section-title-mango {
  color: var(--tp-common-black);
}
.agntix-light .des-project-top-text p {
  color: var(--tp-text-body);
}
.agntix-light .des-project-total span {
  color: var(--tp-common-black);
}
.agntix-light .des-project-total span::before {
  background-color: var(--tp-common-black);
}
.agntix-light .des-project-info span {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .des-project-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .des-project-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .des-brand-item.black-style .des-brand-item-inner {
  background-color: rgb(246, 246, 249);
}
.agntix-light .des-brand-item.black-style .des-brand-item-inner img {
  filter: invert(0);
}
.agntix-light .tp-header-4-style .tp-header-menu nav ul li a {
  color: var(--tp-common-black);
}
.agntix-light .tp-header-4-style .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.agntix-light .creative-hero-black-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-title em {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-hero-title i {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-btn {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-black-box::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title em::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title i::before {
  box-shadow: 0px 18px 0 0 #fff;
}
.agntix-light .creative-hero-btn::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title img {
  filter: invert(1);
}
.agntix-light .creative-hero-banner::after {
  box-shadow: 0px -18px 0 0 #fbfbfb;
}
.agntix-light .tp-header-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-hero-avater-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-hero-avater-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .creative-hero-avater-info span {
  color: var(--tp-text-body);
}
.agntix-light .tp-section-subtitle.fs-17.pre-circle::before {
  background-color: var(--tp-common-black);
}
.agntix-light .creative-about-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-brand-item img {
  filter: invert(1);
}
.agntix-light .tp-section-title.fs-64 {
  color: var(--tp-common-black);
}
.agntix-light .creative-project-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-project-meta span {
  color: var(--tp-common-black);
}
.agntix-light .creative-project-meta span:not(:last-child)::after {
  background-color: var(--tp-common-black);
}
.agntix-light .creative-project-category {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-project-category::before {
  box-shadow: 0px -17px 0 0 #FFF;
}
.agntix-light .creative-project-category::after {
  box-shadow: 0px -17px 0 0 #FFF;
}
.agntix-light .creative-project-btn-box p {
  color: var(--tp-common-black);
}
.agntix-light .tp-section-title.fs-44 {
  color: var(--tp-common-black);
}
.agntix-light .creative-blog-top-content p {
  color: #4d5051;
}
.agntix-light .creative-service-content > span {
  color: var(--tp-common-black);
}
.agntix-light .creative-service-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-service-item.about-us-4 {
  border-color: rgba(0, 0, 0, 0.2);
}
.agntix-light .creative-service-item.about-us-4 .creative-service-title a {
  background: linear-gradient(#D0FF71, #D0FF71) left no-repeat, #111013;
  background-size: auto, auto;
  background-clip: border-box, border-box;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}
.agntix-light .creative-service-item.about-us-4:hover .creative-service-title a {
  background-size: 100% 100%;
}
.agntix-light .creative-service-item.about-us-4:hover .creative-service-link a {
  background-color: #d0ff71;
  color: var(--tp-common-black);
  border: 1px solid rgb(208, 255, 113);
}
.agntix-light .creative-choose-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-choose-text p span {
  background-color: #fff;
}
.agntix-light .creative-choose-text p span svg {
  filter: invert(1);
}
.agntix-light .creative-choose-text-middle::before {
  box-shadow: 0px 18px 0 0 #fff;
}
.agntix-light .creative-choose-avater-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-choose-avater-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .creative-choose-avater-info span {
  color: var(--tp-text-body);
}
.agntix-light .creative-choose-avater-box::after {
  bottom: 34px;
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-choose-customer {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-choose-customer-info h4 {
  color: var(--tp-text-body);
}
.agntix-light .creative-choose-customer-info span {
  color: var(--tp-text-body);
}
.agntix-light .creative-choose-customer::before {
  box-shadow: 0px 13px 0 0 #fff;
}
.agntix-light .creative-choose-customer::after {
  box-shadow: 0px 13px 0 0 #fff;
}
.agntix-light .creative-testimonial-item {
  background-color: #f6f6f9;
}
.agntix-light .creative-testimonial-avater-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .creative-testimonial-avater-info span {
  color: var(--tp-text-body);
}
.agntix-light .creative-testimonial-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-testimonial-text p span svg {
  filter: invert(1);
}
.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar {
  background: rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag {
  background: var(--tp-common-black);
}
.agntix-light .creative-work-square-box {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-work-square-box::after, .agntix-light .creative-work-square-box::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-work-item {
  background-color: var(--tp-common-white);
}
.agntix-light .creative-work-icon img {
  filter: invert(1);
}
.agntix-light .creative-work-content p {
  color: var(--tp-common-black);
}
.agntix-light .creative-blog-meta span {
  color: var(--tp-text-body);
}
.agntix-light .creative-blog-meta span:not(:last-child)::after {
  background-color: rgb(46, 45, 45);
}
.agntix-light .creative-blog-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-social {
  background-color: #fff;
}
.agntix-light .creative-footer-style .tp-footer-widget-social::after, .agntix-light .creative-footer-style .tp-footer-widget-social::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-footer-text {
  background-color: #fff;
}
.agntix-light .creative-footer-text::after, .agntix-light .creative-footer-text::before {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-footer-text p {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a:hover {
  border: 1px solid rgb(208, 255, 113);
}
.agntix-light .creative-footer-style .tp-footer-widget-title {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-big-text {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .creative-footer-style .tp-footer-widget-info a {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-left span {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-copyright-right a {
  color: var(--tp-common-black);
}
.agntix-light .creative-footer-style .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp_text_invert_2 > div {
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #111013 50%, #e4e4e4 50%);
}
.agntix-light .design-project-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-btn-sky-border {
  color: var(--tp-common-black-7);
  border: 1.5px solid #0e0f11;
}
.agntix-light .tp-btn-sky-border:hover {
  background-color: #0e0f11;
  color: var(--tp-common-white);
}
.agntix-light .design-project-title {
  color: var(--tp-common-black-7);
}
.agntix-light .design-project-content span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-choose-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-choose-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .creative-footer-style .tp-footer-widget-title-sm.pre::before {
  background-color: var(--tp-common-black);
}
.agntix-light .design-service-left span {
  color: var(--tp-text-body);
}
.agntix-light .design-service-left span::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .design-service-accordion .accordion-buttons span {
  color: var(--tp-text-body);
}
.agntix-light .design-service-accordion .accordion-body p {
  color: var(--tp-text-body);
}
.agntix-light .design-service-accordion .accordion-buttons i {
  color: var(--tp-common-black-7);
}
.agntix-light .design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: var(--tp-common-black);
}
.agntix-light .design-service-category a {
  color: var(--tp-common-black-7);
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .design-service-category a:hover {
  color: var(--tp-common-white);
}
.agntix-light .creative-project-social a {
  background-color: #f6f6f9;
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}
.agntix-light .creative-project-social::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .design-hero-slide-text span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-social a {
  color: var(--tp-common-black-7);
}
.agntix-light .design-hero-social a:not(:last-child)::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.agntix-light .tp-btn-sky-border.solid-bg {
  color: var(--tp-common-white);
  background-color: #0e0f11;
}
.agntix-light .tp-btn-sky-border.solid-bg:hover {
  color: var(--tp-common-black-7);
  background-color: transparent;
}
.agntix-light .creative-text-item span {
  color: var(--tp-common-black-7);
}
.agntix-light .creative-text-item span::after {
  background-color: var(--tp-common-black-7);
}
.agntix-light .design-work-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-title-box p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item:hover {
  border-color: var(--tp-common-black-7);
}
.agntix-light .design-award-item::before {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item::after {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .design-award-item:hover::before, .agntix-light .design-award-item:hover::after {
  background: var(--tp-common-black-7);
}
.agntix-light .design-award-item.active .design-award-content h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-item.active .design-award-content span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-award-content h4 {
  color: rgba(0, 0, 0, 0.25);
}
.agntix-light .design-award-content span {
  color: rgba(0, 0, 0, 0.25);
}
.agntix-light .tp-testimonial-ratting {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-testimonial-ratting img {
  filter: invert(1);
}
.agntix-light .tp-testimonial-ratting-icon span {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-testimonial-ratting-info p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .design-footer-widget-title {
  color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-input input {
  color: var(--tp-common-black);
  border-color: rgba(20, 20, 20, 0.1);
}
.agntix-light .design-footer-widget-input input::placeholder {
  color: var(--tp-common-black);
}
.agntix-light .design-footer-widget-input input:focus {
  border-color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-input-icon {
  background-color: var(--tp-common-black-7);
}
.agntix-light .design-footer-widget-info a {
  color: var(--tp-common-black);
}
.agntix-light .design-footer-middle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .design-footer-top-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .design-copyright-text p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .design-copyright-backtoTop a {
  color: var(--tp-common-black-7);
}
.agntix-light .design-copyright-backtoTop a span {
  color: var(--tp-common-black-7);
}
.agntix-light .design-copyright-big-text img {
  filter: invert(1);
}
.agntix-light .design-hero-circle-1 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(5, 45, 146, 0.2);
}
.agntix-light .design-hero-circle-2 {
  filter: blur(400px);
  -webkit-filter: blur(400px);
  background-color: rgba(109, 97, 255, 0.1);
}
.agntix-light .creative-choose-text-bottom::after {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .des-team-item-box span {
  color: #ECECEC;
}
.agntix-light .des-team-item-box .des-team-title {
  color: #ECECEC;
}
.agntix-light .des-team-item-box.active span {
  color: #111013;
}
.agntix-light .des-team-item-box.active .des-team-title {
  color: #111013;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box span {
  color: #ECECEC;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box .des-team-title {
  color: #ECECEC;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box.active span {
  color: #2A4C3A;
}
.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box.active .des-team-title {
  color: #2A4C3A;
}
.agntix-light .studio-hero-info a, .agntix-light .studio-hero-info span {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-hero-banner-text span {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-section-subtitle-clash {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-about-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-number span {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-number i {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-title-sm {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-project-content span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .studio-service-item-wrap .tp-award-year {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .studio-service-item-wrap .tp-award-text {
  color: var(--tp-common-black-7);
}
.agntix-light .tp-award-icon {
  color: var(--tp-common-black);
}
.agntix-light .studio-service-item-wrap .tp-award-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .studio-service-item-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .studio-award-content p {
  color: var(--tp-common-black-7);
}
.agntix-light .studio-award-icon img {
  filter: invert(1);
}
.agntix-light .studio-award-icon {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .studio-award-item span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .design-testimonial-author h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-author span {
  color: var(--tp-text-body);
}
.agntix-light .design-testimonial-review h4 {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-text p {
  color: var(--tp-common-black-7);
}
.agntix-light .design-testimonial-item {
  background-color: rgb(246, 246, 249);
}
.agntix-light .studio-team-title-box p {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .studio-step-item {
  box-shadow: none;
  background-color: rgb(246, 246, 249);
}
.agntix-light .tp-btn-red-border {
  color: var(--tp-common-red);
}
.agntix-light .tp-btn-red-border:hover {
  color: var(--tp-common-white);
}
.agntix-light .tp-section-title.fs-54 {
  color: var(--tp-common-black);
}
.agntix-light .ai-choose-text p {
  color: var(--tp-common-black);
}
.agntix-light .ai-choose-bottom-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .ai-choose-bottom-text p a {
  color: var(--tp-common-black);
}
.agntix-light .ai-choose-icon span {
  color: var(--tp-common-black);
  background: rgba(0, 0, 0, 0.08);
}
.agntix-light .ai-choose-bottom-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-choose-shape {
  filter: invert(1);
}
.agntix-light .ai-about-title-box p {
  color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li p {
  color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li > span > span svg {
  color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li > span > span i {
  background: rgba(0, 0, 0, 0.08);
}
.agntix-light .ai-text-slider span {
  color: rgba(0, 0, 0, 0.02);
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.197);
  text-shadow: inset 0 -6px 12px 0 rgba(0, 0, 0, 0.14);
}
.agntix-light .ai-text-slider img {
  filter: invert(1);
}
.agntix-light .ai-service-top-text p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-service-item {
  background-color: white;
}
.agntix-light .ai-service-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .ai-service-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-service-link a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-service-item::after {
  filter: invert(1);
  background: -webkit-linear-gradient(90deg, #08041D 0%, rgba(255, 255, 255, 0.1) 100%);
}
.agntix-light .ai-service-link a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .ai-price-title-box p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-price-tab ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-price-tab ul li button.active {
  color: var(--tp-common-white);
}
.agntix-light #lineMarker {
  background: var(--tp-common-black);
}
.agntix-light .ai-price-tab ul li button {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-item {
  background-color: #F6F6F9;
}
.agntix-light .ai-price-head span {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-head h4 {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-head h4 i {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-price-list-item span {
  color: var(--tp-common-black);
}
.agntix-light .ai-price-list-item i {
  color: var(--tp-common-black);
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .ai-price-bottom-text span {
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-price-bottom-text span a {
  color: var(--tp-common-black);
}
.agntix-light .ai-faq-video a {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-body p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-blog-content span {
  background: linear-gradient(139deg, #9968ff 0%, #ff6cb2 49%, #ffaf56 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agntix-light .ai-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .ai-blog-meta span {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .ai-blog-meta span:not(:last-child)::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.agntix-light .ai-blog-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-section-subtitle-teko {
  color: #2A4C3A;
}
.agntix-light .tp-section-subtitle-teko i {
  color: #2A4C3A;
}
.agntix-light .tp-section-title-teko {
  color: #2A4C3A;
}
.agntix-light .tp-section-title-teko span {
  color: #2A4C3A;
}
.agntix-light .crp-about-text p {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .crp-service-icon span {
  background-color: #2A4C3A;
}
.agntix-light .crp-service-title-sm {
  color: #2a4c3a;
}
.agntix-light .crp-service-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .crp-service-link {
  color: #2a4c3a;
}
.agntix-light .crp-service-link i {
  color: #2A4C3A;
}
.agntix-light .tp-btn-yellow-border {
  color: #2A4C3A;
  border: 1px solid #2A4C3A;
}
.agntix-light .crp-project-item {
  background-color: var(--tp-common-white);
  border: 1px solid rgba(42, 76, 58, 0.1);
}
.agntix-light .crp-process-title-sm {
  color: #2A4C3A;
}
.agntix-light .crp-process-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .crp-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .crp-blog-meta {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .crp-blog-title-sm {
  color: #2A4C3A;
}
.agntix-light .crp-blog-category span {
  color: #2A4C3A;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .crp-price-title-box .tp-section-subtitle-teko {
  color: var(--tp-common-white);
}
.agntix-light .crp-price-title-box .tp-section-title-teko {
  color: var(--tp-common-cream-3);
}
.agntix-light .crp-price-title-box .tp-section-title-teko span {
  color: var(--tp-common-yellow-green);
}
.agntix-light .crp-price-btn-box .tp-btn-yellow-border {
  color: var(--tp-common-yellow-green);
  border: 1px solid var(--tp-common-yellow-green);
}
.agntix-light .crp-about-btn-box .tp-btn-yellow-green {
  color: #fff;
  background-color: var(--tp-common-yellow-green);
}
.agntix-light .creative-hero-black-box::after {
  box-shadow: 0px -18px 0 0 #fff;
}
.agntix-light .creative-hero-title em::after {
  box-shadow: 0px 18px 0 0 #fff;
}
.agntix-light .tp-price-light-anim .animated-border-box::before {
  background-image: conic-gradient(rgb(255, 255, 255), #000, rgb(255, 255, 255) 25%);
}
.agntix-light .ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .ai-price-btn .tp-btn-black-border {
  color: var(--tp-common-black);
  background: rgb(255, 255, 255);
}
.agntix-light .cr-multi-border {
  border-color: rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-multi-border::after, .agntix-light .cr-multi-border::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.agntix-light .ca-brand-sub img {
  filter: invert(1);
}
.agntix-light .tp-btn-white-border.tp-btn-light-bg {
  color: #0E0F11;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-light .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  background-color: transparent;
}
.agntix-light .cr-brand-heading p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-brand-wrapper .app-brand-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .cr-brand-wrapper .app-brand-item img {
  filter: invert(1);
}
.agntix-light .cr-brand-bottom img {
  filter: invert(1);
}
.agntix-light .tp-section-subtitle-gradient.ct {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-section-title-onest {
  color: var(--tp-common-black);
}
.agntix-light .cr-feature-heading p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-feature-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-multi-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-feature-2-bg {
  filter: invert(1);
}
.agntix-light .cr-feature-2-heading p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-feature-2-btn .tp-btn-white-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-black);
}
.agntix-light .cr-feature-2-btn .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .cr-feature-2-item {
  border-color: #ebebeb;
}
.agntix-light .cr-feature-2-item span {
  background-color: #ebebeb;
}
.agntix-light .cr-feature-2-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-feature-3-border-box {
  border-color: rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-feature-3-border-box::after, .agntix-light .cr-feature-3-border-box::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.agntix-light .cr-feature-3-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-service-item {
  border-left: 1px dashed rgba(0, 0, 0, 0.08);
}
.agntix-light .cr-service-item-icon span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .cr-service-item-icon span svg {
  filter: invert(1);
}
.agntix-light .cr-service-item-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-feature-3-heading .tp-section-title-onest {
  color: var(--tp-common-white);
}
.agntix-light .cr-service-item-content p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-hero-heading .tp-section-title-onest {
  color: var(--tp-common-white);
}
.agntix-light .cr-service-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-testimonial-box {
  border-color: rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-testimonial-ptb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-testimonial-content span {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-content p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-testimonial-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-nav button {
  color: var(--tp-common-black);
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-testimonial-nav button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-wrapper {
  background: #F6F6F9;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12) inset, 0px 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.agntix-light .cr-testimonial-item-subtitle {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-testimonial-item-top img {
  filter: invert(1);
}
.agntix-light .cr-testimonial-item-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-item-user span {
  color: var(--tp-common-black);
}
.agntix-light .cr-testimonial-item-user p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-blog-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .cr-blog-item-category {
  color: var(--tp-common-black);
}
.agntix-light .cr-blog-item-title {
  color: var(--tp-common-black);
}
.agntix-light .cr-blog-item-meta {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-blog-bottom-text {
  color: var(--tp-common-black);
}
.agntix-light .cr-blog-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.agntix-light .cr-cta-text {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .cr-cta-bg {
  filter: invert(1);
}
.agntix-light .cr-footer-border-wrap {
  border-color: rgba(0, 0, 0, 0.06);
}
.agntix-light .cr-cta-btn .tp-btn-white-border {
  color: var(--tp-common-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--tp-common-black);
}
.agntix-light .cr-cta-btn .tp-btn-white-border:hover {
  background-color: transparent;
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-hero-5-thumb-content p {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-thumb-content::after {
  background-color: var(--tp-common-black-8);
}
@media (min-width: 1800px) {
  .agntix-light .tp-hero-5-bdr-left {
    border-left: 1px solid rgba(46, 46, 46, 0.1);
  }
}
.agntix-light .tp-hero-5-title span {
  -webkit-text-stroke: 2px var(--tp-common-black-8);
  text-stroke: 2px var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title-box p {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title-box .tp-btn-cream-bdr {
  color: var(--tp-common-black-8);
  border: 1px solid var(--tp-common-black-8);
}
.agntix-light .tp-hero-5-title-box .tp-btn-cream-bdr:hover {
  background-color: var(--tp-common-black-8);
  color: #F3F1EA;
}
.agntix-light .tp-project-5-title-box-bg,
.agntix-light .tp-text-slider-5-style .tp-text-slider-4-wrap {
  background-color: #E5E1D3;
}
.agntix-light .tp-text-slider-5-style .tp-text-slider-4-item span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-text-slider-4-item img {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}
.agntix-light .tp-about-5-subtitle {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-section-title-5.fs-140 {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-about-5-title-box p {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-section-subtitle, .agntix-light .tp-project-5-section-title, .agntix-light .tp-project-5-section-link {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-section-box {
  border-top: 1px solid rgba(46, 46, 46, 0.1);
}
.agntix-light .tp-project-5-title-box.active .tp-project-5-title {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-title {
  color: rgba(47, 46, 43, 0.3);
}
.agntix-light .tp-project-5-title-box span {
  color: rgba(47, 46, 43, 0.3);
}
.agntix-light .tp-project-5-title-box.active span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-title {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-item {
  border: 1px solid var(--tp-common-black-8);
  background: rgba(243, 241, 234, 0.9);
}
.agntix-light .tp-project-5-2-content span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-title-sm {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-shape span {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}
.agntix-light .tp-project-5-2-btn {
  border-top: 1px solid var(--tp-common-black-8);
  border-bottom: 1px solid var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-btn a {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-project-5-2-btn a span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-testimonial-5-content .quote-shape svg {
  color: rgba(62, 62, 33, 0.25);
  stroke-width: 0.5px;
  stroke: rgba(207, 194, 146, 0.3);
}
.agntix-light .tp-testimonial-5-content p {
  color: var(--tp-common-white);
}
.agntix-light .tp-testimonial-5-content span {
  color: var(--tp-common-white);
}
.agntix-light .tp-testimonial-5-content span::before {
  background-color: var(--tp-common-white);
}
.agntix-light .tp-testimonial-5-bg {
  mix-blend-mode: normal;
}
.agntix-light .tp-footer-15-social span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social a {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social a span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social::after {
  background-color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-social a::after {
  background-color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-copyright-text span {
  color: var(--tp-common-black-8);
}
.agntix-light .tp-footer-15-copyright-text span a::after {
  background-color: var(--tp-common-black-8);
}
.agntix-light .pp-brand-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-brand-title i {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .pp-brand-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-heading span {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-item-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-banner-wrap img {
  opacity: 1;
}
.agntix-light .pp-project-heading .tp-section-title-teko {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-project-item-title {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-project-item-title:hover a {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-project-item-meta {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .pp-text-slider-wrapper .pp-brand-title {
  color: var(--tp-common-white);
}
.agntix-light .pp-about-heading .tp-section-title-teko {
  color: var(--tp-common-black-7);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text-2 {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .tp-award-year {
  color: var(--tp-common-black);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-position {
  color: var(--tp-common-black);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-link {
  color: var(--tp-common-black);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item::after {
  background: rgba(0, 0, 0, 0.07);
}
.agntix-light .tp-award-item:hover .tp-award-year, .agntix-light .tp-award-item:hover .tp-award-text, .agntix-light .tp-award-item:hover .tp-award-position, .agntix-light .tp-award-item:hover .tp-award-icon {
  color: var(--tp-common-black);
}
.agntix-light .tp-award-text {
  color: var(--tp-common-black);
}
.agntix-light .pp-social-item.active .pp-social-item-wrap .pp-social-item-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-social-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .pp-social-item-title {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-social-item-wrap p {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-social-item.active .pp-social-item-wrap p {
  color: var(--tp-common-black);
}
.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  background-color: #FFF669;
}
.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: #FFF669;
  color: var(--tp-common-black);
  border: 1px solid #FFF669;
}
.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: #FFF669;
  border: 1px solid #FFF669;
}
.agntix-light .ai-project-title-box span {
  filter: invert(1);
}
.agntix-light .tp-hero-2-btn-box .tp-btn-border {
  color: var(--tp-common-cream);
  border: 1px solid rgba(249, 244, 232, 0.1);
}
.agntix-light .crp-hero-subtitle .tp-section-subtitle-teko {
  color: var(--tp-common-cream-3);
}
.agntix-light .tp-work-item.about-us-3-bg {
  border: 4px solid #fff;
  background-color: #edf2ef;
}
.agntix-light .crp-price-shape-2 {
  filter: invert(1);
  opacity: 0.1;
}
.agntix-light .inner-service-1-category-item i {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-item p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .sidebar-search input:focus {
  border: 1px solid var(--tp-common-black);
}
.agntix-light .postbox-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 94%, 0 94%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .postbox-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .rc-post-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 94%, 0 94%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .rc-post-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .basic-pagination ul li .current {
  border-color: #FF5722;
  background-color: #FF5722;
  color: var(--tp-common-white);
}
.agntix-light .basic-pagination ul li:hover a {
  border-color: #FF5722;
  background-color: #FF5722;
  color: var(--tp-common-white);
}
.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-social a {
  color: var(--tp-common-white);
  background-color: #FF5722;
}
.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-menu ul li a:hover {
  border: 1px solid rgb(244, 83, 34);
  background-color: var(--tp-common-red-3);
  color: var(--tp-common-white);
}
.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-info a:hover {
  color: var(--tp-common-red-3);
}
.agntix-light .rc-post-wrap .rc-post:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-btn-yellow-green.sidebar-btn {
  color: var(--tp-common-white);
  background-color: var(--tp-common-yellow-green);
}
.agntix-light .sidebar-widget-author-social a:hover span {
  color: var(--tp-common-red-3);
}
.agntix-light .tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-yellow-green);
}
.agntix-light .postbox-details-list ul li i {
  color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-input input:focus, .agntix-light .postbox-details-input textarea:focus {
  border-color: var(--tp-common-red-3);
}
.agntix-light .pp-project-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}
.agntix-light .pp-project-item-title a:hover {
  color: var(--tp-common-black);
  background-size: 0% 1px, 100% 1px;
}
.agntix-light .crp-service-shape-wrap {
  opacity: 0.6;
}
.agntix-light .crp-inner-style .pp-award-left .tp-section-subtitle-clash {
  color: #2A4C3A;
}
.agntix-light .crp-inner-style .pp-about-heading .tp-section-title-teko {
  color: #2A4C3A;
}
.agntix-light .pp-service-details-process-item span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
}
.agntix-light .tp-portfolio-slicer-meta {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-slicer-meta:not(:last-of-type)::after {
  background-color: var(--tp-common-black);
}
@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 74, 0), 0 0 0 30px rgba(0, 0, 74, 0);
  }
}


.agntix-light .tp-slider-elegant-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-footer-widget-menu ul li a {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.agntix-light .tp-header-14-info a {
  color: var(--tp-common-black);
}
.agntix-light .coverflow-slider-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .coverflow-slider-title-sm .tp-line-white {
  background-position: 100% 100%, 0 88%;
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}
.agntix-light .tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red-2);
}
.agntix-light .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}
.agntix-light .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}
.agntix-light .tp-btn-white-border {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .tp-btn-white-border.tp-btn-transparent {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-btn-white-border.tp-btn-transparent:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-slicer-title-sm {
  color: var(--tp-common-black);
}
.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::before {
  background: #fff;
}
.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image::after {
  background: #fff;
}
.agntix-light .tp-perspective-social-info span {
  color: var(--tp-common-black);
}
.agntix-light .tp-perspective-scroll a {
  color: var(--tp-common-black);
}
.agntix-light .coverflow-slider-arrow button {
  color: var(--tp-common-black);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-black);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-white);
}
.agntix-light .creative-footer-style .tp-footer-widget-social a {
  color: var(--tp-common-black);
  background-color: #d0ff71;
}
.agntix-light .tp-section-title-teko.fs-80 span {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .tp-section-title-teko.fs-80 {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-content p {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-bottom-btn a span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-about-bottom-btn a span {
  color: var(--tp-common-black);
}
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text {
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
}
.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .pp-about-me-service-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-service-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .pp-about-me-service-heading img {
  filter: invert(1);
}
.agntix-light .pp-about-me-tool-item-content span {
  color: var(--tp-common-black);
}
.agntix-light .pp-about-me-tool-item-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .pp-about-me-tool-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .pp-about-me-tool-item-icon span {
  background: #F6F6F9;
}
.agntix-light .pp-about-me-tool-item-icon span img {
  filter: saturate(1);
  mix-blend-mode: normal;
}
.agntix-light .pp-about-me-experience-item p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .pp-about-me-experience-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-box {
  background-color: var(--tp-common-yellow-1);
}
.agntix-light .pp-footer-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-copyright-text p {
  color: rgba(20, 20, 20, 0.6);
}
.agntix-light .pp-footer-copyright-text-center p {
  color: var(--tp-common-black);
}
.agntix-light .pp-footer-copyright-text-center::before {
  background-color: var(--tp-common-black);
}
.agntix-light .pp-footer-copyright-text-center::after {
  background-color: rgba(20, 20, 20, 0.2);
}
.agntix-light .des-about-text p {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-text span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .inner-service-1-text p {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-category-item span {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-category-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .inner-service-1-category-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .inner-service-1-left > span {
  color: var(--tp-common-black);
}
.agntix-light .inner-service-1-thumb-text span {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .ar-about-us-4-text-title {
  color: rgba(0, 0, 0, 0.1);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  color: var(--tp-common-black);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  border: 1px solid #F3F3F9;
  background-color: #F3F3F9;
}
.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .pp-service-details-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-wrapper p {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-wrapper h4 {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-overview-list ul li span {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-details-overview-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-4-solution-item.service-details {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-service-5-price-heading.service-details .tp-career-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-head h4 {
  color: var(--tp-common-black);
}
.agntix-light .tp-service-5-price-item.service-details {
  border-color: rgba(0, 0, 0, 0.08);
}
.agntix-light .pp-service-details-process-subtitle {
  background: rgba(3, 3, 3, 0.0705882353);
  color: var(--tp-common-red-2);
}
.agntix-light .pp-service-details-process-title {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-box::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-details-process-item h4 {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-bottom span {
  background: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .pp-service-details-process-bottom span a {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-process-bottom span a:hover {
  color: var(--tp-common-red-2);
}
.agntix-light .tp-breadcrumb-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-breadcrumb-list span:last-child {
  color: var(--tp-common-black);
}
.agntix-light .tp-breadcrumb-list span {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .postbox-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-author-name {
  color: rgba(0, 0, 0, 0.9);
}
.agntix-light .postbox-author-info span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-meta span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-tag {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-btn-yellow-border.postbox-btn {
  color: var(--tp-common-black);
  background: #F6F6F9;
  border: 1px solid #F6F6F9;
}
.agntix-light .postbox-blockquote {
  background: #F6F6F9;
}
.agntix-light .postbox-blockquote-paragraph p {
  color: var(--tp-common-black);
}
.agntix-light .basic-pagination ul li > a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}
.agntix-light .sidebar-search input {
  background: #F6F6F9;
  border-color: rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}
.agntix-light .sidebar-search input:focus {
  background: transparent;
}
.agntix-light .sidebar-search input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .sidebar-search button {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-author-name {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-author-content span {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .sidebar-widget-author-content p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .sidebar-widget-author-social a span {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-author {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.agntix-light .sidebar-widget-title {
  color: var(--tp-common-black);
}
.agntix-light .sidebar-widget-category ul li a {
  color: rgba(0, 0, 0, 0.8);
  background: #F6F6F9;
}
.agntix-light .sidebar-widget-category ul li a span:last-child {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .sidebar-widget-category ul li a:hover span:last-child {
  color: var(--tp-common-red-3);
}
.agntix-light .sidebar-widget-category ul li a:hover {
  color: var(--tp-common-red-3);
}
.agntix-light .rc-post-category a {
  color: rgb(98, 98, 100);
  background: #dfdfdf;
}
.agntix-light .rc-post-title {
  color: var(--tp-common-black);
}
.agntix-light .rc-post-title a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .rc-post-meta span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tagcloud a {
  color: rgba(0, 0, 0, 0.6);
  background: #dfdfdf;
}
.agntix-light .pp-service-details-about-item span {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-about-item p {
  color: var(--tp-common-black);
}
.agntix-light .pp-service-details-about-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-heading-wrap .tp-section-subtitle.pre::before {
  background: #ff5722;
}
.agntix-light .tp-blog-title a {
  background-color: #F6F6F9;
}
.agntix-light .tp-blog-list-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-list-item-tags p {
  color: rgba(0, 0, 0, 0.4);
}
.agntix-light .tp-blog-list-item-tags-name {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-list-item-meta {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-list-item-wrap .tp-blog-list-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-masonry-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-masonry-item-user-content span {
  color: rgba(0, 0, 0, 0.9);
}
.agntix-light .tp-blog-masonry-item-user-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-item-time span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-tag span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-masonry-btn a {
  color: var(--tp-common-yellow-green);
}
.agntix-light .tp-blog-masonry-item-2 {
  background: #F6F6F9;
}
.agntix-light .tp-blog-masonry-item-3 {
  background: #F6F6F9;
}
.agntix-light .tp-blog-masonry-item-icon span {
  background: #e3e3e5;
}
.agntix-light .tp-blog-masonry-item-text span {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-masonry-item-text p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-tag span {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-tag span:last-child::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-meta .postbox-author-name {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-meta > div:not(:first-child)::after {
  background: rgba(0, 0, 0, 0.1);
}
.agntix-light .postbox-details-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-quote p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-quote span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-quote span::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-text p span {
  color: #ff5722;
}
.agntix-light .postbox-details-list ul li {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .postbox-details-code {
  background: rgb(246, 246, 249);
}
.agntix-light .postbox-details-code pre {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-author .sidebar-widget-author {
  background: rgb(246, 246, 249);
}
.agntix-light .postbox-details-social a {
  background-color: rgb(246, 246, 249);
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .postbox__comment-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox__comment-name h5 {
  color: var(--tp-common-black);
}
.agntix-light .postbox__comment-name span {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox__comment-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox__comment-reply a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .postbox-details-form {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-details-form-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-form p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-input label {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-input input, .agntix-light .postbox-details-input textarea {
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
.agntix-light .postbox-details-input input:focus, .agntix-light .postbox-details-input textarea:focus {
  background: transparent;
}
.agntix-light .postbox-details-remeber label {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-remeber label::before {
  color: var(--tp-common-black);
  filter: invert(1);
}
.agntix-light .postbox-details-remeber label::after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-item.item-border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-contact-category-btn {
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea {
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus, .agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input label {
  color: var(--tp-common-black);
}
.agntix-light .tp-career-title {
  color: var(--tp-common-yellow-green);
}
.agntix-light .tp-contact-us-text p {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .tp-contact-us-text p:hover {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-form-wrapper {
  background: #F6F6F9;
}
.agntix-light .tp-contact-us-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input input, .agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea {
  background: #fff;
  border-color: rgb(237, 237, 245);
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-wrap .tp-contact-form-input input:focus, .agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-red-3);
}
.agntix-light .cn-contactform-support-text span {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-content {
  background: #F6F6F9;
}
.agntix-light .tp-contact-us-info-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-info-details a {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .tp-contact-us-info-details a:hover {
  color: var(--tp-common-black);
}
.agntix-light .tp-contact-us-btn .tp-btn-yellow-green {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-contact-us-btn .tp-btn-yellow-green.active {
  color: var(--tp-common-white);
}
.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active, .agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
  background: var(--tp-grey-2);
  border: 1px solid var(--tp-grey-2);
}
.agntix-light .tp-portfolio-inner-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-inner-content span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-masonry-big-text {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-left span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-left span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-right p {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-top-right span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-masonry-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-masonry-grid-heading span {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-grid-heading span::after {
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-grid-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-masonry-grid-categories span {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-btn-animation span {
  color: var(--tp-common-black);
}
.agntix-light .tp-btn-animation {
  background: rgb(246, 246, 249);
}
.agntix-light .tp-portfolio-metro-shape span {
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .tp-portfolio-metro-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-details-1-sub {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-details-1-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-details-btn {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-portfolio-details-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-details-1-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-details-1-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-portfolio-details-1-list ul li span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-portfolio-details-1-list ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-1-about-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-text {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-list ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-list ul li::before {
  background-color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-1-work-item-text span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-1-work-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-1-np-content span {
  color: rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-pd-1-np-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-np-content p {
  color: rgba(0, 0, 0, 0.2);
}
.agntix-light .tp-pd-3-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-3-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-btn-border {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-pd-3-overview-text p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-3-overview-info span {
  color: rgba(0, 0, 0, 0.5);
}
.agntix-light .tp-pd-3-overview-info h4 {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-3-navigation-title {
  color: var(--tp-common-black);
}
.agntix-light .des-portfolio-title {
  color: var(--tp-common-white);
}
.agntix-light .des-footer-title {
  color: var(--tp-common-white);
}
.agntix-light .des-footer-top span {
  color: var(--tp-common-white);
}
.agntix-light .tp-pd-2-categories span {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-2-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-bottom-item span {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .tp-pd-2-bottom-item h6 {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-overview-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-overview-wrap p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-2-overview-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-pd-2-overview-wrap ul li {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-dot .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
}
.agntix-light .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-step-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-step-item-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-2-step-item span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-pd-2-np-content a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-pd-2-np-content a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
}
.agntix-light .tp-pd-4-about-sub {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-about-text.color-cng {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-color-content span {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-4-color-content p {
  color: var(--tp-common-black);
}
.agntix-light .tp-pd-1-work-title.ff-clash {
  color: var(--tp-common-black);
}
.agntix-light .project-details-video-overlay::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #fff 26.67%);
}
.agntix-light .project-details-1-info span {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-info h4 {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .project-details-1-subtitle {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-title {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-title-box p {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-navigation a span {
  color: var(--tp-common-black);
}
.agntix-light .project-details-1-navigation a i {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.agntix-light .project-details-1-navigation a:hover i {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.agntix-light .tp-header-light .tp-header-14-info a {
  color: var(--tp-common-white);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar span {
  color: var(--tp-common-white);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span {
  color: var(--tp-common-black);
}
.agntix-light .tp-hero-2-btn-box.tp-light-bg-btn .tp-btn-border:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-cream);
  background-color: var(--tp-common-cream);
}
.agntix-light .ai-about-list ul li:hover span span i {
  background-color: var(--tp-common-black);
}
.agntix-light .ai-about-list ul li:hover span span svg {
  color: var(--tp-common-white);
}
.agntix-light .pp-about-me-social .tp-footer-widget-social a {
  background-color: transparent;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agntix-light .pp-about-me-social .tp-footer-widget-social a:hover {
  color: #2F1F19;
  background-color: var(--tp-common-white);
}
