:root {
    --tp-ff-body: 'Inter', sans-serif;
    --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
    --tp-ff-p: 'Inter', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 5 Pro";
    --tp-common-white: #ffffff;
    --tp-common-black-solid: #000;
    --tp-common-black: #701d4f;
    --tp-common-black-2: #701d4f;
    --tp-common-black-3: #701d4f;
    --tp-green-dark: #115061;
    --tp-green-1: #701d4f;
    --tp-heading-primary: #701d4f;
    --tp-heading-secondary: #701d4f;
    --tp-text-body: #AAA4A4;
    --tp-text-1: #767A7D;
    --tp-text-2: #55585B;
    --tp-text-3: #A0A2A4;
    --tp-text-4: #7D7F82;
    --tp-text-5: #888A8C;
    --tp-text-6: #90969B;
    --tp-theme-primary: #FF521C;
    --tp-theme-secondary: #821F40;
    --tp-theme-third: #E94D35;
    --tp-theme-fourth: #DF5225;
    --tp-theme-pruple: #8247FF;
    --tp-footer-grey-1: #F4F7F9;
}
*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg)
}

h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

textarea {
    resize: vertical
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1170px
    }
}

.contianer-fluid {
    max-width: 1170px;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-3 {
    order: 3 !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .d-sm-flex {
        display: flex !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-3 {
        order: 3 !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .text-lg-end {
        text-align: right !important
    }
}

@media (min-width:1200px) {
    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }
}

.fab,
.fal,
.far {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-comments:before {
    content: "\f086"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-clock:before {
    content: "\f017"
}

.fa-comments:before {
    content: "\f086"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-user:before {
    content: "\f007"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/fa-brands-400.woff2) format("woff2")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fal {
    font-weight: 300
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../font/fa-solid-900.woff) format("woff")
}

.mt-60 {
    margin-top: 60px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-75 {
    margin-bottom: 75px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-145 {
    padding-top: 65px
}

.pt-160 {
    padding-top: 70px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-150 {
    padding-bottom: 60px
}

.pb-160 {
    padding-bottom: 70px
}

.pl-70 {
    padding-left: 70px
}

.pr-85 {
    padding-right: 85px
}

a,
button,
input,
li,
p,
textarea {
    transition: all .3s 0s ease-out
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 26px;
    background-color: var(--tp-common-black-2)
}

a {
    text-decoration: none
}

h3 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    transition: color .3s 0s ease-out
}

h3 {
    font-size: 20px
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

input[type=email],
input[type=text],
textarea {
    outline: 0;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #e0e2e3
}

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    border-color: var(--tp-common-black)
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px
}

.z-index-3 {
    position: relative;
    z-index: 3
}

.fix {
    overflow: hidden
}

.p-relative {
    position: relative
}

@keyframes tp-icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.black-bg {
    background-color: var(--tp-common-black)
}

.tp-btn-secondary {
    font-weight: 700;
    font-size: 14px;
    padding: 18px 52px;
    letter-spacing: .15em;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary)
}

.tp-btn-secondary:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.tp-btn__blog-1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    transition: all .3s 0s ease-out
}

.tp-btn__blog-1 span {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    transition: all .3s 0s ease-out
}

.tp-btn__blog-1 span::before {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -13px;
    top: -3px;
    content: "";
    border-radius: 50%;
    border: 1px solid var(--tp-theme-primary);
    transition: all .3s 0s ease-out;
    z-index: -1
}

.tp-btn__blog-1:hover {
    color: var(--tp-theme-primary)
}

.tp-btn__blog-1:hover span {
    margin-left: 20px
}

.tp-btn__blog-1:hover span::before {
    border: 1px solid var(--tp-common-white)
}

.basic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.blog-page__pagination {
  margin: 50px 0 30px;
}

.basic-pagination li {
  display: inline-block;
  margin-right: 0 !important;
}

.basic-pagination li a,
.basic-pagination li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.basic-pagination li a::before,
.basic-pagination li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.basic-pagination li a:hover::before {
  left: 100%;
}

.basic-pagination li a i {
  font-size: 16px;
  vertical-align: middle;
}

.basic-pagination li a:hover {
  border: 1px solid var(--tp-theme-primary);
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 82, 28, 0.3);
}

.basic-pagination li a.current {
  background-color: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-common-white);
  font-weight: 600;
}

.basic-pagination li a.disabled,
.basic-pagination li span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.basic-pagination li span.ellipsis {
  background-color: transparent;
  border: none;
  color: var(--tp-text-body);
  font-weight: 600;
  cursor: default;
}

.basic-pagination li span.ellipsis:hover {
  background-color: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Enhanced hover effects for better UX */
.basic-pagination li a:not(.disabled):not(.current):hover {
  animation: paginationPulse 0.6s ease-in-out;
}

@keyframes paginationPulse {
  0% { transform: translateY(-2px) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
  100% { transform: translateY(-2px) scale(1); }
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .basic-pagination {
    margin: 40px 0 30px;
    gap: 6px;
  }

  .blog-page__pagination {
    margin: 30px 0 20px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }

  .basic-pagination li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .basic-pagination {
    gap: 4px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  .basic-pagination li a i {
    font-size: 12px;
  }
}

.tp-section-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-white);
    z-index: 1
}

.tp-header__transparent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    margin: auto;
    background-color: var(--tp-common-black-2)
}

.tp-header__border {
    border-bottom: 1px solid #1d1d1d
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header__style-2 {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-header__style-2 {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:800px) {
    .tp-header__style-2 .tp-header__menu-btn {
        display: none
    }
}

.tp-header__style-2 .tp-header__menu-btn {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
    transition: all .3s 0s ease-out
}

.tp-header__style-2 .tp-header__menu-btn:hover {
    color: var(--tp-theme-primary)
}

.tp-header__style-2 .tp-header__menu-btn:hover span {
    color: var(--tp-common-white);
    border: 1px solid var(--tp-theme-primary)
}

.tp-header__style-2 .tp-header__menu-btn span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #701d4f;
    margin-left: 8px;
    transition: all .3s 0s ease-out
}

.tp-header__style-2 .tp-main__menu ul li>a {
    padding: 16px 0
}

.tp-header__style-2.tp-header__border {
    border-bottom: 1px solid rgba(255, 255, 255, .11)
}

.tp-main__menu ul {
    list-style: none
}

.tp-main__menu ul li {
    position: relative;
    display: inline-block;
    margin: 0 28px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-main__menu ul li {
        margin: 0 20px
    }
}

.tp-main__menu ul li::before {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    content: "";
    border-radius: 50%;
    background: var(--tp-theme-primary);
    visibility: hidden;
    opacity: 0;
    transition: all .3s 0s ease-out
}

.tp-main__menu ul li:hover::before {
    opacity: 1;
    visibility: visible;
    animation: tp-icon-bounce .8s ease-out infinite
}

.tp-main__menu ul li>a {
    position: relative;
    font-size: 16px;
    padding: 38px 0;
    display: block;
    transition: .3s;
    color: var(--tp-common-white);
    text-transform: capitalize
}

.tp-main__menu ul li>a:hover {
    color: var(--tp-theme-primary)
}

.tp-main__menu ul li>a:hover::before {
    opacity: 1;
    visibility: visible
}

.postbox__2-comment-input input {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #d2cdcc;
    background: 0 0
}

.postbox__2-comment-input textarea {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #d2cdcc;
    background: 0 0;
    resize: none;
    overflow: hidden
}

.postbox__2-comment-input textarea:focus {
    border-bottom: 1px solid var(--tp-common-black)
}

.postbox__thumb a img {
    width: 100%
}

.postbox__item {
    margin-bottom: 54px
}

.postbox__meta-title {
    position: relative;
    font-size: 15px;
    display: inline-block;
    color: var(--tp-common-white);
    margin-right: 40px
}

.postbox__meta-title::before {
    position: absolute;
    width: 10px;
    height: 1px;
    top: 50%;
    left: -15px;
    transform: translate(-50%);
    content: "";
    background: #676a7d
}

.postbox__meta-title:first-child::before {
    display: none
}

.postbox__meta-title:last-child {
    margin-right: 0
}

.postbox__meta-title span {
    margin-right: 10px;
    font-size: 16px;
    color: var(--tp-theme-primary);
    margin-bottom: 0
}

.postbox__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: var(--tp-common-white);
    transition: all .3s 0s ease-out
}

.postbox__title:hover {
    color: var(--tp-theme-primary)
}

.postbox__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

.postbox__wrapper p {
    font-size: 18px;
    line-height: 1.6;
}

.postbox__social span {
    font-size: 20px;
    margin-right: 21px;
    color: var(--tp-common-white)
}

.postbox__social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background: #1a1a1d;
    color: var(--tp-common-white);
    transition: all .3s 0s ease-out
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox__social a {
        margin-right: 5px
    }
}

.postbox__social a:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary)
}

.postbox__share {
    border-bottom: 1px solid #131621;
    padding-bottom: 36px
}

.rc__post {
    margin-bottom: 30px
}

.rc__post:last-child {
    margin-bottom: 0
}

.rc__post-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    color: var(--tp-common-white)
}

.rc__meta i {
    font-size: 14px;
    margin-right: 8px;
    color: var(--tp-theme-primary)
}

.rc__meta span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: var(--tp-common-white)
}

.sidebar__widget {
    padding: 39px 30px 45px 30px;
    background: #701d4f;
    margin-bottom: 0
}

.sidebar__widget-title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.02em;
    display: inline-block;
    padding-left: 10px;
    color: var(--tp-common-white);
    margin-bottom: 25px
}

.sidebar__widget-title::before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 2px;
    height: 21px;
    content: "";
    background-color: var(--tp-theme-primary)
}

.sidebar__widget-content ul li {
    list-style: none
}

.sidebar__widget-content ul li a {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 21px;
    display: inline-block;
    background: #701d4f;
    margin-bottom: 21px;
    color: var(--tp-common-white);
    border-radius: 2px;
    transition: all .3s 0s ease-out
}

.sidebar__widget-content ul li a span {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%)
}

.sidebar__widget-content ul li a:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary)
}

.sidebar__search-input {
    position: relative
}

.sidebar__search-input input {
    border: 0;
    padding-right: 60px;
    color: var(--tp-common-white);
    background: rgba(255, 255, 255, .07)
}

.sidebar__search-input button {
    position: absolute;
    top: 50%;
    right: 28px;
    color: var(--tp-common-white);
    transform: translateY(-50%)
}

.tagcloud a {
    font-weight: 500;
    font-size: 14px;
    margin: 6px 3px;
    padding: 8px 24px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background: rgba(255, 255, 255, .08);
    transition: all .3s 0s ease-out
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tagcloud a {
        padding: 8px 18px
    }
}

.tagcloud a:hover {
    background-color: var(--tp-theme-primary)
}

.tagcloud-sm a {
    border: 1px solid rgba(246, 243, 238, .12);
    color: #83827f
}

.tagcloud-sm a:hover {
    color: var(--tp-common-white)
}

.tp-copyright__wrap {
    border-top: 1px solid #292929;
    padding-bottom: 16px
}

.tp-copyright__text p {
    color: var(--tp-common-white);
    margin-bottom: 0;
    margin: 10px 0;
}

.tp-copyright__text p span {
    color: var(--tp-theme-primary)
}

.tp-copyright__social a {
    font-weight: 400;
    font-size: 16px;
    line-height: 2.1;
    color: var(--tp-common-white);
    margin-right: 24px;
    transition: .3s
}

.tp-copyright__social a:last-child {
    margin-right: 0
}

.tp-copyright__social a:hover {
    color: var(--tp-theme-primary)
}

.tp-copyright__style-2 .tp-copyright__wrap {
    border: 0
}

@media screen and (max-width:900px) {
    .tp-copyright__style-2 .tp-copyright__logo {
        margin-bottom: 15px
    }
    .tp-header__transparent{
        padding: 0 10px !important;
    }
}

.tp-copyright__style-2 .tp-copyright__social a {
    width: 38px;
    height: 38px;
    font-size: 12px;
    color: #d1d1d1;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border: 1px solid #2c2e34;
    border-radius: 50%;
    transition: .3s;
    margin-right: 0
}

.tp-copyright__style-2 .tp-copyright__social a:last-child {
    margin-right: 0
}

.tp-copyright__style-2 .tp-copyright__social a:hover {
    color: var(--tp-common-black);
    border: 1px solid var(--tp-theme-primary);
    background-color: var(--tp-theme-primary)
}

.tp-contact__content {
    margin-bottom: 55px
}

.tp-contact__content:last-child {
    margin: 0
}

.tp-contact__text {
    margin-right: 80px
}

.tp-contact__adress {
    margin-right: 80px
}

.tp-contact__title {
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: var(--tp-common-white)
}
.postbox__review-form svg,#flexCheckDefault01{margin-right: 10px;}
.postbox__review-form textarea{padding: 0;}
.postbox__2-message {width: 100%;}

.tp-contact__title-sm {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-white);
    transition: .3s
}

.tp-contact__title-sm:hover {
    color: var(--tp-theme-primary)
}

.tp-contact__title-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: var(--tp-common-white)
}

.tp-contact__social-link a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #5c5c5b;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-right: 14px;
    transition: .3s
}

.tp-contact__social-link a:last-child {
    margin-right: 0
}

.tp-contact__social-link a:hover {
    color: var(--tp-common-black);
    border: 1px solid var(--tp-theme-primary);
    background-color: var(--tp-theme-primary)
}

.tp-contact__action .tp-btn-secondary {
    position: relative;
    padding: 22px 40px;
    font-weight: 700;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
    color: #000;
    border-radius: 5px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-contact__left {
        margin-bottom: 60px
    }
}

.tp-contact__inner-1 .tp-contact__title-box .tp-section-title {
    font-weight: 700
}

.tp-contact__inner-1 .tp-contact__title-box p {
    color: inherit
}

.tp-team__details-contact-item {
    padding: 56px;
    background-color: var(--tp-common-black)
}

.tp-team__details-contact-title {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-white);
    margin-bottom: 30px
}

.tp-team__details-contact-title-box p {
    font-size: 16px;
    line-height: 2
}

.tp-team__details-style .postbox__2-comment-input {
    border-bottom: 1px solid #212121
}

.tp-team__details-style .postbox__2-comment-input span {
    font-size: 19px;
    margin-right: 13px;
    color: var(--tp-theme-primary)
}

.tp-team__details-style .postbox__2-comment-input input {
    color: var(--tp-theme-fourth);
    border: 0
}

.tp-team__details-style .postbox__2-comment-input textarea {
    font-size: 16px;
    border: 0;
    color: var(--tp-theme-primary)
}

.tp-team__details-style .tp-contact__action .tp-btn-secondary {
    width: 100%;
    padding: 17px 40px
}

.tp-main__logo {
    font-size: 1.1em;
    color: #fff
}

a,
button,
li,
p {
    transition: all .3s 0s ease-out
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 26px;
    background-color: var(--tp-common-black-2)
}

a {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.tp-offcanvas__area {
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    background: #701d4f none repeat scroll 0 0;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    overflow: hidden
}

.tp-offcanvas__area.offcanvas-opened {
    transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.tp-offcanvas__circle-1 span {
    height: 400px;
    width: 400px;
    border-radius: 400px;
    background: rgba(255, 82, 28, .3);
    filter: blur(150px);
    display: inline-block;
    position: absolute;
    top: -40px;
    left: -240px;
    z-index: -1
}

.tp-offcanvas__circle-2 span {
    height: 600px;
    width: 600px;
    border-radius: 600px;
    background: rgba(37, 37, 37, .6);
    filter: blur(190px);
    display: inline-block;
    position: absolute;
    bottom: -270px;
    right: -410px;
    z-index: -1
}

.tp-offcanvas__wrapper {
    position: relative;
    padding: 40px;
    z-index: 1;
    min-height: 100%
}

.tp-offcanvas__close {
    position: absolute;
    top: 40px;
    right: 30px
}

.tp-offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    color: var(--tp-common-white);
    background-color: #151515;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    right: 10px;
}

.tp-offcanvas__close-btn svg {
    transition: all .3s ease-in-out
}

.tp-offcanvas__close-btn:hover {
    background-color: var(--tp-theme-primary)
}

.tp-offcanvas__close-btn:hover svg {
    transform: rotate(45deg)
}

.tp-offcanvas__close-btn svg {
    transform: translateY(-1px)
}

.tp-main-menu-mobile {
    margin-bottom: 30px
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none
}

.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0
}

.tp-main-menu-mobile ul li>a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-white);
    position: relative;
    padding: 10px 0;
    padding-right: 20px
}

.tp-main-menu-mobile ul li:hover>a {
    color: var(--tp-theme-1)
}

.tp-main-menu-mobile ul li:hover>a::after {
    color: var(--tp-theme-1)
}

.tp-main-menu-mobile * li,
.tp-main-menu-mobile * ul {
    transition: none !important
}
.positionFixed{bottom:0;left:50%;position:fixed;transform:translate(-50%,0);z-index:999;width:100%;background-color:#e4e4e4;display:flex;justify-content:center}
.ad-div{margin-bottom:50px;width:100%}
.t_de{height:.2rem;max-width:100%;line-height:.3rem;font-size:.6rem;padding:.5rem 0 1rem 0;box-sizing:border-box;color:#707070;text-align:center}
.grecaptcha-badge{visibility:hidden}
